Repository: erickpassos/MiniMOBA Branch: master Commit: b6d2eb374c22 Files: 780 Total size: 7.4 MB Directory structure: gitextract_td8i2rfz/ ├── .gitignore ├── Assets/ │ ├── GUI/ │ │ ├── Skin.guiskin │ │ ├── Skin.guiskin.meta │ │ ├── health-bar-back.psd │ │ ├── health-bar-back.psd.meta │ │ ├── health-bar.psd │ │ ├── health-bar.psd.meta │ │ ├── ken16.ttf.meta │ │ └── ken32.ttf.meta │ ├── GUI.meta │ ├── L_FG_Assets_Pack_Lite/ │ │ ├── Demo/ │ │ │ ├── Demo6/ │ │ │ │ ├── LightmapFar-0.exr │ │ │ │ ├── LightmapFar-0.exr.meta │ │ │ │ ├── LightmapFar-1.exr │ │ │ │ └── LightmapFar-1.exr.meta │ │ │ ├── Demo6.meta │ │ │ ├── Demo6.unity │ │ │ ├── Demo6.unity.meta │ │ │ ├── New Terrain 2.asset │ │ │ └── New Terrain 2.asset.meta │ │ ├── Demo.meta │ │ ├── Materials/ │ │ │ ├── Bloom01.mat │ │ │ ├── Bloom01.mat.meta │ │ │ ├── Bloom02.mat │ │ │ ├── Bloom02.mat.meta │ │ │ ├── Campfire01.mat │ │ │ ├── Campfire01.mat.meta │ │ │ ├── Coffin01.mat │ │ │ ├── Coffin01.mat.meta │ │ │ ├── Dust01.mat │ │ │ ├── Dust01.mat.meta │ │ │ ├── Gravestone01.mat │ │ │ ├── Gravestone01.mat.meta │ │ │ ├── Ground01.mat │ │ │ ├── Ground01.mat.meta │ │ │ ├── Ground03.mat │ │ │ ├── Ground03.mat.meta │ │ │ ├── Ground05.mat │ │ │ ├── Ground05.mat.meta │ │ │ ├── Ground06.mat │ │ │ ├── Ground06.mat.meta │ │ │ ├── Ground07.mat │ │ │ ├── Ground07.mat.meta │ │ │ ├── Particle01.mat │ │ │ ├── Particle01.mat.meta │ │ │ ├── Plant01.mat │ │ │ ├── Plant01.mat.meta │ │ │ ├── Plant02.mat │ │ │ ├── Plant02.mat.meta │ │ │ ├── Smoke02.mat │ │ │ ├── Smoke02.mat.meta │ │ │ ├── Statue01.mat │ │ │ ├── Statue01.mat.meta │ │ │ ├── Table01.mat │ │ │ ├── Table01.mat.meta │ │ │ ├── Tomb01.mat │ │ │ └── Tomb01.mat.meta │ │ ├── Materials.meta │ │ ├── Meshes/ │ │ │ ├── Bloom01.FBX │ │ │ ├── Bloom01.FBX.meta │ │ │ ├── Bloom02.FBX │ │ │ ├── Bloom02.FBX.meta │ │ │ ├── Cart01.FBX │ │ │ ├── Cart01.FBX.meta │ │ │ ├── Cart03.FBX │ │ │ ├── Cart03.FBX.meta │ │ │ ├── Cart04.FBX │ │ │ ├── Cart04.FBX.meta │ │ │ ├── Coffin01.FBX │ │ │ ├── Coffin01.FBX.meta │ │ │ ├── Coffin01_a.FBX │ │ │ ├── Coffin01_a.FBX.meta │ │ │ ├── Coffin01_b.FBX │ │ │ ├── Coffin01_b.FBX.meta │ │ │ ├── Collision/ │ │ │ │ ├── Cart01_col.FBX │ │ │ │ ├── Cart01_col.FBX.meta │ │ │ │ ├── Cart03_col.FBX │ │ │ │ ├── Cart03_col.FBX.meta │ │ │ │ ├── Cart05_col.FBX │ │ │ │ ├── Cart05_col.FBX.meta │ │ │ │ ├── Coffin01_a_col.FBX │ │ │ │ ├── Coffin01_a_col.FBX.meta │ │ │ │ ├── Coffin01_b_col.FBX │ │ │ │ ├── Coffin01_b_col.FBX.meta │ │ │ │ ├── Coffin01_col.FBX │ │ │ │ ├── Coffin01_col.FBX.meta │ │ │ │ ├── Plant01_a_col.FBX │ │ │ │ ├── Plant01_a_col.FBX.meta │ │ │ │ ├── Plant01_b_col.FBX │ │ │ │ ├── Plant01_b_col.FBX.meta │ │ │ │ ├── Plant01_c_col.FBX │ │ │ │ ├── Plant01_c_col.FBX.meta │ │ │ │ ├── Plant02_a_col.FBX │ │ │ │ ├── Plant02_a_col.FBX.meta │ │ │ │ ├── Plant02_b_col.FBX │ │ │ │ ├── Plant02_b_col.FBX.meta │ │ │ │ ├── Plant02_c_col.FBX │ │ │ │ ├── Plant02_c_col.FBX.meta │ │ │ │ ├── Plant02_d_col.FBX │ │ │ │ ├── Plant02_d_col.FBX.meta │ │ │ │ ├── Plant03_c_col.FBX │ │ │ │ ├── Plant03_c_col.FBX.meta │ │ │ │ ├── Plant03_d_col.FBX │ │ │ │ ├── Plant03_d_col.FBX.meta │ │ │ │ ├── Plant03_e_col.FBX │ │ │ │ ├── Plant03_e_col.FBX.meta │ │ │ │ ├── Plant03_f_col.FBX │ │ │ │ ├── Plant03_f_col.FBX.meta │ │ │ │ ├── Plant03_g_col.FBX │ │ │ │ ├── Plant03_g_col.FBX.meta │ │ │ │ ├── Statue01_a_col.FBX │ │ │ │ ├── Statue01_a_col.FBX.meta │ │ │ │ ├── Statue01_b_col.FBX │ │ │ │ ├── Statue01_b_col.FBX.meta │ │ │ │ ├── Statue02_a_col.FBX │ │ │ │ ├── Statue02_a_col.FBX.meta │ │ │ │ ├── Statue02_b_col.FBX │ │ │ │ ├── Statue02_b_col.FBX.meta │ │ │ │ ├── Statue03_a_col.FBX │ │ │ │ ├── Statue03_a_col.FBX.meta │ │ │ │ ├── Statue03_b_col.FBX │ │ │ │ ├── Statue03_b_col.FBX.meta │ │ │ │ ├── Statue04_a_col.FBX │ │ │ │ ├── Statue04_a_col.FBX.meta │ │ │ │ ├── Statue04_b_col.FBX │ │ │ │ ├── Statue04_b_col.FBX.meta │ │ │ │ ├── Statue05_a_col.FBX │ │ │ │ ├── Statue05_a_col.FBX.meta │ │ │ │ ├── Statue05_b_col.FBX │ │ │ │ ├── Statue05_b_col.FBX.meta │ │ │ │ ├── Wheel01_col.FBX │ │ │ │ └── Wheel01_col.FBX.meta │ │ │ ├── Collision.meta │ │ │ ├── Dust01.FBX │ │ │ ├── Dust01.FBX.meta │ │ │ ├── Gravestone01.FBX │ │ │ ├── Gravestone01.FBX.meta │ │ │ ├── Gravestone02.FBX │ │ │ ├── Gravestone02.FBX.meta │ │ │ ├── Gravestone03.FBX │ │ │ ├── Gravestone03.FBX.meta │ │ │ ├── Gravestone04.FBX │ │ │ ├── Gravestone04.FBX.meta │ │ │ ├── Gravestone05.FBX │ │ │ ├── Gravestone05.FBX.meta │ │ │ ├── Gravestone06.FBX │ │ │ ├── Gravestone06.FBX.meta │ │ │ ├── Gravestone07.FBX │ │ │ ├── Gravestone07.FBX.meta │ │ │ ├── Gravestone08.FBX │ │ │ ├── Gravestone08.FBX.meta │ │ │ ├── Gravestone09.FBX │ │ │ ├── Gravestone09.FBX.meta │ │ │ ├── Gravestone10.FBX │ │ │ ├── Gravestone10.FBX.meta │ │ │ ├── Ground01.FBX │ │ │ ├── Ground01.FBX.meta │ │ │ ├── Paling01_a.FBX │ │ │ ├── Paling01_a.FBX.meta │ │ │ ├── Paling01_b.FBX │ │ │ ├── Paling01_b.FBX.meta │ │ │ ├── Paling01_c.FBX │ │ │ ├── Paling01_c.FBX.meta │ │ │ ├── Plant02_b.FBX │ │ │ ├── Plant02_b.FBX.meta │ │ │ ├── Plant05_a.FBX │ │ │ ├── Plant05_a.FBX.meta │ │ │ ├── Plant05_e.FBX │ │ │ ├── Plant05_e.FBX.meta │ │ │ ├── Plant05_f.FBX │ │ │ ├── Plant05_f.FBX.meta │ │ │ ├── Plant05_g.FBX │ │ │ ├── Plant05_g.FBX.meta │ │ │ ├── Plant06_f.FBX │ │ │ ├── Plant06_f.FBX.meta │ │ │ ├── Plant07_a.FBX │ │ │ ├── Plant07_a.FBX.meta │ │ │ ├── Plant07_b.FBX │ │ │ ├── Plant07_b.FBX.meta │ │ │ ├── Plant07_c.FBX │ │ │ ├── Plant07_c.FBX.meta │ │ │ ├── Plant08_a.FBX │ │ │ ├── Plant08_a.FBX.meta │ │ │ ├── Plant08_b.FBX │ │ │ ├── Plant08_b.FBX.meta │ │ │ ├── Plant08_c.FBX │ │ │ ├── Plant08_c.FBX.meta │ │ │ ├── Plant08_d.FBX │ │ │ ├── Plant08_d.FBX.meta │ │ │ ├── Plant08_f.FBX │ │ │ ├── Plant08_f.FBX.meta │ │ │ ├── Plant08_g.FBX │ │ │ ├── Plant08_g.FBX.meta │ │ │ ├── Plant08_h.FBX │ │ │ ├── Plant08_h.FBX.meta │ │ │ ├── Plant08_i.FBX │ │ │ ├── Plant08_i.FBX.meta │ │ │ ├── Plant09_a.FBX │ │ │ ├── Plant09_a.FBX.meta │ │ │ ├── Plant09_b.FBX │ │ │ ├── Plant09_b.FBX.meta │ │ │ ├── Plant09_c.FBX │ │ │ ├── Plant09_c.FBX.meta │ │ │ ├── Plant09_d.FBX │ │ │ ├── Plant09_d.FBX.meta │ │ │ ├── Rock01.FBX │ │ │ ├── Rock01.FBX.meta │ │ │ ├── Rock02.FBX │ │ │ ├── Rock02.FBX.meta │ │ │ ├── Rock03.FBX │ │ │ ├── Rock03.FBX.meta │ │ │ ├── Statue02_a.FBX │ │ │ ├── Statue02_a.FBX.meta │ │ │ ├── Statue02_b.FBX │ │ │ ├── Statue02_b.FBX.meta │ │ │ ├── Tomb01_a.FBX │ │ │ ├── Tomb01_a.FBX.meta │ │ │ ├── Tomb01_b.FBX │ │ │ ├── Tomb01_b.FBX.meta │ │ │ ├── Tomb02_a.FBX │ │ │ ├── Tomb02_a.FBX.meta │ │ │ ├── Tomb02_b.FBX │ │ │ ├── Tomb02_b.FBX.meta │ │ │ ├── Tomb02_c.FBX │ │ │ ├── Tomb02_c.FBX.meta │ │ │ ├── Tomb02_d.FBX │ │ │ ├── Tomb02_d.FBX.meta │ │ │ ├── Tomb03_a.FBX │ │ │ ├── Tomb03_a.FBX.meta │ │ │ ├── Tomb03_b.FBX │ │ │ ├── Tomb03_b.FBX.meta │ │ │ ├── Tomb03_c.FBX │ │ │ ├── Tomb03_c.FBX.meta │ │ │ ├── Tomb03_d.FBX │ │ │ ├── Tomb03_d.FBX.meta │ │ │ ├── Tomb04_a.FBX │ │ │ ├── Tomb04_a.FBX.meta │ │ │ ├── Tomb04_b.FBX │ │ │ ├── Tomb04_b.FBX.meta │ │ │ ├── Tomb04_c.FBX │ │ │ ├── Tomb04_c.FBX.meta │ │ │ ├── Tomb04_d.FBX │ │ │ ├── Tomb04_d.FBX.meta │ │ │ ├── Tomb05_a.FBX │ │ │ ├── Tomb05_a.FBX.meta │ │ │ ├── Tomb05_b.FBX │ │ │ ├── Tomb05_b.FBX.meta │ │ │ ├── Tomb05_c.FBX │ │ │ ├── Tomb05_c.FBX.meta │ │ │ ├── Wheel01.FBX │ │ │ └── Wheel01.FBX.meta │ │ ├── Meshes.meta │ │ ├── Mobile/ │ │ │ ├── Materials.meta │ │ │ ├── Meshes/ │ │ │ │ └── Collision.meta │ │ │ ├── Meshes.meta │ │ │ ├── Particle.meta │ │ │ ├── Perfabs.meta │ │ │ └── Textures.meta │ │ ├── Mobile.meta │ │ ├── Particle/ │ │ │ ├── Particle01.prefab │ │ │ ├── Particle01.prefab.meta │ │ │ ├── Particle02.prefab │ │ │ ├── Particle02.prefab.meta │ │ │ ├── Particle03.prefab │ │ │ ├── Particle03.prefab.meta │ │ │ ├── Particle04.prefab │ │ │ ├── Particle04.prefab.meta │ │ │ ├── Particle_bloom01.prefab │ │ │ ├── Particle_bloom01.prefab.meta │ │ │ ├── Particle_bloom02.prefab │ │ │ ├── Particle_bloom02.prefab.meta │ │ │ ├── Smoke02.prefab │ │ │ └── Smoke02.prefab.meta │ │ ├── Particle.meta │ │ ├── Prefabs/ │ │ │ ├── Cemetery/ │ │ │ │ ├── Coffin01.prefab │ │ │ │ ├── Coffin01.prefab.meta │ │ │ │ ├── Gravestone01.prefab │ │ │ │ ├── Gravestone01.prefab.meta │ │ │ │ ├── Gravestone02.prefab │ │ │ │ ├── Gravestone02.prefab.meta │ │ │ │ ├── Gravestone03.prefab │ │ │ │ ├── Gravestone03.prefab.meta │ │ │ │ ├── Gravestone04.prefab │ │ │ │ ├── Gravestone04.prefab.meta │ │ │ │ ├── Gravestone05.prefab │ │ │ │ ├── Gravestone05.prefab.meta │ │ │ │ ├── Gravestone06.prefab │ │ │ │ ├── Gravestone06.prefab.meta │ │ │ │ ├── Gravestone07.prefab │ │ │ │ ├── Gravestone07.prefab.meta │ │ │ │ ├── Gravestone08.prefab │ │ │ │ ├── Gravestone08.prefab.meta │ │ │ │ ├── Gravestone09.prefab │ │ │ │ ├── Gravestone09.prefab.meta │ │ │ │ ├── Gravestone10.prefab │ │ │ │ ├── Gravestone10.prefab.meta │ │ │ │ ├── Tomb01_a.prefab │ │ │ │ ├── Tomb01_a.prefab.meta │ │ │ │ ├── Tomb01_b.prefab │ │ │ │ ├── Tomb01_b.prefab.meta │ │ │ │ ├── Tomb02_a.prefab │ │ │ │ ├── Tomb02_a.prefab.meta │ │ │ │ ├── Tomb02_b.prefab │ │ │ │ ├── Tomb02_b.prefab.meta │ │ │ │ ├── Tomb02_c.prefab │ │ │ │ ├── Tomb02_c.prefab.meta │ │ │ │ ├── Tomb02_d.prefab │ │ │ │ ├── Tomb02_d.prefab.meta │ │ │ │ ├── Tomb03_a.prefab │ │ │ │ ├── Tomb03_a.prefab.meta │ │ │ │ ├── Tomb03_b.prefab │ │ │ │ ├── Tomb03_b.prefab.meta │ │ │ │ ├── Tomb03_c.prefab │ │ │ │ ├── Tomb03_c.prefab.meta │ │ │ │ ├── Tomb03_d.prefab │ │ │ │ ├── Tomb03_d.prefab.meta │ │ │ │ ├── Tomb04_a.prefab │ │ │ │ ├── Tomb04_a.prefab.meta │ │ │ │ ├── Tomb04_b.prefab │ │ │ │ ├── Tomb04_b.prefab.meta │ │ │ │ ├── Tomb04_c.prefab │ │ │ │ ├── Tomb04_c.prefab.meta │ │ │ │ ├── Tomb04_d.prefab │ │ │ │ ├── Tomb04_d.prefab.meta │ │ │ │ ├── Tomb04_e.prefab │ │ │ │ ├── Tomb04_e.prefab.meta │ │ │ │ ├── Tomb04_f.prefab │ │ │ │ ├── Tomb04_f.prefab.meta │ │ │ │ ├── Tomb04_g.prefab │ │ │ │ ├── Tomb04_g.prefab.meta │ │ │ │ ├── Tomb04_h.prefab │ │ │ │ ├── Tomb04_h.prefab.meta │ │ │ │ ├── Tomb04_i.prefab │ │ │ │ ├── Tomb04_i.prefab.meta │ │ │ │ ├── Tomb05_a.prefab │ │ │ │ ├── Tomb05_a.prefab.meta │ │ │ │ ├── Tomb05_b.prefab │ │ │ │ ├── Tomb05_b.prefab.meta │ │ │ │ ├── Tomb05_c.prefab │ │ │ │ └── Tomb05_c.prefab.meta │ │ │ ├── Cemetery.meta │ │ │ ├── Decal/ │ │ │ │ ├── Bloom01.prefab │ │ │ │ ├── Bloom01.prefab.meta │ │ │ │ ├── Bloom02.prefab │ │ │ │ ├── Bloom02.prefab.meta │ │ │ │ ├── Bloom03.prefab │ │ │ │ ├── Bloom03.prefab.meta │ │ │ │ ├── Bloom04.prefab │ │ │ │ ├── Bloom04.prefab.meta │ │ │ │ ├── Dust01.prefab │ │ │ │ └── Dust01.prefab.meta │ │ │ ├── Decal.meta │ │ │ ├── Plant/ │ │ │ │ ├── Plant02_b.prefab │ │ │ │ ├── Plant02_b.prefab.meta │ │ │ │ ├── Plant05_a.prefab │ │ │ │ ├── Plant05_a.prefab.meta │ │ │ │ ├── Plant05_e.prefab │ │ │ │ ├── Plant05_e.prefab.meta │ │ │ │ ├── Plant05_f.prefab │ │ │ │ ├── Plant05_f.prefab.meta │ │ │ │ ├── Plant05_g.prefab │ │ │ │ ├── Plant05_g.prefab.meta │ │ │ │ ├── Plant06_f.prefab │ │ │ │ ├── Plant06_f.prefab.meta │ │ │ │ ├── Plant07_a.prefab │ │ │ │ ├── Plant07_a.prefab.meta │ │ │ │ ├── Plant07_b.prefab │ │ │ │ ├── Plant07_b.prefab.meta │ │ │ │ ├── Plant07_c.prefab │ │ │ │ ├── Plant07_c.prefab.meta │ │ │ │ ├── Plant08_a.prefab │ │ │ │ ├── Plant08_a.prefab.meta │ │ │ │ ├── Plant08_b.prefab │ │ │ │ ├── Plant08_b.prefab.meta │ │ │ │ ├── Plant08_c.prefab │ │ │ │ ├── Plant08_c.prefab.meta │ │ │ │ ├── Plant08_d.prefab │ │ │ │ ├── Plant08_d.prefab.meta │ │ │ │ ├── Plant08_f.prefab │ │ │ │ ├── Plant08_f.prefab.meta │ │ │ │ ├── Plant08_g.prefab │ │ │ │ ├── Plant08_g.prefab.meta │ │ │ │ ├── Plant08_h.prefab │ │ │ │ ├── Plant08_h.prefab.meta │ │ │ │ ├── Plant08_i.prefab │ │ │ │ ├── Plant08_i.prefab.meta │ │ │ │ ├── Plant09_a.prefab │ │ │ │ ├── Plant09_a.prefab.meta │ │ │ │ ├── Plant09_b.prefab │ │ │ │ ├── Plant09_b.prefab.meta │ │ │ │ ├── Plant09_c.prefab │ │ │ │ ├── Plant09_c.prefab.meta │ │ │ │ ├── Plant09_d.prefab │ │ │ │ └── Plant09_d.prefab.meta │ │ │ ├── Plant.meta │ │ │ ├── Rock/ │ │ │ │ ├── Rock01.prefab │ │ │ │ ├── Rock01.prefab.meta │ │ │ │ ├── Rock02.prefab │ │ │ │ ├── Rock02.prefab.meta │ │ │ │ ├── Rock03.prefab │ │ │ │ └── Rock03.prefab.meta │ │ │ ├── Rock.meta │ │ │ ├── Statue/ │ │ │ │ ├── Statue02_a.prefab │ │ │ │ ├── Statue02_a.prefab.meta │ │ │ │ ├── Statue02_b.prefab │ │ │ │ └── Statue02_b.prefab.meta │ │ │ ├── Statue.meta │ │ │ ├── Wood_Stuff/ │ │ │ │ ├── Cart01.prefab │ │ │ │ ├── Cart01.prefab.meta │ │ │ │ ├── Cart03.prefab │ │ │ │ ├── Cart03.prefab.meta │ │ │ │ ├── Cart04.prefab │ │ │ │ ├── Cart04.prefab.meta │ │ │ │ ├── Paling01_a.prefab │ │ │ │ ├── Paling01_a.prefab.meta │ │ │ │ ├── Paling01_b.prefab │ │ │ │ ├── Paling01_b.prefab.meta │ │ │ │ ├── Paling01_c.prefab │ │ │ │ ├── Paling01_c.prefab.meta │ │ │ │ ├── Wheel01.prefab │ │ │ │ └── Wheel01.prefab.meta │ │ │ └── Wood_Stuff.meta │ │ ├── Prefabs.meta │ │ ├── Textures/ │ │ │ ├── Bloom01_D.tga │ │ │ ├── Bloom01_D.tga.meta │ │ │ ├── Campfire01_D.tga │ │ │ ├── Campfire01_D.tga.meta │ │ │ ├── Coffin01_D.tga │ │ │ ├── Coffin01_D.tga.meta │ │ │ ├── Dust01_D.tga │ │ │ ├── Dust01_D.tga.meta │ │ │ ├── Gravestone01_D.tga │ │ │ ├── Gravestone01_D.tga.meta │ │ │ ├── Ground01_D.tga │ │ │ ├── Ground01_D.tga.meta │ │ │ ├── Ground03_D.tga │ │ │ ├── Ground03_D.tga.meta │ │ │ ├── Ground05_D.tga │ │ │ ├── Ground05_D.tga.meta │ │ │ ├── Ground06_D.tga │ │ │ ├── Ground06_D.tga.meta │ │ │ ├── Ground07_D.tga │ │ │ ├── Ground07_D.tga.meta │ │ │ ├── Low_ris.meta │ │ │ ├── Plant01_D.tga │ │ │ ├── Plant01_D.tga.meta │ │ │ ├── Smoke02_D.tga │ │ │ ├── Smoke02_D.tga.meta │ │ │ ├── Statue01_D.tga │ │ │ ├── Statue01_D.tga.meta │ │ │ ├── Table01_D.tga │ │ │ ├── Table01_D.tga.meta │ │ │ ├── Tomb01_D.tga │ │ │ └── Tomb01_D.tga.meta │ │ └── Textures.meta │ ├── L_FG_Assets_Pack_Lite.meta │ ├── Main.unity │ ├── Main.unity.meta │ ├── New Terrain.asset │ ├── New Terrain.asset.meta │ ├── Orcs/ │ │ ├── Materials/ │ │ │ ├── Orc-NormalMap.png.meta │ │ │ ├── Orc-basic.png.meta │ │ │ ├── Orc-purple.png.meta │ │ │ ├── hero-basic.mat │ │ │ ├── hero-basic.mat.meta │ │ │ ├── hero-purple.mat │ │ │ ├── hero-purple.mat.meta │ │ │ ├── orc-basic.mat │ │ │ ├── orc-basic.mat.meta │ │ │ ├── orc-purple.mat │ │ │ └── orc-purple.mat.meta │ │ ├── Materials.meta │ │ ├── Orc-import.fbx │ │ ├── Orc-import.fbx.meta │ │ ├── Orc.prefab │ │ └── Orc.prefab.meta │ ├── Orcs.meta │ ├── Prefabs/ │ │ ├── BasePrefabA.prefab │ │ ├── BasePrefabA.prefab.meta │ │ ├── BasePrefabB.prefab │ │ ├── BasePrefabB.prefab.meta │ │ ├── Blood.prefab │ │ ├── Blood.prefab.meta │ │ ├── CreepPrefabA.prefab │ │ ├── CreepPrefabA.prefab.meta │ │ ├── CreepPrefabB.prefab │ │ ├── CreepPrefabB.prefab.meta │ │ ├── HeroPrefabA.prefab │ │ ├── HeroPrefabA.prefab.meta │ │ ├── HeroPrefabB.prefab │ │ ├── HeroPrefabB.prefab.meta │ │ ├── Props.prefab │ │ ├── Props.prefab.meta │ │ ├── ShotLine.prefab │ │ ├── ShotLine.prefab.meta │ │ ├── ShotMaterial.mat │ │ ├── ShotMaterial.mat.meta │ │ ├── TowerPrefabA.prefab │ │ ├── TowerPrefabA.prefab.meta │ │ ├── TowerPrefabB.prefab │ │ ├── TowerPrefabB.prefab.meta │ │ ├── towerA-mat.mat │ │ ├── towerA-mat.mat.meta │ │ ├── towerB-mat.mat │ │ └── towerB-mat.mat.meta │ ├── Prefabs.meta │ ├── Props/ │ │ ├── Props.prefab │ │ └── Props.prefab.meta │ ├── Props.meta │ ├── Scripts/ │ │ ├── CameraControl.cs │ │ ├── CameraControl.cs.meta │ │ ├── Character.cs │ │ ├── Character.cs.meta │ │ ├── CreepAI.cs │ │ ├── CreepAI.cs.meta │ │ ├── EnemyDetector.cs │ │ ├── EnemyDetector.cs.meta │ │ ├── GUIControl.cs │ │ ├── GUIControl.cs.meta │ │ ├── GameInit.cs │ │ ├── GameInit.cs.meta │ │ ├── GameManager.cs │ │ ├── GameManager.cs.meta │ │ ├── Hero.cs │ │ ├── Hero.cs.meta │ │ ├── MusicPlayer.cs │ │ ├── MusicPlayer.cs.meta │ │ ├── Waypoint.cs │ │ └── Waypoint.cs.meta │ ├── Scripts.meta │ ├── Sound/ │ │ ├── 02 - Ambiental Combate.mp3.meta │ │ ├── 08 - Gorathank Temple (ambiente).mp3.meta │ │ ├── Ruthless Battlefield.mp3.meta │ │ └── rifle.wav.meta │ ├── Sound.meta │ ├── Standard Assets/ │ │ ├── Particles/ │ │ │ ├── Dust/ │ │ │ │ ├── Dust Storm.prefab │ │ │ │ └── Dust Storm.prefab.meta │ │ │ ├── Dust.meta │ │ │ ├── Fire/ │ │ │ │ ├── Fire1.prefab │ │ │ │ ├── Fire1.prefab.meta │ │ │ │ ├── Flame.prefab │ │ │ │ └── Flame.prefab.meta │ │ │ ├── Fire.meta │ │ │ ├── Legacy Particles/ │ │ │ │ ├── Small explosion.prefab │ │ │ │ ├── Small explosion.prefab.meta │ │ │ │ ├── Sparks.prefab │ │ │ │ ├── Sparks.prefab.meta │ │ │ │ ├── TimedObjectDestructor.js │ │ │ │ ├── TimedObjectDestructor.js.meta │ │ │ │ ├── explosion.prefab │ │ │ │ ├── explosion.prefab.meta │ │ │ │ ├── large flames.prefab │ │ │ │ ├── large flames.prefab.meta │ │ │ │ ├── small flames.prefab │ │ │ │ └── small flames.prefab.meta │ │ │ ├── Legacy Particles.meta │ │ │ ├── Misc/ │ │ │ │ ├── Fireworks.prefab │ │ │ │ ├── Fireworks.prefab.meta │ │ │ │ ├── Light Snow.prefab │ │ │ │ ├── Light Snow.prefab.meta │ │ │ │ ├── Soap Bubbles.prefab │ │ │ │ ├── Soap Bubbles.prefab.meta │ │ │ │ ├── Sparks.prefab │ │ │ │ └── Sparks.prefab.meta │ │ │ ├── Misc.meta │ │ │ ├── Smoke/ │ │ │ │ ├── Detailed Smoke.prefab │ │ │ │ ├── Detailed Smoke.prefab.meta │ │ │ │ ├── Fluffy Smoke Large.prefab │ │ │ │ ├── Fluffy Smoke Large.prefab.meta │ │ │ │ ├── Fluffy Smoke.prefab │ │ │ │ ├── Fluffy Smoke.prefab.meta │ │ │ │ ├── Smoke Trail.prefab │ │ │ │ └── Smoke Trail.prefab.meta │ │ │ ├── Smoke.meta │ │ │ ├── Sources/ │ │ │ │ ├── Animations/ │ │ │ │ │ ├── Light explosion.anim │ │ │ │ │ ├── Light explosion.anim.meta │ │ │ │ │ ├── Stop Emitting ,5 sec.anim │ │ │ │ │ ├── Stop Emitting ,5 sec.anim.meta │ │ │ │ │ ├── Stop Emitting 1 sec.anim │ │ │ │ │ ├── Stop Emitting 1 sec.anim.meta │ │ │ │ │ ├── Stop Emitting 2 sec.anim │ │ │ │ │ └── Stop Emitting 2 sec.anim.meta │ │ │ │ ├── Animations.meta │ │ │ │ ├── Materials/ │ │ │ │ │ ├── Dust Material 1.mat │ │ │ │ │ ├── Dust Material 1.mat.meta │ │ │ │ │ ├── Fairy Dust.mat │ │ │ │ │ ├── Fairy Dust.mat.meta │ │ │ │ │ ├── Fire Add.mat │ │ │ │ │ ├── Fire Add.mat.meta │ │ │ │ │ ├── Fire Smoke.mat │ │ │ │ │ ├── Fire Smoke.mat.meta │ │ │ │ │ ├── FlameA.mat │ │ │ │ │ ├── FlameA.mat.meta │ │ │ │ │ ├── FlameB.mat │ │ │ │ │ ├── FlameB.mat.meta │ │ │ │ │ ├── FlameC.mat │ │ │ │ │ ├── FlameC.mat.meta │ │ │ │ │ ├── FlameD.mat │ │ │ │ │ ├── FlameD.mat.meta │ │ │ │ │ ├── FlameE.mat │ │ │ │ │ ├── FlameE.mat.meta │ │ │ │ │ ├── Poof1.mat │ │ │ │ │ ├── Poof1.mat.meta │ │ │ │ │ ├── Smoke Trail.mat │ │ │ │ │ ├── Smoke Trail.mat.meta │ │ │ │ │ ├── Smoke.mat │ │ │ │ │ ├── Smoke.mat.meta │ │ │ │ │ ├── Smoke1.mat │ │ │ │ │ ├── Smoke1.mat.meta │ │ │ │ │ ├── Smoke2.mat │ │ │ │ │ ├── Smoke2.mat.meta │ │ │ │ │ ├── Smoke3.mat │ │ │ │ │ ├── Smoke3.mat.meta │ │ │ │ │ ├── Smoke4.mat │ │ │ │ │ ├── Smoke4.mat.meta │ │ │ │ │ ├── Snowflake.mat │ │ │ │ │ ├── Snowflake.mat.meta │ │ │ │ │ ├── SoapBubble.mat │ │ │ │ │ ├── SoapBubble.mat.meta │ │ │ │ │ ├── Spark.mat │ │ │ │ │ ├── Spark.mat.meta │ │ │ │ │ ├── Sparkles1.mat │ │ │ │ │ ├── Sparkles1.mat.meta │ │ │ │ │ ├── Sparkles2.mat │ │ │ │ │ ├── Sparkles2.mat.meta │ │ │ │ │ ├── Water Splash1.mat │ │ │ │ │ ├── Water Splash1.mat.meta │ │ │ │ │ ├── Water Splash2.mat │ │ │ │ │ └── Water Splash2.mat.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Shaders/ │ │ │ │ │ ├── Particle Alpha Blend (Queue +100).shader │ │ │ │ │ └── Particle Alpha Blend (Queue +100).shader.meta │ │ │ │ ├── Shaders.meta │ │ │ │ ├── Textures/ │ │ │ │ │ ├── ColorFlare.png.meta │ │ │ │ │ ├── DustPoof.psd │ │ │ │ │ ├── DustPoof.psd.meta │ │ │ │ │ ├── Fireball.psd │ │ │ │ │ ├── Fireball.psd.meta │ │ │ │ │ ├── Snowflake.tif │ │ │ │ │ ├── Snowflake.tif.meta │ │ │ │ │ ├── Star02.png.meta │ │ │ │ │ ├── SteamBlur.png.meta │ │ │ │ │ ├── fairydust.tif │ │ │ │ │ ├── fairydust.tif.meta │ │ │ │ │ ├── fire3.psd │ │ │ │ │ ├── fire3.psd.meta │ │ │ │ │ ├── fire4.psd │ │ │ │ │ ├── fire4.psd.meta │ │ │ │ │ ├── flameA.tif │ │ │ │ │ ├── flameA.tif.meta │ │ │ │ │ ├── flameB.tif │ │ │ │ │ ├── flameB.tif.meta │ │ │ │ │ ├── flameC.tif │ │ │ │ │ ├── flameC.tif.meta │ │ │ │ │ ├── flameD.tif │ │ │ │ │ ├── flameD.tif.meta │ │ │ │ │ ├── flameE.tif │ │ │ │ │ ├── flameE.tif.meta │ │ │ │ │ ├── flametemplate.tif │ │ │ │ │ ├── flametemplate.tif.meta │ │ │ │ │ ├── foam.tga │ │ │ │ │ ├── foam.tga.meta │ │ │ │ │ ├── smoke.tif │ │ │ │ │ ├── smoke.tif.meta │ │ │ │ │ ├── smoke2.tif │ │ │ │ │ ├── smoke2.tif.meta │ │ │ │ │ ├── smoke3.tif │ │ │ │ │ ├── smoke3.tif.meta │ │ │ │ │ ├── smoke4.tif │ │ │ │ │ ├── smoke4.tif.meta │ │ │ │ │ ├── smokepuff1.psd │ │ │ │ │ ├── smokepuff1.psd.meta │ │ │ │ │ ├── smoketest2.psd │ │ │ │ │ ├── smoketest2.psd.meta │ │ │ │ │ ├── soapbubble.tif │ │ │ │ │ ├── soapbubble.tif.meta │ │ │ │ │ ├── spark.tif │ │ │ │ │ └── spark.tif.meta │ │ │ │ └── Textures.meta │ │ │ ├── Sources.meta │ │ │ ├── Sparkles/ │ │ │ │ ├── Sparkle Rising.prefab │ │ │ │ └── Sparkle Rising.prefab.meta │ │ │ ├── Sparkles.meta │ │ │ ├── Water/ │ │ │ │ ├── Water Fountain.prefab │ │ │ │ ├── Water Fountain.prefab.meta │ │ │ │ ├── Water Surface Splash.prefab │ │ │ │ ├── Water Surface Splash.prefab.meta │ │ │ │ ├── WaterFall.prefab │ │ │ │ └── WaterFall.prefab.meta │ │ │ └── Water.meta │ │ ├── Particles.meta │ │ ├── Scripts/ │ │ │ ├── Camera Scripts/ │ │ │ │ ├── SmoothFollow.js │ │ │ │ └── SmoothFollow.js.meta │ │ │ └── Camera Scripts.meta │ │ ├── Scripts.meta │ │ ├── Skyboxes/ │ │ │ ├── MoonShine Skybox.mat │ │ │ ├── MoonShine Skybox.mat.meta │ │ │ ├── Textures/ │ │ │ │ ├── MoonShine/ │ │ │ │ │ ├── MoonShine_back.tif │ │ │ │ │ ├── MoonShine_back.tif.meta │ │ │ │ │ ├── MoonShine_down.tif │ │ │ │ │ ├── MoonShine_down.tif.meta │ │ │ │ │ ├── MoonShine_front.tif │ │ │ │ │ ├── MoonShine_front.tif.meta │ │ │ │ │ ├── MoonShine_left.tif │ │ │ │ │ ├── MoonShine_left.tif.meta │ │ │ │ │ ├── MoonShine_right.tif │ │ │ │ │ ├── MoonShine_right.tif.meta │ │ │ │ │ ├── MoonShine_up.tif │ │ │ │ │ └── MoonShine_up.tif.meta │ │ │ │ └── MoonShine.meta │ │ │ └── Textures.meta │ │ ├── Skyboxes.meta │ │ ├── Terrain Assets/ │ │ │ ├── Terrain Grass/ │ │ │ │ ├── Grass.psd │ │ │ │ ├── Grass.psd.meta │ │ │ │ ├── Grass2.psd │ │ │ │ └── Grass2.psd.meta │ │ │ ├── Terrain Grass.meta │ │ │ ├── Terrain Textures/ │ │ │ │ ├── Cliff (Layered Rock).psd │ │ │ │ ├── Cliff (Layered Rock).psd.meta │ │ │ │ ├── GoodDirt.psd │ │ │ │ ├── GoodDirt.psd.meta │ │ │ │ ├── Grass (Hill).psd │ │ │ │ ├── Grass (Hill).psd.meta │ │ │ │ ├── Grass&Rock.psd │ │ │ │ └── Grass&Rock.psd.meta │ │ │ └── Terrain Textures.meta │ │ ├── Terrain Assets.meta │ │ ├── Water (Basic)/ │ │ │ ├── Daylight Simple Water.prefab │ │ │ ├── Daylight Simple Water.prefab.meta │ │ │ ├── Nighttime Simple Water.prefab │ │ │ ├── Nighttime Simple Water.prefab.meta │ │ │ ├── Sources/ │ │ │ │ ├── Materials/ │ │ │ │ │ ├── Daylight Simple Water.mat │ │ │ │ │ ├── Daylight Simple Water.mat.meta │ │ │ │ │ ├── Nighttime Simple Water.mat │ │ │ │ │ └── Nighttime Simple Water.mat.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── Objects/ │ │ │ │ │ ├── Materials/ │ │ │ │ │ │ ├── water plane-lambert1.mat │ │ │ │ │ │ └── water plane-lambert1.mat.meta │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── Water Plane.fbx │ │ │ │ │ └── Water Plane.fbx.meta │ │ │ │ ├── Objects.meta │ │ │ │ ├── Scripts/ │ │ │ │ │ ├── WaterSimple.cs │ │ │ │ │ └── WaterSimple.cs.meta │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Shaders/ │ │ │ │ │ ├── FX-Water Simple.shader │ │ │ │ │ └── FX-Water Simple.shader.meta │ │ │ │ ├── Shaders.meta │ │ │ │ ├── Textures/ │ │ │ │ │ ├── Water fallback.jpg.meta │ │ │ │ │ ├── Waterbump.jpg.meta │ │ │ │ │ ├── nightgradient cubemap.psd │ │ │ │ │ ├── nightgradient cubemap.psd.meta │ │ │ │ │ ├── nightgradient.psd │ │ │ │ │ ├── nightgradient.psd.meta │ │ │ │ │ ├── oceangradient.psd │ │ │ │ │ ├── oceangradient.psd.meta │ │ │ │ │ ├── oceangradientcube.psd │ │ │ │ │ └── oceangradientcube.psd.meta │ │ │ │ └── Textures.meta │ │ │ └── Sources.meta │ │ └── Water (Basic).meta │ ├── Standard Assets.meta │ ├── terrain/ │ │ ├── cracked.jpg.meta │ │ ├── red-sand.jpg.meta │ │ ├── terrain-map.asset │ │ ├── terrain-map.asset.meta │ │ ├── terrainRAW.raw │ │ └── terrainRAW.raw.meta │ └── terrain.meta └── ProjectSettings/ ├── AudioManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── ProjectSettings.asset ├── QualitySettings.asset ├── TagManager.asset └── TimeManager.asset ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ .DS_Store Library Temp *.csproj *.pidb *.unityproj *.sln *.userprefs ` ================================================ FILE: Assets/GUI/Skin.guiskin ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12001, guid: 0000000000000000e000000000000000, type: 0} m_Name: Skin m_EditorClassIdentifier: m_Font: {fileID: 12800000, guid: 5d8dd6c10e4574c5383173bb7fbaaebc, type: 3} m_box: m_Name: box m_Normal: m_Background: {fileID: 11001, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .799999952, g: .799999952, b: .799999952, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 6 m_Right: 6 m_Top: 6 m_Bottom: 6 m_Margin: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 1 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_button: m_Name: button m_Normal: m_Background: {fileID: 11006, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .899999976, g: .899999976, b: .899999976, a: 1} m_Hover: m_Background: {fileID: 11003, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_Active: m_Background: {fileID: 11002, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .899999976, g: .899999976, b: .899999976, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_OnNormal: m_Background: {fileID: 11005, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .90196079, g: .90196079, b: .90196079, a: 1} m_OnHover: m_Background: {fileID: 11004, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_OnActive: m_Background: {fileID: 11002, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .899999976, g: .899999976, b: .899999976, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 6 m_Right: 6 m_Top: 6 m_Bottom: 4 m_Margin: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: 6 m_Right: 6 m_Top: 3 m_Bottom: 3 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 4 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_toggle: m_Name: toggle m_Normal: m_Background: {fileID: 11018, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .891128957, g: .891128957, b: .891128957, a: 1} m_Hover: m_Background: {fileID: 11014, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_Active: m_Background: {fileID: 11013, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 11016, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .890196085, g: .890196085, b: .890196085, a: 1} m_OnHover: m_Background: {fileID: 11015, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_OnActive: m_Background: {fileID: 11017, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 14 m_Right: 0 m_Top: 14 m_Bottom: 0 m_Margin: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: 15 m_Right: 0 m_Top: 3 m_Bottom: 0 m_Overflow: m_Left: -1 m_Right: 0 m_Top: -4 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_label: m_Name: label m_Normal: m_Background: {fileID: 0} m_TextColor: {r: 1, g: .931034446, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: 0 m_Right: 0 m_Top: 3 m_Bottom: 3 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 4 m_WordWrap: 1 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_textField: m_Name: textfield m_Normal: m_Background: {fileID: 11024, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .799999952, g: .799999952, b: .799999952, a: 1} m_Hover: m_Background: {fileID: 11026, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .899999976, g: .899999976, b: .899999976, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 11026, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_OnNormal: m_Background: {fileID: 11025, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Margin: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: 3 m_Right: 3 m_Top: 3 m_Bottom: 3 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 0 m_TextClipping: 1 m_ImagePosition: 3 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_textArea: m_Name: textarea m_Normal: m_Background: {fileID: 11024, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .90196079, g: .90196079, b: .90196079, a: 1} m_Hover: m_Background: {fileID: 11026, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: .799999952, g: .799999952, b: .799999952, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 11025, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Margin: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: 3 m_Right: 3 m_Top: 3 m_Bottom: 3 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 1 m_RichText: 0 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_window: m_Name: window m_Normal: m_Background: {fileID: 11023, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 11022, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 1, g: 1, b: 1, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 8 m_Right: 8 m_Top: 18 m_Bottom: 8 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 10 m_Right: 10 m_Top: 20 m_Bottom: 10 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 1 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: -18} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_horizontalSlider: m_Name: horizontalslider m_Normal: m_Background: {fileID: 11009, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 3 m_Right: 3 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: -1 m_Right: -1 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: -2 m_Bottom: -3 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 2 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 12 m_StretchWidth: 1 m_StretchHeight: 0 m_horizontalSliderThumb: m_Name: horizontalsliderthumb m_Normal: m_Background: {fileID: 11011, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 11012, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 11010, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 4 m_Right: 4 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 7 m_Right: 7 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: -1 m_Right: -1 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 2 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 12 m_StretchWidth: 1 m_StretchHeight: 0 m_verticalSlider: m_Name: verticalslider m_Normal: m_Background: {fileID: 11021, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 3 m_Bottom: 3 m_Margin: m_Left: 4 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: 0 m_Right: 0 m_Top: -1 m_Bottom: -1 m_Overflow: m_Left: -2 m_Right: -3 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 0 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 12 m_FixedHeight: 0 m_StretchWidth: 0 m_StretchHeight: 1 m_verticalSliderThumb: m_Name: verticalsliderthumb m_Normal: m_Background: {fileID: 11011, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 11012, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 11010, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 0 m_Right: 0 m_Top: 7 m_Bottom: 7 m_Overflow: m_Left: 0 m_Right: 0 m_Top: -1 m_Bottom: -1 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 12 m_FixedHeight: 0 m_StretchWidth: 0 m_StretchHeight: 1 m_horizontalScrollbar: m_Name: horizontalscrollbar m_Normal: m_Background: {fileID: 11008, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 9 m_Right: 9 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 4 m_Right: 4 m_Top: 1 m_Bottom: 4 m_Padding: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 2 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 15 m_StretchWidth: 1 m_StretchHeight: 0 m_horizontalScrollbarThumb: m_Name: horizontalscrollbarthumb m_Normal: m_Background: {fileID: 11007, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 6 m_Right: 6 m_Top: 6 m_Bottom: 6 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 6 m_Right: 6 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: -1 m_Bottom: 1 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 13 m_StretchWidth: 1 m_StretchHeight: 0 m_horizontalScrollbarLeftButton: m_Name: horizontalscrollbarleftbutton m_Normal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_horizontalScrollbarRightButton: m_Name: horizontalscrollbarrightbutton m_Normal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_verticalScrollbar: m_Name: verticalscrollbar m_Normal: m_Background: {fileID: 11020, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 9 m_Bottom: 9 m_Margin: m_Left: 1 m_Right: 4 m_Top: 4 m_Bottom: 4 m_Padding: m_Left: 0 m_Right: 0 m_Top: 1 m_Bottom: 1 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 15 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_verticalScrollbarThumb: m_Name: verticalscrollbarthumb m_Normal: m_Background: {fileID: 11019, guid: 0000000000000000e000000000000000, type: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 6 m_Right: 6 m_Top: 6 m_Bottom: 6 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 0 m_Right: 0 m_Top: 6 m_Bottom: 6 m_Overflow: m_Left: -1 m_Right: -1 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 2 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 15 m_FixedHeight: 0 m_StretchWidth: 0 m_StretchHeight: 1 m_verticalScrollbarUpButton: m_Name: verticalscrollbarupbutton m_Normal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_verticalScrollbarDownButton: m_Name: verticalscrollbardownbutton m_Normal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_ScrollView: m_Name: scrollview m_Normal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 1 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_CustomStyles: - m_Name: m_Normal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Hover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Active: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Focused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnNormal: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnHover: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnActive: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_OnFocused: m_Background: {fileID: 0} m_TextColor: {r: 0, g: 0, b: 0, a: 1} m_Border: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Margin: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Padding: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Overflow: m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_Font: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Alignment: 0 m_WordWrap: 0 m_RichText: 1 m_TextClipping: 0 m_ImagePosition: 0 m_ContentOffset: {x: 0, y: 0} m_FixedWidth: 0 m_FixedHeight: 0 m_StretchWidth: 1 m_StretchHeight: 0 m_Settings: m_DoubleClickSelectsWord: 1 m_TripleClickSelectsLine: 1 m_CursorColor: {r: 1, g: 1, b: 1, a: 1} m_CursorFlashSpeed: -1 m_SelectionColor: {r: 1, g: .384039074, b: 0, a: .699999988} ================================================ FILE: Assets/GUI/Skin.guiskin.meta ================================================ fileFormatVersion: 2 guid: 0d8c1e8d1885e4413bd69a5712677a99 NativeFormatImporter: userData: ================================================ FILE: Assets/GUI/health-bar-back.psd.meta ================================================ fileFormatVersion: 2 guid: 87f0a7c8139874fe1b996093b939da75 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/GUI/health-bar.psd.meta ================================================ fileFormatVersion: 2 guid: 6d28d934293344837bfbc57e3b213ce0 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/GUI/ken16.ttf.meta ================================================ fileFormatVersion: 2 guid: 5d8dd6c10e4574c5383173bb7fbaaebc TrueTypeFontImporter: serializedVersion: 2 fontSize: 16 forceTextureCase: -2 characterSpacing: 1 characterPadding: 0 includeFontData: 1 use2xBehaviour: 0 fontNames: [] customCharacters: fontRenderingMode: 0 userData: ================================================ FILE: Assets/GUI/ken32.ttf.meta ================================================ fileFormatVersion: 2 guid: 428dcfc7ce896493e87d7a3c2d1343ee TrueTypeFontImporter: serializedVersion: 2 fontSize: 32 forceTextureCase: -2 characterSpacing: 1 characterPadding: 0 includeFontData: 1 use2xBehaviour: 0 fontNames: [] customCharacters: fontRenderingMode: 0 userData: ================================================ FILE: Assets/GUI.meta ================================================ fileFormatVersion: 2 guid: 95f6c41735613441694badf79870b218 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Demo/Demo6/LightmapFar-0.exr.meta ================================================ fileFormatVersion: 2 guid: f9dcab51d72cc8244adeb3865fefee2d TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 3 mipBias: -1 wrapMode: 1 nPOTScale: 1 lightmap: 1 compressionQuality: 100 alphaIsTransparency: 0 textureType: 6 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Demo/Demo6/LightmapFar-1.exr.meta ================================================ fileFormatVersion: 2 guid: 7b1d4a29d189ef649a3136b3037c9bfb TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 3 mipBias: -1 wrapMode: 1 nPOTScale: 1 lightmap: 1 compressionQuality: 100 alphaIsTransparency: 0 textureType: 6 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Demo/Demo6.meta ================================================ fileFormatVersion: 2 guid: 70f7012c6db1c5842885c009edd2dbc0 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Demo/Demo6.unity ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!29 &1 SceneSettings: m_ObjectHideFlags: 0 m_PVSData: m_QueryMode: 1 m_PVSObjectsArray: [] m_PVSPortalsArray: [] m_OcclusionBakeSettings: viewCellSize: 1 bakeMode: 2 memoryUsage: 10485760 --- !u!104 &2 RenderSettings: m_Fog: 1 m_FogColor: {r: .0334150195, g: .176157132, b: .298507452, a: 1} m_FogMode: 3 m_FogDensity: .0299999993 m_LinearFogStart: 0 m_LinearFogEnd: 300 m_AmbientLight: {r: .343283594, g: .343283594, b: .343283594, a: 1} m_SkyboxMaterial: {fileID: 0} m_HaloStrength: .5 m_FlareStrength: 1 m_HaloTexture: {fileID: 0} m_SpotCookie: {fileID: 0} m_ObjectHideFlags: 0 --- !u!127 &3 LevelGameManager: m_ObjectHideFlags: 0 --- !u!157 &4 LightmapSettings: m_ObjectHideFlags: 0 m_LightProbes: {fileID: 0} m_Lightmaps: - m_Lightmap: {fileID: 2800000, guid: f9dcab51d72cc8244adeb3865fefee2d, type: 3} m_IndirectLightmap: {fileID: 0} - m_Lightmap: {fileID: 2800000, guid: 7b1d4a29d189ef649a3136b3037c9bfb, type: 3} m_IndirectLightmap: {fileID: 0} m_LightmapsMode: 0 m_BakedColorSpace: 0 m_UseDualLightmapsInForward: 0 m_LightmapEditorSettings: m_Resolution: 50 m_LastUsedResolution: 50 m_TextureWidth: 1024 m_TextureHeight: 1024 m_BounceBoost: 1 m_BounceIntensity: 1 m_SkyLightColor: {r: .860000014, g: .930000007, b: 1, a: 1} m_SkyLightIntensity: 0 m_Quality: 0 m_Bounces: 1 m_FinalGatherRays: 1000 m_FinalGatherContrastThreshold: .0500000007 m_FinalGatherGradientThreshold: 0 m_FinalGatherInterpolationPoints: 15 m_AOAmount: 0 m_AOMaxDistance: .100000001 m_AOContrast: 1 m_LODSurfaceMappingDistance: 1 m_Padding: 0 m_TextureCompression: 0 m_LockAtlas: 0 --- !u!196 &5 NavMeshSettings: m_ObjectHideFlags: 0 m_BuildSettings: agentRadius: .5 agentHeight: 2 agentSlope: 45 agentClimb: .400000006 ledgeDropHeight: 0 maxJumpAcrossDistance: 0 accuratePlacement: 0 minRegionArea: 2 widthInaccuracy: 16.666666 heightInaccuracy: 10 m_NavMesh: {fileID: 0} --- !u!1 &124384 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1239166824} serializedVersion: 4 m_Component: - 4: {fileID: 124388} - 33: {fileID: 124387} - 23: {fileID: 124386} - 65: {fileID: 124385} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &124385 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1239166824} m_GameObject: {fileID: 124384} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &124386 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1239166824} m_GameObject: {fileID: 124384} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .85546875, w: .245117188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &124387 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1239166824} m_GameObject: {fileID: 124384} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &124388 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1239166824} m_GameObject: {fileID: 124384} m_LocalRotation: {x: -.560985982, y: -.430458814, z: -.430458844, w: .560985982} m_LocalPosition: {x: 9.15438747, y: 0, z: -12.6917315} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &968437 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 9.40231991 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -5.54583549 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.560985744 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430459201 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430459082 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .560985684 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .868164062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1780362223} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1224749 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 25.3728943 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -21.5736771 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 65707478} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1446075 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.x value: 12.2252016 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.z value: -14.2451162 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.x value: .183011144 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.y value: -.683013201 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.z value: -.683013141 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.w value: -.183010966 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.w value: .734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_RootGameObject: {fileID: 679665671} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2494285 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1057231822} serializedVersion: 4 m_Component: - 4: {fileID: 2494288} - 33: {fileID: 2494287} - 23: {fileID: 2494286} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &2494286 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1057231822} m_GameObject: {fileID: 2494285} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2494287 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1057231822} m_GameObject: {fileID: 2494285} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &2494288 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1057231822} m_GameObject: {fileID: 2494285} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.8767166, y: 0, z: -3.47264862} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &6260730 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} serializedVersion: 4 m_Component: - 4: {fileID: 6260731} - 33: {fileID: 6260735} - 23: {fileID: 6260734} - 95: {fileID: 6260733} - 65: {fileID: 6260732} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &6260731 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 6260730} m_LocalRotation: {x: -1.49487437e-06, y: -.707106769, z: -.707106829, w: 1.68589554e-06} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 940011783} --- !u!65 &6260732 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 6260730} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &6260733 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 6260730} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &6260734 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 6260730} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .770507812} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &6260735 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 6260730} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &6807964 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 142327153} serializedVersion: 4 m_Component: - 4: {fileID: 6807965} - 33: {fileID: 6807967} - 23: {fileID: 6807966} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &6807965 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 142327153} m_GameObject: {fileID: 6807964} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: 16.8586292, y: 0, z: 2.33414435} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &6807966 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 142327153} m_GameObject: {fileID: 6807964} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .721679688} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &6807967 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 142327153} m_GameObject: {fileID: 6807964} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &7202809 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1496502651} serializedVersion: 4 m_Component: - 4: {fileID: 7202812} - 33: {fileID: 7202811} - 23: {fileID: 7202810} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &7202810 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1496502651} m_GameObject: {fileID: 7202809} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &7202811 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1496502651} m_GameObject: {fileID: 7202809} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &7202812 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1496502651} m_GameObject: {fileID: 7202809} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 9.53051758, y: 0, z: -26.5290146} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &7216467 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 7216468} - 33: {fileID: 7216472} - 23: {fileID: 7216471} - 95: {fileID: 7216470} - 65: {fileID: 7216469} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &7216468 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 7216467} m_LocalRotation: {x: -1.89187972e-06, y: -.707106829, z: -.707106829, w: 2.12399618e-06} m_LocalPosition: {x: -20.5031338, y: 0, z: -.220573097} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &7216469 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 7216467} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &7216470 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 7216467} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &7216471 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 7216467} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .805664062, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &7216472 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 7216467} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1 &7728042 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 7728043} m_Layer: 0 m_Name: Tomb04_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &7728043 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 7728042} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -6.4926343, y: 0, z: 11.8437958} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 202230307} - {fileID: 1968598451} m_Father: {fileID: 636589998} --- !u!1 &7969461 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1652728593} serializedVersion: 4 m_Component: - 4: {fileID: 7969465} - 33: {fileID: 7969464} - 23: {fileID: 7969463} - 65: {fileID: 7969462} m_Layer: 0 m_Name: Gravestone06 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &7969462 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1652728593} m_GameObject: {fileID: 7969461} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .426853448, y: .0785035416, z: 1.13765764} m_Center: {x: 7.4505806e-08, y: 0, z: .5427984} --- !u!23 &7969463 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1652728593} m_GameObject: {fileID: 7969461} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .573242188, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &7969464 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1652728593} m_GameObject: {fileID: 7969461} m_Mesh: {fileID: 4300000, guid: ab8bc807a82c61244b9767c797b8586c, type: 3} --- !u!4 &7969465 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1652728593} m_GameObject: {fileID: 7969461} m_LocalRotation: {x: -.608761609, y: 0, z: 0, w: .79335326} m_LocalPosition: {x: -3.51240039, y: -.0929164886, z: -29.7448063} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &8356177 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 20.4217072 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: -.093817234 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -4.58082008 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1860565076} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &13223912 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 415185746} serializedVersion: 4 m_Component: - 4: {fileID: 13223915} - 33: {fileID: 13223914} - 23: {fileID: 13223913} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &13223913 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 415185746} m_GameObject: {fileID: 13223912} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .595703125, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &13223914 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 415185746} m_GameObject: {fileID: 13223912} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &13223915 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 415185746} m_GameObject: {fileID: 13223912} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.03412628, y: 0, z: -32.0631943} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &13283035 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 115999666} serializedVersion: 4 m_Component: - 4: {fileID: 13283038} - 33: {fileID: 13283037} - 23: {fileID: 13283036} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &13283036 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 115999666} m_GameObject: {fileID: 13283035} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .918945312, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &13283037 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 115999666} m_GameObject: {fileID: 13283035} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!4 &13283038 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 115999666} m_GameObject: {fileID: 13283035} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -20.6270981, y: 0, z: -13.3342819} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &13791072 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2051945440} serializedVersion: 4 m_Component: - 4: {fileID: 13791076} - 33: {fileID: 13791075} - 23: {fileID: 13791074} - 65: {fileID: 13791073} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &13791073 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2051945440} m_GameObject: {fileID: 13791072} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &13791074 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2051945440} m_GameObject: {fileID: 13791072} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .834960938, w: .245117188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &13791075 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2051945440} m_GameObject: {fileID: 13791072} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &13791076 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2051945440} m_GameObject: {fileID: 13791072} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: 20.6091919, y: 0, z: 2.04033518} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &13808489 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: 17.1455326 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: .638255477 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: -7.62562752 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: .430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: .430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .864257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 171261135} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &14559658 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} serializedVersion: 4 m_Component: - 4: {fileID: 14559659} - 33: {fileID: 14559663} - 23: {fileID: 14559662} - 95: {fileID: 14559661} - 65: {fileID: 14559660} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &14559659 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 14559658} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1163597023} --- !u!65 &14559660 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 14559658} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &14559661 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 14559658} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &14559662 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 14559658} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .93359375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &14559663 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 14559658} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &15799878 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} serializedVersion: 4 m_Component: - 4: {fileID: 15799879} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &15799879 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 15799878} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: -6.44991302, y: 0, z: -32.5890427} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1858967457} - {fileID: 589894255} m_Father: {fileID: 636589998} --- !u!1001 &17357374 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 19.4786911 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .034822762 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -33.0859604 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .965820312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 188788752} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &18947313 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -8.02609634 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -25.5896492 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .560983837 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.430461586 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.430461526 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.560983837 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .677734375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 395383692} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &20568166 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 8.48378754 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0366233289 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -15.5201797 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 32002560} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &23961129 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 780005136} serializedVersion: 4 m_Component: - 4: {fileID: 23961132} - 33: {fileID: 23961131} - 23: {fileID: 23961130} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &23961130 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 780005136} m_GameObject: {fileID: 23961129} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &23961131 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 780005136} m_GameObject: {fileID: 23961129} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &23961132 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 780005136} m_GameObject: {fileID: 23961129} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 1.09661603, y: .0285701305, z: -19.2557392} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &27047513 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 917872349} serializedVersion: 4 m_Component: - 4: {fileID: 27047518} - 33: {fileID: 27047517} - 23: {fileID: 27047516} - 95: {fileID: 27047515} - 65: {fileID: 27047514} m_Layer: 0 m_Name: Tomb03_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &27047514 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 917872349} m_GameObject: {fileID: 27047513} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 1.94999337} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.4901164e-07} --- !u!95 &27047515 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 917872349} m_GameObject: {fileID: 27047513} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8380918eb75d37643ae193605b7d457f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &27047516 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 917872349} m_GameObject: {fileID: 27047513} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .029296875, y: .029296875, z: .721679688, w: .153320312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &27047517 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 917872349} m_GameObject: {fileID: 27047513} m_Mesh: {fileID: 4300000, guid: 8380918eb75d37643ae193605b7d457f, type: 3} --- !u!4 &27047518 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 917872349} m_GameObject: {fileID: 27047513} m_LocalRotation: {x: .0258315336, y: .207917705, z: -.798718333, w: -.564049721} m_LocalPosition: {x: -8.65760612, y: .190578461, z: -3.31413531} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &27245850 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: 8.07121658 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .049946785 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 3.76125622 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 659725275} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &28178644 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: -4.73032904 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: -14.4549227 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.270599127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: .653280973 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: .653281093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .270599216 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .75390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 1106463486} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &29209602 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -10.9177322 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: 6.67219543 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .94140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .177734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 2125570868} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &30572122 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} serializedVersion: 4 m_Component: - 4: {fileID: 30572127} - 33: {fileID: 30572126} - 23: {fileID: 30572125} - 95: {fileID: 30572124} - 65: {fileID: 30572123} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &30572123 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 30572122} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &30572124 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 30572122} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &30572125 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 30572122} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .877929688} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &30572126 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 30572122} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!4 &30572127 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 30572122} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 981781025} --- !u!1 &32002560 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 20568166} serializedVersion: 4 m_Component: - 4: {fileID: 32002563} - 33: {fileID: 32002562} - 23: {fileID: 32002561} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &32002561 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 20568166} m_GameObject: {fileID: 32002560} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &32002562 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 20568166} m_GameObject: {fileID: 32002560} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &32002563 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 20568166} m_GameObject: {fileID: 32002560} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 8.48378754, y: .0366233289, z: -15.5201797} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &32277876 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 6.93755054 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -5.50315046 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .560987592 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .430456579 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .430456698 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.560987592 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .817382812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 886739579} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &35246068 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 13.5287352 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -10.3545685 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .083984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .86328125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 2123999667} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &36373065 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} serializedVersion: 4 m_Component: - 4: {fileID: 36373066} - 33: {fileID: 36373070} - 23: {fileID: 36373069} - 95: {fileID: 36373068} - 65: {fileID: 36373067} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &36373066 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 36373065} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.50000501, y: -0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 710059136} --- !u!65 &36373067 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 36373065} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &36373068 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 36373065} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &36373069 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 36373065} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .59375, w: .494140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &36373070 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 36373065} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &36388779 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} serializedVersion: 4 m_Component: - 4: {fileID: 36388780} - 33: {fileID: 36388784} - 23: {fileID: 36388783} - 95: {fileID: 36388782} - 65: {fileID: 36388781} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &36388780 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 36388779} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 333750601} --- !u!65 &36388781 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 36388779} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &36388782 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 36388779} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &36388783 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 36388779} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .896484375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &36388784 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 36388779} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &36870527 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2056182200} serializedVersion: 4 m_Component: - 4: {fileID: 36870528} - 33: {fileID: 36870530} - 23: {fileID: 36870529} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &36870528 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2056182200} m_GameObject: {fileID: 36870527} m_LocalRotation: {x: .430462301, y: .560983241, z: .5609833, w: -.43046239} m_LocalPosition: {x: -7.63382196, y: .0258910004, z: -25.5961666} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &36870529 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2056182200} m_GameObject: {fileID: 36870527} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .719726562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &36870530 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2056182200} m_GameObject: {fileID: 36870527} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &38949185 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1797522015} serializedVersion: 4 m_Component: - 4: {fileID: 38949188} - 33: {fileID: 38949187} - 23: {fileID: 38949186} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &38949186 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1797522015} m_GameObject: {fileID: 38949185} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .584960938, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &38949187 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1797522015} m_GameObject: {fileID: 38949185} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &38949188 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1797522015} m_GameObject: {fileID: 38949185} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 16.530098, y: 0, z: -24.64328} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &40257442 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.x value: 6.45993614 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.z value: -27.6823444 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.x value: -.706878662 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.y value: .0179608818 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.z value: .0179608855 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.w value: .706878662 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.x value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.y value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.w value: .357421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_RootGameObject: {fileID: 135397625} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &43106401 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1799041552} serializedVersion: 4 m_Component: - 4: {fileID: 43106402} - 33: {fileID: 43106404} - 23: {fileID: 43106403} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &43106402 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1799041552} m_GameObject: {fileID: 43106401} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: 16.8653088, y: .0258910004, z: 2.76951218} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &43106403 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1799041552} m_GameObject: {fileID: 43106401} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .7109375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &43106404 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1799041552} m_GameObject: {fileID: 43106401} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &43381135 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 43381136} - 33: {fileID: 43381140} - 23: {fileID: 43381139} - 95: {fileID: 43381138} - 65: {fileID: 43381137} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &43381136 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 43381135} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.50000501, y: -0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 538183002} --- !u!65 &43381137 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 43381135} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &43381138 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 43381135} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &43381139 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 43381135} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .567382812, w: .494140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &43381140 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 43381135} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &43527396 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} m_PrefabInternal: {fileID: 1807521256} serializedVersion: 4 m_Component: - 4: {fileID: 43527400} - 33: {fileID: 43527399} - 23: {fileID: 43527398} - 65: {fileID: 43527397} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &43527397 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} m_PrefabInternal: {fileID: 1807521256} m_GameObject: {fileID: 43527396} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!23 &43527398 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} m_PrefabInternal: {fileID: 1807521256} m_GameObject: {fileID: 43527396} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .029296875, y: .029296875, z: .752929688, w: .153320312} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &43527399 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} m_PrefabInternal: {fileID: 1807521256} m_GameObject: {fileID: 43527396} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!4 &43527400 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} m_PrefabInternal: {fileID: 1807521256} m_GameObject: {fileID: 43527396} m_LocalRotation: {x: -.430460036, y: -.56098491, z: -.560984969, w: .430460066} m_LocalPosition: {x: 11.1362066, y: .0535221025, z: 13.1169777} m_LocalScale: {x: 1.21064496, y: 1.21064496, z: 1.21064496} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &48367893 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 662934172} serializedVersion: 4 m_Component: - 4: {fileID: 48367898} - 33: {fileID: 48367897} - 23: {fileID: 48367896} - 95: {fileID: 48367895} - 65: {fileID: 48367894} m_Layer: 0 m_Name: Tomb05_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &48367894 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 662934172} m_GameObject: {fileID: 48367893} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.5672543, y: 2.54864335, z: 3.5580442} m_Center: {x: -4.76837158e-07, y: .0169152655, z: 1.71060061} --- !u!95 &48367895 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 662934172} m_GameObject: {fileID: 48367893} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 02dc708fec9d21342919b99910d9cd04, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &48367896 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 662934172} m_GameObject: {fileID: 48367893} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .107421875, y: .107421875, z: 0, w: .408203125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &48367897 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 662934172} m_GameObject: {fileID: 48367893} m_Mesh: {fileID: 4300000, guid: 02dc708fec9d21342919b99910d9cd04, type: 3} --- !u!4 &48367898 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 662934172} m_GameObject: {fileID: 48367893} m_LocalRotation: {x: -.500000298, y: .499999642, z: .499999702, w: .500000417} m_LocalPosition: {x: -14.9103498, y: 0, z: -16.7376804} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &51080467 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1883293022} serializedVersion: 4 m_Component: - 4: {fileID: 51080468} - 33: {fileID: 51080470} - 23: {fileID: 51080469} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &51080468 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1883293022} m_GameObject: {fileID: 51080467} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: -1.20283246, y: 0, z: -11.1489267} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &51080469 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1883293022} m_GameObject: {fileID: 51080467} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .716796875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &51080470 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1883293022} m_GameObject: {fileID: 51080467} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &52471148 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.9970608 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -3.50293112 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057792 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .0922929347 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .0922930315 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057851 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .641601562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1277882975} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &52776630 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1224022979} serializedVersion: 4 m_Component: - 4: {fileID: 52776633} - 33: {fileID: 52776632} - 23: {fileID: 52776631} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &52776631 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1224022979} m_GameObject: {fileID: 52776630} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .57421875, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &52776632 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1224022979} m_GameObject: {fileID: 52776630} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &52776633 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1224022979} m_GameObject: {fileID: 52776630} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.0617781, y: 0, z: -28.7832394} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &56501192 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 13.0748444 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -15.8232651 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .559570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1855566875} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &57038106 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -21.4498844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -17.5889759 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707105994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: .707107604 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .48828125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .668945312 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 813104971} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &57471362 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 57471363} m_Layer: 0 m_Name: Tomb04_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &57471363 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 57471362} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: 18.0506554, y: 0, z: -17.6606922} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 229786587} - {fileID: 1300228795} - {fileID: 509020107} - {fileID: 751792832} m_Father: {fileID: 636589998} --- !u!1 &61186227 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 214207908} serializedVersion: 4 m_Component: - 4: {fileID: 61186230} - 33: {fileID: 61186229} - 23: {fileID: 61186228} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &61186228 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 214207908} m_GameObject: {fileID: 61186227} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .89453125, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &61186229 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 214207908} m_GameObject: {fileID: 61186227} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!4 &61186230 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 214207908} m_GameObject: {fileID: 61186227} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 23.1945744, y: 0, z: 3.27730179} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &62833362 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} serializedVersion: 4 m_Component: - 4: {fileID: 62833363} - 33: {fileID: 62833367} - 23: {fileID: 62833366} - 95: {fileID: 62833365} - 65: {fileID: 62833364} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &62833363 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 62833362} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1737200465} --- !u!65 &62833364 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 62833362} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &62833365 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 62833362} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &62833366 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 62833362} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .852539062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &62833367 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 62833362} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &63911171 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.x value: 7.04275846 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.y value: -.0558267832 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.z value: -14.2536325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.x value: -.586339533 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.y value: -.53086251 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.z value: -.482960582 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.w value: .375686079 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.x value: .013671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.y value: .013671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.z value: .73046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_RootGameObject: {fileID: 319266867} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &65707478 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1224749} serializedVersion: 4 m_Component: - 4: {fileID: 65707481} - 33: {fileID: 65707480} - 23: {fileID: 65707479} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &65707479 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1224749} m_GameObject: {fileID: 65707478} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .538085938, w: .538085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &65707480 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1224749} m_GameObject: {fileID: 65707478} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &65707481 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1224749} m_GameObject: {fileID: 65707478} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 25.3728943, y: 0, z: -21.5736771} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &66905715 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1824353713} serializedVersion: 4 m_Component: - 4: {fileID: 66905718} - 33: {fileID: 66905717} - 23: {fileID: 66905716} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &66905716 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1824353713} m_GameObject: {fileID: 66905715} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .486328125, w: .6640625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &66905717 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1824353713} m_GameObject: {fileID: 66905715} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!4 &66905718 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1824353713} m_GameObject: {fileID: 66905715} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -10.1740189, y: .00723038614, z: -1.97437286} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &67264276 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -21.4498272 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 7.41103649 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707105994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: .707107604 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .6328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .432617188 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 483985336} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &68299753 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1135201987} serializedVersion: 4 m_Component: - 4: {fileID: 68299754} - 33: {fileID: 68299756} - 23: {fileID: 68299755} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &68299754 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1135201987} m_GameObject: {fileID: 68299753} m_LocalRotation: {x: .707106829, y: -3.72468594e-06, z: -3.43777515e-06, w: -.707106829} m_LocalPosition: {x: -13.8613062, y: .0258910004, z: -27.8289585} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &68299755 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1135201987} m_GameObject: {fileID: 68299753} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .702148438} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &68299756 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1135201987} m_GameObject: {fileID: 68299753} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &68742025 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 417804105} serializedVersion: 4 m_Component: - 4: {fileID: 68742028} - 33: {fileID: 68742027} - 23: {fileID: 68742026} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &68742026 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 417804105} m_GameObject: {fileID: 68742025} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &68742027 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 417804105} m_GameObject: {fileID: 68742025} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &68742028 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 417804105} m_GameObject: {fileID: 68742025} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 9.21578979, y: .0287848413, z: -5.20477295} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &72448654 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.x value: -4.19459724 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.z value: 12.8286572 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.y value: -6.18172393e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.z value: -2.70211748e-15 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .459960938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_RootGameObject: {fileID: 1781252312} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &74417879 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} serializedVersion: 4 m_Component: - 4: {fileID: 74417880} - 33: {fileID: 74417884} - 23: {fileID: 74417883} - 95: {fileID: 74417882} - 65: {fileID: 74417881} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &74417880 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 74417879} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 193702144} --- !u!65 &74417881 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 74417879} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &74417882 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 74417879} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &74417883 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 74417879} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .80859375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &74417884 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 74417879} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &75927054 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 950829997} serializedVersion: 4 m_Component: - 4: {fileID: 75927058} - 33: {fileID: 75927057} - 23: {fileID: 75927056} - 65: {fileID: 75927055} m_Layer: 0 m_Name: Gravestone08 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &75927055 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 950829997} m_GameObject: {fileID: 75927054} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .578846931, y: .291750789, z: .768045723} m_Center: {x: 0, y: 0, z: .3579925} --- !u!23 &75927056 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 950829997} m_GameObject: {fileID: 75927054} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .91015625} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &75927057 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 950829997} m_GameObject: {fileID: 75927054} m_Mesh: {fileID: 4300000, guid: 689c3ca5c0bc43c47aa29dbc4bb21eb8, type: 3} --- !u!4 &75927058 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 950829997} m_GameObject: {fileID: 75927054} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.8714867, y: 0, z: -4.61286497} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &76251724 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.x value: 2.89398599 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.y value: .00775671005 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.z value: -14.2850523 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .619140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_RootGameObject: {fileID: 1358447069} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &80840312 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 11.6380692 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -24.8416977 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .98046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 162182402} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &83038914 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} serializedVersion: 4 m_Component: - 4: {fileID: 83038915} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &83038915 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 83038914} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.4498386, y: 0, z: 2.41103268} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 859945571} - {fileID: 255669545} m_Father: {fileID: 636589998} --- !u!1 &83417628 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1488521493} serializedVersion: 4 m_Component: - 4: {fileID: 83417631} - 33: {fileID: 83417630} - 23: {fileID: 83417629} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &83417629 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1488521493} m_GameObject: {fileID: 83417628} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &83417630 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1488521493} m_GameObject: {fileID: 83417628} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &83417631 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1488521493} m_GameObject: {fileID: 83417628} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 23.3094482, y: 0, z: -9.85832214} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &84382383 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 11.2097282 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 6.89991713 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.430460006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .430460006 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .844726562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1319853003} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &84700732 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 960190168} serializedVersion: 4 m_Component: - 4: {fileID: 84700733} - 33: {fileID: 84700736} - 23: {fileID: 84700735} - 64: {fileID: 84700734} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &84700733 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 960190168} m_GameObject: {fileID: 84700732} m_LocalRotation: {x: -.431060642, y: -.56052351, z: -.560523689, w: .431060731} m_LocalPosition: {x: 16.706316, y: 1.10110986, z: -7.63030529} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &84700734 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 960190168} m_GameObject: {fileID: 84700732} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &84700735 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 960190168} m_GameObject: {fileID: 84700732} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .909179688} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &84700736 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 960190168} m_GameObject: {fileID: 84700732} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1 &85791869 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1559823111} serializedVersion: 4 m_Component: - 4: {fileID: 85791872} - 198: {fileID: 85791871} - 199: {fileID: 85791870} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &85791870 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1559823111} m_GameObject: {fileID: 85791869} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &85791871 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1559823111} m_GameObject: {fileID: 85791869} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &85791872 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1559823111} m_GameObject: {fileID: 85791869} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -8.14103699, y: 1.12446153, z: 4.53985596} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1001 &85833586 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.9970608 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -.199182987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057792 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057792 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .764648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 985648262} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &86308809 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.x value: 9.22529411 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.z value: -1.48014498 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.y value: -3.56713059e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.z value: -7.34543804e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0595703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0595703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.z value: .483398438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_RootGameObject: {fileID: 1484134879} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &88432016 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 2077431696} serializedVersion: 4 m_Component: - 4: {fileID: 88432019} - 33: {fileID: 88432018} - 23: {fileID: 88432017} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &88432017 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 2077431696} m_GameObject: {fileID: 88432016} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .870117188, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &88432018 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 2077431696} m_GameObject: {fileID: 88432016} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!4 &88432019 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 2077431696} m_GameObject: {fileID: 88432016} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -10.652359, y: .118018515, z: -3.27893829} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &89167823 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 735511612} serializedVersion: 4 m_Component: - 4: {fileID: 89167826} - 33: {fileID: 89167825} - 23: {fileID: 89167824} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &89167824 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 735511612} m_GameObject: {fileID: 89167823} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .711914062} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &89167825 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 735511612} m_GameObject: {fileID: 89167823} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &89167826 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 735511612} m_GameObject: {fileID: 89167823} m_LocalRotation: {x: -.430460036, y: -.56098491, z: -.560984969, w: .430460066} m_LocalPosition: {x: 11.4489002, y: 0, z: -9.14948845} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &90560553 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.x value: 4.00030518 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.y value: .00368656218 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.z value: -9.88731384 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.y value: -6.18172393e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.z value: -2.70211748e-15 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.x value: 1.70000005 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.y value: 1.70000005 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.z value: 1.70000005 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0849609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0849609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.w value: .614257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_RootGameObject: {fileID: 1832311093} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &90941140 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2074615323} serializedVersion: 4 m_Component: - 4: {fileID: 90941141} - 33: {fileID: 90941143} - 23: {fileID: 90941142} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &90941141 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2074615323} m_GameObject: {fileID: 90941140} m_LocalRotation: {x: .499997973, y: -.500002205, z: -.500002146, w: -.499997795} m_LocalPosition: {x: -13.8902483, y: 0, z: -30.5356884} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &90941142 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2074615323} m_GameObject: {fileID: 90941140} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .70703125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &90941143 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2074615323} m_GameObject: {fileID: 90941140} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &92126130 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1918875104} serializedVersion: 4 m_Component: - 4: {fileID: 92126133} - 33: {fileID: 92126132} - 23: {fileID: 92126131} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &92126131 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1918875104} m_GameObject: {fileID: 92126130} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &92126132 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1918875104} m_GameObject: {fileID: 92126130} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &92126133 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1918875104} m_GameObject: {fileID: 92126130} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -6.55885315, y: 0, z: -26.6873398} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &92775694 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 818686440} serializedVersion: 4 m_Component: - 4: {fileID: 92775695} - 33: {fileID: 92775697} - 23: {fileID: 92775696} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &92775695 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 818686440} m_GameObject: {fileID: 92775694} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: -1.29098105, y: .0258910004, z: -2.75070953} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &92775696 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 818686440} m_GameObject: {fileID: 92775694} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .693359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &92775697 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 818686440} m_GameObject: {fileID: 92775694} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &93455175 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2066097721} serializedVersion: 4 m_Component: - 4: {fileID: 93455178} - 33: {fileID: 93455177} - 23: {fileID: 93455176} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &93455176 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2066097721} m_GameObject: {fileID: 93455175} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &93455177 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2066097721} m_GameObject: {fileID: 93455175} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &93455178 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2066097721} m_GameObject: {fileID: 93455175} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.85580444, y: .0291854516, z: -16.3547363} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &94183769 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1120062343} serializedVersion: 4 m_Component: - 4: {fileID: 94183770} - 33: {fileID: 94183773} - 23: {fileID: 94183772} - 65: {fileID: 94183771} m_Layer: 0 m_Name: Paling01_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &94183770 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1120062343} m_GameObject: {fileID: 94183769} m_LocalRotation: {x: .0922945291, y: -.701057613, z: -.701057553, w: -.0922943875} m_LocalPosition: {x: -4.52373219, y: 0, z: -37.0691299} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &94183771 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1120062343} m_GameObject: {fileID: 94183769} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.24459791, y: .325028896, z: .867163241} m_Center: {x: -5.96046448e-08, y: 0, z: .363400787} --- !u!23 &94183772 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1120062343} m_GameObject: {fileID: 94183769} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .943359375, w: .494140625} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &94183773 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1120062343} m_GameObject: {fileID: 94183769} m_Mesh: {fileID: 4300000, guid: 3bb6f2d55e37ef543a8a9a458e24c740, type: 3} --- !u!1 &96936111 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 390030313} serializedVersion: 4 m_Component: - 4: {fileID: 96936112} - 33: {fileID: 96936114} - 23: {fileID: 96936113} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &96936112 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 390030313} m_GameObject: {fileID: 96936111} m_LocalRotation: {x: -.183013856, y: -.683012426, z: -.683012426, w: .183013901} m_LocalPosition: {x: 12.3822994, y: 0, z: -5.38955498} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &96936113 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 390030313} m_GameObject: {fileID: 96936111} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .684570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &96936114 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 390030313} m_GameObject: {fileID: 96936111} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &97338474 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 3.01596498 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: -.0217900276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -.483880997 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .58203125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1532165861} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &98094796 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 24.3229904 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .145929858 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -3.36589813 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .606445312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1739213358} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &100067432 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 936554870} serializedVersion: 4 m_Component: - 4: {fileID: 100067435} - 33: {fileID: 100067434} - 23: {fileID: 100067433} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &100067433 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 936554870} m_GameObject: {fileID: 100067432} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &100067434 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 936554870} m_GameObject: {fileID: 100067432} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &100067435 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 936554870} m_GameObject: {fileID: 100067432} m_LocalRotation: {x: -.653286874, y: -.270585001, z: -.27058506, w: .653286874} m_LocalPosition: {x: 16.2886353, y: 0, z: -28.9136276} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &103663705 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 2133887186} serializedVersion: 4 m_Component: - 4: {fileID: 103663708} - 33: {fileID: 103663707} - 23: {fileID: 103663706} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &103663706 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 2133887186} m_GameObject: {fileID: 103663705} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &103663707 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 2133887186} m_GameObject: {fileID: 103663705} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &103663708 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 2133887186} m_GameObject: {fileID: 103663705} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.28249884, y: 0, z: -28.5899906} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &107405686 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -9.18326569 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -25.3969746 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1357365041} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &111856412 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 2047560343} serializedVersion: 4 m_Component: - 4: {fileID: 111856416} - 33: {fileID: 111856415} - 23: {fileID: 111856414} - 65: {fileID: 111856413} m_Layer: 0 m_Name: Gravestone08 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &111856413 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 2047560343} m_GameObject: {fileID: 111856412} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .578846931, y: .291750789, z: .768045723} m_Center: {x: 0, y: 0, z: .3579925} --- !u!23 &111856414 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 2047560343} m_GameObject: {fileID: 111856412} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .892578125} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &111856415 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 2047560343} m_GameObject: {fileID: 111856412} m_Mesh: {fileID: 4300000, guid: 689c3ca5c0bc43c47aa29dbc4bb21eb8, type: 3} --- !u!4 &111856416 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 2047560343} m_GameObject: {fileID: 111856412} m_LocalRotation: {x: .49999842, y: -.500001729, z: -.500001669, w: -.499998212} m_LocalPosition: {x: 11.8685808, y: 0, z: -1.73859119} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &112700604 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.x value: -16.7292576 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.z value: -28.2810783 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.x value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.y value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.w value: .872070312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_RootGameObject: {fileID: 969833639} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &114286598 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.x value: -4.89662027 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.z value: -18.6470661 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.x value: -2.20732568e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.y value: .707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.z value: .707106888 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.w value: 2.29351417e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_RootGameObject: {fileID: 1091044032} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &114995222 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -18.4075699 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: 7.52017212 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 340440898} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &115115802 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: -6.67807007 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -7.54682159 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 2067791726} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &115999666 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.x value: -20.6270981 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.z value: -13.3342819 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.z value: .918945312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_RootGameObject: {fileID: 13283035} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &116232158 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 2063173955} serializedVersion: 4 m_Component: - 4: {fileID: 116232162} - 33: {fileID: 116232161} - 23: {fileID: 116232160} - 65: {fileID: 116232159} m_Layer: 0 m_Name: Gravestone02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &116232159 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 2063173955} m_GameObject: {fileID: 116232158} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .523786247, y: .0785035491, z: .972014666} m_Center: {x: 0, y: -3.7252903e-09, z: .459976971} --- !u!23 &116232160 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 2063173955} m_GameObject: {fileID: 116232158} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0146484375, y: .0146484375, z: .713867188, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &116232161 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 2063173955} m_GameObject: {fileID: 116232158} m_Mesh: {fileID: 4300000, guid: 3d8f2299d5d62cc4d9b5cb61b5037169, type: 3} --- !u!4 &116232162 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 2063173955} m_GameObject: {fileID: 116232158} m_LocalRotation: {x: -.701057434, y: .092295818, z: .0922958404, w: .701057434} m_LocalPosition: {x: -11.2180481, y: -.0251693726, z: -26.7524452} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &118793108 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 3.32233644 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -18.6160145 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .66796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1140852955} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &119810723 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 11.7649002 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -13.3994446 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1558883070} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &121065226 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 22.9251709 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: .0250773616 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -26.821106 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .838867188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1333414218} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &121205003 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} serializedVersion: 4 m_Component: - 4: {fileID: 121205004} - 33: {fileID: 121205007} - 23: {fileID: 121205006} - 64: {fileID: 121205005} m_Layer: 0 m_Name: Coffin01_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &121205004 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 121205003} m_LocalRotation: {x: -.660971582, y: -.126909465, z: -.155832797, w: .72299844} m_LocalPosition: {x: .642690897, y: .438588649, z: -.102839686} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 525290368} --- !u!64 &121205005 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 121205003} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: c7163e2fded93b24ebf76534aa5b2dbc, type: 3} --- !u!23 &121205006 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 121205003} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .02734375, y: .02734375, z: .736328125, w: .45703125} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &121205007 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 121205003} m_Mesh: {fileID: 4300000, guid: 9c075f8d9964ff843a13d19f497e95bc, type: 3} --- !u!1 &123645107 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} serializedVersion: 4 m_Component: - 4: {fileID: 123645108} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &123645108 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 123645107} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: -11.4499207, y: 0, z: -32.5890274} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 171363803} - {fileID: 1693608882} m_Father: {fileID: 636589998} --- !u!1 &124283550 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1208586519} serializedVersion: 4 m_Component: - 4: {fileID: 124283553} - 33: {fileID: 124283552} - 23: {fileID: 124283551} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &124283551 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1208586519} m_GameObject: {fileID: 124283550} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .486328125, w: .635742188} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &124283552 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1208586519} m_GameObject: {fileID: 124283550} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!4 &124283553 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1208586519} m_GameObject: {fileID: 124283550} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.75496674, y: .192967892, z: 5.97826385} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &124893677 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.x value: 6.20995188 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.z value: 17.4789848 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.x value: -.701057434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.y value: -.092295818 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.z value: -.0922958404 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.w value: .701057434 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.z value: .946289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.w value: .2421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_RootGameObject: {fileID: 1805951956} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &127258490 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} serializedVersion: 4 m_Component: - 4: {fileID: 127258495} - 33: {fileID: 127258494} - 23: {fileID: 127258493} - 95: {fileID: 127258492} - 65: {fileID: 127258491} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &127258491 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 127258490} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &127258492 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 127258490} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &127258493 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 127258490} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .764648438} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &127258494 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 127258490} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!4 &127258495 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 127258490} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1705972004} --- !u!1 &129568068 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 900661740} serializedVersion: 4 m_Component: - 4: {fileID: 129568069} - 33: {fileID: 129568071} - 23: {fileID: 129568070} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &129568069 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 900661740} m_GameObject: {fileID: 129568068} m_LocalRotation: {x: .701057792, y: .0922929794, z: .0922929794, w: -.701057792} m_LocalPosition: {x: 3.13034821, y: .00410097837, z: .08203125} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &129568070 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 900661740} m_GameObject: {fileID: 129568068} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .67578125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &129568071 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 900661740} m_GameObject: {fileID: 129568068} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &129995421 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.x value: 8.49235916 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.y value: -.111420631 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.z value: 17.8100605 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.x value: -.79335326 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.w value: .608761609 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.w value: .637695312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_RootGameObject: {fileID: 284491591} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &134795558 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 722839586} serializedVersion: 4 m_Component: - 4: {fileID: 134795561} - 33: {fileID: 134795560} - 23: {fileID: 134795559} m_Layer: 0 m_Name: Plant09_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &134795559 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 722839586} m_GameObject: {fileID: 134795558} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .078125, y: .078125, z: .109375, w: .524414062} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &134795560 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 722839586} m_GameObject: {fileID: 134795558} m_Mesh: {fileID: 4300000, guid: 906fc1c0d6c2e7348a2d7cb02bdce143, type: 3} --- !u!4 &134795561 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 722839586} m_GameObject: {fileID: 134795558} m_LocalRotation: {x: -.707106829, y: -3.93407831e-08, z: 2.24764527e-08, w: .707106769} m_LocalPosition: {x: -5.59389162, y: 0, z: -33.6833954} m_LocalScale: {x: 1.89999998, y: 1.89999998, z: 1.89999998} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &135397625 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 40257442} serializedVersion: 4 m_Component: - 4: {fileID: 135397630} - 33: {fileID: 135397629} - 23: {fileID: 135397628} - 95: {fileID: 135397627} - 65: {fileID: 135397626} m_Layer: 0 m_Name: Tomb05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &135397626 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 40257442} m_GameObject: {fileID: 135397625} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1.6931591, y: 2.40538859, z: 3.26710725} m_Center: {x: 0, y: 0, z: 1.56513226} --- !u!95 &135397627 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 40257442} m_GameObject: {fileID: 135397625} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &135397628 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 40257442} m_GameObject: {fileID: 135397625} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .08203125, y: .08203125, z: .109375, w: .357421875} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &135397629 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 40257442} m_GameObject: {fileID: 135397625} m_Mesh: {fileID: 4300000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} --- !u!4 &135397630 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 40257442} m_GameObject: {fileID: 135397625} m_LocalRotation: {x: -.706878662, y: .0179608818, z: .0179608855, w: .706878662} m_LocalPosition: {x: 6.45993614, y: 0, z: -27.6823444} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &136944298 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1426619334} serializedVersion: 4 m_Component: - 4: {fileID: 136944302} - 33: {fileID: 136944301} - 23: {fileID: 136944300} - 65: {fileID: 136944299} m_Layer: 0 m_Name: Gravestone03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &136944299 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1426619334} m_GameObject: {fileID: 136944298} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .510842621, y: .0785035491, z: .975491941} m_Center: {x: 2.98023224e-08, y: -3.7252903e-09, z: .461715609} --- !u!23 &136944300 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1426619334} m_GameObject: {fileID: 136944298} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .696289062, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &136944301 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1426619334} m_GameObject: {fileID: 136944298} m_Mesh: {fileID: 4300000, guid: 6a50528ab09e2bc4d8da239b725f0c47, type: 3} --- !u!4 &136944302 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1426619334} m_GameObject: {fileID: 136944298} m_LocalRotation: {x: -.707106829, y: -1.07130234e-08, z: 6.40978115e-08, w: .707106829} m_LocalPosition: {x: 6.85170174, y: 0, z: -17.2509174} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &137764802 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} serializedVersion: 4 m_Component: - 4: {fileID: 137764803} - 33: {fileID: 137764807} - 23: {fileID: 137764806} - 95: {fileID: 137764805} - 65: {fileID: 137764804} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &137764803 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 137764802} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 966818824} --- !u!65 &137764804 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 137764802} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &137764805 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 137764802} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &137764806 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 137764802} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .720703125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &137764807 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 137764802} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &142327153 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 16.8586292 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 2.33414435 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .721679688 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 6807964} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &143421044 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1736588429} serializedVersion: 4 m_Component: - 4: {fileID: 143421049} - 33: {fileID: 143421048} - 23: {fileID: 143421047} - 95: {fileID: 143421046} - 65: {fileID: 143421045} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &143421045 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1736588429} m_GameObject: {fileID: 143421044} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &143421046 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1736588429} m_GameObject: {fileID: 143421044} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &143421047 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1736588429} m_GameObject: {fileID: 143421044} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .868164062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &143421048 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1736588429} m_GameObject: {fileID: 143421044} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!4 &143421049 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1736588429} m_GameObject: {fileID: 143421044} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -10.8996935, y: -.0459657609, z: -2.62158346} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &143853987 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.x value: 10.4721565 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.y value: .0305579994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.z value: -29.4568157 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.x value: .683012128 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.y value: -.183015004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.z value: -.183015063 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.w value: -.683012128 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.x value: 1.76399994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.y value: 1.76400077 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.z value: 1.76399982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.x value: .151367188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.y value: .151367188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.z value: .721679688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.w value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_RootGameObject: {fileID: 754322413} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &151563242 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 584586310} serializedVersion: 4 m_Component: - 4: {fileID: 151563245} - 33: {fileID: 151563244} - 23: {fileID: 151563243} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &151563243 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 584586310} m_GameObject: {fileID: 151563242} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .702148438} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &151563244 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 584586310} m_GameObject: {fileID: 151563242} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &151563245 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 584586310} m_GameObject: {fileID: 151563242} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 29.9732056, y: 0, z: -4.01028442} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &152946475 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 20.7545776 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -29.7381744 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1357822676} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &153174966 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 535291483} serializedVersion: 4 m_Component: - 4: {fileID: 153174967} - 33: {fileID: 153174969} - 23: {fileID: 153174968} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &153174967 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 535291483} m_GameObject: {fileID: 153174966} m_LocalRotation: {x: -.0922969505, y: -.701057255, z: -.701057315, w: .0922970176} m_LocalPosition: {x: -11.1113281, y: 0, z: -13.2679367} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &153174968 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 535291483} m_GameObject: {fileID: 153174966} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .563476562, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &153174969 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 535291483} m_GameObject: {fileID: 153174966} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &154722709 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 234911521} serializedVersion: 4 m_Component: - 4: {fileID: 154722712} - 33: {fileID: 154722711} - 23: {fileID: 154722710} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &154722710 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 234911521} m_GameObject: {fileID: 154722709} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .5234375, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &154722711 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 234911521} m_GameObject: {fileID: 154722709} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &154722712 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 234911521} m_GameObject: {fileID: 154722709} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -18.9902039, y: 0, z: -11.8820114} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &156855085 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1937202136} serializedVersion: 4 m_Component: - 4: {fileID: 156855086} - 33: {fileID: 156855088} - 23: {fileID: 156855087} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &156855086 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1937202136} m_GameObject: {fileID: 156855085} m_LocalRotation: {x: .707106829, y: -3.72468594e-06, z: -3.43777515e-06, w: -.707106829} m_LocalPosition: {x: -14.0869131, y: .0258910004, z: -30.1772671} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &156855087 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1937202136} m_GameObject: {fileID: 156855085} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .666992188} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &156855088 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1937202136} m_GameObject: {fileID: 156855085} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &158283074 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 472901036} serializedVersion: 4 m_Component: - 4: {fileID: 158283077} - 33: {fileID: 158283076} - 23: {fileID: 158283075} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &158283075 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 472901036} m_GameObject: {fileID: 158283074} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .658203125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &158283076 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 472901036} m_GameObject: {fileID: 158283074} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &158283077 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 472901036} m_GameObject: {fileID: 158283074} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 9.70946407, y: .025891006, z: -9.14148998} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &159295875 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1459897815} serializedVersion: 4 m_Component: - 4: {fileID: 159295878} - 33: {fileID: 159295877} - 23: {fileID: 159295876} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &159295876 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1459897815} m_GameObject: {fileID: 159295875} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &159295877 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1459897815} m_GameObject: {fileID: 159295875} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &159295878 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1459897815} m_GameObject: {fileID: 159295875} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.58529663, y: 0, z: -10.932869} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &161729183 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1812178839} serializedVersion: 4 m_Component: - 4: {fileID: 161729186} - 33: {fileID: 161729185} - 23: {fileID: 161729184} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &161729184 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1812178839} m_GameObject: {fileID: 161729183} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .845703125, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &161729185 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1812178839} m_GameObject: {fileID: 161729183} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!4 &161729186 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1812178839} m_GameObject: {fileID: 161729183} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 16.2722626, y: 0, z: -2.78372192} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &162182402 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 80840312} serializedVersion: 4 m_Component: - 4: {fileID: 162182405} - 33: {fileID: 162182404} - 23: {fileID: 162182403} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &162182403 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 80840312} m_GameObject: {fileID: 162182402} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .98046875, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &162182404 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 80840312} m_GameObject: {fileID: 162182402} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &162182405 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 80840312} m_GameObject: {fileID: 162182402} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.6380692, y: 0, z: -24.8416977} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &163788857 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1623337999} serializedVersion: 4 m_Component: - 4: {fileID: 163788861} - 33: {fileID: 163788860} - 23: {fileID: 163788859} - 65: {fileID: 163788858} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &163788858 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1623337999} m_GameObject: {fileID: 163788857} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &163788859 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1623337999} m_GameObject: {fileID: 163788857} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .668945312, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &163788860 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1623337999} m_GameObject: {fileID: 163788857} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!4 &163788861 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1623337999} m_GameObject: {fileID: 163788857} m_LocalRotation: {x: -.0922973454, y: .701057196, z: .701057255, w: .0922974646} m_LocalPosition: {x: -7.56979179, y: 0, z: 9.14565945} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &164566928 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1572210121} serializedVersion: 4 m_Component: - 4: {fileID: 164566929} - 33: {fileID: 164566933} - 23: {fileID: 164566932} - 95: {fileID: 164566931} - 65: {fileID: 164566930} m_Layer: 0 m_Name: Tomb05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &164566929 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1572210121} m_GameObject: {fileID: 164566928} m_LocalRotation: {x: -.500001013, y: .499998987, z: .499998987, w: .500001013} m_LocalPosition: {x: -3.23112059, y: 0, z: -1.78790081} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &164566930 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1572210121} m_GameObject: {fileID: 164566928} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1.6931591, y: 2.40538859, z: 3.26710725} m_Center: {x: 0, y: 0, z: 1.56513226} --- !u!95 &164566931 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1572210121} m_GameObject: {fileID: 164566928} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &164566932 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1572210121} m_GameObject: {fileID: 164566928} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .08203125, y: .08203125, z: .109375, w: .2734375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &164566933 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1572210121} m_GameObject: {fileID: 164566928} m_Mesh: {fileID: 4300000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} --- !u!1 &165049283 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 881056122} serializedVersion: 4 m_Component: - 4: {fileID: 165049284} - 33: {fileID: 165049286} - 23: {fileID: 165049285} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &165049284 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 881056122} m_GameObject: {fileID: 165049283} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: 12.995575, y: .0258910004, z: 1.76463723} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &165049285 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 881056122} m_GameObject: {fileID: 165049283} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .649414062} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &165049286 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 881056122} m_GameObject: {fileID: 165049283} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &165321439 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1677592124} serializedVersion: 4 m_Component: - 4: {fileID: 165321440} - 33: {fileID: 165321442} - 23: {fileID: 165321441} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &165321440 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1677592124} m_GameObject: {fileID: 165321439} m_LocalRotation: {x: -.560985982, y: .430458814, z: .430458844, w: .560985982} m_LocalPosition: {x: -14.4669418, y: 0, z: -13.2343826} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &165321441 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1677592124} m_GameObject: {fileID: 165321439} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .640625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &165321442 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1677592124} m_GameObject: {fileID: 165321439} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &166776855 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1185637231} serializedVersion: 4 m_Component: - 4: {fileID: 166776858} - 33: {fileID: 166776857} - 23: {fileID: 166776856} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &166776856 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1185637231} m_GameObject: {fileID: 166776855} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &166776857 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1185637231} m_GameObject: {fileID: 166776855} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &166776858 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1185637231} m_GameObject: {fileID: 166776855} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.9562378, y: .018529661, z: -3.72522736} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &169804969 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 329672901} serializedVersion: 4 m_Component: - 4: {fileID: 169804970} - 33: {fileID: 169804972} - 23: {fileID: 169804971} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &169804970 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 329672901} m_GameObject: {fileID: 169804969} m_LocalRotation: {x: .560983837, y: -.430461586, z: -.430461526, w: -.560983837} m_LocalPosition: {x: -12.5492153, y: 0, z: -26.1774349} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &169804971 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 329672901} m_GameObject: {fileID: 169804969} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .697265625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &169804972 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 329672901} m_GameObject: {fileID: 169804969} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &170591555 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: 5.38706207 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: 18.5611343 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 1976337606} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &171261135 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 13808489} serializedVersion: 4 m_Component: - 4: {fileID: 171261136} - 33: {fileID: 171261139} - 23: {fileID: 171261138} - 64: {fileID: 171261137} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &171261136 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 13808489} m_GameObject: {fileID: 171261135} m_LocalRotation: {x: -.560985982, y: .430458814, z: .430458844, w: .560985982} m_LocalPosition: {x: 17.1455326, y: .638255477, z: -7.62562752} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &171261137 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 13808489} m_GameObject: {fileID: 171261135} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &171261138 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 13808489} m_GameObject: {fileID: 171261135} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .864257812} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &171261139 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 13808489} m_GameObject: {fileID: 171261135} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1 &171363798 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} serializedVersion: 4 m_Component: - 4: {fileID: 171363803} - 33: {fileID: 171363802} - 23: {fileID: 171363801} - 95: {fileID: 171363800} - 65: {fileID: 171363799} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &171363799 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 171363798} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &171363800 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 171363798} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &171363801 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 171363798} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .676757812} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &171363802 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 171363798} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!4 &171363803 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 171363798} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 123645108} --- !u!1001 &171428362 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.x value: -15.7753239 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.z value: 3.0614028 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .37890625 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_RootGameObject: {fileID: 247126605} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &173336720 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -11.4499207 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -32.5890274 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .376953125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .676757812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 123645107} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &176825783 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.x value: 24.1371918 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.y value: .0271629002 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.z value: -16.1577835 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_RootGameObject: {fileID: 1800281709} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &177055224 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 1.73340321 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .00955852121 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -14.7544079 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: .183011025 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.683013201 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.683013201 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: -.183010817 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1024234057} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &178795530 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.x value: -11.6281099 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.z value: -37.4001694 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.w value: .590820312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_RootGameObject: {fileID: 1046531117} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &180424604 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} serializedVersion: 4 m_Component: - 4: {fileID: 180424605} m_Layer: 0 m_Name: Tomb04_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &180424605 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 180424604} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: -21.4498615, y: 0, z: -7.58897877} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 342714480} - {fileID: 2008572525} m_Father: {fileID: 636589998} --- !u!1 &180483275 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 180483276} - 33: {fileID: 180483280} - 23: {fileID: 180483279} - 95: {fileID: 180483278} - 65: {fileID: 180483277} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &180483276 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 180483275} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1002946165} --- !u!65 &180483277 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 180483275} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &180483278 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 180483275} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &180483279 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 180483275} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .822265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &180483280 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 180483275} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &182714597 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 182714598} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &182714598 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 182714597} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.5502586, y: 0, z: -7.58917236} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 724683939} m_Father: {fileID: 636589998} --- !u!1001 &184855378 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.x value: -2.78615093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.y value: .113423705 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.z value: -31.8188095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.x value: -.653281689 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.y value: .270597637 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.z value: .270597726 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.w value: .653281629 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.x value: 1.70000005 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.y value: 1.70000005 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.z value: 1.70000005 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0849609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0849609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.w value: .701171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_RootGameObject: {fileID: 801722944} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &186335529 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.x value: -21.0104675 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.z value: -1.02094269 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.z value: .083984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.w value: .872070312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_RootGameObject: {fileID: 1916170853} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &187528291 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 11.7175522 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .0481877103 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: 3.12992859 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .892578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 564466727} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &188015888 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 7.34676647 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -18.6240139 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .7265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1960350805} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &188515020 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1911796432} serializedVersion: 4 m_Component: - 4: {fileID: 188515023} - 33: {fileID: 188515022} - 23: {fileID: 188515021} m_Layer: 0 m_Name: Plant08_h m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &188515021 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1911796432} m_GameObject: {fileID: 188515020} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .60546875} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &188515022 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1911796432} m_GameObject: {fileID: 188515020} m_Mesh: {fileID: 4300000, guid: 7666d3573de7e0a429a535ec583bec9b, type: 3} --- !u!4 &188515023 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1911796432} m_GameObject: {fileID: 188515020} m_LocalRotation: {x: -.430460036, y: .56098491, z: .560984969, w: .430460066} m_LocalPosition: {x: 16.1987953, y: 0, z: -1.51642907} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &188788752 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 17357374} serializedVersion: 4 m_Component: - 4: {fileID: 188788755} - 33: {fileID: 188788754} - 23: {fileID: 188788753} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &188788753 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 17357374} m_GameObject: {fileID: 188788752} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .965820312, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &188788754 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 17357374} m_GameObject: {fileID: 188788752} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &188788755 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 17357374} m_GameObject: {fileID: 188788752} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 19.4786911, y: .034822762, z: -33.0859604} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &189619054 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.x value: -17.98596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.z value: -21.8284225 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.x value: -.701057434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.y value: .0922960415 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.z value: .0922962353 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.w value: .701057374 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .661132812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_RootGameObject: {fileID: 1753985946} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &189841184 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1791774127} serializedVersion: 4 m_Component: - 4: {fileID: 189841188} - 33: {fileID: 189841187} - 23: {fileID: 189841186} - 65: {fileID: 189841185} m_Layer: 0 m_Name: Gravestone08 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &189841185 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1791774127} m_GameObject: {fileID: 189841184} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .578846931, y: .291750789, z: .768045723} m_Center: {x: 0, y: 0, z: .3579925} --- !u!23 &189841186 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1791774127} m_GameObject: {fileID: 189841184} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .875} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &189841187 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1791774127} m_GameObject: {fileID: 189841184} m_Mesh: {fileID: 4300000, guid: 689c3ca5c0bc43c47aa29dbc4bb21eb8, type: 3} --- !u!4 &189841188 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1791774127} m_GameObject: {fileID: 189841184} m_LocalRotation: {x: -.430460036, y: .56098491, z: .560984969, w: .430460066} m_LocalPosition: {x: 18.1826382, y: 0, z: -1.78598022} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &192999811 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 515511687} serializedVersion: 4 m_Component: - 4: {fileID: 192999814} - 33: {fileID: 192999813} - 23: {fileID: 192999812} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &192999812 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 515511687} m_GameObject: {fileID: 192999811} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .486328125, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &192999813 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 515511687} m_GameObject: {fileID: 192999811} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &192999814 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 515511687} m_GameObject: {fileID: 192999811} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -4.42189026, y: 0, z: -10.9934158} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &193702143 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} serializedVersion: 4 m_Component: - 4: {fileID: 193702144} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &193702144 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 193702143} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 13.55019, y: 0, z: 12.4110279} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 74417880} - {fileID: 336002515} m_Father: {fileID: 636589998} --- !u!1 &202230306 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 202230307} - 33: {fileID: 202230311} - 23: {fileID: 202230310} - 95: {fileID: 202230309} - 65: {fileID: 202230308} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &202230307 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 202230306} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 7728043} --- !u!65 &202230308 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 202230306} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &202230309 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 202230306} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &202230310 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 202230306} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .541015625, w: .494140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &202230311 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 202230306} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &204183014 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 466213764} serializedVersion: 4 m_Component: - 4: {fileID: 204183018} - 33: {fileID: 204183017} - 23: {fileID: 204183016} - 65: {fileID: 204183015} m_Layer: 0 m_Name: Gravestone03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &204183015 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 466213764} m_GameObject: {fileID: 204183014} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .510842621, y: .0785035491, z: .975491941} m_Center: {x: 2.98023224e-08, y: -3.7252903e-09, z: .461715609} --- !u!23 &204183016 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 466213764} m_GameObject: {fileID: 204183014} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .678710938, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &204183017 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 466213764} m_GameObject: {fileID: 204183014} m_Mesh: {fileID: 4300000, guid: 6a50528ab09e2bc4d8da239b725f0c47, type: 3} --- !u!4 &204183018 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 466213764} m_GameObject: {fileID: 204183014} m_LocalRotation: {x: .724984229, y: .117625102, z: .00936019979, w: -.678582788} m_LocalPosition: {x: 21.3474865, y: -.104095474, z: -29.7076302} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &207383236 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 888066087} serializedVersion: 4 m_Component: - 4: {fileID: 207383237} - 33: {fileID: 207383239} - 23: {fileID: 207383238} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &207383237 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 888066087} m_GameObject: {fileID: 207383236} m_LocalRotation: {x: -2.20311927e-06, y: -.707106829, z: -.707106829, w: 2.27891383e-06} m_LocalPosition: {x: -4.70048904, y: 0, z: -25.5839081} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &207383238 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 888066087} m_GameObject: {fileID: 207383236} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .692382812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &207383239 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 888066087} m_GameObject: {fileID: 207383236} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &209774164 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2117236018} serializedVersion: 4 m_Component: - 4: {fileID: 209774167} - 33: {fileID: 209774166} - 23: {fileID: 209774165} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &209774165 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2117236018} m_GameObject: {fileID: 209774164} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &209774166 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2117236018} m_GameObject: {fileID: 209774164} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &209774167 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2117236018} m_GameObject: {fileID: 209774164} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 19.4629822, y: .0446511954, z: 3.25320435} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &210950060 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} serializedVersion: 4 m_Component: - 4: {fileID: 210950061} - 33: {fileID: 210950065} - 23: {fileID: 210950064} - 95: {fileID: 210950063} - 65: {fileID: 210950062} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &210950061 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 210950060} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 330152208} --- !u!65 &210950062 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 210950060} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &210950063 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 210950060} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &210950064 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 210950060} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .766601562} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &210950065 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 210950060} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &211031615 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -3.6917429 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -25.5976601 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .499998093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.500002086 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.500001967 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.499997973 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .826171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 842217098} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &212288002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1996429746} serializedVersion: 4 m_Component: - 4: {fileID: 212288003} - 33: {fileID: 212288005} - 23: {fileID: 212288004} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &212288003 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1996429746} m_GameObject: {fileID: 212288002} m_LocalRotation: {x: -.183013633, y: -.683012486, z: -.683012486, w: .183013618} m_LocalPosition: {x: 12.8863029, y: 0, z: 1.31182921} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &212288004 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1996429746} m_GameObject: {fileID: 212288002} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .631835938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &212288005 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1996429746} m_GameObject: {fileID: 212288002} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &214207908 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.x value: 23.1945744 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.z value: 3.27730179 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.z value: .89453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_RootGameObject: {fileID: 61186227} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &214487379 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 13.3792896 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -10.0396414 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .74609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1808993759} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &214676911 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1905871852} serializedVersion: 4 m_Component: - 4: {fileID: 214676914} - 33: {fileID: 214676913} - 23: {fileID: 214676912} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &214676912 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1905871852} m_GameObject: {fileID: 214676911} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .623046875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &214676913 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1905871852} m_GameObject: {fileID: 214676911} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &214676914 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1905871852} m_GameObject: {fileID: 214676911} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 26.6913757, y: -0, z: 5.96779633} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &215201098 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -21.4498196 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 12.411025 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707105994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: .707107604 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .537109375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 643029348} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &224226577 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.x value: 14.1297703 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalPosition.z value: -26.470089 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .189453125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_RootGameObject: {fileID: 522452152} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &225236854 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 667088256} serializedVersion: 4 m_Component: - 4: {fileID: 225236855} - 33: {fileID: 225236857} - 23: {fileID: 225236856} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &225236855 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 667088256} m_GameObject: {fileID: 225236854} m_LocalRotation: {x: .560984194, y: -.430461109, z: -.430461109, w: -.560984194} m_LocalPosition: {x: -3.65919423, y: .0258910004, z: 5.84934998} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &225236856 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 667088256} m_GameObject: {fileID: 225236854} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .614257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &225236857 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 667088256} m_GameObject: {fileID: 225236854} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &227640225 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 341222064} serializedVersion: 4 m_Component: - 4: {fileID: 227640228} - 33: {fileID: 227640227} - 23: {fileID: 227640226} m_Layer: 0 m_Name: Plant09_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &227640226 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 341222064} m_GameObject: {fileID: 227640225} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .064453125, y: .064453125, z: .875, w: .122070312} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &227640227 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 341222064} m_GameObject: {fileID: 227640225} m_Mesh: {fileID: 4300000, guid: 82fadbb51670870428ede8e31aa999a9, type: 3} --- !u!4 &227640228 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 341222064} m_GameObject: {fileID: 227640225} m_LocalRotation: {x: -.560985923, y: -.430458784, z: -.430458814, w: .560985863} m_LocalPosition: {x: 27.8722363, y: 0, z: -7.70849276} m_LocalScale: {x: 1.30509782, y: 1.30509794, z: 1.30509794} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &229786586 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 229786587} - 33: {fileID: 229786591} - 23: {fileID: 229786590} - 95: {fileID: 229786589} - 65: {fileID: 229786588} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &229786587 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 229786586} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.50000501, y: -0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 57471363} --- !u!65 &229786588 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 229786586} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &229786589 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 229786586} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &229786590 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 229786586} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .514648438, w: .494140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &229786591 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 229786586} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &230994613 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1231054336} serializedVersion: 4 m_Component: - 4: {fileID: 230994616} - 33: {fileID: 230994615} - 23: {fileID: 230994614} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &230994614 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1231054336} m_GameObject: {fileID: 230994613} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &230994615 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1231054336} m_GameObject: {fileID: 230994613} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &230994616 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1231054336} m_GameObject: {fileID: 230994613} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -6.27083588, y: -0, z: -13.6925583} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &234911521 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: -18.9902039 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: -11.8820114 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .5234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 154722709} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &236499853 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1898592359} serializedVersion: 4 m_Component: - 4: {fileID: 236499857} - 33: {fileID: 236499856} - 23: {fileID: 236499855} - 65: {fileID: 236499854} m_Layer: 0 m_Name: Gravestone03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &236499854 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1898592359} m_GameObject: {fileID: 236499853} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .510842621, y: .0785035491, z: .975491941} m_Center: {x: 2.98023224e-08, y: -3.7252903e-09, z: .461715609} --- !u!23 &236499855 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1898592359} m_GameObject: {fileID: 236499853} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .661132812, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &236499856 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1898592359} m_GameObject: {fileID: 236499853} m_Mesh: {fileID: 4300000, guid: 6a50528ab09e2bc4d8da239b725f0c47, type: 3} --- !u!4 &236499857 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1898592359} m_GameObject: {fileID: 236499853} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: -2.24881339, y: 0, z: -6.31056929} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &237512756 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: 8.07121658 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .964263916 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: -6.46191788 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 1834769445} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &240938097 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -6.44991302 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -32.5890427 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .493164062 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 15799878} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &241403784 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -1.67774963 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -28.0624619 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1481313663} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &242991343 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1632229942} serializedVersion: 4 m_Component: - 4: {fileID: 242991344} - 33: {fileID: 242991348} - 23: {fileID: 242991347} - 95: {fileID: 242991346} - 65: {fileID: 242991345} m_Layer: 0 m_Name: Tomb05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &242991344 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1632229942} m_GameObject: {fileID: 242991343} m_LocalRotation: {x: -2.19571439e-06, y: .707106829, z: .707106829, w: 2.2863187e-06} m_LocalPosition: {x: 20.1623344, y: 0, z: -20.8104362} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &242991345 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1632229942} m_GameObject: {fileID: 242991343} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1.6931591, y: 2.40538859, z: 3.26710725} m_Center: {x: 0, y: 0, z: 1.56513226} --- !u!95 &242991346 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1632229942} m_GameObject: {fileID: 242991343} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &242991347 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1632229942} m_GameObject: {fileID: 242991343} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .08203125, y: .08203125, z: .109375, w: .189453125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &242991348 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 1632229942} m_GameObject: {fileID: 242991343} m_Mesh: {fileID: 4300000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} --- !u!1001 &245302100 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.x value: -9.29539108 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.z value: -5.89270926 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.x value: -.270599097 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.y value: -.653281033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.z value: -.653281152 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.w value: .270599157 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .9765625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .392578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_RootGameObject: {fileID: 2022108434} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &245448455 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1290011591} serializedVersion: 4 m_Component: - 4: {fileID: 245448458} - 33: {fileID: 245448457} - 23: {fileID: 245448456} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &245448456 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1290011591} m_GameObject: {fileID: 245448455} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .486328125, w: .607421875} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &245448457 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1290011591} m_GameObject: {fileID: 245448455} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!4 &245448458 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1290011591} m_GameObject: {fileID: 245448455} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -10.5893202, y: .0979176909, z: 11.8622856} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &247126605 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 171428362} serializedVersion: 4 m_Component: - 4: {fileID: 247126610} - 33: {fileID: 247126609} - 23: {fileID: 247126608} - 95: {fileID: 247126607} - 65: {fileID: 247126606} m_Layer: 0 m_Name: Tomb05_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &247126606 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 171428362} m_GameObject: {fileID: 247126605} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 4.19032764, y: 4.42648602, z: 3.93131781} m_Center: {x: 0, y: .0160096921, z: 1.89723754} --- !u!95 &247126607 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 171428362} m_GameObject: {fileID: 247126605} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &247126608 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 171428362} m_GameObject: {fileID: 247126605} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .1875, y: .1875, z: .37890625, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &247126609 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 171428362} m_GameObject: {fileID: 247126605} m_Mesh: {fileID: 4300000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} --- !u!4 &247126610 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 171428362} m_GameObject: {fileID: 247126605} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -15.7753239, y: 0, z: 3.0614028} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &247396194 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1639447960} serializedVersion: 4 m_Component: - 4: {fileID: 247396197} - 33: {fileID: 247396196} - 23: {fileID: 247396195} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &247396195 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1639447960} m_GameObject: {fileID: 247396194} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &247396196 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1639447960} m_GameObject: {fileID: 247396194} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &247396197 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1639447960} m_GameObject: {fileID: 247396194} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -8.83776855, y: 0, z: -27.6596985} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &250613723 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: 5.99686432 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -25.9494705 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 1368959639} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &251523820 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: -21.449873 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -12.588974 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.707105994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .707107604 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -.0182545148 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: .299793243 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -.706871152 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.0182545092 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .706871152 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .55078125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .477539062 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: 6.61155582e-07 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_RootGameObject: {fileID: 551039890} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &252846004 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.6326466 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -9.39196587 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .183011025 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.683013201 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.683013201 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.183010817 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .916015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1660712016} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &255669544 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} serializedVersion: 4 m_Component: - 4: {fileID: 255669545} - 33: {fileID: 255669549} - 23: {fileID: 255669548} - 95: {fileID: 255669547} - 65: {fileID: 255669546} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &255669545 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 255669544} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 83038915} --- !u!65 &255669546 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 255669544} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &255669547 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 255669544} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &255669548 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 255669544} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .7109375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &255669549 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 255669544} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &256566941 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 11.8842697 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -9.15616512 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .783203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 2038825956} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &258691570 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 656551188} serializedVersion: 4 m_Component: - 4: {fileID: 258691573} - 33: {fileID: 258691572} - 23: {fileID: 258691571} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &258691571 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 656551188} m_GameObject: {fileID: 258691570} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .552734375, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &258691572 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 656551188} m_GameObject: {fileID: 258691570} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &258691573 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 656551188} m_GameObject: {fileID: 258691570} m_LocalRotation: {x: -.560985982, y: .430458814, z: .430458844, w: .560985982} m_LocalPosition: {x: 21.8302612, y: .00274333358, z: -15.7265701} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &260990589 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1396359149} serializedVersion: 4 m_Component: - 4: {fileID: 260990590} - 33: {fileID: 260990592} - 23: {fileID: 260990591} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &260990590 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1396359149} m_GameObject: {fileID: 260990589} m_LocalRotation: {x: .499998093, y: -.500002086, z: -.500001967, w: -.499997973} m_LocalPosition: {x: -8.46146584, y: .0258910004, z: -25.5829735} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &260990591 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1396359149} m_GameObject: {fileID: 260990589} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .60546875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &260990592 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1396359149} m_GameObject: {fileID: 260990589} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &269008178 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 961001143} serializedVersion: 4 m_Component: - 4: {fileID: 269008181} - 33: {fileID: 269008180} - 23: {fileID: 269008179} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &269008179 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 961001143} m_GameObject: {fileID: 269008178} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .723632812, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &269008180 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 961001143} m_GameObject: {fileID: 269008178} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!4 &269008181 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 961001143} m_GameObject: {fileID: 269008178} m_LocalRotation: {x: -1.50458959e-06, y: .707106769, z: .707106829, w: 1.67618032e-06} m_LocalPosition: {x: 5.25642014, y: 0, z: -1.28560317} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &269874082 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1723250339} serializedVersion: 4 m_Component: - 4: {fileID: 269874085} - 33: {fileID: 269874084} - 23: {fileID: 269874083} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &269874083 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1723250339} m_GameObject: {fileID: 269874082} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &269874084 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1723250339} m_GameObject: {fileID: 269874082} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &269874085 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1723250339} m_GameObject: {fileID: 269874082} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.8037567, y: 0, z: -10.6737518} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &270707476 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -21.4498386 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 2.41103268 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707105994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: .707107604 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .7109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 83038914} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &275658646 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} serializedVersion: 4 m_Component: - 4: {fileID: 275658647} - 33: {fileID: 275658651} - 23: {fileID: 275658650} - 95: {fileID: 275658649} - 65: {fileID: 275658648} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &275658647 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 275658646} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 483985337} --- !u!65 &275658648 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 275658646} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &275658649 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 275658646} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &275658650 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 275658646} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .6328125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &275658651 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 275658646} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &276775529 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1472526304} serializedVersion: 4 m_Component: - 4: {fileID: 276775530} - 33: {fileID: 276775533} - 23: {fileID: 276775532} - 65: {fileID: 276775531} m_Layer: 0 m_Name: Paling01_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &276775530 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1472526304} m_GameObject: {fileID: 276775529} m_LocalRotation: {x: .430457681, y: -.560986936, z: -.560986698, w: -.430457532} m_LocalPosition: {x: -3.0724535, y: 0, z: -35.2936325} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &276775531 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1472526304} m_GameObject: {fileID: 276775529} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.24459791, y: .325028896, z: .867163241} m_Center: {x: -5.96046448e-08, y: 0, z: .363400787} --- !u!23 &276775532 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1472526304} m_GameObject: {fileID: 276775529} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .44921875, w: .9765625} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &276775533 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 1472526304} m_GameObject: {fileID: 276775529} m_Mesh: {fileID: 4300000, guid: 3bb6f2d55e37ef543a8a9a458e24c740, type: 3} --- !u!1 &277598727 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} serializedVersion: 4 m_Component: - 4: {fileID: 277598732} - 33: {fileID: 277598731} - 23: {fileID: 277598730} - 95: {fileID: 277598729} - 65: {fileID: 277598728} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &277598728 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 277598727} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &277598729 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 277598727} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &277598730 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 277598727} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .655273438} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &277598731 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 277598727} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!4 &277598732 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 277598727} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 966818824} --- !u!1001 &278752486 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 13.0035753 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: .193091154 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .624023438 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 784781056} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &279926546 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 768649606} serializedVersion: 4 m_Component: - 4: {fileID: 279926549} - 33: {fileID: 279926548} - 23: {fileID: 279926547} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &279926547 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 768649606} m_GameObject: {fileID: 279926546} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &279926548 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 768649606} m_GameObject: {fileID: 279926546} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &279926549 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 768649606} m_GameObject: {fileID: 279926546} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 16.3687744, y: 0, z: -24.3346252} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &281665373 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 1159757480} serializedVersion: 4 m_Component: - 4: {fileID: 281665376} - 33: {fileID: 281665375} - 23: {fileID: 281665374} m_Layer: 0 m_Name: Gravestone10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &281665374 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 1159757480} m_GameObject: {fileID: 281665373} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0166015625, y: .0166015625, z: .514648438, w: .698242188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &281665375 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 1159757480} m_GameObject: {fileID: 281665373} m_Mesh: {fileID: 4300000, guid: e6f117573781234408f9f3508a806f73, type: 3} --- !u!4 &281665376 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 1159757480} m_GameObject: {fileID: 281665373} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -1.41371775, y: 0, z: -17.3893814} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &283418607 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} serializedVersion: 4 m_Component: - 4: {fileID: 283418608} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &283418608 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 283418607} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.5503578, y: 0, z: 7.41082764} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1865015843} - {fileID: 2030819791} m_Father: {fileID: 636589998} --- !u!1 &284491591 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 129995421} serializedVersion: 4 m_Component: - 4: {fileID: 284491595} - 33: {fileID: 284491594} - 23: {fileID: 284491593} - 65: {fileID: 284491592} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &284491592 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 129995421} m_GameObject: {fileID: 284491591} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!23 &284491593 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 129995421} m_GameObject: {fileID: 284491591} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .514648438, w: .637695312} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &284491594 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 129995421} m_GameObject: {fileID: 284491591} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!4 &284491595 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 129995421} m_GameObject: {fileID: 284491591} m_LocalRotation: {x: -.79335326, y: 0, z: 0, w: .608761609} m_LocalPosition: {x: 8.49235916, y: -.111420631, z: 17.8100605} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &286973644 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1495025471} serializedVersion: 4 m_Component: - 4: {fileID: 286973645} - 33: {fileID: 286973647} - 23: {fileID: 286973646} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &286973645 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1495025471} m_GameObject: {fileID: 286973644} m_LocalRotation: {x: .701057851, y: .0922923386, z: .0922924951, w: -.701057851} m_LocalPosition: {x: -13.8546286, y: 0, z: -27.3935909} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &286973646 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1495025471} m_GameObject: {fileID: 286973644} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .6875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &286973647 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1495025471} m_GameObject: {fileID: 286973644} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &289552840 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} serializedVersion: 4 m_Component: - 4: {fileID: 289552841} - 33: {fileID: 289552845} - 23: {fileID: 289552844} - 95: {fileID: 289552843} - 65: {fileID: 289552842} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &289552841 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 289552840} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1163597023} --- !u!65 &289552842 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 289552840} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &289552843 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 289552840} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &289552844 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 289552840} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .588867188} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &289552845 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 289552840} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &289592584 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.x value: -19.8312607 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.y value: .0549349934 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.z value: -5.65711212 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0283203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0283203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .784179688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_RootGameObject: {fileID: 1628917728} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &291041563 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 395160698} serializedVersion: 4 m_Component: - 4: {fileID: 291041566} - 33: {fileID: 291041565} - 23: {fileID: 291041564} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &291041564 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 395160698} m_GameObject: {fileID: 291041563} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &291041565 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 395160698} m_GameObject: {fileID: 291041563} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!4 &291041566 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 395160698} m_GameObject: {fileID: 291041563} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 19.0213337, y: 0, z: -10.1023197} m_LocalScale: {x: 1.9924072, y: 1.9924072, z: 1.9924072} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &293986519 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -3.0341382 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0366233289 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -6.24139023 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.270599127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.653281033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.653281093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .270599216 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1096291058} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &294599359 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} serializedVersion: 4 m_Component: - 4: {fileID: 294599360} - 33: {fileID: 294599364} - 23: {fileID: 294599363} - 95: {fileID: 294599362} - 65: {fileID: 294599361} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &294599360 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 294599359} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 981781025} --- !u!65 &294599361 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 294599359} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &294599362 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 294599359} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &294599363 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 294599359} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .544921875} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &294599364 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 294599359} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &295500324 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} serializedVersion: 4 m_Component: - 4: {fileID: 295500325} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &295500325 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 295500324} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.4499035, y: 0, z: -27.5889797} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1904125321} - {fileID: 815377226} m_Father: {fileID: 636589998} --- !u!1 &297660500 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1860996755} serializedVersion: 4 m_Component: - 4: {fileID: 297660501} - 33: {fileID: 297660503} - 23: {fileID: 297660502} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &297660501 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1860996755} m_GameObject: {fileID: 297660500} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: -1.30565906, y: .0258910004, z: -6.66653061} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &297660502 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1860996755} m_GameObject: {fileID: 297660500} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .596679688} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &297660503 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1860996755} m_GameObject: {fileID: 297660500} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &299114688 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 348350496} serializedVersion: 4 m_Component: - 4: {fileID: 299114691} - 33: {fileID: 299114690} - 23: {fileID: 299114689} m_Layer: 0 m_Name: Plant09_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &299114689 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 348350496} m_GameObject: {fileID: 299114688} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0947265625, y: .0947265625, z: 0, w: .517578125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &299114690 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 348350496} m_GameObject: {fileID: 299114688} m_Mesh: {fileID: 4300000, guid: 906fc1c0d6c2e7348a2d7cb02bdce143, type: 3} --- !u!4 &299114691 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 348350496} m_GameObject: {fileID: 299114688} m_LocalRotation: {x: -.707106829, y: -3.93407831e-08, z: 2.24764527e-08, w: .707106769} m_LocalPosition: {x: 14.6739607, y: .0294790417, z: -33.07304} m_LocalScale: {x: 2.29999995, y: 2.29999995, z: 2.29999995} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &299276128 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 872744740} serializedVersion: 4 m_Component: - 4: {fileID: 299276129} - 33: {fileID: 299276131} - 23: {fileID: 299276130} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &299276129 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 872744740} m_GameObject: {fileID: 299276128} m_LocalRotation: {x: -1.51442975e-06, y: -.707106769, z: -.707106829, w: 1.67037319e-06} m_LocalPosition: {x: -13.7703762, y: 0, z: -30.958519} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &299276130 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 872744740} m_GameObject: {fileID: 299276128} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .50390625, w: .982421875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &299276131 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 872744740} m_GameObject: {fileID: 299276128} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &303486114 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1484961919} serializedVersion: 4 m_Component: - 4: {fileID: 303486115} - 33: {fileID: 303486117} - 23: {fileID: 303486116} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &303486115 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1484961919} m_GameObject: {fileID: 303486114} m_LocalRotation: {x: -.707106829, y: -6.53271911e-07, z: -6.75468698e-07, w: .707106829} m_LocalPosition: {x: 12.9801474, y: 0, z: -4.06884432} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &303486116 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1484961919} m_GameObject: {fileID: 303486114} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .47265625, w: .987304688} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &303486117 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1484961919} m_GameObject: {fileID: 303486114} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &303673952 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1254745481} serializedVersion: 4 m_Component: - 4: {fileID: 303673955} - 33: {fileID: 303673954} - 23: {fileID: 303673953} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &303673953 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1254745481} m_GameObject: {fileID: 303673952} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .682617188} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &303673954 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1254745481} m_GameObject: {fileID: 303673952} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &303673955 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1254745481} m_GameObject: {fileID: 303673952} m_LocalRotation: {x: -.560985982, y: -.430458814, z: -.430458844, w: .560985982} m_LocalPosition: {x: -11.8884888, y: 0, z: 1.83808899} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &305096347 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1275316086} serializedVersion: 4 m_Component: - 4: {fileID: 305096351} - 33: {fileID: 305096350} - 23: {fileID: 305096349} - 65: {fileID: 305096348} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &305096348 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1275316086} m_GameObject: {fileID: 305096347} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!23 &305096349 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1275316086} m_GameObject: {fileID: 305096347} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .514648438, w: .614257812} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &305096350 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1275316086} m_GameObject: {fileID: 305096347} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!4 &305096351 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1275316086} m_GameObject: {fileID: 305096347} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -9.35557747, y: 0, z: 17.8100605} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &310285337 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: 3.55008578 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -32.5890884 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: .430458844 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: .299792767 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: .430458814 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: 1.35203652e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .694335938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .672851562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_RootGameObject: {fileID: 372475105} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &310290468 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 944983517} serializedVersion: 4 m_Component: - 4: {fileID: 310290469} - 33: {fileID: 310290471} - 23: {fileID: 310290470} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &310290469 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 944983517} m_GameObject: {fileID: 310290468} m_LocalRotation: {x: -2.19571439e-06, y: -.707106829, z: -.707106829, w: 2.2863187e-06} m_LocalPosition: {x: 13.0102539, y: .0258910004, z: -2.67528892} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &310290470 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 944983517} m_GameObject: {fileID: 310290468} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .587890625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &310290471 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 944983517} m_GameObject: {fileID: 310290468} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &310803953 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1832949150} serializedVersion: 4 m_Component: - 4: {fileID: 310803956} - 33: {fileID: 310803955} - 23: {fileID: 310803954} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &310803954 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1832949150} m_GameObject: {fileID: 310803953} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .486328125, w: .579101562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &310803955 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1832949150} m_GameObject: {fileID: 310803953} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!4 &310803956 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1832949150} m_GameObject: {fileID: 310803953} m_LocalRotation: {x: -.683012784, y: .183012456, z: .183012456, w: .683012784} m_LocalPosition: {x: 7.99885035, y: .0124858022, z: -8.76787853} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &314267326 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 863197903} serializedVersion: 4 m_Component: - 4: {fileID: 314267329} - 33: {fileID: 314267328} - 23: {fileID: 314267327} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &314267327 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 863197903} m_GameObject: {fileID: 314267326} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .951171875, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &314267328 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 863197903} m_GameObject: {fileID: 314267326} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &314267329 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 863197903} m_GameObject: {fileID: 314267326} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -13.0425797, y: 0, z: 1.61035919} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &319266867 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 63911171} serializedVersion: 4 m_Component: - 4: {fileID: 319266871} - 33: {fileID: 319266870} - 23: {fileID: 319266869} - 65: {fileID: 319266868} m_Layer: 0 m_Name: Gravestone07 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &319266868 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 63911171} m_GameObject: {fileID: 319266867} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .55460602, y: .0785035342, z: .765123904} m_Center: {x: -1.49011612e-07, y: 1.86264515e-09, z: .35653159} --- !u!23 &319266869 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 63911171} m_GameObject: {fileID: 319266867} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .013671875, y: .013671875, z: .73046875, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &319266870 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 63911171} m_GameObject: {fileID: 319266867} m_Mesh: {fileID: 4300000, guid: 8bade7674b9cd4243920b697f319d503, type: 3} --- !u!4 &319266871 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 63911171} m_GameObject: {fileID: 319266867} m_LocalRotation: {x: -.586339533, y: -.53086251, z: -.482960582, w: .375686079} m_LocalPosition: {x: 7.04275846, y: -.0558267832, z: -14.2536325} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &319783610 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.x value: -5.68389034 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.z value: 12.8519611 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.z value: .083984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.w value: .896484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_RootGameObject: {fileID: 1586837547} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &323627282 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: 21.7668266 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: -.0404440016 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: 8.1523304 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: -.653281629 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: -.270597667 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: -.270597696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: .653281629 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .594726562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 1299350004} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &324347199 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1876930701} serializedVersion: 4 m_Component: - 4: {fileID: 324347203} - 33: {fileID: 324347202} - 23: {fileID: 324347201} - 64: {fileID: 324347200} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &324347200 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1876930701} m_GameObject: {fileID: 324347199} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &324347201 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1876930701} m_GameObject: {fileID: 324347199} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .819335938} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &324347202 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1876930701} m_GameObject: {fileID: 324347199} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!4 &324347203 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1876930701} m_GameObject: {fileID: 324347199} m_LocalRotation: {x: -.609678745, y: -.0195582621, z: .0150483344, w: .792264462} m_LocalPosition: {x: 9.49572754, y: -.167159081, z: 5.51664734} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &329285343 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 898139084} serializedVersion: 4 m_Component: - 4: {fileID: 329285344} - 33: {fileID: 329285347} - 23: {fileID: 329285346} - 64: {fileID: 329285345} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &329285344 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 898139084} m_GameObject: {fileID: 329285343} m_LocalRotation: {x: .499997973, y: -.500002205, z: -.500002146, w: -.499997795} m_LocalPosition: {x: -13.7318277, y: 0, z: -16.7328529} m_LocalScale: {x: .550000012, y: .550000012, z: .550000012} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &329285345 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 898139084} m_GameObject: {fileID: 329285343} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!23 &329285346 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 898139084} m_GameObject: {fileID: 329285343} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0322265625, y: .0322265625, z: .63671875, w: .153320312} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &329285347 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 898139084} m_GameObject: {fileID: 329285343} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!1001 &329672901 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -12.5492153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -26.1774349 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .560983837 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.430461586 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.430461526 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.560983837 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .697265625 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 169804969} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &329874345 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 19.0780029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -21.6552811 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.270599127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.653281033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.653281093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .270599216 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1065265495} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &330152207 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} serializedVersion: 4 m_Component: - 4: {fileID: 330152208} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &330152208 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 330152207} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -6.4498148, y: 0, z: 12.4110279} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1892906007} - {fileID: 210950061} m_Father: {fileID: 636589998} --- !u!1001 &330369197 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 23.5501862 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 12.4110279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .779296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 731895934} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &333074662 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalPosition.x value: -1.59915924 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalPosition.y value: -.0691639483 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalPosition.z value: -14.3702774 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalRotation.x value: -.0236347169 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalRotation.y value: .603041053 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalRotation.z value: -.229492366 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalRotation.w value: .763620436 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalRotation.x value: -.660971582 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalRotation.y value: -.126909465 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalRotation.z value: -.155832797 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalRotation.w value: .72299844 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalPosition.x value: .642690897 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalPosition.y value: .438588649 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LocalPosition.z value: -.102839686 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0390625 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0390625 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapTilingOffset.w value: .86328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapTilingOffset.x value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapTilingOffset.y value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapTilingOffset.z value: .557617188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapTilingOffset.w value: .6796875 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_LightmapTilingOffset.z value: .513671875 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_RootGameObject: {fileID: 525290367} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &333385584 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 649202007} serializedVersion: 4 m_Component: - 4: {fileID: 333385587} - 33: {fileID: 333385586} - 23: {fileID: 333385585} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &333385585 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 649202007} m_GameObject: {fileID: 333385584} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .579101562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &333385586 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 649202007} m_GameObject: {fileID: 333385584} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &333385587 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 649202007} m_GameObject: {fileID: 333385584} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 24.7814407, y: .0389774591, z: -6.49799347} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &333750600 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} serializedVersion: 4 m_Component: - 4: {fileID: 333750601} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &333750601 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 333750600} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: 18.5500908, y: 0, z: -32.5891571} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 36388780} - {fileID: 1976033298} m_Father: {fileID: 636589998} --- !u!1 &336002514 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} serializedVersion: 4 m_Component: - 4: {fileID: 336002515} - 33: {fileID: 336002519} - 23: {fileID: 336002518} - 95: {fileID: 336002517} - 65: {fileID: 336002516} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &336002515 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 336002514} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 193702144} --- !u!65 &336002516 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 336002514} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &336002517 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 336002514} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &336002518 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 336002514} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .599609375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &336002519 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1445090787} m_GameObject: {fileID: 336002514} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &336141163 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 808883237} serializedVersion: 4 m_Component: - 4: {fileID: 336141164} - 33: {fileID: 336141166} - 23: {fileID: 336141165} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &336141164 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 808883237} m_GameObject: {fileID: 336141163} m_LocalRotation: {x: .701057792, y: .0922929794, z: .0922929794, w: -.701057792} m_LocalPosition: {x: -2.69405627, y: .0258910004, z: -30.4382629} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &336141165 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 808883237} m_GameObject: {fileID: 336141163} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .5703125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &336141166 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 808883237} m_GameObject: {fileID: 336141163} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &337870284 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.x value: -24.7171097 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.y value: .0987171084 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.z value: -33.676445 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .765625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_RootGameObject: {fileID: 2144338402} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &338502375 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -6.03351974 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -12.4156313 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 575688560} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &340440898 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 114995222} serializedVersion: 4 m_Component: - 4: {fileID: 340440901} - 33: {fileID: 340440900} - 23: {fileID: 340440899} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &340440899 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 114995222} m_GameObject: {fileID: 340440898} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &340440900 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 114995222} m_GameObject: {fileID: 340440898} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &340440901 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 114995222} m_GameObject: {fileID: 340440898} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -18.4075699, y: 0, z: 7.52017212} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &341153423 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: -1.44981349 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: 12.411025 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: .299792886 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .428710938 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .598632812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_RootGameObject: {fileID: 1496427932} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &341222064 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.x value: 27.8722363 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalPosition.z value: -7.70849276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.y value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.z value: -.430458874 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalRotation.w value: .560985923 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.x value: 1.30509782 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.y value: 1.30509794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LocalScale.z value: 1.30509794 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.x value: .064453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.y value: .064453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.w value: .122070312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} propertyPath: m_LightmapTilingOffset.z value: .875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_RootGameObject: {fileID: 227640225} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &341231633 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -5.97085619 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 5.8588562 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: 9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .793945312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1623644630} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &342714479 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} serializedVersion: 4 m_Component: - 4: {fileID: 342714480} - 33: {fileID: 342714484} - 23: {fileID: 342714483} - 95: {fileID: 342714482} - 65: {fileID: 342714481} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &342714480 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 342714479} m_LocalRotation: {x: -1.49487437e-06, y: -.707106769, z: -.707106829, w: 1.68589554e-06} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 180424605} --- !u!65 &342714481 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 342714479} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &342714482 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 342714479} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &342714483 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 342714479} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .721679688} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &342714484 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 342714479} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &345049877 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 796934084} serializedVersion: 4 m_Component: - 4: {fileID: 345049880} - 33: {fileID: 345049879} - 23: {fileID: 345049878} m_Layer: 0 m_Name: Plant08_h m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &345049878 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 796934084} m_GameObject: {fileID: 345049877} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .568359375} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &345049879 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 796934084} m_GameObject: {fileID: 345049877} m_Mesh: {fileID: 4300000, guid: 7666d3573de7e0a429a535ec583bec9b, type: 3} --- !u!4 &345049880 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 796934084} m_GameObject: {fileID: 345049877} m_LocalRotation: {x: -.560985982, y: -.430458814, z: -.430458844, w: .560985982} m_LocalPosition: {x: 2.42408633, y: 0, z: -9.16182995} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &345475624 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1907196364} serializedVersion: 4 m_Component: - 4: {fileID: 345475627} - 33: {fileID: 345475626} - 23: {fileID: 345475625} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &345475625 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1907196364} m_GameObject: {fileID: 345475624} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .936523438, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &345475626 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1907196364} m_GameObject: {fileID: 345475624} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &345475627 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1907196364} m_GameObject: {fileID: 345475624} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 20.8329468, y: 0, z: -25.5886536} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &346345113 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalPosition.x value: -14.8538361 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalPosition.z value: 7.06659365 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalRotation.x value: -.367115736 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalRotation.y value: -.344522148 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalRotation.z value: .498422354 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalRotation.w value: .705766022 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0322265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0322265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapTilingOffset.z value: .568359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_RootGameObject: {fileID: 2060100705} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &348350496 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.x value: 14.6739607 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.y value: .0294790417 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.z value: -33.07304 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.y value: -3.93407831e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.z value: 2.24764527e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.x value: 2.29999995 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.y value: 2.29999995 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.z value: 2.29999995 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0947265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0947265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .517578125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_RootGameObject: {fileID: 299114688} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &348663012 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2064921367} serializedVersion: 4 m_Component: - 4: {fileID: 348663017} - 33: {fileID: 348663016} - 23: {fileID: 348663015} - 95: {fileID: 348663014} - 65: {fileID: 348663013} m_Layer: 0 m_Name: Tomb02_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &348663013 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2064921367} m_GameObject: {fileID: 348663012} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .593273997, z: 1.79594743} m_Center: {x: 1.22189522e-06, y: -.0405944847, z: .897973716} --- !u!95 &348663014 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2064921367} m_GameObject: {fileID: 348663012} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &348663015 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2064921367} m_GameObject: {fileID: 348663012} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .02734375, y: .02734375, z: .70703125, w: .45703125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &348663016 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2064921367} m_GameObject: {fileID: 348663012} m_Mesh: {fileID: 4300000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} --- !u!4 &348663017 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2064921367} m_GameObject: {fileID: 348663012} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: 19.3010864, y: .00775635242, z: -6.23871613} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &350214424 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 934672041} serializedVersion: 4 m_Component: - 4: {fileID: 350214427} - 33: {fileID: 350214426} - 23: {fileID: 350214425} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &350214425 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 934672041} m_GameObject: {fileID: 350214424} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &350214426 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 934672041} m_GameObject: {fileID: 350214424} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &350214427 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 934672041} m_GameObject: {fileID: 350214424} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 12.2655334, y: 0, z: -13.0947876} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &354232948 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalPosition.x value: 16.3882847 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalPosition.z value: -8.03224373 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalRotation.x value: -.0922976211 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalRotation.y value: .701057136 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalRotation.z value: .701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalRotation.w value: .0922975391 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .076171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .076171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .682617188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_RootGameObject: {fileID: 1277170971} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &355848982 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 733520108} serializedVersion: 4 m_Component: - 4: {fileID: 355848983} - 33: {fileID: 355848986} - 23: {fileID: 355848985} - 65: {fileID: 355848984} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &355848983 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 733520108} m_GameObject: {fileID: 355848982} m_LocalRotation: {x: .560987294, y: .430456966, z: .430457145, w: -.560987353} m_LocalPosition: {x: 4.96196651, y: -.134516999, z: 11.6340599} m_LocalScale: {x: 1.5, y: 1.5, z: 1.50000095} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &355848984 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 733520108} m_GameObject: {fileID: 355848982} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!23 &355848985 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 733520108} m_GameObject: {fileID: 355848982} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0439453125, y: .0439453125, z: .359375, w: .369140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &355848986 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 733520108} m_GameObject: {fileID: 355848982} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!1 &360562170 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} serializedVersion: 4 m_Component: - 4: {fileID: 360562171} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &360562171 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 360562170} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 8.55018044, y: 0, z: 12.4110279} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1943422976} - {fileID: 394386424} m_Father: {fileID: 636589998} --- !u!1001 &366433168 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.x value: 22.7617455 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.z value: -4.53582525 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.x value: -1.48788399e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.y value: -.707106709 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.z value: -.707106888 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.w value: 1.73720707e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.z value: .581054688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_RootGameObject: {fileID: 841307288} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &369913207 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: -21.4498615 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -7.58897877 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -1.49487437e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: 1.68589554e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: .0242085941 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: .299792767 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: 9.39839992e-08 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -.706692278 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: .0242085829 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .706692278 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .721679688 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .502929688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_RootGameObject: {fileID: 180424604} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &372475105 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} serializedVersion: 4 m_Component: - 4: {fileID: 372475106} m_Layer: 0 m_Name: Tomb04_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &372475106 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 372475105} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: 3.55008578, y: 0, z: -32.5890884} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 885004329} - {fileID: 1018618495} m_Father: {fileID: 636589998} --- !u!1 &372918029 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1241687183} serializedVersion: 4 m_Component: - 4: {fileID: 372918030} - 33: {fileID: 372918033} - 23: {fileID: 372918032} - 65: {fileID: 372918031} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &372918030 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1241687183} m_GameObject: {fileID: 372918029} m_LocalRotation: {x: -.500000417, y: -.499999583, z: -.499999642, w: .500000477} m_LocalPosition: {x: -9.46370983, y: 0, z: 13.2585754} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &372918031 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1241687183} m_GameObject: {fileID: 372918029} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &372918032 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1241687183} m_GameObject: {fileID: 372918029} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .625, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &372918033 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1241687183} m_GameObject: {fileID: 372918029} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!1 &383029497 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 2087167282} serializedVersion: 4 m_Component: - 4: {fileID: 383029501} - 33: {fileID: 383029500} - 23: {fileID: 383029499} - 65: {fileID: 383029498} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &383029498 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 2087167282} m_GameObject: {fileID: 383029497} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!23 &383029499 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 2087167282} m_GameObject: {fileID: 383029497} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0439453125, y: .0439453125, z: .9296875, w: .321289062} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &383029500 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 2087167282} m_GameObject: {fileID: 383029497} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!4 &383029501 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 2087167282} m_GameObject: {fileID: 383029497} m_LocalRotation: {x: -.500000179, y: -.499999642, z: -.499999911, w: .500000358} m_LocalPosition: {x: -3.34909368, y: -.134516805, z: -31.2118473} m_LocalScale: {x: 1.5, y: 1.5, z: 1.50000012} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &383283268 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -17.2744064 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -33.5413666 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .8046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1127982071} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &384409410 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 429395155} serializedVersion: 4 m_Component: - 4: {fileID: 384409411} - 33: {fileID: 384409413} - 23: {fileID: 384409412} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &384409411 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 429395155} m_GameObject: {fileID: 384409410} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -.699304938, y: 0, z: -12.1071138} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &384409412 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 429395155} m_GameObject: {fileID: 384409410} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .47265625, w: .9765625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &384409413 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 429395155} m_GameObject: {fileID: 384409410} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &388869793 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1699784339} serializedVersion: 4 m_Component: - 4: {fileID: 388869796} - 33: {fileID: 388869795} - 23: {fileID: 388869794} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &388869794 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1699784339} m_GameObject: {fileID: 388869793} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &388869795 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1699784339} m_GameObject: {fileID: 388869793} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &388869796 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1699784339} m_GameObject: {fileID: 388869793} m_LocalRotation: {x: -.612372696, y: -.353552908, z: -.353552938, w: .612372696} m_LocalPosition: {x: -13.1930189, y: .0285374001, z: -17.5883846} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &390030313 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.3822994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -5.38955498 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.183013856 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.683012426 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.683012426 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .183013901 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .684570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 96936111} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &391267311 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 571562703} serializedVersion: 4 m_Component: - 4: {fileID: 391267312} - 33: {fileID: 391267314} - 23: {fileID: 391267313} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &391267312 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 571562703} m_GameObject: {fileID: 391267311} m_LocalRotation: {x: -.56098628, y: -.430458575, z: -.430458456, w: .560986161} m_LocalPosition: {x: 9.96350288, y: .0258910004, z: -5.50313568} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &391267313 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 571562703} m_GameObject: {fileID: 391267311} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .561523438} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &391267314 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 571562703} m_GameObject: {fileID: 391267311} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &394386423 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} serializedVersion: 4 m_Component: - 4: {fileID: 394386424} - 33: {fileID: 394386428} - 23: {fileID: 394386427} - 95: {fileID: 394386426} - 65: {fileID: 394386425} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &394386424 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 394386423} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 360562171} --- !u!65 &394386425 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 394386423} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &394386426 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 394386423} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &394386427 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 394386423} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .543945312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &394386428 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 394386423} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &395160698 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: 19.0213337 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: -10.1023197 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.x value: 1.9924072 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.y value: 1.9924072 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.z value: 1.9924072 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 291041563} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &395383692 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 18947313} serializedVersion: 4 m_Component: - 4: {fileID: 395383693} - 33: {fileID: 395383695} - 23: {fileID: 395383694} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &395383693 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 18947313} m_GameObject: {fileID: 395383692} m_LocalRotation: {x: .560983837, y: -.430461586, z: -.430461526, w: -.560983837} m_LocalPosition: {x: -8.02609634, y: 0, z: -25.5896492} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &395383694 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 18947313} m_GameObject: {fileID: 395383692} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .677734375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &395383695 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 18947313} m_GameObject: {fileID: 395383692} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &397331381 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -8.74581146 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -8.25845337 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 2121685174} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &397480797 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -13.1941395 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -26.0006485 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .612371206 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.35355565 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.35355559 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.612371087 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .747070312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1037632450} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &399584383 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} serializedVersion: 4 m_Component: - 4: {fileID: 399584384} m_Layer: 0 m_Name: Tomb04_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &399584384 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 399584383} m_LocalRotation: {x: 0, y: .707102895, z: 0, w: -.707110703} m_LocalPosition: {x: 23.5502281, y: 0, z: -12.5891705} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1556353061} - {fileID: 2111453365} m_Father: {fileID: 636589998} --- !u!1 &400713391 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1610639028} serializedVersion: 4 m_Component: - 4: {fileID: 400713394} - 33: {fileID: 400713393} - 23: {fileID: 400713392} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &400713392 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1610639028} m_GameObject: {fileID: 400713391} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .69921875, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &400713393 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1610639028} m_GameObject: {fileID: 400713391} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!4 &400713394 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1610639028} m_GameObject: {fileID: 400713391} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.90349579, y: .0121925445, z: -2.90619659} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &401454840 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} serializedVersion: 4 m_Component: - 4: {fileID: 401454841} - 33: {fileID: 401454845} - 23: {fileID: 401454844} - 95: {fileID: 401454843} - 65: {fileID: 401454842} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &401454841 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 401454840} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1570730621} --- !u!65 &401454842 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 401454840} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &401454843 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 401454840} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &401454844 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 401454840} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .48828125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &401454845 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 401454840} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &403043675 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 13.5278082 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -13.8675499 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .995117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .182617188 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1019119120} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &403673073 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 2008891592} serializedVersion: 4 m_Component: - 4: {fileID: 403673076} - 33: {fileID: 403673075} - 23: {fileID: 403673074} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &403673074 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 2008891592} m_GameObject: {fileID: 403673073} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &403673075 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 2008891592} m_GameObject: {fileID: 403673073} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!4 &403673076 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 2008891592} m_GameObject: {fileID: 403673073} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.28987002, y: .00417006016, z: 2.80595779} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &406614818 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1343991912} serializedVersion: 4 m_Component: - 4: {fileID: 406614821} - 33: {fileID: 406614820} - 23: {fileID: 406614819} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &406614819 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1343991912} m_GameObject: {fileID: 406614818} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .987304688, w: .4453125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &406614820 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1343991912} m_GameObject: {fileID: 406614818} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &406614821 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1343991912} m_GameObject: {fileID: 406614818} m_LocalRotation: {x: -.560985982, y: -.430458814, z: -.430458844, w: .560985982} m_LocalPosition: {x: -8.92107391, y: 0, z: -6.58646393} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &407920289 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1480732690} serializedVersion: 4 m_Component: - 4: {fileID: 407920292} - 33: {fileID: 407920291} - 23: {fileID: 407920290} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &407920290 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1480732690} m_GameObject: {fileID: 407920289} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &407920291 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1480732690} m_GameObject: {fileID: 407920289} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &407920292 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1480732690} m_GameObject: {fileID: 407920289} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 12.1373215, y: 0, z: -24.0041428} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &409340498 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 615392352} serializedVersion: 4 m_Component: - 4: {fileID: 409340501} - 33: {fileID: 409340500} - 23: {fileID: 409340499} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &409340499 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 615392352} m_GameObject: {fileID: 409340498} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &409340500 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 615392352} m_GameObject: {fileID: 409340498} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &409340501 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 615392352} m_GameObject: {fileID: 409340498} m_LocalRotation: {x: -.560985982, y: -.430458814, z: -.430458844, w: .560985982} m_LocalPosition: {x: 17.9079437, y: .0352091417, z: .065574646} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &409982535 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -2.77180839 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -26.4810581 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .987304688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .423828125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 468446182} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &415185746 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 4.03412628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -32.0631943 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .595703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 13223912} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &417804105 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: 9.21578979 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: .0287848413 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -5.20477295 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 68742025} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &417944241 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1161448563} serializedVersion: 4 m_Component: - 4: {fileID: 417944244} - 33: {fileID: 417944243} - 23: {fileID: 417944242} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &417944242 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1161448563} m_GameObject: {fileID: 417944241} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .538085938, w: .552734375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &417944243 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1161448563} m_GameObject: {fileID: 417944241} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &417944244 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1161448563} m_GameObject: {fileID: 417944241} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 15.9305468, y: 0, z: -24.0707684} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &418429657 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1723592618} serializedVersion: 4 m_Component: - 4: {fileID: 418429660} - 33: {fileID: 418429659} - 23: {fileID: 418429658} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &418429658 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1723592618} m_GameObject: {fileID: 418429657} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .984375, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &418429659 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1723592618} m_GameObject: {fileID: 418429657} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &418429660 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1723592618} m_GameObject: {fileID: 418429657} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -20.7149506, y: .0990284234, z: 11.3110123} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &420380890 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 433170272} serializedVersion: 4 m_Component: - 4: {fileID: 420380893} - 198: {fileID: 420380892} - 199: {fileID: 420380891} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &420380891 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 433170272} m_GameObject: {fileID: 420380890} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &420380892 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 433170272} m_GameObject: {fileID: 420380890} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &420380893 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 433170272} m_GameObject: {fileID: 420380890} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: 4.82165909, y: .049946785, z: 18.5788078} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1001 &422142064 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -16.1124134 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -12.1810532 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1580930331} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &427345044 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1045937186} serializedVersion: 4 m_Component: - 4: {fileID: 427345047} - 33: {fileID: 427345046} - 23: {fileID: 427345045} m_Layer: 0 m_Name: Gravestone09 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &427345045 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1045937186} m_GameObject: {fileID: 427345044} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .787109375} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &427345046 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1045937186} m_GameObject: {fileID: 427345044} m_Mesh: {fileID: 4300000, guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a, type: 3} --- !u!4 &427345047 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1045937186} m_GameObject: {fileID: 427345044} m_LocalRotation: {x: .612371266, y: -.353555739, z: -.353555441, w: -.612371147} m_LocalPosition: {x: -5.79590893, y: 0, z: -12.6835823} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &427855988 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 9.6806078 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: 7.8650732 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .517578125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1977439495} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &428103109 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2081425326} serializedVersion: 4 m_Component: - 4: {fileID: 428103110} - 33: {fileID: 428103112} - 23: {fileID: 428103111} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &428103110 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2081425326} m_GameObject: {fileID: 428103109} m_LocalRotation: {x: .0922938511, y: -.701057673, z: -.701057673, w: -.0922938287} m_LocalPosition: {x: 12.9159937, y: .0258910004, z: -1.36778891} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &428103111 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2081425326} m_GameObject: {fileID: 428103109} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .975585938, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &428103112 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2081425326} m_GameObject: {fileID: 428103109} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &428208157 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1880924079} serializedVersion: 4 m_Component: - 4: {fileID: 428208160} - 33: {fileID: 428208159} - 23: {fileID: 428208158} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &428208158 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1880924079} m_GameObject: {fileID: 428208157} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .987304688, w: .434570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &428208159 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1880924079} m_GameObject: {fileID: 428208157} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &428208160 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1880924079} m_GameObject: {fileID: 428208157} m_LocalRotation: {x: -.653281629, y: -.270597667, z: -.270597696, w: .653281629} m_LocalPosition: {x: 16.2350769, y: 0, z: -6.53251648} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &429114952 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 18.6504593 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 2.1756897 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1279272738} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &429395155 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -.699304938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -12.1071138 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .47265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .9765625 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 384409410} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &433170272 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: 4.82165909 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .049946785 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 18.5788078 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 420380890} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &434239827 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -4.09886169 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -6.38877869 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 492881515} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &434696805 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1541194302} serializedVersion: 4 m_Component: - 4: {fileID: 434696808} - 33: {fileID: 434696807} - 23: {fileID: 434696806} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &434696806 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1541194302} m_GameObject: {fileID: 434696805} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &434696807 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1541194302} m_GameObject: {fileID: 434696805} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &434696808 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1541194302} m_GameObject: {fileID: 434696805} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 26.0599442, y: 0, z: 6.14601898} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &435143887 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.x value: -20.9129562 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.z value: -14.5786591 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.w value: .55078125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_RootGameObject: {fileID: 558147797} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &437336609 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.x value: -3.67911768 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.y value: .0888792276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.z value: 12.8578968 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.y value: -6.18172393e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.z value: -2.70211748e-15 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.x value: .05078125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.y value: .05078125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.w value: .375976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_RootGameObject: {fileID: 698140549} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &442360535 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: 17.1387939 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: .0327522382 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: 5.77503967 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .6796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 1680596133} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &446782471 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: 4.82157755 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: -11.8128729 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: .49999842 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: -.500001729 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: -.500001669 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: -.499998212 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .956054688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 1979150315} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &449478763 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 624811171} serializedVersion: 4 m_Component: - 4: {fileID: 449478767} - 33: {fileID: 449478766} - 23: {fileID: 449478765} - 64: {fileID: 449478764} m_Layer: 0 m_Name: Statue02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &449478764 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 624811171} m_GameObject: {fileID: 449478763} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 2d94cb03501642a49b4dceb38866772f, type: 3} --- !u!23 &449478765 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 624811171} m_GameObject: {fileID: 449478763} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0390625, y: .0390625, z: .75390625, w: .413085938} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &449478766 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 624811171} m_GameObject: {fileID: 449478763} m_Mesh: {fileID: 4300000, guid: 9fccf20fcafb2ea4f9383135948e8d04, type: 3} --- !u!4 &449478767 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 624811171} m_GameObject: {fileID: 449478763} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -12.6973934, y: 0, z: .890836239} m_LocalScale: {x: .800000012, y: .800000012, z: .800000012} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &452204117 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 547273282} serializedVersion: 4 m_Component: - 4: {fileID: 452204121} - 33: {fileID: 452204120} - 23: {fileID: 452204119} - 65: {fileID: 452204118} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &452204118 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 547273282} m_GameObject: {fileID: 452204117} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &452204119 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 547273282} m_GameObject: {fileID: 452204117} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .799804688, w: .245117188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &452204120 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 547273282} m_GameObject: {fileID: 452204117} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &452204121 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 547273282} m_GameObject: {fileID: 452204117} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: -2.25020409, y: 0, z: -4.27653313} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &453241881 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 5.48326111 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -26.810379 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 2048684758} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &455808226 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -1.29190803 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -6.30810738 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .6953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 2066146272} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &459644591 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 19.2199707 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: .0150496662 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -1.44503021 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1144175356} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &459741919 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 13.515543 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -12.8788099 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057911 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .0922925323 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .0922927782 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057732 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .782226562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 975561698} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &462766629 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalPosition.x value: -6.49264431 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalPosition.z value: 6.84379816 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapTilingOffset.x value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapTilingOffset.y value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapTilingOffset.w value: .635742188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_RootGameObject: {fileID: 1372391932} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &465932426 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 1624701847} serializedVersion: 4 m_Component: - 4: {fileID: 465932431} - 33: {fileID: 465932430} - 23: {fileID: 465932429} - 95: {fileID: 465932428} - 65: {fileID: 465932427} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &465932427 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 1624701847} m_GameObject: {fileID: 465932426} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!95 &465932428 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 1624701847} m_GameObject: {fileID: 465932426} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &465932429 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 1624701847} m_GameObject: {fileID: 465932426} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0322265625, y: .0322265625, z: .602539062, w: .153320312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &465932430 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 1624701847} m_GameObject: {fileID: 465932426} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!4 &465932431 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 1624701847} m_GameObject: {fileID: 465932426} m_LocalRotation: {x: -.719704032, y: .477284402, z: -.40281263, w: .303262025} m_LocalPosition: {x: -10.2568579, y: 0, z: -.292070866} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &466213764 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.x value: 21.3474865 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.y value: -.104095474 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.z value: -29.7076302 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.x value: .724984229 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.y value: .117625102 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.z value: .00936019979 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.w value: -.678582788 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .678710938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_RootGameObject: {fileID: 204183014} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &466918651 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} serializedVersion: 4 m_Component: - 4: {fileID: 466918652} - 33: {fileID: 466918656} - 23: {fileID: 466918655} - 95: {fileID: 466918654} - 65: {fileID: 466918653} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &466918652 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 466918651} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1922136826} --- !u!65 &466918653 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 466918651} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &466918654 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 466918651} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &466918655 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 466918651} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .500976562} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &466918656 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 466918651} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &467008883 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: -11.6655731 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -5.53936005 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 765560596} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &467256984 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -13.6156311 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: .0721675307 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -15.4612274 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .083984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .9453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1362984272} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &468446182 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 409982535} serializedVersion: 4 m_Component: - 4: {fileID: 468446183} - 33: {fileID: 468446185} - 23: {fileID: 468446184} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &468446183 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 409982535} m_GameObject: {fileID: 468446182} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -2.77180839, y: 0, z: -26.4810581} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &468446184 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 409982535} m_GameObject: {fileID: 468446182} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .987304688, w: .423828125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &468446185 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 409982535} m_GameObject: {fileID: 468446182} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1001 &470389982 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 6.43785095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -13.3196945 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.683012784 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: .183012441 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: .183012471 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .683012784 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1585489124} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &472700184 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LocalPosition.x value: -5.95313263 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LocalPosition.y value: -.15981102 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LocalPosition.z value: 6.51542664 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LocalRotation.x value: .11093545 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LocalRotation.y value: -.477426767 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LocalRotation.z value: -.767241359 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LocalRotation.w value: -.413639694 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LightmapTilingOffset.x value: .017578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LightmapTilingOffset.y value: .017578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LightmapTilingOffset.z value: .702148438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} m_RootGameObject: {fileID: 1769103890} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &472901036 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 9.70946407 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -9.14148998 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .658203125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 158283074} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &476655231 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 22.9512558 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: .0215917602 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -13.3546295 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1534038898} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &476783549 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1655588033} serializedVersion: 4 m_Component: - 4: {fileID: 476783552} - 33: {fileID: 476783551} - 23: {fileID: 476783550} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &476783550 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1655588033} m_GameObject: {fileID: 476783549} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &476783551 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1655588033} m_GameObject: {fileID: 476783549} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &476783552 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1655588033} m_GameObject: {fileID: 476783549} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -7.02590942, y: 0, z: -29.6516113} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &477851020 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.x value: 4.8873291 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.y value: .00467941165 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.z value: -2.51950836 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_RootGameObject: {fileID: 1294748256} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &478212359 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 697210941} serializedVersion: 4 m_Component: - 4: {fileID: 478212360} - 33: {fileID: 478212362} - 23: {fileID: 478212361} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &478212360 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 697210941} m_GameObject: {fileID: 478212359} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: -6.27131176, y: 0, z: -25.6130848} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &478212361 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 697210941} m_GameObject: {fileID: 478212359} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .987304688, w: .413085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &478212362 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 697210941} m_GameObject: {fileID: 478212359} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &479407708 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} serializedVersion: 4 m_Component: - 4: {fileID: 479407709} - 33: {fileID: 479407713} - 23: {fileID: 479407712} - 95: {fileID: 479407711} - 65: {fileID: 479407710} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &479407709 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 479407708} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 904239340} --- !u!65 &479407710 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 479407708} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &479407711 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 479407708} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &479407712 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 479407708} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .432617188} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &479407713 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 479407708} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &480817093 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1411850302} serializedVersion: 4 m_Component: - 4: {fileID: 480817094} - 33: {fileID: 480817096} - 23: {fileID: 480817095} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &480817094 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1411850302} m_GameObject: {fileID: 480817093} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: 10.6974773, y: 0, z: -5.49672079} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &480817095 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1411850302} m_GameObject: {fileID: 480817093} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .436523438, w: .984375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &480817096 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1411850302} m_GameObject: {fileID: 480817093} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &482212562 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 503720782} serializedVersion: 4 m_Component: - 4: {fileID: 482212565} - 33: {fileID: 482212564} - 23: {fileID: 482212563} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &482212563 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 503720782} m_GameObject: {fileID: 482212562} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &482212564 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 503720782} m_GameObject: {fileID: 482212562} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &482212565 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 503720782} m_GameObject: {fileID: 482212562} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 6.99110413, y: -0, z: -2.6905365} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &483985336 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} serializedVersion: 4 m_Component: - 4: {fileID: 483985337} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &483985337 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 483985336} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.4498272, y: 0, z: 7.41103649} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 275658647} - {fileID: 1566185889} m_Father: {fileID: 636589998} --- !u!1 &484641744 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 492418784} serializedVersion: 4 m_Component: - 4: {fileID: 484641747} - 33: {fileID: 484641746} - 23: {fileID: 484641745} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &484641745 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 492418784} m_GameObject: {fileID: 484641744} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &484641746 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 492418784} m_GameObject: {fileID: 484641744} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &484641747 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 492418784} m_GameObject: {fileID: 484641744} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 18.5011063, y: .0429584235, z: 3.5213623} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &488959746 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1018433403} serializedVersion: 4 m_Component: - 4: {fileID: 488959749} - 198: {fileID: 488959748} - 199: {fileID: 488959747} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &488959747 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1018433403} m_GameObject: {fileID: 488959746} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &488959748 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1018433403} m_GameObject: {fileID: 488959746} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &488959749 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1018433403} m_GameObject: {fileID: 488959746} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: 4.84190941, y: .049946785, z: 25.1386986} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1001 &490056464 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 33.620163 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -21.1919632 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .77734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1636237412} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &492418784 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 18.5011063 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: .0429584235 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: 3.5213623 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 484641744} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &492881515 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 434239827} serializedVersion: 4 m_Component: - 4: {fileID: 492881518} - 33: {fileID: 492881517} - 23: {fileID: 492881516} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &492881516 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 434239827} m_GameObject: {fileID: 492881515} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .966796875, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &492881517 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 434239827} m_GameObject: {fileID: 492881515} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &492881518 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 434239827} m_GameObject: {fileID: 492881515} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -4.09886169, y: 0, z: -6.38877869} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &494881881 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 4.48905945 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0911675543 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 13.337944 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.270599127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.653281033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.653281093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .270599216 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalScale.x value: 1.22131038 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalScale.y value: 1.22131038 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalScale.z value: 1.22131038 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1466231206} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &495088158 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -18.8680801 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: .0295989215 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -33.4072189 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .633789062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 675527273} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &495927577 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 625432517} serializedVersion: 4 m_Component: - 4: {fileID: 495927578} - 33: {fileID: 495927580} - 23: {fileID: 495927579} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &495927578 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 625432517} m_GameObject: {fileID: 495927577} m_LocalRotation: {x: -.430460393, y: -.56098485, z: -.56098479, w: .430460274} m_LocalPosition: {x: 11.70294, y: 0, z: -5.45623589} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &495927579 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 625432517} m_GameObject: {fileID: 495927577} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .672851562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &495927580 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 625432517} m_GameObject: {fileID: 495927577} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &500686009 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} serializedVersion: 4 m_Component: - 4: {fileID: 500686014} - 33: {fileID: 500686013} - 23: {fileID: 500686012} - 95: {fileID: 500686011} - 65: {fileID: 500686010} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &500686010 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 500686009} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &500686011 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 500686009} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &500686012 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 500686009} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .790039062, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &500686013 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 500686009} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!4 &500686014 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 500686009} m_LocalRotation: {x: -.560986102, y: -.430458605, z: -.430458635, w: .560986161} m_LocalPosition: {x: .299792767, y: 0, z: -1.15072135e-06} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 940011783} --- !u!1 &501284377 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} serializedVersion: 4 m_Component: - 4: {fileID: 501284378} - 33: {fileID: 501284382} - 23: {fileID: 501284381} - 95: {fileID: 501284380} - 65: {fileID: 501284379} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &501284378 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 501284377} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1494352378} --- !u!65 &501284379 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 501284377} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &501284380 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 501284377} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &501284381 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 501284377} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .376953125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &501284382 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 501284377} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &503030104 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 15.6041594 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: 12.3100929 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1395278407} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &503720782 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 6.99110413 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -2.6905365 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 482212562} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &506570670 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1051700267} serializedVersion: 4 m_Component: - 4: {fileID: 506570671} - 33: {fileID: 506570673} - 23: {fileID: 506570672} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &506570671 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1051700267} m_GameObject: {fileID: 506570670} m_LocalRotation: {x: -.612372756, y: .353552878, z: .353552878, w: .612372756} m_LocalPosition: {x: -13.6270046, y: 0, z: -14.0707836} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &506570672 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1051700267} m_GameObject: {fileID: 506570670} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .958007812, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &506570673 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1051700267} m_GameObject: {fileID: 506570670} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &507047929 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 735876267} serializedVersion: 4 m_Component: - 4: {fileID: 507047932} - 33: {fileID: 507047931} - 23: {fileID: 507047930} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &507047930 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 735876267} m_GameObject: {fileID: 507047929} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &507047931 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 735876267} m_GameObject: {fileID: 507047929} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &507047932 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 735876267} m_GameObject: {fileID: 507047929} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 7.91777802, y: 0, z: -29.8458252} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &507251692 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1736774780} serializedVersion: 4 m_Component: - 4: {fileID: 507251695} - 33: {fileID: 507251694} - 23: {fileID: 507251693} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &507251693 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1736774780} m_GameObject: {fileID: 507251692} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &507251694 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1736774780} m_GameObject: {fileID: 507251692} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &507251695 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1736774780} m_GameObject: {fileID: 507251692} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 9.38661957, y: 0, z: -.972183228} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &509020106 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 509020107} - 33: {fileID: 509020111} - 23: {fileID: 509020110} - 95: {fileID: 509020109} - 65: {fileID: 509020108} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &509020107 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 509020106} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 57471363} --- !u!65 &509020108 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 509020106} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &509020109 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 509020106} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &509020110 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 509020106} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .75, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &509020111 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 509020106} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1 &511710395 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_PrefabInternal: {fileID: 1872070711} serializedVersion: 4 m_Component: - 4: {fileID: 511710396} - 198: {fileID: 511710398} - 199: {fileID: 511710397} m_Layer: 0 m_Name: Particle_bloom02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &511710396 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_PrefabInternal: {fileID: 1872070711} m_GameObject: {fileID: 511710395} m_LocalRotation: {x: 1.59449178e-06, y: -.707106829, z: -.707106829, w: 1.59449178e-06} m_LocalPosition: {x: 0, y: -4.71028376, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1630763902} --- !u!199 &511710397 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_PrefabInternal: {fileID: 1872070711} m_GameObject: {fileID: 511710395} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &511710398 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_PrefabInternal: {fileID: 1872070711} m_GameObject: {fileID: 511710395} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .0500000007 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 100 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!1001 &512181719 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LocalPosition.x value: -15.8941174 objectReference: {fileID: 0} - target: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LocalPosition.z value: -2.62169027 objectReference: {fileID: 0} - target: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.w value: .9296875 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.z value: .59375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.w value: .771484375 objectReference: {fileID: 0} - target: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.z value: .583007812 objectReference: {fileID: 0} - target: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.w value: .265625 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_RootGameObject: {fileID: 710059135} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &514858709 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1455223602} serializedVersion: 4 m_Component: - 4: {fileID: 514858710} - 33: {fileID: 514858712} - 23: {fileID: 514858711} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &514858710 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1455223602} m_GameObject: {fileID: 514858709} m_LocalRotation: {x: -.0922970325, y: -.701057255, z: -.701057255, w: .0922970325} m_LocalPosition: {x: 3.14396095, y: -.0217900276, z: -2.41486073} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &514858711 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1455223602} m_GameObject: {fileID: 514858709} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .94921875, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &514858712 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1455223602} m_GameObject: {fileID: 514858709} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &515511687 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: -4.42189026 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: -10.9934158 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 192999811} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &521168529 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1938601658} serializedVersion: 4 m_Component: - 4: {fileID: 521168532} - 33: {fileID: 521168531} - 23: {fileID: 521168530} m_Layer: 0 m_Name: Gravestone09 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &521168530 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1938601658} m_GameObject: {fileID: 521168529} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .76953125} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &521168531 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1938601658} m_GameObject: {fileID: 521168529} m_Mesh: {fileID: 4300000, guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a, type: 3} --- !u!4 &521168532 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1938601658} m_GameObject: {fileID: 521168529} m_LocalRotation: {x: .612374127, y: .353550106, z: .353550494, w: -.612374306} m_LocalPosition: {x: 10.9576235, y: 0, z: 3.47308683} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &522452152 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 224226577} serializedVersion: 4 m_Component: - 4: {fileID: 522452157} - 33: {fileID: 522452156} - 23: {fileID: 522452155} - 95: {fileID: 522452154} - 65: {fileID: 522452153} m_Layer: 0 m_Name: Tomb05_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &522452153 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 224226577} m_GameObject: {fileID: 522452152} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 4.19032764, y: 4.42648602, z: 3.93131781} m_Center: {x: 0, y: .0160096921, z: 1.89723754} --- !u!95 &522452154 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 224226577} m_GameObject: {fileID: 522452152} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &522452155 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 224226577} m_GameObject: {fileID: 522452152} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .1875, y: .1875, z: .189453125, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &522452156 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 224226577} m_GameObject: {fileID: 522452152} m_Mesh: {fileID: 4300000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} --- !u!4 &522452157 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 224226577} m_GameObject: {fileID: 522452152} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 14.1297703, y: 0, z: -26.470089} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &524803916 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 925911905} serializedVersion: 4 m_Component: - 4: {fileID: 524803919} - 33: {fileID: 524803918} - 23: {fileID: 524803917} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &524803917 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 925911905} m_GameObject: {fileID: 524803916} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .921875, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &524803918 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 925911905} m_GameObject: {fileID: 524803916} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &524803919 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 925911905} m_GameObject: {fileID: 524803916} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.18764496, y: 0, z: -6.77534485} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &525290367 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} serializedVersion: 4 m_Component: - 4: {fileID: 525290368} m_Layer: 0 m_Name: Coffin01_all m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &525290368 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 525290367} m_LocalRotation: {x: -.0236347169, y: .603041053, z: -.229492366, w: .763620436} m_LocalPosition: {x: -1.59915924, y: -.0691639483, z: -14.3702774} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 121205004} - {fileID: 1205680935} m_Father: {fileID: 636589998} --- !u!1 &527683154 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1410440292} serializedVersion: 4 m_Component: - 4: {fileID: 527683157} - 33: {fileID: 527683156} - 23: {fileID: 527683155} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &527683155 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1410440292} m_GameObject: {fileID: 527683154} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .821289062, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &527683156 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1410440292} m_GameObject: {fileID: 527683154} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!4 &527683157 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1410440292} m_GameObject: {fileID: 527683154} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -21.5179749, y: .0981553793, z: -34.2658768} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &528173892 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1342347710} serializedVersion: 4 m_Component: - 4: {fileID: 528173893} - 33: {fileID: 528173895} - 23: {fileID: 528173894} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &528173893 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1342347710} m_GameObject: {fileID: 528173892} m_LocalRotation: {x: .43045789, y: -.560986698, z: -.560986638, w: -.430457801} m_LocalPosition: {x: -3.23893738, y: 0, z: -25.5825634} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &528173894 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1342347710} m_GameObject: {fileID: 528173892} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .940429688, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &528173895 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1342347710} m_GameObject: {fileID: 528173892} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &529291758 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 2113448548} m_Modifications: - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.x value: -15.5031347 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.z value: -.220598787 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.x value: .499998063 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.y value: -.500002086 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.z value: -.500002027 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.w value: -.499997944 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .560546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_RootGameObject: {fileID: 849412745} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &531594886 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} serializedVersion: 4 m_Component: - 4: {fileID: 531594887} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &531594887 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 531594886} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.5501251, y: 0, z: -27.5891914} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1725988590} - {fileID: 1137480792} m_Father: {fileID: 636589998} --- !u!1001 &531951893 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -16.4498177 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 12.4110279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .844726562 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .599609375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 720335196} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &531968016 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1546613513} serializedVersion: 4 m_Component: - 4: {fileID: 531968019} - 33: {fileID: 531968018} - 23: {fileID: 531968017} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &531968017 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1546613513} m_GameObject: {fileID: 531968016} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &531968018 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1546613513} m_GameObject: {fileID: 531968016} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &531968019 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1546613513} m_GameObject: {fileID: 531968016} m_LocalRotation: {x: -.430460036, y: -.56098491, z: -.560984969, w: .430460066} m_LocalPosition: {x: -17.0793285, y: 0, z: -4.70413685} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &534204834 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1451305225} serializedVersion: 4 m_Component: - 4: {fileID: 534204837} - 33: {fileID: 534204836} - 23: {fileID: 534204835} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &534204835 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1451305225} m_GameObject: {fileID: 534204834} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .345703125, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &534204836 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1451305225} m_GameObject: {fileID: 534204834} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &534204837 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1451305225} m_GameObject: {fileID: 534204834} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -5.8087635, y: .111456528, z: -32.304718} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &534220646 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 805299198} serializedVersion: 4 m_Component: - 4: {fileID: 534220647} - 33: {fileID: 534220649} - 23: {fileID: 534220648} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &534220647 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 805299198} m_GameObject: {fileID: 534220646} m_LocalRotation: {x: .183010548, y: -.68301332, z: -.68301332, w: -.183010504} m_LocalPosition: {x: 13.1044254, y: .0258910004, z: .46157217} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &534220648 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 805299198} m_GameObject: {fileID: 534220646} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .931640625, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &534220649 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 805299198} m_GameObject: {fileID: 534220646} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &535291483 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -11.1113281 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -13.2679367 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.0922969505 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -.701057315 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .0922970176 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .563476562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 153174966} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &538183001 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 538183002} m_Layer: 0 m_Name: Tomb04_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &538183002 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 538183001} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: -15.8941154, y: -0, z: -2.62168765} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 43381136} - {fileID: 1700310743} - {fileID: 1905844650} m_Father: {fileID: 636589998} --- !u!1 &544423715 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 544423716} - 33: {fileID: 544423720} - 23: {fileID: 544423719} - 95: {fileID: 544423718} - 65: {fileID: 544423717} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &544423716 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 544423715} m_LocalRotation: {x: -.500001013, y: -.499998927, z: -.499999076, w: .500001073} m_LocalPosition: {x: 2.21452618, y: 0, z: .43124783} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &544423717 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 544423715} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &544423718 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 544423715} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &544423719 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 544423715} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .694335938, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &544423720 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 544423715} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1 &544906750 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1521450772} serializedVersion: 4 m_Component: - 4: {fileID: 544906751} - 33: {fileID: 544906753} - 23: {fileID: 544906752} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &544906751 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1521450772} m_GameObject: {fileID: 544906750} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: 3.25523424, y: .173931777, z: 1.19636726} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &544906752 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1521450772} m_GameObject: {fileID: 544906750} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .922851562, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &544906753 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1521450772} m_GameObject: {fileID: 544906750} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &547033227 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: 3.55018425 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: 12.411025 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -1.49487437e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: 1.68589554e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -.499928743 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: .299792767 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: 3.98362175e-07 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -.500071287 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.499928653 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .500071406 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .575195312 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .7421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_RootGameObject: {fileID: 1820190342} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &547273282 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: -2.25020409 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: -4.27653313 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .799804688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 452204117} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &547624627 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1145376914} serializedVersion: 4 m_Component: - 4: {fileID: 547624630} - 33: {fileID: 547624629} - 23: {fileID: 547624628} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &547624628 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1145376914} m_GameObject: {fileID: 547624627} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .334960938, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &547624629 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1145376914} m_GameObject: {fileID: 547624627} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &547624630 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1145376914} m_GameObject: {fileID: 547624627} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 21.7789154, y: .0190679953, z: -33.2402573} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &548936456 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1374427270} serializedVersion: 4 m_Component: - 4: {fileID: 548936460} - 33: {fileID: 548936459} - 23: {fileID: 548936458} - 64: {fileID: 548936457} m_Layer: 0 m_Name: Statue02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &548936457 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1374427270} m_GameObject: {fileID: 548936456} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 2d94cb03501642a49b4dceb38866772f, type: 3} --- !u!23 &548936458 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1374427270} m_GameObject: {fileID: 548936456} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0390625, y: .0390625, z: .712890625, w: .413085938} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &548936459 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1374427270} m_GameObject: {fileID: 548936456} m_Mesh: {fileID: 4300000, guid: 9fccf20fcafb2ea4f9383135948e8d04, type: 3} --- !u!4 &548936460 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1374427270} m_GameObject: {fileID: 548936456} m_LocalRotation: {x: .0748701096, y: .394225478, z: .273109674, w: .874295115} m_LocalPosition: {x: -12.9932146, y: 0, z: 4.7325325} m_LocalScale: {x: .800000012, y: .800000012, z: .800000012} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &549348201 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1847179568} serializedVersion: 4 m_Component: - 4: {fileID: 549348202} - 33: {fileID: 549348204} - 23: {fileID: 549348203} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &549348202 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1847179568} m_GameObject: {fileID: 549348201} m_LocalRotation: {x: .0922943428, y: -.701057613, z: -.701057673, w: -.0922941566} m_LocalPosition: {x: 13.5220575, y: 0, z: -12.4865351} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &549348203 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1847179568} m_GameObject: {fileID: 549348201} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .66796875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &549348204 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1847179568} m_GameObject: {fileID: 549348201} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &551039890 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} serializedVersion: 4 m_Component: - 4: {fileID: 551039891} m_Layer: 0 m_Name: Tomb04_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &551039891 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 551039890} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.449873, y: 0, z: -12.588974} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1585142224} - {fileID: 1995735303} m_Father: {fileID: 636589998} --- !u!1001 &551224481 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 23.9957275 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -19.1544495 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .619140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 844034009} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &551641919 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1281201207} serializedVersion: 4 m_Component: - 4: {fileID: 551641922} - 33: {fileID: 551641921} - 23: {fileID: 551641920} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &551641920 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1281201207} m_GameObject: {fileID: 551641919} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .663085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &551641921 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1281201207} m_GameObject: {fileID: 551641919} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &551641922 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1281201207} m_GameObject: {fileID: 551641919} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 19.4380646, y: 0, z: -6.80776215} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &556385809 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 26.3504944 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -8.63932037 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 974355779} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &556432511 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} serializedVersion: 4 m_Component: - 4: {fileID: 556432512} m_Layer: 0 m_Name: Tomb04_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &556432512 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 556432511} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.5502548, y: 0, z: -7.58917618} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1245461502} - {fileID: 1074761580} m_Father: {fileID: 636589998} --- !u!1001 &558062829 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 13.0102539 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 3.93944168 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .852539062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 764994397} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &558147797 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 435143887} serializedVersion: 4 m_Component: - 4: {fileID: 558147800} - 33: {fileID: 558147799} - 23: {fileID: 558147798} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &558147798 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 435143887} m_GameObject: {fileID: 558147797} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .486328125, w: .55078125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &558147799 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 435143887} m_GameObject: {fileID: 558147797} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!4 &558147800 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 435143887} m_GameObject: {fileID: 558147797} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -20.9129562, y: 0, z: -14.5786591} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &559096078 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1565943558} serializedVersion: 4 m_Component: - 4: {fileID: 559096081} - 33: {fileID: 559096080} - 23: {fileID: 559096079} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &559096079 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1565943558} m_GameObject: {fileID: 559096078} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .975585938, w: .321289062} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &559096080 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1565943558} m_GameObject: {fileID: 559096078} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!4 &559096081 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1565943558} m_GameObject: {fileID: 559096078} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -21.2077255, y: 0, z: 6.49758911} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &559966753 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1096465643} serializedVersion: 4 m_Component: - 4: {fileID: 559966756} - 33: {fileID: 559966755} - 23: {fileID: 559966754} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &559966754 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1096465643} m_GameObject: {fileID: 559966753} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &559966755 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1096465643} m_GameObject: {fileID: 559966753} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &559966756 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1096465643} m_GameObject: {fileID: 559966753} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -20.2842636, y: 0, z: -9.47948456} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &562239760 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -2.89089203 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: .223448008 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: 15.0907516 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 578855196} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &563294395 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1024520827} serializedVersion: 4 m_Component: - 4: {fileID: 563294398} - 33: {fileID: 563294397} - 23: {fileID: 563294396} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &563294396 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1024520827} m_GameObject: {fileID: 563294395} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .907226562, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &563294397 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1024520827} m_GameObject: {fileID: 563294395} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &563294398 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1024520827} m_GameObject: {fileID: 563294395} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 24.7477188, y: .0150967836, z: -14.5647507} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &564466727 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 187528291} serializedVersion: 4 m_Component: - 4: {fileID: 564466730} - 33: {fileID: 564466729} - 23: {fileID: 564466728} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &564466728 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 187528291} m_GameObject: {fileID: 564466727} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .892578125, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &564466729 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 187528291} m_GameObject: {fileID: 564466727} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &564466730 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 187528291} m_GameObject: {fileID: 564466727} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.7175522, y: .0481877103, z: 3.12992859} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &570604407 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.x value: -6.49264383 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.z value: 9.34379196 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .6484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_RootGameObject: {fileID: 1093850623} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &570616151 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1627505583} serializedVersion: 4 m_Component: - 4: {fileID: 570616154} - 33: {fileID: 570616153} - 23: {fileID: 570616152} m_Layer: 0 m_Name: Plant08_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &570616152 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1627505583} m_GameObject: {fileID: 570616151} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .01953125, y: .01953125, z: .0869140625, w: .744140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &570616153 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1627505583} m_GameObject: {fileID: 570616151} m_Mesh: {fileID: 4300000, guid: 24e3be68eb274aa4aa842b71e7b791a5, type: 3} --- !u!4 &570616154 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1627505583} m_GameObject: {fileID: 570616151} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: 8.91352844, y: .0264756493, z: -9.61232758} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &571061064 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalPosition.x value: 20.532917 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalPosition.z value: -4.05729485 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0146484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0146484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapTilingOffset.z value: .702148438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapTilingOffset.w value: .172851562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_RootGameObject: {fileID: 1666437340} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &571562703 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 9.96350288 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -5.50313568 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.56098628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430458575 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430458456 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .560986161 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .561523438 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 391267311} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &575688560 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 338502375} serializedVersion: 4 m_Component: - 4: {fileID: 575688563} - 33: {fileID: 575688562} - 23: {fileID: 575688561} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &575688561 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 338502375} m_GameObject: {fileID: 575688560} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &575688562 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 338502375} m_GameObject: {fileID: 575688560} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &575688563 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 338502375} m_GameObject: {fileID: 575688560} m_LocalRotation: {x: -.430460036, y: -.56098491, z: -.560984969, w: .430460066} m_LocalPosition: {x: -6.03351974, y: 0, z: -12.4156313} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &578855196 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 562239760} serializedVersion: 4 m_Component: - 4: {fileID: 578855199} - 33: {fileID: 578855198} - 23: {fileID: 578855197} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &578855197 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 562239760} m_GameObject: {fileID: 578855196} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &578855198 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 562239760} m_GameObject: {fileID: 578855196} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &578855199 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 562239760} m_GameObject: {fileID: 578855196} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.89089203, y: .223448008, z: 15.0907516} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &582350058 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1695583477} serializedVersion: 4 m_Component: - 4: {fileID: 582350059} - 33: {fileID: 582350061} - 23: {fileID: 582350060} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &582350059 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1695583477} m_GameObject: {fileID: 582350058} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: 16.8506298, y: .0258910004, z: .594707251} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &582350060 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1695583477} m_GameObject: {fileID: 582350058} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .9140625, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &582350061 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1695583477} m_GameObject: {fileID: 582350058} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &584586310 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 29.9732056 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -4.01028442 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .702148438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 151563242} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &586844145 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 6.33525085 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: .00612715259 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -10.0685883 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 799782147} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &587274748 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1127800750} serializedVersion: 4 m_Component: - 4: {fileID: 587274751} - 33: {fileID: 587274750} - 23: {fileID: 587274749} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &587274749 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1127800750} m_GameObject: {fileID: 587274748} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .877929688, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &587274750 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1127800750} m_GameObject: {fileID: 587274748} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &587274751 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1127800750} m_GameObject: {fileID: 587274748} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.9862671, y: 0, z: 8.68598175} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &589894254 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} serializedVersion: 4 m_Component: - 4: {fileID: 589894255} - 33: {fileID: 589894259} - 23: {fileID: 589894258} - 95: {fileID: 589894257} - 65: {fileID: 589894256} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &589894255 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 589894254} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 15799879} --- !u!65 &589894256 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 589894254} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &589894257 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 589894254} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &589894258 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 589894254} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &589894259 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 589894254} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &594117723 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -13.3468065 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0549349934 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -16.4279861 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.353554308 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: .612371922 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: .612371981 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .353554368 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1628893938} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &598257793 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -.668777943 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -13.3411713 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922970325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922970325 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .720703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1061289114} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &598506877 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 842474100} serializedVersion: 4 m_Component: - 4: {fileID: 598506880} - 33: {fileID: 598506879} - 23: {fileID: 598506878} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &598506878 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 842474100} m_GameObject: {fileID: 598506877} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .658203125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &598506879 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 842474100} m_GameObject: {fileID: 598506877} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &598506880 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 842474100} m_GameObject: {fileID: 598506877} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -21.077507, y: .0341077, z: 10.4769974} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &600909929 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -9.06452179 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .139223754 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -18.1812057 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106888 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 2.81399196e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: 5.52423046e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .755859375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 996949965} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &602474759 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1411162203} serializedVersion: 4 m_Component: - 4: {fileID: 602474762} - 33: {fileID: 602474761} - 23: {fileID: 602474760} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &602474760 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1411162203} m_GameObject: {fileID: 602474759} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &602474761 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1411162203} m_GameObject: {fileID: 602474759} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &602474762 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1411162203} m_GameObject: {fileID: 602474759} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.2200546, y: .00160312466, z: -4.787117} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &604667247 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 892754315} serializedVersion: 4 m_Component: - 4: {fileID: 604667250} - 33: {fileID: 604667249} - 23: {fileID: 604667248} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &604667248 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 892754315} m_GameObject: {fileID: 604667247} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &604667249 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 892754315} m_GameObject: {fileID: 604667247} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &604667250 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 892754315} m_GameObject: {fileID: 604667247} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -1.02154553, y: -0, z: -18.9847794} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &605696921 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 22.8411789 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: .248768032 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -29.2937927 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1506424200} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &605851877 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 11.4555111 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -5.53540707 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .560984194 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430461079 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430461138 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.560984194 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .811523438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 2003345091} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &607379625 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2013323985} serializedVersion: 4 m_Component: - 4: {fileID: 607379628} - 33: {fileID: 607379627} - 23: {fileID: 607379626} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &607379626 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2013323985} m_GameObject: {fileID: 607379625} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &607379627 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2013323985} m_GameObject: {fileID: 607379625} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &607379628 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2013323985} m_GameObject: {fileID: 607379625} m_LocalRotation: {x: -.430460036, y: -.56098491, z: -.560984969, w: .430460066} m_LocalPosition: {x: 6.53504944, y: 0, z: -26.2966461} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &608270028 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 23.550293 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -2.58917618 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .48828125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .932617188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1570730620} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &608503086 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1180037309} serializedVersion: 4 m_Component: - 4: {fileID: 608503089} - 33: {fileID: 608503088} - 23: {fileID: 608503087} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &608503087 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1180037309} m_GameObject: {fileID: 608503086} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &608503088 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1180037309} m_GameObject: {fileID: 608503086} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &608503089 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1180037309} m_GameObject: {fileID: 608503086} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -18.2369461, y: .0985383987, z: 12.8899231} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &608945419 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 16.8643818 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: .953129292 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .752929688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1802577825} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &608973759 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.x value: -5.42175007 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.y value: -.134516999 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.z value: -.15235281 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.x value: .499998957 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.y value: -.500001252 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.z value: -.500001073 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.w value: -.499998838 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.x value: 1.5 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.y value: 1.5 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.z value: 1.50000095 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.z value: .837890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_RootGameObject: {fileID: 2085929294} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &609051365 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} serializedVersion: 4 m_Component: - 4: {fileID: 609051370} - 33: {fileID: 609051369} - 23: {fileID: 609051368} - 95: {fileID: 609051367} - 65: {fileID: 609051366} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &609051366 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 609051365} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &609051367 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 609051365} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &609051368 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 609051365} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .249023438, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &609051369 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 609051365} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!4 &609051370 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 609051365} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1400720571} --- !u!1 &610091865 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1334964709} serializedVersion: 4 m_Component: - 4: {fileID: 610091866} - 33: {fileID: 610091868} - 23: {fileID: 610091867} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &610091866 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1334964709} m_GameObject: {fileID: 610091865} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: -.6092875, y: 0, z: -18.9976501} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &610091867 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1334964709} m_GameObject: {fileID: 610091865} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .653320312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &610091868 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1334964709} m_GameObject: {fileID: 610091865} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &611311315 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 25.7587967 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -3.28744507 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .204101562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1194397816} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &615111691 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: -21.6501904 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: -10.470767 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.x value: 1.80880105 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.y value: 1.80880105 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.z value: 1.80880105 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 1058506290} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &615271147 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.x value: 24.7554626 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.z value: -5.81104183 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0751953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0751953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.w value: .915039062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_RootGameObject: {fileID: 1285060032} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &615392352 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 17.9079437 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: .0352091417 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: .065574646 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: -.430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 409340498} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &620953509 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1693135004} serializedVersion: 4 m_Component: - 4: {fileID: 620953512} - 33: {fileID: 620953511} - 23: {fileID: 620953510} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &620953510 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1693135004} m_GameObject: {fileID: 620953509} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &620953511 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1693135004} m_GameObject: {fileID: 620953509} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &620953512 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1693135004} m_GameObject: {fileID: 620953509} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 25.5056076, y: 0, z: -12.4651031} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &620991376 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -1.02604556 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -10.5040026 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .183010548 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.68301332 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.68301332 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.183010504 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .87890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 709530173} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &622095698 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.x value: 14.3722916 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.y value: .00628167391 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.z value: 12.5107679 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.x value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.y value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.w value: .678710938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_RootGameObject: {fileID: 1745206252} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &622178476 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.x value: -16.9536743 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.y value: .00516412407 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.z value: -1.951828 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.z value: .083984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.w value: .920898438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_RootGameObject: {fileID: 1342631331} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &623342783 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1784526631} serializedVersion: 4 m_Component: - 4: {fileID: 623342786} - 33: {fileID: 623342785} - 23: {fileID: 623342784} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &623342784 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1784526631} m_GameObject: {fileID: 623342783} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .6484375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &623342785 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1784526631} m_GameObject: {fileID: 623342783} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &623342786 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1784526631} m_GameObject: {fileID: 623342783} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 33.4228668, y: 0, z: -4.37288666} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &624811171 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.x value: -12.6973934 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.z value: .890836239 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.x value: .800000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.y value: .800000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.z value: .800000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.z value: .75390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_RootGameObject: {fileID: 449478763} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &625432517 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 11.70294 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -5.45623589 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.430460393 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.56098485 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.56098479 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .430460274 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .672851562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 495927577} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &631134173 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1227529942} serializedVersion: 4 m_Component: - 4: {fileID: 631134176} - 33: {fileID: 631134175} - 23: {fileID: 631134174} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &631134174 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1227529942} m_GameObject: {fileID: 631134173} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .643554688} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &631134175 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1227529942} m_GameObject: {fileID: 631134173} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &631134176 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1227529942} m_GameObject: {fileID: 631134173} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 17.0776825, y: 0, z: -18.1684875} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &632239324 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1913764192} serializedVersion: 4 m_Component: - 4: {fileID: 632239327} - 33: {fileID: 632239326} - 23: {fileID: 632239325} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &632239325 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1913764192} m_GameObject: {fileID: 632239324} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &632239326 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1913764192} m_GameObject: {fileID: 632239324} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &632239327 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1913764192} m_GameObject: {fileID: 632239324} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -18.4323807, y: -0, z: -8.12739563} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &633807498 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 8.67753315 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 7.00283051 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .604492188 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 894134429} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &634439890 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1594908216} serializedVersion: 4 m_Component: - 4: {fileID: 634439893} - 33: {fileID: 634439892} - 23: {fileID: 634439891} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &634439891 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1594908216} m_GameObject: {fileID: 634439890} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .935546875, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &634439892 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1594908216} m_GameObject: {fileID: 634439890} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!4 &634439893 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1594908216} m_GameObject: {fileID: 634439890} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.28227329, y: .38341555, z: 5.10933685} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &636302022 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1959365036} serializedVersion: 4 m_Component: - 4: {fileID: 636302025} - 33: {fileID: 636302024} - 23: {fileID: 636302023} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &636302023 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1959365036} m_GameObject: {fileID: 636302022} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &636302024 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1959365036} m_GameObject: {fileID: 636302022} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &636302025 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1959365036} m_GameObject: {fileID: 636302022} m_LocalRotation: {x: -.270599127, y: -.653281033, z: -.653281093, w: .270599216} m_LocalPosition: {x: -11.718605, y: 0, z: -3.62763977} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &636467675 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 17.1082535 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: .030882895 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: 5.75510406 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1775502534} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &636589997 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 636589998} m_Layer: 0 m_Name: prop m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &636589998 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 636589997} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2060827410} - {fileID: 1630763902} - {fileID: 2123904216} - {fileID: 1628917732} - {fileID: 1579682987} - {fileID: 1348401067} - {fileID: 1576693857} - {fileID: 1285060036} - {fileID: 2113323806} - {fileID: 1875939182} - {fileID: 1277170975} - {fileID: 1548984382} - {fileID: 171261136} - {fileID: 1299350005} - {fileID: 84700733} - {fileID: 1607057338} - {fileID: 1047607687} - {fileID: 860504097} - {fileID: 1138233877} - {fileID: 324347203} - {fileID: 1176813557} - {fileID: 2083626412} - {fileID: 525290368} - {fileID: 1976337609} - {fileID: 291041566} - {fileID: 1058506291} - {fileID: 1328719716} - {fileID: 1008376365} - {fileID: 1365299523} - {fileID: 1255971575} - {fileID: 818421486} - {fileID: 403673076} - {fileID: 1979150319} - {fileID: 452204121} - {fileID: 1440291084} - {fileID: 124388} - {fileID: 822722680} - {fileID: 985515810} - {fileID: 1150325544} - {fileID: 13791076} - {fileID: 833033513} - {fileID: 900161080} - {fileID: 1666437344} - {fileID: 116232162} - {fileID: 204183018} - {fileID: 677868612} - {fileID: 647359934} - {fileID: 904608033} - {fileID: 1928975309} - {fileID: 136944302} - {fileID: 236499857} - {fileID: 1030206233} - {fileID: 1182942114} - {fileID: 704338620} - {fileID: 1037811627} - {fileID: 2005494973} - {fileID: 7969465} - {fileID: 1155726491} - {fileID: 1307549347} - {fileID: 319266871} - {fileID: 809468998} - {fileID: 1663842492} - {fileID: 1799480872} - {fileID: 75927058} - {fileID: 2019979972} - {fileID: 971821121} - {fileID: 189841188} - {fileID: 670600817} - {fileID: 111856416} - {fileID: 679665674} - {fileID: 427345047} - {fileID: 674043594} - {fileID: 2041472218} - {fileID: 1229717560} - {fileID: 521168532} - {fileID: 1753985949} - {fileID: 2022108437} - {fileID: 1418173846} - {fileID: 281665376} - {fileID: 766993326} - {fileID: 1719346557} - {fileID: 284491595} - {fileID: 1046531118} - {fileID: 1856732033} - {fileID: 305096351} - {fileID: 1376818261} - {fileID: 1484984196} - {fileID: 1735019673} - {fileID: 1805951960} - {fileID: 1403048239} - {fileID: 1761800994} - {fileID: 94183770} - {fileID: 276775530} - {fileID: 1376266811} - {fileID: 754322414} - {fileID: 1810593637} - {fileID: 658328816} - {fileID: 2085929295} - {fileID: 355848983} - {fileID: 1668060195} - {fileID: 383029501} - {fileID: 1000732636} - {fileID: 1982994613} - {fileID: 898557347} - {fileID: 43527400} - {fileID: 1800281713} - {fileID: 841307292} - {fileID: 943535282} - {fileID: 372918030} - {fileID: 1855855222} - {fileID: 163788861} - {fileID: 1229173879} - {fileID: 1860565079} - {fileID: 32002563} - {fileID: 1558883073} - {fileID: 1357822679} - {fileID: 1024234060} - {fileID: 1096291061} - {fileID: 1065265498} - {fileID: 575688563} - {fileID: 2121685177} - {fileID: 1580930334} - {fileID: 1279272741} - {fileID: 2048684761} - {fileID: 1585489127} - {fileID: 1466231209} - {fileID: 974355782} - {fileID: 1628893941} - {fileID: 1099463281} - {fileID: 507047932} - {fileID: 279926549} - {fileID: 1215677147} - {fileID: 2103318622} - {fileID: 1201080370} - {fileID: 1805600075} - {fileID: 100067435} - {fileID: 1868234654} - {fileID: 736065208} - {fileID: 1696055992} - {fileID: 2494288} - {fileID: 1223486542} - {fileID: 988790972} - {fileID: 608503089} - {fileID: 1741322910} - {fileID: 602474762} - {fileID: 1139407479} - {fileID: 159295878} - {fileID: 693847640} - {fileID: 7202812} - {fileID: 531968019} - {fileID: 1246217248} - {fileID: 2140288313} - {fileID: 1620870588} - {fileID: 476783552} - {fileID: 388869796} - {fileID: 507251695} - {fileID: 1058370830} - {fileID: 784952617} - {fileID: 632239327} - {fileID: 92126133} - {fileID: 1413929339} - {fileID: 636302025} - {fileID: 1472229938} - {fileID: 607379628} - {fileID: 93455178} - {fileID: 209774167} - {fileID: 877091792} - {fileID: 1144175359} - {fileID: 765560599} - {fileID: 1534038901} - {fileID: 484641747} - {fileID: 799782150} - {fileID: 1775502537} - {fileID: 1195476687} - {fileID: 1272016812} - {fileID: 666922315} - {fileID: 559966756} - {fileID: 1237653604} - {fileID: 434696808} - {fileID: 620953512} - {fileID: 1525496326} - {fileID: 1433265000} - {fileID: 1643380075} - {fileID: 2067791729} - {fileID: 1368959642} - {fileID: 68742028} - {fileID: 1671204498} - {fileID: 2058654312} - {fileID: 704909929} - {fileID: 899649446} - {fileID: 83417631} - {fileID: 2038696818} - {fileID: 247396197} - {fileID: 269874085} - {fileID: 1502774934} - {fileID: 1357365042} - {fileID: 340440901} - {fileID: 1481313666} - {fileID: 1395278410} - {fileID: 482212565} - {fileID: 578855199} - {fileID: 1506424203} - {fileID: 409340501} - {fileID: 23961132} - {fileID: 604667250} - {fileID: 350214427} - {fileID: 1993983445} - {fileID: 810722787} - {fileID: 1890732233} - {fileID: 166776858} - {fileID: 230994616} - {fileID: 1774850586} - {fileID: 1947336222} - {fileID: 1791908923} - {fileID: 797287081} - {fileID: 1251898936} - {fileID: 407920292} - {fileID: 1268881126} - {fileID: 1866901286} - {fileID: 1427712438} - {fileID: 1533948610} - {fileID: 1899932707} - {fileID: 1719666316} - {fileID: 912180515} - {fileID: 1895908953} - {fileID: 1029460636} - {fileID: 1181438406} - {fileID: 1207372944} - {fileID: 103663708} - {fileID: 1745206255} - {fileID: 1854639864} - {fileID: 1219647251} - {fileID: 570616154} - {fileID: 1245784773} - {fileID: 13283038} - {fileID: 61186230} - {fileID: 1707327831} - {fileID: 796840535} - {fileID: 527683157} - {fileID: 161729186} - {fileID: 88432019} - {fileID: 1784601458} - {fileID: 558147800} - {fileID: 124283553} - {fileID: 245448458} - {fileID: 1350551469} - {fileID: 1046048476} - {fileID: 66905718} - {fileID: 310803956} - {fileID: 1286528841} - {fileID: 1106463489} - {fileID: 154722712} - {fileID: 1680596136} - {fileID: 192999814} - {fileID: 913587066} - {fileID: 754058203} - {fileID: 686347080} - {fileID: 1180673942} - {fileID: 772247049} - {fileID: 871306116} - {fileID: 2066790531} - {fileID: 1916170856} - {fileID: 1586837550} - {fileID: 1342631334} - {fileID: 269008181} - {fileID: 987987101} - {fileID: 559096081} - {fileID: 400713394} - {fileID: 2122033473} - {fileID: 2144338405} - {fileID: 634439893} - {fileID: 1287090514} - {fileID: 1464167808} - {fileID: 2125415075} - {fileID: 1626873956} - {fileID: 1047554252} - {fileID: 1294748259} - {fileID: 1902362152} - {fileID: 1103850097} - {fileID: 345049880} - {fileID: 1647653623} - {fileID: 1295372352} - {fileID: 188515023} - {fileID: 1006179747} - {fileID: 65707481} - {fileID: 188788755} - {fileID: 1855566878} - {fileID: 162182405} - {fileID: 1739213361} - {fileID: 564466730} - {fileID: 1127982074} - {fileID: 1147851070} - {fileID: 993580849} - {fileID: 314267329} - {fileID: 524803919} - {fileID: 563294398} - {fileID: 1340731242} - {fileID: 932978948} - {fileID: 2129314747} - {fileID: 1519388867} - {fileID: 587274751} - {fileID: 1320829112} - {fileID: 724439422} - {fileID: 1537324761} - {fileID: 969479323} - {fileID: 1557213349} - {fileID: 1239289441} - {fileID: 1732636964} - {fileID: 1514597077} - {fileID: 345475627} - {fileID: 1854623758} - {fileID: 1927765537} - {fileID: 1672162982} - {fileID: 2090434488} - {fileID: 2071877740} - {fileID: 1935524742} - {fileID: 1844590002} - {fileID: 1275096459} - {fileID: 1781252315} - {fileID: 1539930056} - {fileID: 1295224597} - {fileID: 1835907987} - {fileID: 698140552} - {fileID: 2138768652} - {fileID: 1289340891} - {fileID: 1743746553} - {fileID: 299114691} - {fileID: 134795561} - {fileID: 1072238581} - {fileID: 1832311096} - {fileID: 801722947} - {fileID: 227640228} - {fileID: 2125570871} - {fileID: 1532165862} - {fileID: 468446183} - {fileID: 13223915} - {fileID: 1977439496} - {fileID: 384409411} - {fileID: 1362984273} - {fileID: 153174967} - {fileID: 1194397819} - {fileID: 258691573} - {fileID: 478212360} - {fileID: 1095660990} - {fileID: 1214637330} - {fileID: 299276129} - {fileID: 1151651656} - {fileID: 1187522318} - {fileID: 1960348651} - {fileID: 2009731017} - {fileID: 2007830124} - {fileID: 941319682} - {fileID: 547624630} - {fileID: 52776633} - {fileID: 847014821} - {fileID: 1507091689} - {fileID: 406614821} - {fileID: 1108463299} - {fileID: 1966037860} - {fileID: 480817094} - {fileID: 1332146657} - {fileID: 534204837} - {fileID: 303486115} - {fileID: 2041505448} - {fileID: 2070247326} - {fileID: 1817129167} - {fileID: 755430077} - {fileID: 1481731245} - {fileID: 38949188} - {fileID: 428208160} - {fileID: 862541537} - {fileID: 1629185406} - {fileID: 1746079399} - {fileID: 1780362224} - {fileID: 886739580} - {fileID: 2123999668} - {fileID: 1277882976} - {fileID: 985648263} - {fileID: 1140852956} - {fileID: 842217099} - {fileID: 1660712017} - {fileID: 2038825959} - {fileID: 96936112} - {fileID: 1037632451} - {fileID: 492881518} - {fileID: 975561699} - {fileID: 158283077} - {fileID: 764994398} - {fileID: 391267312} - {fileID: 1061289115} - {fileID: 996949966} - {fileID: 2003345092} - {fileID: 709530174} - {fileID: 333385587} - {fileID: 225236855} - {fileID: 1494797741} - {fileID: 1650953625} - {fileID: 1302144621} - {fileID: 1347060012} - {fileID: 1546983172} - {fileID: 1638632150} - {fileID: 534220647} - {fileID: 336141164} - {fileID: 92775695} - {fileID: 730133857} - {fileID: 165049284} - {fileID: 129568069} - {fileID: 2057833874} - {fileID: 914195970} - {fileID: 310290469} - {fileID: 1540715725} - {fileID: 1709076217} - {fileID: 1391597667} - {fileID: 1585640185} - {fileID: 506570671} - {fileID: 889921354} - {fileID: 1675752293} - {fileID: 1499770885} - {fileID: 68299754} - {fileID: 1045195872} - {fileID: 1882546544} - {fileID: 1340218946} - {fileID: 892562067} - {fileID: 2086714804} - {fileID: 417944244} - {fileID: 660332264} - {fileID: 2045587974} - {fileID: 1988914684} - {fileID: 1640224558} - {fileID: 1191413906} - {fileID: 528173893} - {fileID: 1984135435} - {fileID: 1726115331} - {fileID: 1414774046} - {fileID: 260990590} - {fileID: 2034267651} - {fileID: 1329719058} - {fileID: 514858710} - {fileID: 1085386947} - {fileID: 1084688552} - {fileID: 544906751} - {fileID: 1286566512} - {fileID: 1067029970} - {fileID: 165321440} - {fileID: 582350059} - {fileID: 418429660} - {fileID: 1798176784} - {fileID: 723749416} - {fileID: 43106402} - {fileID: 1826077429} - {fileID: 297660501} - {fileID: 214676914} - {fileID: 684859473} - {fileID: 815618835} - {fileID: 156855086} - {fileID: 777476981} - {fileID: 1088137128} - {fileID: 1174105464} - {fileID: 985016439} - {fileID: 212288003} - {fileID: 2021470984} - {fileID: 1058183011} - {fileID: 36870528} - {fileID: 428103110} - {fileID: 1741802372} - {fileID: 698409219} - {fileID: 1067226397} - {fileID: 395383693} - {fileID: 1319853004} - {fileID: 1333414221} - {fileID: 6807965} - {fileID: 1960350806} - {fileID: 1808993760} - {fileID: 784781057} - {fileID: 169804970} - {fileID: 1623644631} - {fileID: 1019119121} - {fileID: 2066146273} - {fileID: 1636237415} - {fileID: 675527276} - {fileID: 844034012} - {fileID: 151563245} - {fileID: 1802577826} - {fileID: 495927578} - {fileID: 894134430} - {fileID: 1653323396} - {fileID: 89167826} - {fileID: 1657994704} - {fileID: 1513931997} - {fileID: 1074599059} - {fileID: 598506880} - {fileID: 1629719617} - {fileID: 207383237} - {fileID: 1009323982} - {fileID: 1956594322} - {fileID: 1207634642} - {fileID: 1143861968} - {fileID: 1157408147} - {fileID: 2141483966} - {fileID: 631134176} - {fileID: 303673955} - {fileID: 1904844772} - {fileID: 551641922} - {fileID: 857952929} - {fileID: 1498420788} - {fileID: 610091866} - {fileID: 1749822681} - {fileID: 286973645} - {fileID: 1616059566} - {fileID: 873963393} - {fileID: 1687647480} - {fileID: 1478818357} - {fileID: 2092645042} - {fileID: 1598884058} - {fileID: 623342786} - {fileID: 1130151661} - {fileID: 2130140635} - {fileID: 1818885078} - {fileID: 684223616} - {fileID: 2118170756} - {fileID: 648159367} - {fileID: 1631638483} - {fileID: 549348202} - {fileID: 51080468} - {fileID: 1483925833} - {fileID: 1345767588} - {fileID: 1495822757} - {fileID: 1080513477} - {fileID: 1994422263} - {fileID: 2090847156} - {fileID: 90941141} - {fileID: 1484134883} - {fileID: 897093286} - {fileID: 329285344} - {fileID: 2069941197} - {fileID: 1347155868} - {fileID: 1232214628} - {fileID: 1224907909} - {fileID: 449478767} - {fileID: 1975160176} - {fileID: 548936460} - {fileID: 1769103894} - {fileID: 722456425} - {fileID: 1372391936} - {fileID: 2115356567} - {fileID: 1358447074} - {fileID: 1093850628} - {fileID: 1751853789} - {fileID: 1066687820} - {fileID: 348663017} - {fileID: 27047518} - {fileID: 1583432923} - {fileID: 2060100710} - {fileID: 465932431} - {fileID: 1951674531} - {fileID: 143421049} - {fileID: 551039891} - {fileID: 372475106} - {fileID: 1496427933} - {fileID: 180424605} - {fileID: 1820190343} - {fileID: 940011783} - {fileID: 399584384} - {fileID: 556432512} - {fileID: 2113448548} - {fileID: 7728043} - {fileID: 538183002} - {fileID: 57471363} - {fileID: 710059136} - {fileID: 1002946165} - {fileID: 1410279288} - {fileID: 182714598} - {fileID: 1678463287} - {fileID: 813104972} - {fileID: 483985337} - {fileID: 123645108} - {fileID: 643029349} - {fileID: 15799879} - {fileID: 83038915} - {fileID: 731895935} - {fileID: 720335197} - {fileID: 1570730621} - {fileID: 981781025} - {fileID: 1163597023} - {fileID: 295500325} - {fileID: 1494352378} - {fileID: 1705972004} - {fileID: 531594887} - {fileID: 360562171} - {fileID: 697384012} - {fileID: 1400720571} - {fileID: 333750601} - {fileID: 966818824} - {fileID: 193702144} - {fileID: 1772217887} - {fileID: 1922136826} - {fileID: 904239340} - {fileID: 1700140104} - {fileID: 283418608} - {fileID: 1737200465} - {fileID: 330152208} - {fileID: 135397630} - {fileID: 969833644} - {fileID: 164566929} - {fileID: 242991344} - {fileID: 1806371359} - {fileID: 48367898} - {fileID: 2059659653} - {fileID: 1506396097} - {fileID: 1091044033} - {fileID: 247126610} - {fileID: 522452157} - {fileID: 1316124338} - {fileID: 847820099} m_Father: {fileID: 0} --- !u!1001 &638926266 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.x value: -6.80614376 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.z value: -37.4001923 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.z value: .966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_RootGameObject: {fileID: 1856732032} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &643029348 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} serializedVersion: 4 m_Component: - 4: {fileID: 643029349} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &643029349 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 643029348} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.4498196, y: 0, z: 12.411025} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1731585402} - {fileID: 1770342372} m_Father: {fileID: 636589998} --- !u!1001 &643558292 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: -1.44990849 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -32.5890732 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -4.44302896e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: -1 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -1.49487437e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: 1.68589554e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -.430458635 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: .299792767 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -1.15072135e-06 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -.560986102 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.430458605 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .560986161 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .790039062 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .770507812 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_RootGameObject: {fileID: 940011782} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &647359930 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1020607991} serializedVersion: 4 m_Component: - 4: {fileID: 647359934} - 33: {fileID: 647359933} - 23: {fileID: 647359932} - 65: {fileID: 647359931} m_Layer: 0 m_Name: Gravestone03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &647359931 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1020607991} m_GameObject: {fileID: 647359930} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .510842621, y: .0785035491, z: .975491941} m_Center: {x: 2.98023224e-08, y: -3.7252903e-09, z: .461715609} --- !u!23 &647359932 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1020607991} m_GameObject: {fileID: 647359930} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .643554688, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &647359933 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1020607991} m_GameObject: {fileID: 647359930} m_Mesh: {fileID: 4300000, guid: 6a50528ab09e2bc4d8da239b725f0c47, type: 3} --- !u!4 &647359934 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1020607991} m_GameObject: {fileID: 647359930} m_LocalRotation: {x: .702703714, y: -.062012773, z: -.17859821, w: -.685904324} m_LocalPosition: {x: 6.63874578, y: -.104095474, z: -2.09119701} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &648159366 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1840729746} serializedVersion: 4 m_Component: - 4: {fileID: 648159367} - 33: {fileID: 648159369} - 23: {fileID: 648159368} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &648159367 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1840729746} m_GameObject: {fileID: 648159366} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: -.579429626, y: 0, z: -12.5299416} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &648159368 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1840729746} m_GameObject: {fileID: 648159366} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .638671875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &648159369 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1840729746} m_GameObject: {fileID: 648159366} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &649202007 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 24.7814407 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0389774591 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -6.49799347 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .579101562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 333385584} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &655031845 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 4.53276062 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -25.1027908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .772460938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1653323393} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &656551188 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 21.8302612 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: .00274333358 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -15.7265701 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .552734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 258691570} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &658328812 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 2092265907} serializedVersion: 4 m_Component: - 4: {fileID: 658328816} - 33: {fileID: 658328815} - 23: {fileID: 658328814} - 64: {fileID: 658328813} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &658328813 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 2092265907} m_GameObject: {fileID: 658328812} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &658328814 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 2092265907} m_GameObject: {fileID: 658328812} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .120117188, y: .120117188, z: .875, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &658328815 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 2092265907} m_GameObject: {fileID: 658328812} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!4 &658328816 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 2092265907} m_GameObject: {fileID: 658328812} m_LocalRotation: {x: .183011025, y: -.683013201, z: -.683013201, w: -.183010817} m_LocalPosition: {x: 4.33798456, y: .0305579975, z: -.719488621} m_LocalScale: {x: 1.39999998, y: 1.39999998, z: 1.39999998} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &659089932 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 659089933} - 33: {fileID: 659089937} - 23: {fileID: 659089936} - 95: {fileID: 659089935} - 65: {fileID: 659089934} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &659089933 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 659089932} m_LocalRotation: {x: -.500001013, y: -.499998897, z: -.499999076, w: .500001073} m_LocalPosition: {x: 5.26091051, y: 0, z: -13.4758282} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &659089934 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 659089932} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &659089935 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 659089932} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &659089936 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 659089932} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .956054688} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &659089937 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 659089932} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &659725275 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 27245850} serializedVersion: 4 m_Component: - 4: {fileID: 659725278} - 198: {fileID: 659725277} - 199: {fileID: 659725276} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &659725276 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 27245850} m_GameObject: {fileID: 659725275} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &659725277 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 27245850} m_GameObject: {fileID: 659725275} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &659725278 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 27245850} m_GameObject: {fileID: 659725275} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: 8.07121658, y: .049946785, z: 3.76125622} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &660332263 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1183020707} serializedVersion: 4 m_Component: - 4: {fileID: 660332264} - 33: {fileID: 660332266} - 23: {fileID: 660332265} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &660332264 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1183020707} m_GameObject: {fileID: 660332263} m_LocalRotation: {x: .701057792, y: .0922929794, z: .0922929794, w: -.701057792} m_LocalPosition: {x: -1.30417299, y: .0258910004, z: -4.18133545} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &660332265 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1183020707} m_GameObject: {fileID: 660332263} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .905273438, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &660332266 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1183020707} m_GameObject: {fileID: 660332263} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &662638445 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 662638447} - 108: {fileID: 662638446} m_Layer: 0 m_Name: Directional light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &662638446 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 662638445} m_Enabled: 1 serializedVersion: 3 m_Type: 1 m_Color: {r: .0737915039, g: .166036054, b: .395522416, a: 1} m_Intensity: 1.5 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 2 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 1 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 100 m_ShadowRadius: 0 m_ShadowAngle: 24.3999996 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &662638447 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 662638445} m_LocalRotation: {x: .780534267, y: -.235280275, z: .00479571335, w: .579125643} m_LocalPosition: {x: 132.427048, y: 23.9195957, z: 86.4984436} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700842334} --- !u!1001 &662934172 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.x value: -14.9103498 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.z value: -16.7376804 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.x value: -.500000298 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.y value: .499999642 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.z value: .499999702 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.w value: .500000417 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.x value: .107421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.y value: .107421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.w value: .408203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_RootGameObject: {fileID: 48367893} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &666922312 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1064765933} serializedVersion: 4 m_Component: - 4: {fileID: 666922315} - 33: {fileID: 666922314} - 23: {fileID: 666922313} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &666922313 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1064765933} m_GameObject: {fileID: 666922312} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &666922314 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1064765933} m_GameObject: {fileID: 666922312} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &666922315 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1064765933} m_GameObject: {fileID: 666922312} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.18084717, y: 0, z: -20.9179001} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &667088256 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -3.65919423 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 5.84934998 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .560984194 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430461109 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430461109 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.560984194 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .614257812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 225236854} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &668904030 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 668904031} m_Layer: 0 m_Name: Particle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &668904031 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 668904030} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 11.345253, y: 0, z: -19.2579041} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 659725278} - {fileID: 1834769448} - {fileID: 420380893} - {fileID: 1629565213} - {fileID: 488959749} - {fileID: 1073455234} - {fileID: 1386144425} - {fileID: 85791872} - {fileID: 711500230} - {fileID: 1223825661} - {fileID: 1195111954} - {fileID: 869921803} - {fileID: 1528904132} - {fileID: 885989454} - {fileID: 973702399} - {fileID: 1722358371} - {fileID: 1307459369} m_Father: {fileID: 0} --- !u!1001 &669169381 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.x value: -8.46383858 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.z value: -20.1837349 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0595703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0595703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.z value: .606445312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_RootGameObject: {fileID: 897093285} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &670600813 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1951485564} serializedVersion: 4 m_Component: - 4: {fileID: 670600817} - 33: {fileID: 670600816} - 23: {fileID: 670600815} - 65: {fileID: 670600814} m_Layer: 0 m_Name: Gravestone08 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &670600814 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1951485564} m_GameObject: {fileID: 670600813} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .578846931, y: .291750789, z: .768045723} m_Center: {x: 0, y: 0, z: .3579925} --- !u!23 &670600815 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1951485564} m_GameObject: {fileID: 670600813} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .857421875} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &670600816 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1951485564} m_GameObject: {fileID: 670600813} m_Mesh: {fileID: 4300000, guid: 689c3ca5c0bc43c47aa29dbc4bb21eb8, type: 3} --- !u!4 &670600817 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1951485564} m_GameObject: {fileID: 670600813} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: -3.07950735, y: 0, z: -12.465456} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &674043591 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1176916803} serializedVersion: 4 m_Component: - 4: {fileID: 674043594} - 33: {fileID: 674043593} - 23: {fileID: 674043592} m_Layer: 0 m_Name: Gravestone09 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &674043592 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1176916803} m_GameObject: {fileID: 674043591} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .751953125} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &674043593 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1176916803} m_GameObject: {fileID: 674043591} m_Mesh: {fileID: 4300000, guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a, type: 3} --- !u!4 &674043594 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1176916803} m_GameObject: {fileID: 674043591} m_LocalRotation: {x: .612371266, y: -.353555739, z: -.353555441, w: -.612371147} m_LocalPosition: {x: -6.18155622, y: 0, z: -3.86121249} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &675527273 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 495088158} serializedVersion: 4 m_Component: - 4: {fileID: 675527276} - 33: {fileID: 675527275} - 23: {fileID: 675527274} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &675527274 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 495088158} m_GameObject: {fileID: 675527273} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .633789062} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &675527275 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 495088158} m_GameObject: {fileID: 675527273} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &675527276 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 495088158} m_GameObject: {fileID: 675527273} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -18.8680801, y: .0295989215, z: -33.4072189} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &675723653 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.x value: 10.9714184 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.y value: -.0329508781 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.z value: 16.8784046 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.x value: -.991444767 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.y value: -3.13184302e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.z value: -.0337829068 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.w value: .126079544 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.z value: .975585938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.w value: .345703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_RootGameObject: {fileID: 1403048238} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &677868608 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 796479586} serializedVersion: 4 m_Component: - 4: {fileID: 677868612} - 33: {fileID: 677868611} - 23: {fileID: 677868610} - 65: {fileID: 677868609} m_Layer: 0 m_Name: Gravestone03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &677868609 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 796479586} m_GameObject: {fileID: 677868608} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .510842621, y: .0785035491, z: .975491941} m_Center: {x: 2.98023224e-08, y: -3.7252903e-09, z: .461715609} --- !u!23 &677868610 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 796479586} m_GameObject: {fileID: 677868608} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .625976562, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &677868611 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 796479586} m_GameObject: {fileID: 677868608} m_Mesh: {fileID: 4300000, guid: 6a50528ab09e2bc4d8da239b725f0c47, type: 3} --- !u!4 &677868612 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 796479586} m_GameObject: {fileID: 677868608} m_LocalRotation: {x: .37059924, y: -.528856695, z: -.623174131, w: -.441158623} m_LocalPosition: {x: 7.33270693, y: -.104095474, z: -11.5072842} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &679665671 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1446075} serializedVersion: 4 m_Component: - 4: {fileID: 679665674} - 33: {fileID: 679665673} - 23: {fileID: 679665672} m_Layer: 0 m_Name: Gravestone09 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &679665672 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1446075} m_GameObject: {fileID: 679665671} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .734375} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &679665673 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1446075} m_GameObject: {fileID: 679665671} m_Mesh: {fileID: 4300000, guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a, type: 3} --- !u!4 &679665674 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1446075} m_GameObject: {fileID: 679665671} m_LocalRotation: {x: .183011144, y: -.683013201, z: -.683013141, w: -.183010966} m_LocalPosition: {x: 12.2252016, y: 0, z: -14.2451162} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &683314995 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 23.55019 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -17.5891762 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .877929688 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .544921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 981781024} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &684223615 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1796131974} serializedVersion: 4 m_Component: - 4: {fileID: 684223616} - 33: {fileID: 684223618} - 23: {fileID: 684223617} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &684223616 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1796131974} m_GameObject: {fileID: 684223615} m_LocalRotation: {x: -.707106829, y: 6.53271911e-07, z: 6.75468698e-07, w: .707106829} m_LocalPosition: {x: 10.3219252, y: 0, z: -5.52590132} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &684223617 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1796131974} m_GameObject: {fileID: 684223615} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .62890625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &684223618 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1796131974} m_GameObject: {fileID: 684223615} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &684859470 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1907309881} serializedVersion: 4 m_Component: - 4: {fileID: 684859473} - 33: {fileID: 684859472} - 23: {fileID: 684859471} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &684859471 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1907309881} m_GameObject: {fileID: 684859470} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .896484375, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &684859472 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1907309881} m_GameObject: {fileID: 684859470} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &684859473 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1907309881} m_GameObject: {fileID: 684859470} m_LocalRotation: {x: -.270599008, y: -.653281093, z: -.653281152, w: .270599097} m_LocalPosition: {x: -5.31617355, y: 0, z: -.21158576} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &685726607 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: -14.2455273 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .964263916 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: -11.6845837 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 1629565210} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &686263959 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 17.7453613 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -28.3857956 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1099463278} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &686347077 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1313352567} serializedVersion: 4 m_Component: - 4: {fileID: 686347080} - 33: {fileID: 686347079} - 23: {fileID: 686347078} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &686347078 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1313352567} m_GameObject: {fileID: 686347077} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .939453125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &686347079 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1313352567} m_GameObject: {fileID: 686347077} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &686347080 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1313352567} m_GameObject: {fileID: 686347077} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -19.5435715, y: .395482391, z: 12.6014204} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &686737342 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalPosition.x value: -17.4783936 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalPosition.y value: .326490641 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalPosition.z value: -12.159194 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalRotation.x value: -.923879385 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalRotation.w value: .382683992 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapTilingOffset.z value: .890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_RootGameObject: {fileID: 1316124337} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &687687783 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 16.8521156 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 1.94187021 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057792 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057792 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .990234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1494797740} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &693847637 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1471854729} serializedVersion: 4 m_Component: - 4: {fileID: 693847640} - 33: {fileID: 693847639} - 23: {fileID: 693847638} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &693847638 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1471854729} m_GameObject: {fileID: 693847637} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &693847639 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1471854729} m_GameObject: {fileID: 693847637} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &693847640 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1471854729} m_GameObject: {fileID: 693847637} m_LocalRotation: {x: -.612372696, y: -.353552908, z: -.353552938, w: .612372696} m_LocalPosition: {x: -.671753407, y: 0, z: -16.3429031} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &697210941 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -6.27131176 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -25.6130848 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .987304688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 478212359} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &697384011 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} serializedVersion: 4 m_Component: - 4: {fileID: 697384012} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &697384012 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 697384011} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: 8.55008698, y: 0, z: -32.5891151} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1689945585} - {fileID: 937989175} m_Father: {fileID: 636589998} --- !u!1 &698140549 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 437336609} serializedVersion: 4 m_Component: - 4: {fileID: 698140552} - 33: {fileID: 698140551} - 23: {fileID: 698140550} m_Layer: 0 m_Name: Plant09_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &698140550 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 437336609} m_GameObject: {fileID: 698140549} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .05078125, y: .05078125, z: .3046875, w: .375976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &698140551 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 437336609} m_GameObject: {fileID: 698140549} m_Mesh: {fileID: 4300000, guid: 28712e81b8727524b9236e7ad1404d3e, type: 3} --- !u!4 &698140552 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 437336609} m_GameObject: {fileID: 698140549} m_LocalRotation: {x: -.707106829, y: -6.18172393e-08, z: -2.70211748e-15, w: .707106769} m_LocalPosition: {x: -3.67911768, y: .0888792276, z: 12.8578968} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &698409218 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2112651638} serializedVersion: 4 m_Component: - 4: {fileID: 698409219} - 33: {fileID: 698409221} - 23: {fileID: 698409220} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &698409219 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2112651638} m_GameObject: {fileID: 698409218} m_LocalRotation: {x: -.0922970325, y: -.701057255, z: -.701057255, w: .0922970325} m_LocalPosition: {x: -.607939959, y: 0, z: -20.4591999} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &698409220 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2112651638} m_GameObject: {fileID: 698409218} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .887695312, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &698409221 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2112651638} m_GameObject: {fileID: 698409218} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &699170403 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -9.08255482 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: .113332748 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -16.7323532 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -2.53768349e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: 2.72814077e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1095660989} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &700066417 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -.382763386 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -12.8883648 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .924804688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1650953624} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &703709188 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -4.96278095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -26.9837799 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .49999842 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.500001729 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.500001669 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.499998212 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .624023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1302144618} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &704338616 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1456919442} serializedVersion: 4 m_Component: - 4: {fileID: 704338620} - 33: {fileID: 704338619} - 23: {fileID: 704338618} - 65: {fileID: 704338617} m_Layer: 0 m_Name: Gravestone06 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &704338617 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1456919442} m_GameObject: {fileID: 704338616} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .426853448, y: .0785035416, z: 1.13765764} m_Center: {x: 7.4505806e-08, y: 0, z: .5427984} --- !u!23 &704338618 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1456919442} m_GameObject: {fileID: 704338616} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .555664062, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &704338619 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1456919442} m_GameObject: {fileID: 704338616} m_Mesh: {fileID: 4300000, guid: ab8bc807a82c61244b9767c797b8586c, type: 3} --- !u!4 &704338620 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1456919442} m_GameObject: {fileID: 704338616} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: 8.78892994, y: 0, z: -4.00534916} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &704909926 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1313549521} serializedVersion: 4 m_Component: - 4: {fileID: 704909929} - 33: {fileID: 704909928} - 23: {fileID: 704909927} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &704909927 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1313549521} m_GameObject: {fileID: 704909926} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &704909928 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1313549521} m_GameObject: {fileID: 704909926} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &704909929 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1313549521} m_GameObject: {fileID: 704909926} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.0939941, y: 0, z: -18.4704971} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &708047840 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 18.0801773 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .0853932202 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: 2.27672577 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .790039062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1147851067} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &709530173 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 620991376} serializedVersion: 4 m_Component: - 4: {fileID: 709530174} - 33: {fileID: 709530176} - 23: {fileID: 709530175} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &709530174 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 620991376} m_GameObject: {fileID: 709530173} m_LocalRotation: {x: .183010548, y: -.68301332, z: -.68301332, w: -.183010504} m_LocalPosition: {x: -1.02604556, y: .0258910004, z: -10.5040026} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &709530175 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 620991376} m_GameObject: {fileID: 709530173} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .87890625, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &709530176 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 620991376} m_GameObject: {fileID: 709530173} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &710059135 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} serializedVersion: 4 m_Component: - 4: {fileID: 710059136} m_Layer: 0 m_Name: Tomb04_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &710059136 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 710059135} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -15.8941174, y: 0, z: -2.62169027} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1435873090} - {fileID: 36373066} - {fileID: 1069273471} - {fileID: 1006025745} - {fileID: 1726596885} m_Father: {fileID: 636589998} --- !u!1 &711500227 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1745542406} serializedVersion: 4 m_Component: - 4: {fileID: 711500230} - 198: {fileID: 711500229} - 199: {fileID: 711500228} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &711500228 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1745542406} m_GameObject: {fileID: 711500227} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &711500229 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1745542406} m_GameObject: {fileID: 711500227} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &711500230 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1745542406} m_GameObject: {fileID: 711500227} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -15.9748077, y: 1.14999485, z: 7.54699993} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &716878252 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} serializedVersion: 4 m_Component: - 4: {fileID: 716878257} - 33: {fileID: 716878256} - 23: {fileID: 716878255} - 95: {fileID: 716878254} - 65: {fileID: 716878253} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &716878253 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 716878252} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &716878254 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 716878252} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &716878255 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 716878252} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .45703125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &716878256 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 716878252} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!4 &716878257 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 716878252} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 731895935} --- !u!1 &720335196 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} serializedVersion: 4 m_Component: - 4: {fileID: 720335197} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &720335197 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 720335196} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -16.4498177, y: 0, z: 12.4110279} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1010231067} - {fileID: 1366001495} m_Father: {fileID: 636589998} --- !u!1 &722456421 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} m_PrefabInternal: {fileID: 1297116285} serializedVersion: 4 m_Component: - 4: {fileID: 722456425} - 33: {fileID: 722456424} - 23: {fileID: 722456423} - 65: {fileID: 722456422} m_Layer: 0 m_Name: Tomb02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &722456422 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} m_PrefabInternal: {fileID: 1297116285} m_GameObject: {fileID: 722456421} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .726744235} m_Center: {x: -1.22189522e-06, y: -6.10947779e-07, z: -4.47034942e-08} --- !u!23 &722456423 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} m_PrefabInternal: {fileID: 1297116285} m_GameObject: {fileID: 722456421} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0166015625, y: .0166015625, z: .927734375, w: .245117188} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &722456424 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} m_PrefabInternal: {fileID: 1297116285} m_GameObject: {fileID: 722456421} m_Mesh: {fileID: 4300000, guid: bcc1007a6bd6e8d4ca5be893a78acf08, type: 3} --- !u!4 &722456425 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} m_PrefabInternal: {fileID: 1297116285} m_GameObject: {fileID: 722456421} m_LocalRotation: {x: -.0602333173, y: .853541851, z: -.120947123, w: -.503199637} m_LocalPosition: {x: -7.11185074, y: .0278191566, z: 6.17352247} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &722839586 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.x value: -5.59389162 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.z value: -33.6833954 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.y value: -3.93407831e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.z value: 2.24764527e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.x value: 1.89999998 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.y value: 1.89999998 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.z value: 1.89999998 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .078125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .078125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .524414062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_RootGameObject: {fileID: 134795558} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &723749415 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1738286660} serializedVersion: 4 m_Component: - 4: {fileID: 723749416} - 33: {fileID: 723749418} - 23: {fileID: 723749417} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &723749416 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1738286660} m_GameObject: {fileID: 723749415} m_LocalRotation: {x: .560984194, y: -.430461109, z: -.430461109, w: -.560984194} m_LocalPosition: {x: -2.34385395, y: .0258910004, z: -.115409851} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &723749417 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1738286660} m_GameObject: {fileID: 723749415} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .870117188, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &723749418 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1738286660} m_GameObject: {fileID: 723749415} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &724439419 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1428383942} serializedVersion: 4 m_Component: - 4: {fileID: 724439422} - 33: {fileID: 724439421} - 23: {fileID: 724439420} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &724439420 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1428383942} m_GameObject: {fileID: 724439419} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .86328125, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &724439421 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1428383942} m_GameObject: {fileID: 724439419} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &724439422 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1428383942} m_GameObject: {fileID: 724439419} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -21.1226578, y: 0, z: -.383216858} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &724683938 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 724683939} - 33: {fileID: 724683943} - 23: {fileID: 724683942} - 95: {fileID: 724683941} - 65: {fileID: 724683940} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &724683939 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 724683938} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 182714598} --- !u!65 &724683940 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 724683938} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &724683941 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 724683938} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &724683942 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 724683938} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .93359375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &724683943 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 724683938} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &724937054 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.x value: -21.3703918 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.z value: 9.65806007 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.x value: -.612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.y value: -.353552908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.z value: -.353552938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .875976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_RootGameObject: {fileID: 1902362149} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &725689586 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalPosition.x value: -13.7245235 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalPosition.z value: -4.04534864 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalRotation.x value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LocalRotation.w value: 1.13057956e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapTilingOffset.z value: .909179688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_RootGameObject: {fileID: 847820095} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &730133856 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 825529192} serializedVersion: 4 m_Component: - 4: {fileID: 730133857} - 33: {fileID: 730133859} - 23: {fileID: 730133858} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &730133857 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 825529192} m_GameObject: {fileID: 730133856} m_LocalRotation: {x: .701057076, y: -.0922987014, z: -.0922986567, w: -.701057076} m_LocalPosition: {x: 3.12878704, y: .0258910004, z: -16.228817} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &730133858 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 825529192} m_GameObject: {fileID: 730133856} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .861328125, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &730133859 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 825529192} m_GameObject: {fileID: 730133856} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &731854341 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 23.5500927 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -32.58918 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .93359375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .588867188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1163597022} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &731895934 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} serializedVersion: 4 m_Component: - 4: {fileID: 731895935} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &731895935 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 731895934} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 23.5501862, y: 0, z: 12.4110279} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 716878257} - {fileID: 1996476735} m_Father: {fileID: 636589998} --- !u!1 &732666549 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_PrefabInternal: {fileID: 2012249443} serializedVersion: 4 m_Component: - 4: {fileID: 732666552} - 198: {fileID: 732666551} - 199: {fileID: 732666550} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &732666550 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_PrefabInternal: {fileID: 2012249443} m_GameObject: {fileID: 732666549} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &732666551 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_PrefabInternal: {fileID: 2012249443} m_GameObject: {fileID: 732666549} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4286698495 minMaxState: 0 startSize: scalar: .0500000007 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 100 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &732666552 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_PrefabInternal: {fileID: 2012249443} m_GameObject: {fileID: 732666549} m_LocalRotation: {x: 1.41421367e-06, y: -.707106829, z: -.707106829, w: 1.41421367e-06} m_LocalPosition: {x: 0, y: -4.71028471, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2060827410} --- !u!1001 &733520108 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.x value: 4.96196651 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.y value: -.134516999 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.z value: 11.6340599 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.x value: .560987294 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.y value: .430456966 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.z value: .430457145 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.w value: -.560987353 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.x value: 1.5 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.y value: 1.5 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.z value: 1.50000095 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_RootGameObject: {fileID: 355848982} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &735378869 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.x value: -3.96756554 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.z value: -3.80074072 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.w value: .822265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_RootGameObject: {fileID: 1799480868} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &735511612 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 11.4489002 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -9.14948845 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .711914062 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 89167823} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &735876267 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 7.91777802 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -29.8458252 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 507047929} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &736065205 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1002282365} serializedVersion: 4 m_Component: - 4: {fileID: 736065208} - 33: {fileID: 736065207} - 23: {fileID: 736065206} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &736065206 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1002282365} m_GameObject: {fileID: 736065205} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &736065207 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1002282365} m_GameObject: {fileID: 736065205} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &736065208 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1002282365} m_GameObject: {fileID: 736065205} m_LocalRotation: {x: .430457652, y: -.560986936, z: -.560986876, w: -.430457443} m_LocalPosition: {x: -6.99747276, y: .00955852121, z: -6.41862679} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &751024447 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} serializedVersion: 4 m_Component: - 4: {fileID: 751024448} - 33: {fileID: 751024452} - 23: {fileID: 751024451} - 95: {fileID: 751024450} - 65: {fileID: 751024449} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &751024448 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 751024447} m_LocalRotation: {x: -.500071287, y: -.499928653, z: -.499928743, w: .500071406} m_LocalPosition: {x: .299792767, y: 0, z: 3.98362175e-07} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1820190343} --- !u!65 &751024449 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 751024447} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &751024450 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 751024447} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &751024451 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 751024447} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .7421875, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &751024452 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 751024447} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!1 &751792831 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 751792832} - 33: {fileID: 751792836} - 23: {fileID: 751792835} - 95: {fileID: 751792834} - 65: {fileID: 751792833} m_Layer: 0 m_Name: Tomb04_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &751792832 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 751792831} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: .889471531, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 57471363} --- !u!65 &751792833 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 751792831} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &751792834 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 751792831} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &751792835 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 751792831} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .407226562, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &751792836 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 751792831} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!1001 &752499489 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: 24.5097294 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: -20.0542259 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: .499999404 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .791015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 913587063} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &754058200 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1090519909} serializedVersion: 4 m_Component: - 4: {fileID: 754058203} - 33: {fileID: 754058202} - 23: {fileID: 754058201} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &754058201 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1090519909} m_GameObject: {fileID: 754058200} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .90234375} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &754058202 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1090519909} m_GameObject: {fileID: 754058200} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &754058203 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1090519909} m_GameObject: {fileID: 754058200} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -20.2122421, y: .00212672353, z: -1.65090942} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &754322413 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 143853987} serializedVersion: 4 m_Component: - 4: {fileID: 754322414} - 33: {fileID: 754322417} - 23: {fileID: 754322416} - 64: {fileID: 754322415} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &754322414 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 143853987} m_GameObject: {fileID: 754322413} m_LocalRotation: {x: .683012128, y: -.183015004, z: -.183015063, w: -.683012128} m_LocalPosition: {x: 10.4721565, y: .0305579994, z: -29.4568157} m_LocalScale: {x: 1.76399994, y: 1.76400077, z: 1.76399982} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &754322415 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 143853987} m_GameObject: {fileID: 754322413} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &754322416 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 143853987} m_GameObject: {fileID: 754322413} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .151367188, y: .151367188, z: .721679688, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &754322417 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 143853987} m_GameObject: {fileID: 754322413} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &755430076 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1713430216} serializedVersion: 4 m_Component: - 4: {fileID: 755430077} - 33: {fileID: 755430079} - 23: {fileID: 755430078} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &755430077 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1713430216} m_GameObject: {fileID: 755430076} m_LocalRotation: {x: -.707106829, y: -9.9999977e-07, z: -9.9999977e-07, w: .707106829} m_LocalPosition: {x: 13.0282822, y: 0, z: 2.49059224} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &755430078 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1713430216} m_GameObject: {fileID: 755430076} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .291992188, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &755430079 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1713430216} m_GameObject: {fileID: 755430076} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1001 &758152218 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 6.06200123 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -5.16606379 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .612371266 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.353555739 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.35355562 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.612371087 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .990234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .51171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1347060011} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &761140578 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 2113448548} m_Modifications: - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.x value: -1.12409937 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.z value: 19.2841206 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.x value: -1.89926664e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.w value: 2.11660949e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .970703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .265625 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_RootGameObject: {fileID: 1375796227} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &764994397 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 558062829} serializedVersion: 4 m_Component: - 4: {fileID: 764994398} - 33: {fileID: 764994400} - 23: {fileID: 764994399} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &764994398 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 558062829} m_GameObject: {fileID: 764994397} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: 13.0102539, y: .0258910004, z: 3.93944168} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &764994399 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 558062829} m_GameObject: {fileID: 764994397} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .852539062, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &764994400 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 558062829} m_GameObject: {fileID: 764994397} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &765560596 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 467008883} serializedVersion: 4 m_Component: - 4: {fileID: 765560599} - 33: {fileID: 765560598} - 23: {fileID: 765560597} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &765560597 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 467008883} m_GameObject: {fileID: 765560596} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &765560598 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 467008883} m_GameObject: {fileID: 765560596} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &765560599 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 467008883} m_GameObject: {fileID: 765560596} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.6655731, y: 0, z: -5.53936005} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &766993325 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1591887915} serializedVersion: 4 m_Component: - 4: {fileID: 766993326} - 33: {fileID: 766993329} - 23: {fileID: 766993328} - 65: {fileID: 766993327} m_Layer: 0 m_Name: Paling01_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &766993326 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1591887915} m_GameObject: {fileID: 766993325} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: -14.0314293, y: 0, z: -37.3588333} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &766993327 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1591887915} m_GameObject: {fileID: 766993325} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.21943974, y: .160150081, z: .866333067} m_Center: {x: 0, y: -7.07805157e-08, z: .363815933} --- !u!23 &766993328 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1591887915} m_GameObject: {fileID: 766993325} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0234375, y: .0234375, z: .083984375, w: .813476562} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &766993329 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1591887915} m_GameObject: {fileID: 766993325} m_Mesh: {fileID: 4300000, guid: 7cb8b506a751b9b489959fe912e589f2, type: 3} --- !u!1001 &767945531 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -21.4499035 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -27.5889797 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707105994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: .707107604 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .954101562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .877929688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 295500324} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &768649606 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 16.3687744 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -24.3346252 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 279926546} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &772247046 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1667090899} serializedVersion: 4 m_Component: - 4: {fileID: 772247049} - 33: {fileID: 772247048} - 23: {fileID: 772247047} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &772247047 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1667090899} m_GameObject: {fileID: 772247046} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .865234375} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &772247048 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1667090899} m_GameObject: {fileID: 772247046} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &772247049 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1667090899} m_GameObject: {fileID: 772247046} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: 24.6448593, y: 0, z: 5.58520508} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &776070506 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 23.5503254 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 2.41082001 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .376953125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .712890625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1494352377} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &776449698 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 776449700} - 108: {fileID: 776449699} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &776449699 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 776449698} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: .691055238, b: .402985096, a: 1} m_Intensity: 1 m_Range: 15 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 2 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 1 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 100 m_ShadowRadius: .388000011 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &776449700 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 776449698} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700842334} --- !u!1001 &777005960 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 3.1368618 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: .148040771 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: .47430563 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .767578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1657994703} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &777476980 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1946465887} serializedVersion: 4 m_Component: - 4: {fileID: 777476981} - 33: {fileID: 777476983} - 23: {fileID: 777476982} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &777476981 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1946465887} m_GameObject: {fileID: 777476980} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: -2.45526624, y: .0258910004, z: -27.26231} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &777476982 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1946465887} m_GameObject: {fileID: 777476980} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .84375, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &777476983 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1946465887} m_GameObject: {fileID: 777476980} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &777496796 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 10.5567474 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -27.744072 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .80859375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1513931994} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &780005136 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 1.09661603 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: .0285701305 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -19.2557392 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 23961129} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &780158440 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.3064737 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 6.68391895 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .963867188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1546983171} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &780944503 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.x value: -18.1961212 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.z value: -1.90769196 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_RootGameObject: {fileID: 1103850094} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &783788056 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -1.29056001 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -7.21680546 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922970325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922970325 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .944335938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1638632149} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &784781056 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 278752486} serializedVersion: 4 m_Component: - 4: {fileID: 784781057} - 33: {fileID: 784781059} - 23: {fileID: 784781058} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &784781057 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 278752486} m_GameObject: {fileID: 784781056} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: 13.0035753, y: 0, z: .193091154} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &784781058 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 278752486} m_GameObject: {fileID: 784781056} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .624023438} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &784781059 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 278752486} m_GameObject: {fileID: 784781056} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &784952614 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1772644614} serializedVersion: 4 m_Component: - 4: {fileID: 784952617} - 33: {fileID: 784952616} - 23: {fileID: 784952615} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &784952615 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1772644614} m_GameObject: {fileID: 784952614} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &784952616 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1772644614} m_GameObject: {fileID: 784952614} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &784952617 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1772644614} m_GameObject: {fileID: 784952614} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 16.4346771, y: 0, z: -3.42288923} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &796479586 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.x value: 7.33270693 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.y value: -.104095474 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.z value: -11.5072842 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.x value: .37059924 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.y value: -.528856695 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.z value: -.623174131 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.w value: -.441158623 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .625976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_RootGameObject: {fileID: 677868608} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &796840532 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1270700019} serializedVersion: 4 m_Component: - 4: {fileID: 796840535} - 33: {fileID: 796840534} - 23: {fileID: 796840533} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &796840533 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1270700019} m_GameObject: {fileID: 796840532} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .796875, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &796840534 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1270700019} m_GameObject: {fileID: 796840532} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!4 &796840535 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 1270700019} m_GameObject: {fileID: 796840532} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.55540466, y: .0305649191, z: -15.1481781} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &796934084 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.x value: 2.42408633 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.z value: -9.16182995 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.y value: -.430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.z value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .568359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_RootGameObject: {fileID: 345049877} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &797287078 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1404212496} serializedVersion: 4 m_Component: - 4: {fileID: 797287081} - 33: {fileID: 797287080} - 23: {fileID: 797287079} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &797287079 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1404212496} m_GameObject: {fileID: 797287078} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &797287080 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1404212496} m_GameObject: {fileID: 797287078} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &797287081 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1404212496} m_GameObject: {fileID: 797287078} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.05325317, y: 0, z: -5.13117981} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &797829136 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LocalPosition.x value: 20.4163074 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LocalPosition.z value: -1.14426446 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_LightmapTilingOffset.w value: .765625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} m_RootGameObject: {fileID: 1030206229} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &799782147 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 586844145} serializedVersion: 4 m_Component: - 4: {fileID: 799782150} - 33: {fileID: 799782149} - 23: {fileID: 799782148} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &799782148 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 586844145} m_GameObject: {fileID: 799782147} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &799782149 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 586844145} m_GameObject: {fileID: 799782147} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &799782150 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 586844145} m_GameObject: {fileID: 799782147} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 6.33525085, y: .00612715259, z: -10.0685883} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &801722944 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 184855378} serializedVersion: 4 m_Component: - 4: {fileID: 801722947} - 33: {fileID: 801722946} - 23: {fileID: 801722945} m_Layer: 0 m_Name: Plant09_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &801722945 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 184855378} m_GameObject: {fileID: 801722944} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0849609375, y: .0849609375, z: 0, w: .701171875} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &801722946 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 184855378} m_GameObject: {fileID: 801722944} m_Mesh: {fileID: 4300000, guid: 82fadbb51670870428ede8e31aa999a9, type: 3} --- !u!4 &801722947 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 184855378} m_GameObject: {fileID: 801722944} m_LocalRotation: {x: -.653281689, y: .270597637, z: .270597726, w: .653281629} m_LocalPosition: {x: -2.78615093, y: .113423705, z: -31.8188095} m_LocalScale: {x: 1.70000005, y: 1.70000005, z: 1.70000005} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &805299198 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 13.1044254 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: .46157217 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .183010548 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.68301332 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.68301332 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.183010504 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .931640625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 534220646} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &808883237 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -2.69405627 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -30.4382629 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057792 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057792 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .5703125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 336141163} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &809468994 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1055915658} serializedVersion: 4 m_Component: - 4: {fileID: 809468998} - 33: {fileID: 809468997} - 23: {fileID: 809468996} - 65: {fileID: 809468995} m_Layer: 0 m_Name: Gravestone07 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &809468995 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1055915658} m_GameObject: {fileID: 809468994} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .55460602, y: .0785035342, z: .765123904} m_Center: {x: -1.49011612e-07, y: 1.86264515e-09, z: .35653159} --- !u!23 &809468996 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1055915658} m_GameObject: {fileID: 809468994} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .013671875, y: .013671875, z: .420898438, w: .984375} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &809468997 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1055915658} m_GameObject: {fileID: 809468994} m_Mesh: {fileID: 4300000, guid: 8bade7674b9cd4243920b697f319d503, type: 3} --- !u!4 &809468998 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1055915658} m_GameObject: {fileID: 809468994} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.2746897, y: 0, z: -29.1947231} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &810144420 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: m_LocalPosition.x value: -10.0245514 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: m_LocalPosition.y value: 1.71772385 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: m_LocalPosition.z value: 9.91516304 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: InitialModule.startSpeed.minCurve.m_Curve.Array.data[0].value value: .25 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: InitialModule.startColor.maxColor.rgba value: 4294967295 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: ColorModule.gradient.maxGradient.key0.rgba value: 3218407168 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: InitialModule.startSize.scalar value: .100000001 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: InitialModule.maxNumParticles value: 100 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} propertyPath: InitialModule.startSpeed.scalar value: 4 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} m_RootGameObject: {fileID: 1722358368} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &810722784 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1001785329} serializedVersion: 4 m_Component: - 4: {fileID: 810722787} - 33: {fileID: 810722786} - 23: {fileID: 810722785} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &810722785 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1001785329} m_GameObject: {fileID: 810722784} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &810722786 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1001785329} m_GameObject: {fileID: 810722784} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &810722787 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1001785329} m_GameObject: {fileID: 810722784} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 23.4292469, y: 0, z: -19.0311947} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &813104971 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} serializedVersion: 4 m_Component: - 4: {fileID: 813104972} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &813104972 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 813104971} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.4498844, y: 0, z: -17.5889759} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1386485460} - {fileID: 1539440000} m_Father: {fileID: 636589998} --- !u!1 &815377221 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} serializedVersion: 4 m_Component: - 4: {fileID: 815377226} - 33: {fileID: 815377225} - 23: {fileID: 815377224} - 95: {fileID: 815377223} - 65: {fileID: 815377222} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &815377222 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 815377221} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &815377223 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 815377221} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &815377224 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 815377221} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .877929688} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &815377225 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 815377221} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!4 &815377226 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 815377221} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 295500325} --- !u!1 &815618834 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1924582958} serializedVersion: 4 m_Component: - 4: {fileID: 815618835} - 33: {fileID: 815618837} - 23: {fileID: 815618836} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &815618835 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1924582958} m_GameObject: {fileID: 815618834} m_LocalRotation: {x: -.683012784, y: .183011934, z: .183012947, w: .683012784} m_LocalPosition: {x: -13.8402395, y: 0, z: -14.9636927} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &815618836 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1924582958} m_GameObject: {fileID: 815618834} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .834960938, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &815618837 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1924582958} m_GameObject: {fileID: 815618834} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &817775986 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -6.99338531 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0183116645 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -16.3196716 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.353554308 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: .612371922 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: .612371981 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .353554368 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1215677144} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &818421483 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1818970526} serializedVersion: 4 m_Component: - 4: {fileID: 818421486} - 33: {fileID: 818421485} - 23: {fileID: 818421484} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &818421484 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1818970526} m_GameObject: {fileID: 818421483} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &818421485 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1818970526} m_GameObject: {fileID: 818421483} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!4 &818421486 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1818970526} m_GameObject: {fileID: 818421483} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 15.597435, y: 0, z: -22.2847137} m_LocalScale: {x: 1.60165334, y: 1.60165334, z: 1.60165334} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &818686440 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -1.29098105 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -2.75070953 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .693359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 92775694} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &822722676 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1400909693} serializedVersion: 4 m_Component: - 4: {fileID: 822722680} - 33: {fileID: 822722679} - 23: {fileID: 822722678} - 65: {fileID: 822722677} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &822722677 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1400909693} m_GameObject: {fileID: 822722676} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &822722678 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1400909693} m_GameObject: {fileID: 822722676} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .779296875, w: .245117188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &822722679 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1400909693} m_GameObject: {fileID: 822722676} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &822722680 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1400909693} m_GameObject: {fileID: 822722676} m_LocalRotation: {x: -.430460036, y: -.56098491, z: -.560984969, w: .430460066} m_LocalPosition: {x: 20.5293999, y: 0, z: -26.0885868} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &825529192 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 3.12878704 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -16.228817 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057076 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.0922987014 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.0922986567 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057076 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .861328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 730133856} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &828652708 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -3.5296402 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -35.4723358 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .819335938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 993580846} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &833033509 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2109608334} serializedVersion: 4 m_Component: - 4: {fileID: 833033513} - 33: {fileID: 833033512} - 23: {fileID: 833033511} - 65: {fileID: 833033510} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &833033510 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2109608334} m_GameObject: {fileID: 833033509} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &833033511 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2109608334} m_GameObject: {fileID: 833033509} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .744140625, w: .245117188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &833033512 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2109608334} m_GameObject: {fileID: 833033509} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &833033513 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2109608334} m_GameObject: {fileID: 833033509} m_LocalRotation: {x: .49999842, y: -.500001729, z: -.500001669, w: -.499998212} m_LocalPosition: {x: -6.05090237, y: 0, z: -1.24783266} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &840928307 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 3.77185202 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: -.0217900276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 4.55230904 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .995117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .177734375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1074599058} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &841307288 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 366433168} serializedVersion: 4 m_Component: - 4: {fileID: 841307292} - 33: {fileID: 841307291} - 23: {fileID: 841307290} - 65: {fileID: 841307289} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &841307289 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 366433168} m_GameObject: {fileID: 841307288} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &841307290 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 366433168} m_GameObject: {fileID: 841307288} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .581054688, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &841307291 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 366433168} m_GameObject: {fileID: 841307288} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!4 &841307292 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 366433168} m_GameObject: {fileID: 841307288} m_LocalRotation: {x: -1.48788399e-06, y: -.707106709, z: -.707106888, w: 1.73720707e-06} m_LocalPosition: {x: 22.7617455, y: 0, z: -4.53582525} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &841624233 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 2.36331177 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -14.345726 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1214637327} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &842217098 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 211031615} serializedVersion: 4 m_Component: - 4: {fileID: 842217099} - 33: {fileID: 842217101} - 23: {fileID: 842217100} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &842217099 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 211031615} m_GameObject: {fileID: 842217098} m_LocalRotation: {x: .499998093, y: -.500002086, z: -.500001967, w: -.499997973} m_LocalPosition: {x: -3.6917429, y: .0258910004, z: -25.5976601} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &842217100 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 211031615} m_GameObject: {fileID: 842217098} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .826171875, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &842217101 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 211031615} m_GameObject: {fileID: 842217098} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &842456089 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -11.9547501 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0356354713 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -29.8966446 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 2103318619} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &842474100 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -21.077507 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: .0341077 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 10.4769974 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .658203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 598506877} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &844034009 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 551224481} serializedVersion: 4 m_Component: - 4: {fileID: 844034012} - 33: {fileID: 844034011} - 23: {fileID: 844034010} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &844034010 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 551224481} m_GameObject: {fileID: 844034009} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .619140625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &844034011 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 551224481} m_GameObject: {fileID: 844034009} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &844034012 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 551224481} m_GameObject: {fileID: 844034009} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 23.9957275, y: 0, z: -19.1544495} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &844204337 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -13.6708069 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -27.5017395 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1201080367} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &844770388 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 22.2093811 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: 5.09292603 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1195476684} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &845125634 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 845125635} - 33: {fileID: 845125639} - 23: {fileID: 845125638} - 95: {fileID: 845125637} - 65: {fileID: 845125636} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &845125635 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 845125634} m_LocalRotation: {x: -.500001013, y: -.499998927, z: -.499999076, w: .500001073} m_LocalPosition: {x: -1.12408555, y: 0, z: 24.2841148} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &845125636 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 845125634} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &845125637 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 845125634} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &845125638 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 845125634} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .638671875, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &845125639 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 845125634} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1 &847014818 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1238971656} serializedVersion: 4 m_Component: - 4: {fileID: 847014821} - 33: {fileID: 847014820} - 23: {fileID: 847014819} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &847014819 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1238971656} m_GameObject: {fileID: 847014818} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .28125, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &847014820 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1238971656} m_GameObject: {fileID: 847014818} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &847014821 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1238971656} m_GameObject: {fileID: 847014818} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -15.274025, y: 0, z: -21.0053101} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &847820095 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 725689586} serializedVersion: 4 m_Component: - 4: {fileID: 847820099} - 33: {fileID: 847820098} - 23: {fileID: 847820097} - 64: {fileID: 847820096} m_Layer: 0 m_Name: Wheel01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &847820096 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 725689586} m_GameObject: {fileID: 847820095} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: cb0dc3d00db8b39409f17a91f2eb2e8a, type: 3} --- !u!23 &847820097 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 725689586} m_GameObject: {fileID: 847820095} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0166015625, y: .0166015625, z: .909179688, w: .245117188} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &847820098 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 725689586} m_GameObject: {fileID: 847820095} m_Mesh: {fileID: 4300000, guid: 1d2a6069ea1460d4a82845c4edcdae31, type: 3} --- !u!4 &847820099 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 725689586} m_GameObject: {fileID: 847820095} m_LocalRotation: {x: -1, y: 0, z: 0, w: 1.13057956e-06} m_LocalPosition: {x: -13.7245235, y: 0, z: -4.04534864} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &849412745 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 529291758} serializedVersion: 4 m_Component: - 4: {fileID: 849412746} - 33: {fileID: 849412750} - 23: {fileID: 849412749} - 95: {fileID: 849412748} - 65: {fileID: 849412747} m_Layer: 0 m_Name: Tomb02_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &849412746 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 529291758} m_GameObject: {fileID: 849412745} m_LocalRotation: {x: .499998063, y: -.500002086, z: -.500002027, w: -.499997944} m_LocalPosition: {x: -15.5031347, y: 0, z: -.220598787} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &849412747 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 529291758} m_GameObject: {fileID: 849412745} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .593273997, z: 1.79594743} m_Center: {x: 1.22189522e-06, y: -.0405944847, z: .897973716} --- !u!95 &849412748 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 529291758} m_GameObject: {fileID: 849412745} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &849412749 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 529291758} m_GameObject: {fileID: 849412745} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .02734375, y: .02734375, z: .560546875, w: .45703125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &849412750 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 529291758} m_GameObject: {fileID: 849412745} m_Mesh: {fileID: 4300000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} --- !u!1001 &854400663 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.x value: 11.7676315 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.z value: -28.712532 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.z value: .772460938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_RootGameObject: {fileID: 1707327828} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &857517942 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -6.36431122 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -12.874649 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1805600072} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &857952926 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1306651495} serializedVersion: 4 m_Component: - 4: {fileID: 857952929} - 33: {fileID: 857952928} - 23: {fileID: 857952927} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &857952927 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1306651495} m_GameObject: {fileID: 857952926} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .614257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &857952928 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1306651495} m_GameObject: {fileID: 857952926} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &857952929 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1306651495} m_GameObject: {fileID: 857952926} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.60049438, y: 0, z: -5.86004639} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &859945566 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} serializedVersion: 4 m_Component: - 4: {fileID: 859945571} - 33: {fileID: 859945570} - 23: {fileID: 859945569} - 95: {fileID: 859945568} - 65: {fileID: 859945567} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &859945567 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 859945566} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &859945568 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 859945566} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &859945569 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 859945566} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .413085938} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &859945570 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 859945566} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!4 &859945571 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 270707476} m_GameObject: {fileID: 859945566} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 83038915} --- !u!1 &860504096 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1344781167} serializedVersion: 4 m_Component: - 4: {fileID: 860504097} - 33: {fileID: 860504100} - 23: {fileID: 860504099} - 64: {fileID: 860504098} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &860504097 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1344781167} m_GameObject: {fileID: 860504096} m_LocalRotation: {x: -.00913004298, y: -.0179593619, z: -.707762778, w: .70616287} m_LocalPosition: {x: -16.1423492, y: 1.17531097, z: -5.16200256} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &860504098 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1344781167} m_GameObject: {fileID: 860504096} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &860504099 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1344781167} m_GameObject: {fileID: 860504096} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .774414062} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &860504100 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1344781167} m_GameObject: {fileID: 860504096} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1 &862241202 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} serializedVersion: 4 m_Component: - 4: {fileID: 862241203} - 33: {fileID: 862241207} - 23: {fileID: 862241206} - 95: {fileID: 862241205} - 65: {fileID: 862241204} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &862241203 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 862241202} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1570730621} --- !u!65 &862241204 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 862241202} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &862241205 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 862241202} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &862241206 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 862241202} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .932617188, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &862241207 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 862241202} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &862541536 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2016346554} serializedVersion: 4 m_Component: - 4: {fileID: 862541537} - 33: {fileID: 862541539} - 23: {fileID: 862541538} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &862541537 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2016346554} m_GameObject: {fileID: 862541536} m_LocalRotation: {x: -.500001013, y: .499998987, z: .499998987, w: .500001013} m_LocalPosition: {x: -4.2799654, y: 0, z: -.0767235756} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &862541538 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2016346554} m_GameObject: {fileID: 862541536} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .270507812, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &862541539 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2016346554} m_GameObject: {fileID: 862541536} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1001 &863197903 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -13.0425797 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: 1.61035919 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .951171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 314267326} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &865026992 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -.615038157 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -15.6720419 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .7890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1629719616} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &869921800 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2124241998} serializedVersion: 4 m_Component: - 4: {fileID: 869921803} - 198: {fileID: 869921802} - 199: {fileID: 869921801} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &869921801 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2124241998} m_GameObject: {fileID: 869921800} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &869921802 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2124241998} m_GameObject: {fileID: 869921800} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &869921803 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2124241998} m_GameObject: {fileID: 869921800} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -15.4513054, y: .049946785, z: 32.8067627} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &871306113 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1892121200} serializedVersion: 4 m_Component: - 4: {fileID: 871306116} - 33: {fileID: 871306115} - 23: {fileID: 871306114} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &871306114 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1892121200} m_GameObject: {fileID: 871306113} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .828125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &871306115 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1892121200} m_GameObject: {fileID: 871306113} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &871306116 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1892121200} m_GameObject: {fileID: 871306113} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: 7.90342522, y: 0, z: 11.879529} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &872744740 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -13.7703762 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -30.958519 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -1.51442975e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: 1.67037319e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .50390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .982421875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 299276128} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &873963392 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1561704469} serializedVersion: 4 m_Component: - 4: {fileID: 873963393} - 33: {fileID: 873963395} - 23: {fileID: 873963394} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &873963393 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1561704469} m_GameObject: {fileID: 873963392} m_LocalRotation: {x: -.500001311, y: -.499998689, z: -.499998808, w: .500001311} m_LocalPosition: {x: 13.009326, y: 0, z: -4.49167204} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &873963394 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1561704469} m_GameObject: {fileID: 873963392} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .609375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &873963395 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1561704469} m_GameObject: {fileID: 873963392} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &877091789 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2128550565} serializedVersion: 4 m_Component: - 4: {fileID: 877091792} - 33: {fileID: 877091791} - 23: {fileID: 877091790} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &877091790 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2128550565} m_GameObject: {fileID: 877091789} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &877091791 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2128550565} m_GameObject: {fileID: 877091789} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &877091792 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 2128550565} m_GameObject: {fileID: 877091789} m_LocalRotation: {x: -.0922973305, y: -.701057196, z: -.701057255, w: .0922974795} m_LocalPosition: {x: -2.81355286, y: .284999013, z: 14.9632416} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &878873668 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.x value: -17.1652374 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.z value: -3.95351362 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.y value: .430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.z value: .430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.z value: .537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_RootGameObject: {fileID: 943535278} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &881056122 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.995575 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 1.76463723 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .649414062 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 165049283} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &881947372 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -1.32108712 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -4.7472477 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .225585938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1151651655} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &885004328 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} serializedVersion: 4 m_Component: - 4: {fileID: 885004329} - 33: {fileID: 885004333} - 23: {fileID: 885004332} - 95: {fileID: 885004331} - 65: {fileID: 885004330} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &885004329 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 885004328} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 372475106} --- !u!65 &885004330 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 885004328} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &885004331 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 885004328} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &885004332 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 885004328} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .672851562} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &885004333 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 885004328} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &885989451 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1322437859} serializedVersion: 4 m_Component: - 4: {fileID: 885989454} - 198: {fileID: 885989453} - 199: {fileID: 885989452} m_Layer: 0 m_Name: Particle03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &885989452 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1322437859} m_GameObject: {fileID: 885989451} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &885989453 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1322437859} m_GameObject: {fileID: 885989451} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .300000012 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4284324448 maxColor: serializedVersion: 2 rgba: 4287861651 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .399999976 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 40 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 3 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 30 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 1744764930 key1: serializedVersion: 2 rgba: 1828694272 key2: serializedVersion: 2 rgba: 65464 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65342 ctime2: 65149 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &885989454 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1322437859} m_GameObject: {fileID: 885989451} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -1.97701931, y: 3.67210197, z: 18.8661003} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &886739579 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 32277876} serializedVersion: 4 m_Component: - 4: {fileID: 886739580} - 33: {fileID: 886739582} - 23: {fileID: 886739581} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &886739580 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 32277876} m_GameObject: {fileID: 886739579} m_LocalRotation: {x: .560987592, y: .430456579, z: .430456698, w: -.560987592} m_LocalPosition: {x: 6.93755054, y: .0258910004, z: -5.50315046} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &886739581 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 32277876} m_GameObject: {fileID: 886739579} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .817382812, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &886739582 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 32277876} m_GameObject: {fileID: 886739579} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &888066087 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -4.70048904 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -25.5839081 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -2.20311927e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: 2.27891383e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .692382812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 207383236} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &889779572 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.x value: 17.4685307 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.z value: 7.53167582 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.x value: .107421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.y value: .107421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_RootGameObject: {fileID: 2059659648} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &889921353 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1052318391} serializedVersion: 4 m_Component: - 4: {fileID: 889921354} - 33: {fileID: 889921356} - 23: {fileID: 889921355} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &889921354 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1052318391} m_GameObject: {fileID: 889921353} m_LocalRotation: {x: -.707106888, y: 2.81399196e-07, z: 5.52423046e-07, w: .707106769} m_LocalPosition: {x: -9.04985332, y: .0258910004, z: -16.006403} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &889921355 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1052318391} m_GameObject: {fileID: 889921353} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .80859375, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &889921356 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1052318391} m_GameObject: {fileID: 889921353} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &892562066 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1147537564} serializedVersion: 4 m_Component: - 4: {fileID: 892562067} - 33: {fileID: 892562069} - 23: {fileID: 892562068} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &892562067 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1147537564} m_GameObject: {fileID: 892562066} m_LocalRotation: {x: -.0922970325, y: -.701057255, z: -.701057255, w: .0922970325} m_LocalPosition: {x: 16.8657284, y: 0, z: .141899228} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &892562068 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1147537564} m_GameObject: {fileID: 892562066} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .799804688, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &892562069 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1147537564} m_GameObject: {fileID: 892562066} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &892754315 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -1.02154553 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -18.9847794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 604667247} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &894134429 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 633807498} serializedVersion: 4 m_Component: - 4: {fileID: 894134430} - 33: {fileID: 894134432} - 23: {fileID: 894134431} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &894134430 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 633807498} m_GameObject: {fileID: 894134429} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: 8.67753315, y: 0, z: 7.00283051} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &894134431 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 633807498} m_GameObject: {fileID: 894134429} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1875, w: .604492188} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &894134432 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 633807498} m_GameObject: {fileID: 894134429} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &897093285 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 669169381} serializedVersion: 4 m_Component: - 4: {fileID: 897093286} - 33: {fileID: 897093289} - 23: {fileID: 897093288} - 64: {fileID: 897093287} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &897093286 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 669169381} m_GameObject: {fileID: 897093285} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: -8.46383858, y: 0, z: -20.1837349} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &897093287 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 669169381} m_GameObject: {fileID: 897093285} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!23 &897093288 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 669169381} m_GameObject: {fileID: 897093285} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0595703125, y: .0595703125, z: .606445312, w: .189453125} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &897093289 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 669169381} m_GameObject: {fileID: 897093285} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!1001 &898139084 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.x value: -13.7318277 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.z value: -16.7328529 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.x value: .499997973 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.y value: -.500002205 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.z value: -.500002146 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.w value: -.499997795 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0322265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0322265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.z value: .63671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.x value: .550000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.y value: .550000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.z value: .550000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_RootGameObject: {fileID: 329285343} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &898557343 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 2073917606} serializedVersion: 4 m_Component: - 4: {fileID: 898557347} - 33: {fileID: 898557346} - 23: {fileID: 898557345} - 65: {fileID: 898557344} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &898557344 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 2073917606} m_GameObject: {fileID: 898557343} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &898557345 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 2073917606} m_GameObject: {fileID: 898557343} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .672851562, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &898557346 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 2073917606} m_GameObject: {fileID: 898557343} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!4 &898557347 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 2073917606} m_GameObject: {fileID: 898557343} m_LocalRotation: {x: -.701057434, y: -.0922957584, z: -.0922959, w: .701057434} m_LocalPosition: {x: 24.2606964, y: 0, z: .629562378} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &899649443 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1479055738} serializedVersion: 4 m_Component: - 4: {fileID: 899649446} - 33: {fileID: 899649445} - 23: {fileID: 899649444} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &899649444 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1479055738} m_GameObject: {fileID: 899649443} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &899649445 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1479055738} m_GameObject: {fileID: 899649443} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &899649446 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1479055738} m_GameObject: {fileID: 899649443} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 12.3165054, y: 0, z: -13.1079636} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &900161076 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2126463490} serializedVersion: 4 m_Component: - 4: {fileID: 900161080} - 33: {fileID: 900161079} - 23: {fileID: 900161078} - 65: {fileID: 900161077} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &900161077 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2126463490} m_GameObject: {fileID: 900161076} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &900161078 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2126463490} m_GameObject: {fileID: 900161076} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .723632812, w: .245117188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &900161079 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2126463490} m_GameObject: {fileID: 900161076} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &900161080 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 2126463490} m_GameObject: {fileID: 900161076} m_LocalRotation: {x: -.560985804, y: .430458933, z: .430459112, w: .560985804} m_LocalPosition: {x: -17.8553276, y: 0, z: -25.1285133} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &900634127 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -11.5910301 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -25.6739101 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .21484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1187522317} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &900661740 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 3.13034821 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .00410097837 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: .08203125 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057792 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057792 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .67578125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 129568068} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &904239339 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} serializedVersion: 4 m_Component: - 4: {fileID: 904239340} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &904239340 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 904239339} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.5501595, y: 0, z: -22.5891857} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 953222985} - {fileID: 479407709} m_Father: {fileID: 636589998} --- !u!1 &904608029 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1199483343} serializedVersion: 4 m_Component: - 4: {fileID: 904608033} - 33: {fileID: 904608032} - 23: {fileID: 904608031} - 65: {fileID: 904608030} m_Layer: 0 m_Name: Gravestone03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &904608030 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1199483343} m_GameObject: {fileID: 904608029} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .510842621, y: .0785035491, z: .975491941} m_Center: {x: 2.98023224e-08, y: -3.7252903e-09, z: .461715609} --- !u!23 &904608031 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1199483343} m_GameObject: {fileID: 904608029} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .608398438, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &904608032 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1199483343} m_GameObject: {fileID: 904608029} m_Mesh: {fileID: 4300000, guid: 6a50528ab09e2bc4d8da239b725f0c47, type: 3} --- !u!4 &904608033 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1199483343} m_GameObject: {fileID: 904608029} m_LocalRotation: {x: .702703714, y: -.062012773, z: -.17859821, w: -.685904324} m_LocalPosition: {x: -6.62318325, y: -.104095474, z: -6.00220299} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &905439686 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.x value: 20.642952 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.y value: .181385428 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.z value: -16.2373276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.x value: -.353554308 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.y value: .612371922 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.z value: .612371981 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.w value: .353554368 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.x value: 1.5 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.y value: 1.5 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.z value: 1.5 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.z value: .883789062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_RootGameObject: {fileID: 1668060191} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &912180512 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1883455251} serializedVersion: 4 m_Component: - 4: {fileID: 912180515} - 33: {fileID: 912180514} - 23: {fileID: 912180513} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &912180513 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1883455251} m_GameObject: {fileID: 912180512} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &912180514 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1883455251} m_GameObject: {fileID: 912180512} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &912180515 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1883455251} m_GameObject: {fileID: 912180512} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 18.7356339, y: 0, z: -18.8149414} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &912741569 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.x value: 4.75867844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.z value: 15.7034855 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.y value: -.430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.z value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.z value: .969726562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.w value: .2421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_RootGameObject: {fileID: 1761800990} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &913587063 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 752499489} serializedVersion: 4 m_Component: - 4: {fileID: 913587066} - 33: {fileID: 913587065} - 23: {fileID: 913587064} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &913587064 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 752499489} m_GameObject: {fileID: 913587063} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .791015625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &913587065 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 752499489} m_GameObject: {fileID: 913587063} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &913587066 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 752499489} m_GameObject: {fileID: 913587063} m_LocalRotation: {x: -.500000596, y: .499999404, z: .499999493, w: .500000596} m_LocalPosition: {x: 24.5097294, y: 0, z: -20.0542259} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &914195969 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 930584508} serializedVersion: 4 m_Component: - 4: {fileID: 914195970} - 33: {fileID: 914195972} - 23: {fileID: 914195971} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &914195970 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 930584508} m_GameObject: {fileID: 914195969} m_LocalRotation: {x: .43045789, y: -.560986698, z: -.560986638, w: -.430457801} m_LocalPosition: {x: -10.3569717, y: 0, z: -25.6433849} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &914195971 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 930584508} m_GameObject: {fileID: 914195969} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .791015625, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &914195972 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 930584508} m_GameObject: {fileID: 914195969} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &915040315 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 8.25800323 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -33.6749115 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .5390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1960348648} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &917872349 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalPosition.x value: -8.65760612 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalPosition.y value: .190578461 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalPosition.z value: -3.31413531 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalRotation.x value: .0258315336 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalRotation.y value: .207917705 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalRotation.z value: -.798718333 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalRotation.w value: -.564049721 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapTilingOffset.x value: .029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapTilingOffset.y value: .029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapTilingOffset.z value: .721679688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_RootGameObject: {fileID: 27047513} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &918661276 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 18.5501957 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 12.4110279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .66796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .764648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1705972003} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &922961121 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 12.9801474 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -.765095711 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .973632812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .177734375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 2009731016} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &924547945 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 23.8082581 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0549349934 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -16.7664566 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .765625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 2057833871} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &925092844 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.x value: -1.32464921 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.z value: -19.8015289 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.w value: .962890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_RootGameObject: {fileID: 1182942110} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &925911905 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -2.18764496 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -6.77534485 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 524803916} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &930584508 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -10.3569717 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -25.6433849 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .43045789 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.560986698 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.560986638 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.430457801 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .791015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 914195969} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &932978945 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1089497207} serializedVersion: 4 m_Component: - 4: {fileID: 932978948} - 33: {fileID: 932978947} - 23: {fileID: 932978946} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &932978946 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1089497207} m_GameObject: {fileID: 932978945} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .848632812, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &932978947 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1089497207} m_GameObject: {fileID: 932978945} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &932978948 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1089497207} m_GameObject: {fileID: 932978945} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.69216919, y: 0, z: -33.6337128} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &934672041 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 12.2655334 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -13.0947876 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 350214424} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &936554870 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 16.2886353 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -28.9136276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.653286874 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.270585001 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.27058506 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .653286874 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 100067432} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &937989174 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} serializedVersion: 4 m_Component: - 4: {fileID: 937989175} - 33: {fileID: 937989179} - 23: {fileID: 937989178} - 95: {fileID: 937989177} - 65: {fileID: 937989176} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &937989175 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 937989174} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 697384012} --- !u!65 &937989176 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 937989174} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &937989177 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 937989174} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &937989178 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 937989174} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .822265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &937989179 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 937989174} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &939523648 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.x value: -6.6397562 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.z value: -29.4167938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.x value: -.612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.y value: -.353552908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.z value: -.353552938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .6796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_RootGameObject: {fileID: 1418173843} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &940011782 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} serializedVersion: 4 m_Component: - 4: {fileID: 940011783} m_Layer: 0 m_Name: Tomb04_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &940011783 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 643558292} m_GameObject: {fileID: 940011782} m_LocalRotation: {x: 0, y: -4.44302896e-06, z: 0, w: -1} m_LocalPosition: {x: -1.44990849, y: 0, z: -32.5890732} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 6260731} - {fileID: 500686014} m_Father: {fileID: 636589998} --- !u!1 &941319681 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1142074377} serializedVersion: 4 m_Component: - 4: {fileID: 941319682} - 33: {fileID: 941319684} - 23: {fileID: 941319683} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &941319682 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1142074377} m_GameObject: {fileID: 941319681} m_LocalRotation: {x: -.464557707, y: .533091128, z: .533091187, w: .464557707} m_LocalPosition: {x: 6.38858175, y: 0, z: -18.6005878} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &941319683 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1142074377} m_GameObject: {fileID: 941319681} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .259765625, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &941319684 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1142074377} m_GameObject: {fileID: 941319681} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1001 &942704133 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.x value: 16.8011189 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.y value: .00775623322 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.z value: -1.23872375 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .58984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_RootGameObject: {fileID: 1751853784} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &943535278 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 878873668} serializedVersion: 4 m_Component: - 4: {fileID: 943535282} - 33: {fileID: 943535281} - 23: {fileID: 943535280} - 65: {fileID: 943535279} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &943535279 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 878873668} m_GameObject: {fileID: 943535278} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &943535280 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 878873668} m_GameObject: {fileID: 943535278} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .537109375, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &943535281 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 878873668} m_GameObject: {fileID: 943535278} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!4 &943535282 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 878873668} m_GameObject: {fileID: 943535278} m_LocalRotation: {x: -.560985923, y: .430458784, z: .430458784, w: .560985923} m_LocalPosition: {x: -17.1652374, y: 0, z: -3.95351362} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &944983517 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 13.0102539 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -2.67528892 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -2.19571439e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 2.2863187e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .587890625 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 310290468} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &950829997 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.x value: 11.8714867 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.z value: -4.61286497 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.w value: .91015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_RootGameObject: {fileID: 75927054} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &953222984 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} serializedVersion: 4 m_Component: - 4: {fileID: 953222985} - 33: {fileID: 953222989} - 23: {fileID: 953222988} - 95: {fileID: 953222987} - 65: {fileID: 953222986} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &953222985 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 953222984} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 904239340} --- !u!65 &953222986 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 953222984} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &953222987 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 953222984} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &953222988 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 953222984} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .888671875, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &953222989 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1644454979} m_GameObject: {fileID: 953222984} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &960190168 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: 16.706316 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: 1.10110986 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: -7.63030529 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: -.431060642 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: -.56052351 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: -.560523689 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: .431060731 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .909179688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 84700732} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &961001143 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.x value: 5.25642014 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.z value: -1.28560317 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.y value: .707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.z value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.z value: .723632812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_RootGameObject: {fileID: 269008178} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &962589347 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 13.4986286 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -13.4447222 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 9.52009405e-09 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -5.95510627e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .177734375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 2007830123} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &963925301 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.x value: 12.1861706 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.y value: -.0353137255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.z value: -17.2898941 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.x value: -.499999851 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.y value: .500000119 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.z value: .500000179 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.w value: .499999851 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.x value: .052734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.y value: .052734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.z value: .916015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.w value: .265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.x value: .899999976 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.y value: .899999976 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.z value: .899999976 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_RootGameObject: {fileID: 2069941196} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &964447635 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: -4.02484703 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: .0239033103 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: 18.4151688 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.x value: 1.64974523 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.y value: 1.64974523 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.z value: 1.64974523 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 1328719713} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &966324506 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 966324508} - 108: {fileID: 966324507} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &966324507 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 966324506} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: .796472132, b: .417910457, a: 1} m_Intensity: .699999988 m_Range: 20 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 2 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 1 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 100 m_ShadowRadius: .388000011 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &966324508 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 966324506} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 40.8940506, y: 0, z: -15.9229145} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700842334} --- !u!1 &966818823 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} serializedVersion: 4 m_Component: - 4: {fileID: 966818824} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &966818824 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1396809412} m_GameObject: {fileID: 966818823} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: -21.449913, y: 0, z: -32.5889816} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 137764803} - {fileID: 277598732} m_Father: {fileID: 636589998} --- !u!1001 &968091589 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.x value: -7.79044104 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.y value: -.0353140831 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.z value: -2.63384461 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.y value: 6.53271911e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.z value: 6.75468698e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.x value: .052734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.y value: .052734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.z value: .861328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.w value: .265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.x value: .899999976 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.y value: .899999976 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.z value: .899999976 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_RootGameObject: {fileID: 1347155867} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &968121198 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -9.83150482 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 3.63641357 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .97265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1540715722} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &969479320 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1479554927} serializedVersion: 4 m_Component: - 4: {fileID: 969479323} - 33: {fileID: 969479322} - 23: {fileID: 969479321} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &969479321 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1479554927} m_GameObject: {fileID: 969479320} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .833984375, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &969479322 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1479554927} m_GameObject: {fileID: 969479320} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &969479323 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1479554927} m_GameObject: {fileID: 969479320} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 22.2966995, y: 0, z: -34.4591827} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &969833639 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 112700604} serializedVersion: 4 m_Component: - 4: {fileID: 969833644} - 33: {fileID: 969833643} - 23: {fileID: 969833642} - 95: {fileID: 969833641} - 65: {fileID: 969833640} m_Layer: 0 m_Name: Tomb05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &969833640 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 112700604} m_GameObject: {fileID: 969833639} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1.6931591, y: 2.40538859, z: 3.26710725} m_Center: {x: 0, y: 0, z: 1.56513226} --- !u!95 &969833641 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 112700604} m_GameObject: {fileID: 969833639} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &969833642 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 112700604} m_GameObject: {fileID: 969833639} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .08203125, y: .08203125, z: 0, w: .872070312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &969833643 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 112700604} m_GameObject: {fileID: 969833639} m_Mesh: {fileID: 4300000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} --- !u!4 &969833644 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 112700604} m_GameObject: {fileID: 969833639} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -16.7292576, y: 0, z: -28.2810783} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &971821117 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1651642323} serializedVersion: 4 m_Component: - 4: {fileID: 971821121} - 33: {fileID: 971821120} - 23: {fileID: 971821119} - 65: {fileID: 971821118} m_Layer: 0 m_Name: Gravestone08 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &971821118 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1651642323} m_GameObject: {fileID: 971821117} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .578846931, y: .291750789, z: .768045723} m_Center: {x: 0, y: 0, z: .3579925} --- !u!23 &971821119 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1651642323} m_GameObject: {fileID: 971821117} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .83984375} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &971821120 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1651642323} m_GameObject: {fileID: 971821117} m_Mesh: {fileID: 4300000, guid: 689c3ca5c0bc43c47aa29dbc4bb21eb8, type: 3} --- !u!4 &971821121 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1651642323} m_GameObject: {fileID: 971821117} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -8.12413979, y: 0, z: -14.5025043} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &973702396 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1414524342} serializedVersion: 4 m_Component: - 4: {fileID: 973702399} - 198: {fileID: 973702398} - 199: {fileID: 973702397} m_Layer: 0 m_Name: Particle03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &973702397 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1414524342} m_GameObject: {fileID: 973702396} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &973702398 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1414524342} m_GameObject: {fileID: 973702396} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: .200000003 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 3 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .333333343 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4284324448 maxColor: serializedVersion: 2 rgba: 4285170317 minMaxState: 0 startSize: scalar: .0500000007 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .399999976 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 50 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 1 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294901762 key1: serializedVersion: 2 rgba: 1812004792 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &973702399 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1414524342} m_GameObject: {fileID: 973702396} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -12.8844814, y: .775606632, z: 4.92911911} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &974355779 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 556385809} serializedVersion: 4 m_Component: - 4: {fileID: 974355782} - 33: {fileID: 974355781} - 23: {fileID: 974355780} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &974355780 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 556385809} m_GameObject: {fileID: 974355779} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &974355781 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 556385809} m_GameObject: {fileID: 974355779} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &974355782 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 556385809} m_GameObject: {fileID: 974355779} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 26.3504944, y: 0, z: -8.63932037} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &975158134 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: 17.2855396 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: 1.17531097 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: -8.05111504 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: -.702899337 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: .697777212 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: -.0833310038 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: .109979965 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .549804688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 1607057337} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &975561698 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 459741919} serializedVersion: 4 m_Component: - 4: {fileID: 975561699} - 33: {fileID: 975561701} - 23: {fileID: 975561700} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &975561699 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 459741919} m_GameObject: {fileID: 975561698} m_LocalRotation: {x: .701057911, y: .0922925323, z: .0922927782, w: -.701057732} m_LocalPosition: {x: 13.515543, y: .025891006, z: -12.8788099} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &975561700 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 459741919} m_GameObject: {fileID: 975561698} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .782226562, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &975561701 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 459741919} m_GameObject: {fileID: 975561698} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &977043701 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -2.74128127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -27.7151165 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922970325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922970325 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .896484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1709076216} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &981781024 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} serializedVersion: 4 m_Component: - 4: {fileID: 981781025} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &981781025 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 683314995} m_GameObject: {fileID: 981781024} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.55019, y: 0, z: -17.5891762} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 294599360} - {fileID: 30572127} m_Father: {fileID: 636589998} --- !u!1 &985016438 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1991640201} serializedVersion: 4 m_Component: - 4: {fileID: 985016439} - 33: {fileID: 985016441} - 23: {fileID: 985016440} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &985016439 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1991640201} m_GameObject: {fileID: 985016438} m_LocalRotation: {x: -.092297256, y: -.701057255, z: -.701057255, w: .092297323} m_LocalPosition: {x: 13.5291557, y: 0, z: -14.6787796} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &985016440 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1991640201} m_GameObject: {fileID: 985016438} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .7734375, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &985016441 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1991640201} m_GameObject: {fileID: 985016438} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &985515806 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1856042299} serializedVersion: 4 m_Component: - 4: {fileID: 985515810} - 33: {fileID: 985515809} - 23: {fileID: 985515808} - 65: {fileID: 985515807} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &985515807 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1856042299} m_GameObject: {fileID: 985515806} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &985515808 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1856042299} m_GameObject: {fileID: 985515806} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .688476562, w: .245117188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &985515809 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1856042299} m_GameObject: {fileID: 985515806} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &985515810 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1856042299} m_GameObject: {fileID: 985515806} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -7.5169034, y: 0, z: -26.8613071} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &985648262 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 85833586} serializedVersion: 4 m_Component: - 4: {fileID: 985648263} - 33: {fileID: 985648265} - 23: {fileID: 985648264} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &985648263 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 85833586} m_GameObject: {fileID: 985648262} m_LocalRotation: {x: .701057792, y: .0922929794, z: .0922929794, w: -.701057792} m_LocalPosition: {x: 12.9970608, y: .0258910004, z: -.199182987} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &985648264 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 85833586} m_GameObject: {fileID: 985648262} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .764648438, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &985648265 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 85833586} m_GameObject: {fileID: 985648262} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &987987098 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1219551166} serializedVersion: 4 m_Component: - 4: {fileID: 987987101} - 33: {fileID: 987987100} - 23: {fileID: 987987099} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &987987099 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1219551166} m_GameObject: {fileID: 987987098} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .334960938, w: .96484375} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &987987100 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1219551166} m_GameObject: {fileID: 987987098} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!4 &987987101 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 1219551166} m_GameObject: {fileID: 987987098} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.28219962, y: 0, z: -.282296181} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &988373758 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 11.9180679 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: 5.16814423 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1272016809} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &988790969 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1173580512} serializedVersion: 4 m_Component: - 4: {fileID: 988790972} - 33: {fileID: 988790971} - 23: {fileID: 988790970} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &988790970 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1173580512} m_GameObject: {fileID: 988790969} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &988790971 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1173580512} m_GameObject: {fileID: 988790969} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &988790972 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1173580512} m_GameObject: {fileID: 988790969} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.9672699, y: .0746743456, z: 13.1014404} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &992562803 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -13.5204773 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -17.8405991 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1868234651} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &993580846 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 828652708} serializedVersion: 4 m_Component: - 4: {fileID: 993580849} - 33: {fileID: 993580848} - 23: {fileID: 993580847} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &993580847 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 828652708} m_GameObject: {fileID: 993580846} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .819335938, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &993580848 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 828652708} m_GameObject: {fileID: 993580846} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &993580849 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 828652708} m_GameObject: {fileID: 993580846} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.5296402, y: 0, z: -35.4723358} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &993581690 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -10.8097744 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -25.3573685 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .499998093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.500002086 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.500001967 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.499997973 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .990234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .502929688 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1391597666} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &996381189 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -13.286438 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: 6.78631592 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1993983442} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &996949965 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 600909929} serializedVersion: 4 m_Component: - 4: {fileID: 996949966} - 33: {fileID: 996949968} - 23: {fileID: 996949967} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &996949966 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 600909929} m_GameObject: {fileID: 996949965} m_LocalRotation: {x: -.707106888, y: 2.81399196e-07, z: 5.52423046e-07, w: .707106769} m_LocalPosition: {x: -9.06452179, y: .139223754, z: -18.1812057} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &996949967 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 600909929} m_GameObject: {fileID: 996949965} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .755859375, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &996949968 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 600909929} m_GameObject: {fileID: 996949965} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &998583266 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} serializedVersion: 4 m_Component: - 4: {fileID: 998583267} - 33: {fileID: 998583270} - 23: {fileID: 998583269} - 95: {fileID: 998583268} m_Layer: 0 m_Name: Bloom02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &998583267 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 998583266} m_LocalRotation: {x: -.65328151, y: -.270597965, z: .270598024, w: .653281569} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2123904216} --- !u!95 &998583268 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 998583266} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: b95bd09a7b3cf3443b7717f355d5088e, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &998583269 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 998583266} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bc9d31e2a20d12f4aba11301fc3b9dc5, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &998583270 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 998583266} m_Mesh: {fileID: 4300002, guid: b95bd09a7b3cf3443b7717f355d5088e, type: 3} --- !u!1 &1000732635 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1185341650} serializedVersion: 4 m_Component: - 4: {fileID: 1000732636} - 33: {fileID: 1000732639} - 23: {fileID: 1000732638} - 65: {fileID: 1000732637} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1000732636 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1185341650} m_GameObject: {fileID: 1000732635} m_LocalRotation: {x: -.683012784, y: -.183012441, z: -.183012471, w: .683012784} m_LocalPosition: {x: -10.0300198, y: 0, z: -34.4759178} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &1000732637 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1185341650} m_GameObject: {fileID: 1000732635} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &1000732638 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1185341650} m_GameObject: {fileID: 1000732635} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .646484375, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1000732639 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1185341650} m_GameObject: {fileID: 1000732635} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!1001 &1001785329 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 23.4292469 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -19.0311947 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 810722784} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1002282365 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -6.99747276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .00955852121 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -6.41862679 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: .430457652 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.560986936 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.560986876 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: -.430457443 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 736065205} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1002946164 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1002946165} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1002946165 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1002946164} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: 3.55008888, y: 0, z: -32.5890923} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 180483276} m_Father: {fileID: 636589998} --- !u!1001 &1004032163 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -.621552587 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -16.0643177 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057792 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057792 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1585640184} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1005888843 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: .878340602 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: -23.8080502 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.x value: 1.34823811 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.y value: 1.34823811 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.z value: 1.34823811 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 1008376364} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1006025744 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} serializedVersion: 4 m_Component: - 4: {fileID: 1006025745} - 33: {fileID: 1006025749} - 23: {fileID: 1006025748} - 95: {fileID: 1006025747} - 65: {fileID: 1006025746} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1006025745 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1006025744} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 710059136} --- !u!65 &1006025746 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1006025744} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &1006025747 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1006025744} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1006025748 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1006025744} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .583007812, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1006025749 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1006025744} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1 &1006179744 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1942456066} serializedVersion: 4 m_Component: - 4: {fileID: 1006179747} - 33: {fileID: 1006179746} - 23: {fileID: 1006179745} m_Layer: 0 m_Name: Plant08_h m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1006179745 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1942456066} m_GameObject: {fileID: 1006179744} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .53125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1006179746 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1942456066} m_GameObject: {fileID: 1006179744} m_Mesh: {fileID: 4300000, guid: 7666d3573de7e0a429a535ec583bec9b, type: 3} --- !u!4 &1006179747 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1942456066} m_GameObject: {fileID: 1006179744} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 24.2042847, y: 0, z: -33.4035072} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1008376364 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1005888843} serializedVersion: 4 m_Component: - 4: {fileID: 1008376365} - 33: {fileID: 1008376367} - 23: {fileID: 1008376366} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1008376365 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1005888843} m_GameObject: {fileID: 1008376364} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: .878340602, y: 0, z: -23.8080502} m_LocalScale: {x: 1.34823811, y: 1.34823811, z: 1.34823811} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1008376366 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1005888843} m_GameObject: {fileID: 1008376364} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1008376367 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1005888843} m_GameObject: {fileID: 1008376364} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!1 &1009323981 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1018630561} serializedVersion: 4 m_Component: - 4: {fileID: 1009323982} - 33: {fileID: 1009323984} - 23: {fileID: 1009323983} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1009323982 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1018630561} m_GameObject: {fileID: 1009323981} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -8.54325867, y: 0, z: -14.2918167} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1009323983 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1018630561} m_GameObject: {fileID: 1009323981} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .1015625, w: .86328125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1009323984 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1018630561} m_GameObject: {fileID: 1009323981} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1010231066 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} serializedVersion: 4 m_Component: - 4: {fileID: 1010231067} - 33: {fileID: 1010231071} - 23: {fileID: 1010231070} - 95: {fileID: 1010231069} - 65: {fileID: 1010231068} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1010231067 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1010231066} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 720335197} --- !u!65 &1010231068 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1010231066} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1010231069 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1010231066} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1010231070 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1010231066} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .844726562, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1010231071 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1010231066} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &1017851441 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 3.41525173 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0366233289 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -13.2742109 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1696055989} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1018433403 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: 4.84190941 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .049946785 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 25.1386986 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 488959746} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1018618494 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} serializedVersion: 4 m_Component: - 4: {fileID: 1018618495} - 33: {fileID: 1018618499} - 23: {fileID: 1018618498} - 95: {fileID: 1018618497} - 65: {fileID: 1018618496} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1018618495 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 1018618494} m_LocalRotation: {x: -.560985982, y: .430458814, z: .430458844, w: .560985982} m_LocalPosition: {x: .299792767, y: 0, z: 1.35203652e-06} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 372475106} --- !u!65 &1018618496 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 1018618494} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &1018618497 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 1018618494} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1018618498 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 1018618494} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .694335938, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1018618499 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 310285337} m_GameObject: {fileID: 1018618494} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!1001 &1018630561 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -8.54325867 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -14.2918167 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .86328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1009323981} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1019119120 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 403043675} serializedVersion: 4 m_Component: - 4: {fileID: 1019119121} - 33: {fileID: 1019119123} - 23: {fileID: 1019119122} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1019119121 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 403043675} m_GameObject: {fileID: 1019119120} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 13.5278082, y: 0, z: -13.8675499} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1019119122 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 403043675} m_GameObject: {fileID: 1019119120} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .995117188, w: .182617188} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1019119123 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 403043675} m_GameObject: {fileID: 1019119120} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1020607991 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.x value: 6.63874578 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.y value: -.104095474 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.z value: -2.09119701 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.x value: .702703655 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.y value: -.0620127693 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.z value: -.178598195 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.w value: -.685904264 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .643554688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_RootGameObject: {fileID: 647359930} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1024234057 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 177055224} serializedVersion: 4 m_Component: - 4: {fileID: 1024234060} - 33: {fileID: 1024234059} - 23: {fileID: 1024234058} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1024234058 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 177055224} m_GameObject: {fileID: 1024234057} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1024234059 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 177055224} m_GameObject: {fileID: 1024234057} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1024234060 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 177055224} m_GameObject: {fileID: 1024234057} m_LocalRotation: {x: .183011025, y: -.683013201, z: -.683013201, w: -.183010817} m_LocalPosition: {x: 1.73340321, y: .00955852121, z: -14.7544079} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1024520827 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 24.7477188 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .0150967836 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -14.5647507 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .907226562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 563294395} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1028510390 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalPosition.x value: 7.89398146 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalPosition.y value: .00775554776 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalPosition.z value: -9.28508282 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapTilingOffset.x value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapTilingOffset.y value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} propertyPath: m_LightmapTilingOffset.w value: .614257812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_RootGameObject: {fileID: 2115356563} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1029460633 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1960183895} serializedVersion: 4 m_Component: - 4: {fileID: 1029460636} - 33: {fileID: 1029460635} - 23: {fileID: 1029460634} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1029460634 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1960183895} m_GameObject: {fileID: 1029460633} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1029460635 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1960183895} m_GameObject: {fileID: 1029460633} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1029460636 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1960183895} m_GameObject: {fileID: 1029460633} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -1.36084986, y: 0, z: 11.3256149} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1030206229 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} m_PrefabInternal: {fileID: 797829136} serializedVersion: 4 m_Component: - 4: {fileID: 1030206233} - 33: {fileID: 1030206232} - 23: {fileID: 1030206231} - 65: {fileID: 1030206230} m_Layer: 0 m_Name: Gravestone05 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1030206230 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} m_PrefabInternal: {fileID: 797829136} m_GameObject: {fileID: 1030206229} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .578847229, y: .291750789, z: 1.19715214} m_Center: {x: 0, y: 0, z: .572545767} --- !u!23 &1030206231 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} m_PrefabInternal: {fileID: 797829136} m_GameObject: {fileID: 1030206229} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .0869140625, w: .765625} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1030206232 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} m_PrefabInternal: {fileID: 797829136} m_GameObject: {fileID: 1030206229} m_Mesh: {fileID: 4300000, guid: cb4112b49702a6c4f8b065a6d79682da, type: 3} --- !u!4 &1030206233 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: a3de67dfd44a3e149bad9f77b9bf251c, type: 2} m_PrefabInternal: {fileID: 797829136} m_GameObject: {fileID: 1030206229} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: 20.4163074, y: 0, z: -1.14426446} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1033880671 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 23.5501251 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -27.5891914 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .581054688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .766601562 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 531594886} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1037632450 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 397480797} serializedVersion: 4 m_Component: - 4: {fileID: 1037632451} - 33: {fileID: 1037632453} - 23: {fileID: 1037632452} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1037632451 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 397480797} m_GameObject: {fileID: 1037632450} m_LocalRotation: {x: .612371206, y: -.35355565, z: -.35355559, w: -.612371087} m_LocalPosition: {x: -13.1941395, y: .0258910004, z: -26.0006485} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1037632452 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 397480797} m_GameObject: {fileID: 1037632450} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .747070312, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1037632453 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 397480797} m_GameObject: {fileID: 1037632450} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1037811623 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1536743991} serializedVersion: 4 m_Component: - 4: {fileID: 1037811627} - 33: {fileID: 1037811626} - 23: {fileID: 1037811625} - 65: {fileID: 1037811624} m_Layer: 0 m_Name: Gravestone06 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1037811624 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1536743991} m_GameObject: {fileID: 1037811623} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .426853448, y: .0785035416, z: 1.13765764} m_Center: {x: 7.4505806e-08, y: 0, z: .5427984} --- !u!23 &1037811625 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1536743991} m_GameObject: {fileID: 1037811623} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .538085938, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1037811626 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1536743991} m_GameObject: {fileID: 1037811623} m_Mesh: {fileID: 4300000, guid: ab8bc807a82c61244b9767c797b8586c, type: 3} --- !u!4 &1037811627 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1536743991} m_GameObject: {fileID: 1037811623} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: 12.2963772, y: 0, z: -11.2807856} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1040738619 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 8.36360931 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: .0130478069 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -17.4671707 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .731445312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1956594319} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1045195871 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1137246985} serializedVersion: 4 m_Component: - 4: {fileID: 1045195872} - 33: {fileID: 1045195874} - 23: {fileID: 1045195873} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1045195872 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1137246985} m_GameObject: {fileID: 1045195871} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: -.608360529, y: .0258910004, z: -15.2366734} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1045195873 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1137246985} m_GameObject: {fileID: 1045195871} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .73828125, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1045195874 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1137246985} m_GameObject: {fileID: 1045195871} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1045937186 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.x value: -5.79590893 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.z value: -12.6835823 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.x value: .612371266 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.y value: -.353555739 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.z value: -.353555441 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.w value: -.612371147 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.w value: .787109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_RootGameObject: {fileID: 427345044} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1046048473 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1778857572} serializedVersion: 4 m_Component: - 4: {fileID: 1046048476} - 33: {fileID: 1046048475} - 23: {fileID: 1046048474} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1046048474 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1778857572} m_GameObject: {fileID: 1046048473} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .486328125, w: .522460938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1046048475 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1778857572} m_GameObject: {fileID: 1046048473} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!4 &1046048476 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1778857572} m_GameObject: {fileID: 1046048473} m_LocalRotation: {x: -.183013931, y: .683012366, z: .683012426, w: .18301405} m_LocalPosition: {x: 3.31771088, y: .066792354, z: -14.6874237} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1046531117 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 178795530} serializedVersion: 4 m_Component: - 4: {fileID: 1046531118} - 33: {fileID: 1046531121} - 23: {fileID: 1046531120} - 65: {fileID: 1046531119} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1046531118 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 178795530} m_GameObject: {fileID: 1046531117} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: -11.6281099, y: 0, z: -37.4001694} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &1046531119 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 178795530} m_GameObject: {fileID: 1046531117} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!23 &1046531120 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 178795530} m_GameObject: {fileID: 1046531117} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .514648438, w: .590820312} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1046531121 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 178795530} m_GameObject: {fileID: 1046531117} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!1001 &1047403568 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: -8.86978912 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: 2.0158844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 1365299520} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1047554249 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 2119159510} serializedVersion: 4 m_Component: - 4: {fileID: 1047554252} - 33: {fileID: 1047554251} - 23: {fileID: 1047554250} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1047554250 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 2119159510} m_GameObject: {fileID: 1047554249} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .907226562, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1047554251 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 2119159510} m_GameObject: {fileID: 1047554249} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!4 &1047554252 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 2119159510} m_GameObject: {fileID: 1047554249} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -21.7823715, y: .0463282838, z: -2.17765045} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1047607686 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1129203590} serializedVersion: 4 m_Component: - 4: {fileID: 1047607687} - 33: {fileID: 1047607690} - 23: {fileID: 1047607689} - 64: {fileID: 1047607688} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1047607687 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1129203590} m_GameObject: {fileID: 1047607686} m_LocalRotation: {x: .0922945514, y: -.701057613, z: -.701057553, w: -.0922945365} m_LocalPosition: {x: -20.4861088, y: -.0404440016, z: -30.5663738} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1047607688 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1129203590} m_GameObject: {fileID: 1047607686} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &1047607689 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1129203590} m_GameObject: {fileID: 1047607686} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .729492188} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1047607690 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1129203590} m_GameObject: {fileID: 1047607686} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1001 &1051700267 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -13.6270046 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -14.0707836 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.612372756 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .353552878 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .353552878 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .612372756 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .958007812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 506570670} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1052318391 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -9.04985332 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -16.006403 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106888 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 2.81399196e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: 5.52423046e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .80859375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 889921353} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1053140555 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} serializedVersion: 4 m_Component: - 4: {fileID: 1053140556} - 33: {fileID: 1053140560} - 23: {fileID: 1053140559} - 95: {fileID: 1053140558} - 65: {fileID: 1053140557} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1053140556 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1053140555} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700140104} --- !u!65 &1053140557 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1053140555} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1053140558 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1053140555} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1053140559 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1053140555} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .80078125, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1053140560 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1053140555} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &1055915658 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.x value: -11.2746897 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.z value: -29.1947231 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.x value: .013671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.y value: .013671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.z value: .420898438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.w value: .984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_RootGameObject: {fileID: 809468994} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1057231822 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -11.8767166 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -3.47264862 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 2494285} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1057405874 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -12.8796616 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -2.00402832 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .875976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1340731239} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1058183010 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2050651376} serializedVersion: 4 m_Component: - 4: {fileID: 1058183011} - 33: {fileID: 1058183013} - 23: {fileID: 1058183012} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1058183011 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2050651376} m_GameObject: {fileID: 1058183010} m_LocalRotation: {x: -.683012724, y: .183012471, z: .183012679, w: .683012784} m_LocalPosition: {x: -8.94058323, y: 0, z: -15.5535946} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1058183012 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2050651376} m_GameObject: {fileID: 1058183010} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .729492188, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1058183013 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2050651376} m_GameObject: {fileID: 1058183010} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1058370827 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1737380078} serializedVersion: 4 m_Component: - 4: {fileID: 1058370830} - 33: {fileID: 1058370829} - 23: {fileID: 1058370828} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1058370828 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1737380078} m_GameObject: {fileID: 1058370827} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1058370829 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1737380078} m_GameObject: {fileID: 1058370827} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1058370830 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1737380078} m_GameObject: {fileID: 1058370827} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -1.10281372, y: .0657446086, z: 12.7513657} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1058506290 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 615111691} serializedVersion: 4 m_Component: - 4: {fileID: 1058506291} - 33: {fileID: 1058506293} - 23: {fileID: 1058506292} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1058506291 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 615111691} m_GameObject: {fileID: 1058506290} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -21.6501904, y: 0, z: -10.470767} m_LocalScale: {x: 1.80880105, y: 1.80880105, z: 1.80880105} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1058506292 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 615111691} m_GameObject: {fileID: 1058506290} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1058506293 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 615111691} m_GameObject: {fileID: 1058506290} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!1001 &1060436365 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: 11.3182144 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: 9.23465061 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.x value: 1.69861209 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.y value: 1.69861209 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.z value: 1.69861209 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 1255971572} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1061289114 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 598257793} serializedVersion: 4 m_Component: - 4: {fileID: 1061289115} - 33: {fileID: 1061289117} - 23: {fileID: 1061289116} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1061289115 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 598257793} m_GameObject: {fileID: 1061289114} m_LocalRotation: {x: -.0922970325, y: -.701057255, z: -.701057255, w: .0922970325} m_LocalPosition: {x: -.668777943, y: 0, z: -13.3411713} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1061289116 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 598257793} m_GameObject: {fileID: 1061289114} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .720703125, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1061289117 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 598257793} m_GameObject: {fileID: 1061289114} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1061370822 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1061370823} - 33: {fileID: 1061370827} - 23: {fileID: 1061370826} - 95: {fileID: 1061370825} - 65: {fileID: 1061370824} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1061370823 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1061370822} m_LocalRotation: {x: -.500001013, y: -.499998897, z: -.499999076, w: .500001073} m_LocalPosition: {x: 5.26091051, y: 0, z: -13.4758282} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1061370824 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1061370822} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &1061370825 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1061370822} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1061370826 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1061370822} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .52734375, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1061370827 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1061370822} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1001 &1061993426 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 8.55018044 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 12.4110279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .956054688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .543945312 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 360562170} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1064765933 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: -2.18084717 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -20.9179001 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 666922312} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1065265495 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 329874345} serializedVersion: 4 m_Component: - 4: {fileID: 1065265498} - 33: {fileID: 1065265497} - 23: {fileID: 1065265496} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1065265496 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 329874345} m_GameObject: {fileID: 1065265495} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1065265497 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 329874345} m_GameObject: {fileID: 1065265495} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1065265498 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 329874345} m_GameObject: {fileID: 1065265495} m_LocalRotation: {x: -.270599127, y: -.653281033, z: -.653281093, w: .270599216} m_LocalPosition: {x: 19.0780029, y: 0, z: -21.6552811} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1066687815 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2032752281} serializedVersion: 4 m_Component: - 4: {fileID: 1066687820} - 33: {fileID: 1066687819} - 23: {fileID: 1066687818} - 95: {fileID: 1066687817} - 65: {fileID: 1066687816} m_Layer: 0 m_Name: Tomb02_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1066687816 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2032752281} m_GameObject: {fileID: 1066687815} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .593273997, z: 1.79594743} m_Center: {x: 1.22189522e-06, y: -.0405944847, z: .897973716} --- !u!95 &1066687817 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2032752281} m_GameObject: {fileID: 1066687815} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1066687818 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2032752281} m_GameObject: {fileID: 1066687815} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .02734375, y: .02734375, z: .677734375, w: .45703125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1066687819 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2032752281} m_GameObject: {fileID: 1066687815} m_Mesh: {fileID: 4300000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} --- !u!4 &1066687820 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 2032752281} m_GameObject: {fileID: 1066687815} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.39399958, y: .00775647163, z: -9.28507423} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1067029969 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1643041296} serializedVersion: 4 m_Component: - 4: {fileID: 1067029970} - 33: {fileID: 1067029972} - 23: {fileID: 1067029971} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1067029970 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1643041296} m_GameObject: {fileID: 1067029969} m_LocalRotation: {x: -.560985863, y: -.430458903, z: -.430458903, w: .560985863} m_LocalPosition: {x: 5.15452433, y: 0, z: -18.6311169} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1067029971 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1643041296} m_GameObject: {fileID: 1067029969} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .711914062, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1067029972 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1643041296} m_GameObject: {fileID: 1067029969} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1067226396 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2138173531} serializedVersion: 4 m_Component: - 4: {fileID: 1067226397} - 33: {fileID: 1067226399} - 23: {fileID: 1067226398} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1067226397 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2138173531} m_GameObject: {fileID: 1067226396} m_LocalRotation: {x: -.0922980085, y: -.701057136, z: -.701057136, w: .0922980905} m_LocalPosition: {x: 12.9817953, y: .0258910004, z: -4.82353878} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1067226398 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2138173531} m_GameObject: {fileID: 1067226396} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .703125, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1067226399 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2138173531} m_GameObject: {fileID: 1067226396} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1069273470 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} serializedVersion: 4 m_Component: - 4: {fileID: 1069273471} - 33: {fileID: 1069273475} - 23: {fileID: 1069273474} - 95: {fileID: 1069273473} - 65: {fileID: 1069273472} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1069273471 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1069273470} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -5, y: -0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 710059136} --- !u!65 &1069273472 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1069273470} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1069273473 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1069273470} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1069273474 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1069273470} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .9296875} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1069273475 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1069273470} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1001 &1069503604 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.x value: 17.8765812 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.z value: 12.0609322 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.x value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.y value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.w value: .657226562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_RootGameObject: {fileID: 1854639861} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1072238578 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 1307746843} serializedVersion: 4 m_Component: - 4: {fileID: 1072238581} - 33: {fileID: 1072238580} - 23: {fileID: 1072238579} m_Layer: 0 m_Name: Plant09_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1072238579 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 1307746843} m_GameObject: {fileID: 1072238578} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .07421875, y: .07421875, z: .193359375, w: .189453125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1072238580 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 1307746843} m_GameObject: {fileID: 1072238578} m_Mesh: {fileID: 4300000, guid: 906fc1c0d6c2e7348a2d7cb02bdce143, type: 3} --- !u!4 &1072238581 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_PrefabInternal: {fileID: 1307746843} m_GameObject: {fileID: 1072238578} m_LocalRotation: {x: -.707106829, y: -3.93407831e-08, z: 2.24764527e-08, w: .707106769} m_LocalPosition: {x: 24.4590645, y: 0, z: 6.91912985} m_LocalScale: {x: 1.79999995, y: 1.79999995, z: 1.79999995} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1073455231 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1084883902} serializedVersion: 4 m_Component: - 4: {fileID: 1073455234} - 198: {fileID: 1073455233} - 199: {fileID: 1073455232} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1073455232 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1084883902} m_GameObject: {fileID: 1073455231} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1073455233 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1084883902} m_GameObject: {fileID: 1073455231} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1073455234 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1084883902} m_GameObject: {fileID: 1073455231} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -.757281303, y: .964263916, z: -6.2271328} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &1074599058 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 840928307} serializedVersion: 4 m_Component: - 4: {fileID: 1074599059} - 33: {fileID: 1074599061} - 23: {fileID: 1074599060} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1074599059 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 840928307} m_GameObject: {fileID: 1074599058} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: 3.77185202, y: -.0217900276, z: 4.55230904} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1074599060 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 840928307} m_GameObject: {fileID: 1074599058} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .995117188, w: .177734375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1074599061 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 840928307} m_GameObject: {fileID: 1074599058} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1074761579 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} serializedVersion: 4 m_Component: - 4: {fileID: 1074761580} - 33: {fileID: 1074761584} - 23: {fileID: 1074761583} - 95: {fileID: 1074761582} - 65: {fileID: 1074761581} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1074761580 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1074761579} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: .299792826, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 556432512} --- !u!65 &1074761581 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1074761579} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &1074761582 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1074761579} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1074761583 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1074761579} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .646484375, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1074761584 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1074761579} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!1001 &1079831449 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 8.55008698 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -32.5891151 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .822265625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 697384011} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1079838995 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1079838996} - 33: {fileID: 1079839000} - 23: {fileID: 1079838999} - 95: {fileID: 1079838998} - 65: {fileID: 1079838997} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1079838996 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1079838995} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.21452618, y: 0, z: .431248307} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1079838997 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1079838995} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &1079838998 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1079838995} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1079838999 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1079838995} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .471679688, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1079839000 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1079838995} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1 &1080513476 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1992410072} serializedVersion: 4 m_Component: - 4: {fileID: 1080513477} - 33: {fileID: 1080513479} - 23: {fileID: 1080513478} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1080513477 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1992410072} m_GameObject: {fileID: 1080513476} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.7353821, y: .00711138546, z: -13.7907715} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1080513478 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1992410072} m_GameObject: {fileID: 1080513476} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .869140625, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1080513479 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1992410072} m_GameObject: {fileID: 1080513476} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1084688551 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1490491105} serializedVersion: 4 m_Component: - 4: {fileID: 1084688552} - 33: {fileID: 1084688554} - 23: {fileID: 1084688553} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1084688552 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1490491105} m_GameObject: {fileID: 1084688551} m_LocalRotation: {x: -.430460602, y: -.560984612, z: -.560984612, w: .430460602} m_LocalPosition: {x: 8.20574665, y: .0258910004, z: 7.57003832} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1084688553 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1490491105} m_GameObject: {fileID: 1084688551} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .694335938, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1084688554 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1490491105} m_GameObject: {fileID: 1084688551} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1084883902 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: -.757281303 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .964263916 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: -6.2271328 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 1073455231} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1085386944 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1478854696} serializedVersion: 4 m_Component: - 4: {fileID: 1085386947} - 33: {fileID: 1085386946} - 23: {fileID: 1085386945} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1085386945 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1478854696} m_GameObject: {fileID: 1085386944} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .685546875, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1085386946 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1478854696} m_GameObject: {fileID: 1085386944} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &1085386947 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1478854696} m_GameObject: {fileID: 1085386944} m_LocalRotation: {x: -.560985982, y: -.430458814, z: -.430458844, w: .560985982} m_LocalPosition: {x: 12.3507843, y: 0, z: -16.5293579} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1088137127 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1956049522} serializedVersion: 4 m_Component: - 4: {fileID: 1088137128} - 33: {fileID: 1088137130} - 23: {fileID: 1088137129} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1088137128 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1956049522} m_GameObject: {fileID: 1088137127} m_LocalRotation: {x: .0922938511, y: -.701057673, z: -.701057673, w: -.0922938287} m_LocalPosition: {x: 3.12886238, y: .00410097837, z: -1.9620527} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1088137129 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1956049522} m_GameObject: {fileID: 1088137127} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .676757812, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1088137130 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1956049522} m_GameObject: {fileID: 1088137127} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1089095698 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 17.1998749 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -17.4128723 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .907226562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1675752290} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1089497207 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 3.69216919 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -33.6337128 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .848632812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 932978945} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1090519909 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: -20.2122421 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: .00212672353 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: -1.65090942 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .90234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 754058200} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1091044032 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 114286598} serializedVersion: 4 m_Component: - 4: {fileID: 1091044033} - 33: {fileID: 1091044037} - 23: {fileID: 1091044036} - 95: {fileID: 1091044035} - 65: {fileID: 1091044034} m_Layer: 0 m_Name: Tomb05_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1091044033 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 114286598} m_GameObject: {fileID: 1091044032} m_LocalRotation: {x: -2.20732568e-06, y: .707106769, z: .707106888, w: 2.29351417e-06} m_LocalPosition: {x: -4.89662027, y: 0, z: -18.6470661} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &1091044034 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 114286598} m_GameObject: {fileID: 1091044032} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 4.19032764, y: 4.42648602, z: 3.93131781} m_Center: {x: 0, y: .0160096921, z: 1.89723754} --- !u!95 &1091044035 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 114286598} m_GameObject: {fileID: 1091044032} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1091044036 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 114286598} m_GameObject: {fileID: 1091044032} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .1875, y: .1875, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1091044037 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bc54108f4ab5d9842a5969b2def4ba7b, type: 2} m_PrefabInternal: {fileID: 114286598} m_GameObject: {fileID: 1091044032} m_Mesh: {fileID: 4300000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} --- !u!1 &1093850623 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 570604407} serializedVersion: 4 m_Component: - 4: {fileID: 1093850628} - 33: {fileID: 1093850627} - 23: {fileID: 1093850626} - 95: {fileID: 1093850625} - 65: {fileID: 1093850624} m_Layer: 0 m_Name: Tomb02_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1093850624 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 570604407} m_GameObject: {fileID: 1093850623} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .593273997, z: 1.79594743} m_Center: {x: 1.22189522e-06, y: -.0405944847, z: .897973716} --- !u!95 &1093850625 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 570604407} m_GameObject: {fileID: 1093850623} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1093850626 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 570604407} m_GameObject: {fileID: 1093850623} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .02734375, y: .02734375, z: .6484375, w: .45703125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1093850627 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 570604407} m_GameObject: {fileID: 1093850623} m_Mesh: {fileID: 4300000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} --- !u!4 &1093850628 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 570604407} m_GameObject: {fileID: 1093850623} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -6.49264383, y: 0, z: 9.34379196} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1095660989 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 699170403} serializedVersion: 4 m_Component: - 4: {fileID: 1095660990} - 33: {fileID: 1095660992} - 23: {fileID: 1095660991} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1095660990 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 699170403} m_GameObject: {fileID: 1095660989} m_LocalRotation: {x: -2.53768349e-06, y: .707106769, z: .707106829, w: 2.72814077e-06} m_LocalPosition: {x: -9.08255482, y: .113332748, z: -16.7323532} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1095660991 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 699170403} m_GameObject: {fileID: 1095660989} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .249023438, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1095660992 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 699170403} m_GameObject: {fileID: 1095660989} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1001 &1096140634 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 7.78213596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -18.6306896 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .981445312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1499770884} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1096291058 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 293986519} serializedVersion: 4 m_Component: - 4: {fileID: 1096291061} - 33: {fileID: 1096291060} - 23: {fileID: 1096291059} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1096291059 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 293986519} m_GameObject: {fileID: 1096291058} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1096291060 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 293986519} m_GameObject: {fileID: 1096291058} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1096291061 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 293986519} m_GameObject: {fileID: 1096291058} m_LocalRotation: {x: -.270599127, y: -.653281033, z: -.653281093, w: .270599216} m_LocalPosition: {x: -3.0341382, y: .0366233289, z: -6.24139023} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1096465643 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: -20.2842636 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -9.47948456 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 559966753} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1099463278 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 686263959} serializedVersion: 4 m_Component: - 4: {fileID: 1099463281} - 33: {fileID: 1099463280} - 23: {fileID: 1099463279} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1099463279 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 686263959} m_GameObject: {fileID: 1099463278} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1099463280 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 686263959} m_GameObject: {fileID: 1099463278} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1099463281 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 686263959} m_GameObject: {fileID: 1099463278} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 17.7453613, y: 0, z: -28.3857956} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1102898749 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 5.96575403 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -18.6297684 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .849609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1207634641} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1103850094 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 780944503} serializedVersion: 4 m_Component: - 4: {fileID: 1103850097} - 33: {fileID: 1103850096} - 23: {fileID: 1103850095} m_Layer: 0 m_Name: Plant08_h m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1103850095 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 780944503} m_GameObject: {fileID: 1103850094} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1103850096 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 780944503} m_GameObject: {fileID: 1103850094} m_Mesh: {fileID: 4300000, guid: 7666d3573de7e0a429a535ec583bec9b, type: 3} --- !u!4 &1103850097 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 780944503} m_GameObject: {fileID: 1103850094} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -18.1961212, y: 0, z: -1.90769196} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1104833009 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -8.89160252 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: .113332748 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -17.9658928 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.701057494 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.0922956839 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.0922953933 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .701057434 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .859375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1143861967} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1106463486 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 28178644} serializedVersion: 4 m_Component: - 4: {fileID: 1106463489} - 33: {fileID: 1106463488} - 23: {fileID: 1106463487} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1106463487 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 28178644} m_GameObject: {fileID: 1106463486} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .75390625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1106463488 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 28178644} m_GameObject: {fileID: 1106463486} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &1106463489 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 28178644} m_GameObject: {fileID: 1106463486} m_LocalRotation: {x: -.270599127, y: .653280973, z: .653281093, w: .270599216} m_LocalPosition: {x: -4.73032904, y: 0, z: -14.4549227} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1106678775 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -5.14703369 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -12.6197815 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .483398438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 2129314744} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1108463296 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1385969354} serializedVersion: 4 m_Component: - 4: {fileID: 1108463299} - 33: {fileID: 1108463298} - 23: {fileID: 1108463297} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1108463297 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1385969354} m_GameObject: {fileID: 1108463296} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .236328125, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1108463298 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1385969354} m_GameObject: {fileID: 1108463296} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &1108463299 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1385969354} m_GameObject: {fileID: 1108463296} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 8.7543869, y: .00651657581, z: -17.9909973} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1112884624 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 16.2384872 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -6.25309753 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1223486539} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1120025441 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 3.17974091 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -8.7223053 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .764648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1519388864} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1120062343 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.x value: -4.52373219 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.z value: -37.0691299 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.x value: .0922945291 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.y value: -.701057613 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.z value: -.701057553 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.w value: -.0922943875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.z value: .943359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_RootGameObject: {fileID: 94183769} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1127800750 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -16.9862671 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: 8.68598175 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .877929688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 587274748} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1127982071 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 383283268} serializedVersion: 4 m_Component: - 4: {fileID: 1127982074} - 33: {fileID: 1127982073} - 23: {fileID: 1127982072} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1127982072 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 383283268} m_GameObject: {fileID: 1127982071} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .8046875, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1127982073 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 383283268} m_GameObject: {fileID: 1127982071} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1127982074 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 383283268} m_GameObject: {fileID: 1127982071} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -17.2744064, y: 0, z: -33.5413666} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1129203590 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: -20.4861088 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: -.0404440016 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: -30.5663738 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: .0922945514 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: -.701057613 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: -.701057553 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: -.0922945365 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .729492188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 1047607686} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1130151660 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1787072611} serializedVersion: 4 m_Component: - 4: {fileID: 1130151661} - 33: {fileID: 1130151663} - 23: {fileID: 1130151662} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1130151661 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1787072611} m_GameObject: {fileID: 1130151660} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: 13.009326, y: 0, z: -1.18792391} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1130151662 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1787072611} m_GameObject: {fileID: 1130151660} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .864257812, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1130151663 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1787072611} m_GameObject: {fileID: 1130151660} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1135201987 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -13.8613062 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -27.8289585 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -3.72468594e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -3.43777515e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .702148438 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 68299753} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1136942533 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: -7.21548462 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: .121053517 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -19.5155029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 1671204495} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1137246985 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -.608360529 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -15.2366734 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .73828125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1045195871} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1137480791 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} serializedVersion: 4 m_Component: - 4: {fileID: 1137480792} - 33: {fileID: 1137480796} - 23: {fileID: 1137480795} - 95: {fileID: 1137480794} - 65: {fileID: 1137480793} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1137480792 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1137480791} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 531594887} --- !u!65 &1137480793 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1137480791} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1137480794 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1137480791} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1137480795 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1137480791} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .766601562} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1137480796 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1137480791} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &1138233876 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1660006628} serializedVersion: 4 m_Component: - 4: {fileID: 1138233877} - 33: {fileID: 1138233880} - 23: {fileID: 1138233879} - 64: {fileID: 1138233878} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1138233877 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1660006628} m_GameObject: {fileID: 1138233876} m_LocalRotation: {x: -.500000536, y: -.499999344, z: -.499999404, w: .500000775} m_LocalPosition: {x: -16.117239, y: .638255, z: -5.60923004} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1138233878 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1660006628} m_GameObject: {fileID: 1138233876} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &1138233879 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1660006628} m_GameObject: {fileID: 1138233876} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .684570312} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1138233880 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 1660006628} m_GameObject: {fileID: 1138233876} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1 &1139407476 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1424947155} serializedVersion: 4 m_Component: - 4: {fileID: 1139407479} - 33: {fileID: 1139407478} - 23: {fileID: 1139407477} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1139407477 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1424947155} m_GameObject: {fileID: 1139407476} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1139407478 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1424947155} m_GameObject: {fileID: 1139407476} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1139407479 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1424947155} m_GameObject: {fileID: 1139407476} m_LocalRotation: {x: -.270599127, y: .653281033, z: .653281093, w: .270599216} m_LocalPosition: {x: 20.3247223, y: 0, z: -25.6299667} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1140852955 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 118793108} serializedVersion: 4 m_Component: - 4: {fileID: 1140852956} - 33: {fileID: 1140852958} - 23: {fileID: 1140852957} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1140852956 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 118793108} m_GameObject: {fileID: 1140852955} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 3.32233644, y: .025891006, z: -18.6160145} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1140852957 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 118793108} m_GameObject: {fileID: 1140852955} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .66796875, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1140852958 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 118793108} m_GameObject: {fileID: 1140852955} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1142074377 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 6.38858175 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -18.6005878 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.464557707 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .533091128 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .533091187 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .464557707 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .259765625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 941319681} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1143861967 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1104833009} serializedVersion: 4 m_Component: - 4: {fileID: 1143861968} - 33: {fileID: 1143861970} - 23: {fileID: 1143861969} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1143861968 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1104833009} m_GameObject: {fileID: 1143861967} m_LocalRotation: {x: -.701057494, y: -.0922956839, z: -.0922953933, w: .701057434} m_LocalPosition: {x: -8.89160252, y: .113332748, z: -17.9658928} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1143861969 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1104833009} m_GameObject: {fileID: 1143861967} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .859375, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1143861970 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1104833009} m_GameObject: {fileID: 1143861967} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1144175356 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 459644591} serializedVersion: 4 m_Component: - 4: {fileID: 1144175359} - 33: {fileID: 1144175358} - 23: {fileID: 1144175357} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1144175357 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 459644591} m_GameObject: {fileID: 1144175356} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1144175358 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 459644591} m_GameObject: {fileID: 1144175356} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1144175359 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 459644591} m_GameObject: {fileID: 1144175356} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 19.2199707, y: .0150496662, z: -1.44503021} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1144363857 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: 7.31572533 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: 1.38511992 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: -.0922973305 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: -.701057196 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: .0922974795 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .9765625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 1440291080} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1145376914 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 21.7789154 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: .0190679953 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -33.2402573 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .334960938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 547624627} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1145705852 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -.623039365 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -20.0063934 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .83984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1882546543} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1145897330 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 9.25665665 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -9.15659142 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.560985863 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430458903 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430458903 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .560985863 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .606445312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1340218945} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1147324631 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.x value: 16.179203 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.z value: 7.53460169 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.x value: -.500000119 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.y value: -.499999851 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.z value: -.49999997 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.w value: .500000119 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.x value: .793372571 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.y value: .793372571 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.z value: .793372571 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0380859375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0380859375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.z value: .8359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_RootGameObject: {fileID: 1975160175} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1147537564 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 16.8657284 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: .141899228 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922970325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922970325 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .799804688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 892562066} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1147851067 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 708047840} serializedVersion: 4 m_Component: - 4: {fileID: 1147851070} - 33: {fileID: 1147851069} - 23: {fileID: 1147851068} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1147851068 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 708047840} m_GameObject: {fileID: 1147851067} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .790039062, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1147851069 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 708047840} m_GameObject: {fileID: 1147851067} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1147851070 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 708047840} m_GameObject: {fileID: 1147851067} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 18.0801773, y: .0853932202, z: 2.27672577} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1148828001 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 3.91611195 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: .00299613317 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -13.2779102 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.653281629 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: -.270597667 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -.270597696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .653281629 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1890732230} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1150325540 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1970071563} serializedVersion: 4 m_Component: - 4: {fileID: 1150325544} - 33: {fileID: 1150325543} - 23: {fileID: 1150325542} - 65: {fileID: 1150325541} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1150325541 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1970071563} m_GameObject: {fileID: 1150325540} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &1150325542 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1970071563} m_GameObject: {fileID: 1150325540} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .66796875, w: .245117188} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1150325543 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1970071563} m_GameObject: {fileID: 1150325540} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &1150325544 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1970071563} m_GameObject: {fileID: 1150325540} m_LocalRotation: {x: .430457652, y: -.560986936, z: -.560986876, w: -.430457443} m_LocalPosition: {x: 11.9416151, y: 0, z: 1.12171006} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1151651655 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 881947372} serializedVersion: 4 m_Component: - 4: {fileID: 1151651656} - 33: {fileID: 1151651658} - 23: {fileID: 1151651657} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1151651656 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 881947372} m_GameObject: {fileID: 1151651655} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -1.32108712, y: 0, z: -4.7472477} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1151651657 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 881947372} m_GameObject: {fileID: 1151651655} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .225585938, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1151651658 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 881947372} m_GameObject: {fileID: 1151651655} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &1155726487 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1948560601} serializedVersion: 4 m_Component: - 4: {fileID: 1155726491} - 33: {fileID: 1155726490} - 23: {fileID: 1155726489} - 65: {fileID: 1155726488} m_Layer: 0 m_Name: Gravestone06 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1155726488 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1948560601} m_GameObject: {fileID: 1155726487} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .426853448, y: .0785035416, z: 1.13765764} m_Center: {x: 7.4505806e-08, y: 0, z: .5427984} --- !u!23 &1155726489 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1948560601} m_GameObject: {fileID: 1155726487} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .98046875} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1155726490 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1948560601} m_GameObject: {fileID: 1155726487} m_Mesh: {fileID: 4300000, guid: ab8bc807a82c61244b9767c797b8586c, type: 3} --- !u!4 &1155726491 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1948560601} m_GameObject: {fileID: 1155726487} m_LocalRotation: {x: .49999842, y: -.500001729, z: -.500001669, w: -.499998212} m_LocalPosition: {x: 4.5647707, y: 0, z: 2.5456109} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1157408146 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1171837209} serializedVersion: 4 m_Component: - 4: {fileID: 1157408147} - 33: {fileID: 1157408149} - 23: {fileID: 1157408148} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1157408147 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1171837209} m_GameObject: {fileID: 1157408146} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: 12.8373356, y: 0, z: 3.72413087} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1157408148 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1171837209} m_GameObject: {fileID: 1157408146} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .854492188, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1157408149 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1171837209} m_GameObject: {fileID: 1157408146} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1157725940 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -13.8481112 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -27.0013123 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922915637 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .701057971 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .70105803 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922913104 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0927734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .86328125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 2086714803} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1159757480 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.x value: -1.41371775 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalPosition.z value: -17.3893814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .698242188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_RootGameObject: {fileID: 281665373} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1161448563 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 15.9305468 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -24.0707684 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .552734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 417944241} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1163597022 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} serializedVersion: 4 m_Component: - 4: {fileID: 1163597023} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1163597023 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 731854341} m_GameObject: {fileID: 1163597022} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.5500927, y: 0, z: -32.58918} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 289552841} - {fileID: 14559659} m_Father: {fileID: 636589998} --- !u!1001 &1167054164 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: -10.2649441 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: 8.87481308 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 2058654309} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1168399583 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1168399584} - 33: {fileID: 1168399588} - 23: {fileID: 1168399587} - 95: {fileID: 1168399586} - 65: {fileID: 1168399585} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1168399584 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1168399583} m_LocalRotation: {x: -1.89187972e-06, y: -.707106829, z: -.707106829, w: 2.12399618e-06} m_LocalPosition: {x: -18.0031223, y: 0, z: -.220584273} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1168399585 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1168399583} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1168399586 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1168399583} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1168399587 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1168399583} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .903320312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1168399588 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1168399583} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1001 &1171837209 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 12.8373356 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 3.72413087 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .854492188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1157408146} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1173357991 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -4.0192337 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .0528709218 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -.140304565 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .74609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1320829109} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1173580512 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 3.9672699 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0746743456 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 13.1014404 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 988790969} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1174105463 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1959884683} serializedVersion: 4 m_Component: - 4: {fileID: 1174105464} - 33: {fileID: 1174105466} - 23: {fileID: 1174105465} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1174105464 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1959884683} m_GameObject: {fileID: 1174105463} m_LocalRotation: {x: .500002563, y: .499997437, z: .499997467, w: -.500002623} m_LocalPosition: {x: -2.5971148, y: .0258910004, z: -9.65763283} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1174105465 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1959884683} m_GameObject: {fileID: 1174105463} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .659179688, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1174105466 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1959884683} m_GameObject: {fileID: 1174105463} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1176813556 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2046614798} serializedVersion: 4 m_Component: - 4: {fileID: 1176813557} - 33: {fileID: 1176813560} - 23: {fileID: 1176813559} - 64: {fileID: 1176813558} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1176813557 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2046614798} m_GameObject: {fileID: 1176813556} m_LocalRotation: {x: .499462515, y: -.500536978, z: -.500536919, w: -.499462426} m_LocalPosition: {x: -15.6917782, y: 1.10110998, z: -5.71839333} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1176813558 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2046614798} m_GameObject: {fileID: 1176813556} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &1176813559 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2046614798} m_GameObject: {fileID: 1176813556} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .639648438} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1176813560 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2046614798} m_GameObject: {fileID: 1176813556} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1001 &1176916803 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.x value: -6.18155622 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.z value: -3.86121249 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.x value: .612371266 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.y value: -.353555739 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.z value: -.353555441 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.w value: -.612371147 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.w value: .751953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_RootGameObject: {fileID: 674043591} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1177850137 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.x value: 18.1492119 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.z value: -4.72875834 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.x value: -.552153409 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.y value: .441731393 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.z value: .441731453 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.w value: .552153409 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0283203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0283203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .814453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_RootGameObject: {fileID: 1579682983} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1177917929 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1177917930} - 33: {fileID: 1177917934} - 23: {fileID: 1177917933} - 95: {fileID: 1177917932} - 65: {fileID: 1177917931} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1177917930 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1177917929} m_LocalRotation: {x: -1.8977579e-06, y: -.707106769, z: -.707106829, w: 2.12215105e-06} m_LocalPosition: {x: 5.26091051, y: 0, z: -13.4758282} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1177917931 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1177917929} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &1177917932 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1177917929} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1177917933 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1177917929} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .416015625, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1177917934 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1177917929} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1001 &1178916014 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 12.2500153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -36.7630692 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .670898438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 2141483963} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1180037309 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -18.2369461 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0985383987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 12.8899231 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 608503086} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1180673939 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1439575491} serializedVersion: 4 m_Component: - 4: {fileID: 1180673942} - 33: {fileID: 1180673941} - 23: {fileID: 1180673940} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1180673940 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1439575491} m_GameObject: {fileID: 1180673939} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .716796875} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1180673941 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1439575491} m_GameObject: {fileID: 1180673939} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &1180673942 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 1439575491} m_GameObject: {fileID: 1180673939} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -13.4999313, y: 0, z: -3.35601807} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1181438403 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1967918048} serializedVersion: 4 m_Component: - 4: {fileID: 1181438406} - 33: {fileID: 1181438405} - 23: {fileID: 1181438404} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1181438404 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1967918048} m_GameObject: {fileID: 1181438403} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1181438405 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1967918048} m_GameObject: {fileID: 1181438403} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1181438406 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1967918048} m_GameObject: {fileID: 1181438403} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 12.6909637, y: 0, z: -17.370636} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1182942110 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 925092844} serializedVersion: 4 m_Component: - 4: {fileID: 1182942114} - 33: {fileID: 1182942113} - 23: {fileID: 1182942112} - 65: {fileID: 1182942111} m_Layer: 0 m_Name: Gravestone06 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1182942111 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 925092844} m_GameObject: {fileID: 1182942110} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .426853448, y: .0785035416, z: 1.13765764} m_Center: {x: 7.4505806e-08, y: 0, z: .5427984} --- !u!23 &1182942112 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 925092844} m_GameObject: {fileID: 1182942110} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .962890625} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1182942113 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 925092844} m_GameObject: {fileID: 1182942110} m_Mesh: {fileID: 4300000, guid: ab8bc807a82c61244b9767c797b8586c, type: 3} --- !u!4 &1182942114 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 925092844} m_GameObject: {fileID: 1182942110} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: -1.32464921, y: 0, z: -19.8015289} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1183020707 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -1.30417299 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -4.18133545 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057792 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .0922929794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057792 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .905273438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 660332263} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1185341650 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.x value: -10.0300198 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.z value: -34.4759178 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.x value: -.683012784 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.y value: -.183012441 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.z value: -.183012471 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.w value: .683012784 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.z value: .646484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_RootGameObject: {fileID: 1000732635} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1185637231 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 10.9562378 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: .018529661 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -3.72522736 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 166776855} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1187522317 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 900634127} serializedVersion: 4 m_Component: - 4: {fileID: 1187522318} - 33: {fileID: 1187522320} - 23: {fileID: 1187522319} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1187522318 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 900634127} m_GameObject: {fileID: 1187522317} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: -11.5910301, y: 0, z: -25.6739101} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1187522319 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 900634127} m_GameObject: {fileID: 1187522317} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .21484375, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1187522320 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 900634127} m_GameObject: {fileID: 1187522317} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &1191413905 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1307406656} serializedVersion: 4 m_Component: - 4: {fileID: 1191413906} - 33: {fileID: 1191413908} - 23: {fileID: 1191413907} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1191413906 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1307406656} m_GameObject: {fileID: 1191413905} m_LocalRotation: {x: -.500000477, y: -.499999523, z: -.499999523, w: .500000477} m_LocalPosition: {x: 8.14718246, y: 0, z: 6.67329979} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1191413907 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1307406656} m_GameObject: {fileID: 1191413905} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .650390625, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1191413908 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1307406656} m_GameObject: {fileID: 1191413905} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1194397816 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 611311315} serializedVersion: 4 m_Component: - 4: {fileID: 1194397819} - 33: {fileID: 1194397818} - 23: {fileID: 1194397817} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1194397817 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 611311315} m_GameObject: {fileID: 1194397816} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .204101562, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1194397818 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 611311315} m_GameObject: {fileID: 1194397816} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &1194397819 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 611311315} m_GameObject: {fileID: 1194397816} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 25.7587967, y: 0, z: -3.28744507} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1195111951 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2088704571} serializedVersion: 4 m_Component: - 4: {fileID: 1195111954} - 198: {fileID: 1195111953} - 199: {fileID: 1195111952} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1195111952 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2088704571} m_GameObject: {fileID: 1195111951} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1195111953 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2088704571} m_GameObject: {fileID: 1195111951} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1195111954 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2088704571} m_GameObject: {fileID: 1195111951} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -25.2047424, y: .924041748, z: 4.24167728} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &1195476684 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 844770388} serializedVersion: 4 m_Component: - 4: {fileID: 1195476687} - 33: {fileID: 1195476686} - 23: {fileID: 1195476685} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1195476685 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 844770388} m_GameObject: {fileID: 1195476684} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1195476686 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 844770388} m_GameObject: {fileID: 1195476684} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1195476687 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 844770388} m_GameObject: {fileID: 1195476684} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 22.2093811, y: 0, z: 5.09292603} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1199483343 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.x value: -6.62318325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.y value: -.104095474 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.z value: -6.00220299 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.x value: .702703655 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.y value: -.0620127693 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.z value: -.178598195 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.w value: -.685904264 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .608398438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_RootGameObject: {fileID: 904608029} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1200589045 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 13.2083282 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -2.205235 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922970325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922970325 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .774414062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 2045587973} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1201080367 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 844204337} serializedVersion: 4 m_Component: - 4: {fileID: 1201080370} - 33: {fileID: 1201080369} - 23: {fileID: 1201080368} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1201080368 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 844204337} m_GameObject: {fileID: 1201080367} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1201080369 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 844204337} m_GameObject: {fileID: 1201080367} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1201080370 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 844204337} m_GameObject: {fileID: 1201080367} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -13.6708069, y: 0, z: -27.5017395} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1205680931 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} serializedVersion: 4 m_Component: - 4: {fileID: 1205680935} - 33: {fileID: 1205680934} - 23: {fileID: 1205680933} - 64: {fileID: 1205680932} m_Layer: 0 m_Name: Coffin01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1205680932 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 1205680931} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 03fa21db3dcfa9a468363bd9ddba0b40, type: 3} --- !u!23 &1205680933 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 1205680931} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0390625, y: .0390625, z: .794921875, w: .413085938} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1205680934 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 1205680931} m_Mesh: {fileID: 4300000, guid: 4040b4df828461d4297ff98a98806982, type: 3} --- !u!4 &1205680935 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 224ddf5ba3e5cb94a912b72cc1143298, type: 2} m_PrefabInternal: {fileID: 333074662} m_GameObject: {fileID: 1205680931} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 525290368} --- !u!1001 &1205868899 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -8.72734833 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -14.6606865 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .353552908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .353552938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .822265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1988914683} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1207372941 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 2131661718} serializedVersion: 4 m_Component: - 4: {fileID: 1207372944} - 33: {fileID: 1207372943} - 23: {fileID: 1207372942} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1207372942 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 2131661718} m_GameObject: {fileID: 1207372941} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1207372943 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 2131661718} m_GameObject: {fileID: 1207372941} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1207372944 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 2131661718} m_GameObject: {fileID: 1207372941} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.4056168, y: 0, z: -.298629761} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1207634641 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1102898749} serializedVersion: 4 m_Component: - 4: {fileID: 1207634642} - 33: {fileID: 1207634644} - 23: {fileID: 1207634643} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1207634642 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1102898749} m_GameObject: {fileID: 1207634641} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.96575403, y: 0, z: -18.6297684} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1207634643 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1102898749} m_GameObject: {fileID: 1207634641} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .849609375, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1207634644 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1102898749} m_GameObject: {fileID: 1207634641} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1208586519 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.x value: 4.75496674 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.y value: .192967892 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.z value: 5.97826385 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.w value: .635742188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_RootGameObject: {fileID: 124283550} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1210445262 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} serializedVersion: 4 m_Component: - 4: {fileID: 1210445263} - 33: {fileID: 1210445267} - 23: {fileID: 1210445266} - 95: {fileID: 1210445265} - 65: {fileID: 1210445264} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1210445263 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 1210445262} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1400720571} --- !u!65 &1210445264 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 1210445262} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1210445265 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 1210445262} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1210445266 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 1210445262} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .756835938, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1210445267 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 1210445262} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &1214264011 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalPosition.x value: -17.6626968 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalPosition.z value: 8.97740173 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalRotation.x value: -.103554383 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalRotation.y value: -.129409447 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalRotation.z value: .0794590935 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LocalRotation.w value: .982962906 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapTilingOffset.x value: .029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapTilingOffset.y value: .029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapTilingOffset.z value: .670898438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_RootGameObject: {fileID: 1583432918} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1214637327 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 841624233} serializedVersion: 4 m_Component: - 4: {fileID: 1214637330} - 33: {fileID: 1214637329} - 23: {fileID: 1214637328} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1214637328 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 841624233} m_GameObject: {fileID: 1214637327} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .193359375, w: .989257812} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1214637329 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 841624233} m_GameObject: {fileID: 1214637327} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &1214637330 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 841624233} m_GameObject: {fileID: 1214637327} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.36331177, y: 0, z: -14.345726} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1215677144 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 817775986} serializedVersion: 4 m_Component: - 4: {fileID: 1215677147} - 33: {fileID: 1215677146} - 23: {fileID: 1215677145} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1215677145 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 817775986} m_GameObject: {fileID: 1215677144} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1215677146 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 817775986} m_GameObject: {fileID: 1215677144} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1215677147 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 817775986} m_GameObject: {fileID: 1215677144} m_LocalRotation: {x: -.353554308, y: .612371922, z: .612371981, w: .353554368} m_LocalPosition: {x: -6.99338531, y: .0183116645, z: -16.3196716} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1219551166 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.x value: -3.28219962 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.z value: -.282296181 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.z value: .334960938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.w value: .96484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_RootGameObject: {fileID: 987987098} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1219647248 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1430103657} serializedVersion: 4 m_Component: - 4: {fileID: 1219647251} - 33: {fileID: 1219647250} - 23: {fileID: 1219647249} m_Layer: 0 m_Name: Plant08_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1219647249 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1430103657} m_GameObject: {fileID: 1219647248} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .01953125, y: .01953125, z: .0869140625, w: .72265625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1219647250 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1430103657} m_GameObject: {fileID: 1219647248} m_Mesh: {fileID: 4300000, guid: 24e3be68eb274aa4aa842b71e7b791a5, type: 3} --- !u!4 &1219647251 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1430103657} m_GameObject: {fileID: 1219647248} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -2.60167241, y: .0242670663, z: -20.5633125} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1223486539 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1112884624} serializedVersion: 4 m_Component: - 4: {fileID: 1223486542} - 33: {fileID: 1223486541} - 23: {fileID: 1223486540} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1223486540 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1112884624} m_GameObject: {fileID: 1223486539} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1223486541 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1112884624} m_GameObject: {fileID: 1223486539} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1223486542 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1112884624} m_GameObject: {fileID: 1223486539} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 16.2384872, y: 0, z: -6.25309753} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1223825658 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2016253518} serializedVersion: 4 m_Component: - 4: {fileID: 1223825661} - 198: {fileID: 1223825660} - 199: {fileID: 1223825659} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1223825659 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2016253518} m_GameObject: {fileID: 1223825658} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1223825660 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2016253518} m_GameObject: {fileID: 1223825658} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1223825661 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 2016253518} m_GameObject: {fileID: 1223825658} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -6.51281738, y: .049946785, z: 17.0496864} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1001 &1224022979 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 10.0617781 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -28.7832394 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .57421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 52776630} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1224907905 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 2025433337} serializedVersion: 4 m_Component: - 4: {fileID: 1224907909} - 33: {fileID: 1224907908} - 23: {fileID: 1224907907} - 64: {fileID: 1224907906} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1224907906 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 2025433337} m_GameObject: {fileID: 1224907905} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!23 &1224907907 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 2025433337} m_GameObject: {fileID: 1224907905} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0595703125, y: .0595703125, z: .544921875, w: .189453125} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1224907908 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 2025433337} m_GameObject: {fileID: 1224907905} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!4 &1224907909 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 2025433337} m_GameObject: {fileID: 1224907905} m_LocalRotation: {x: -.775543988, y: -.113278061, z: .603106678, w: .148195788} m_LocalPosition: {x: -9.5065279, y: -.0884933472, z: -30.1617889} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1225656034 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} serializedVersion: 4 m_Component: - 4: {fileID: 1225656035} - 33: {fileID: 1225656039} - 23: {fileID: 1225656038} - 95: {fileID: 1225656037} - 65: {fileID: 1225656036} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1225656035 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 1225656034} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1494352378} --- !u!65 &1225656036 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 1225656034} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1225656037 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 1225656034} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1225656038 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 1225656034} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .712890625, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1225656039 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 1225656034} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &1227529942 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 17.0776825 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -18.1684875 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .643554688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 631134173} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1229173878 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 2000806844} serializedVersion: 4 m_Component: - 4: {fileID: 1229173879} - 33: {fileID: 1229173882} - 23: {fileID: 1229173881} - 65: {fileID: 1229173880} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1229173879 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 2000806844} m_GameObject: {fileID: 1229173878} m_LocalRotation: {x: -.701057434, y: -.092295669, z: -.092295751, w: .701057494} m_LocalPosition: {x: -22.4137383, y: 0, z: -.493736267} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &1229173880 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 2000806844} m_GameObject: {fileID: 1229173878} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &1229173881 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 2000806844} m_GameObject: {fileID: 1229173878} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .493164062, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1229173882 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 2000806844} m_GameObject: {fileID: 1229173878} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!1 &1229717557 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1714943299} serializedVersion: 4 m_Component: - 4: {fileID: 1229717560} - 33: {fileID: 1229717559} - 23: {fileID: 1229717558} m_Layer: 0 m_Name: Gravestone09 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1229717558 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1714943299} m_GameObject: {fileID: 1229717557} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .716796875} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1229717559 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1714943299} m_GameObject: {fileID: 1229717557} m_Mesh: {fileID: 4300000, guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a, type: 3} --- !u!4 &1229717560 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1714943299} m_GameObject: {fileID: 1229717557} m_LocalRotation: {x: .683013499, y: .183009282, z: .183009729, w: -.683013618} m_LocalPosition: {x: 5.00339794, y: .0450925827, z: -14.6605463} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1231054336 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -6.27083588 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -13.6925583 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 230994613} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1232214627 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 1554015049} serializedVersion: 4 m_Component: - 4: {fileID: 1232214628} - 33: {fileID: 1232214631} - 23: {fileID: 1232214630} - 64: {fileID: 1232214629} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1232214628 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 1554015049} m_GameObject: {fileID: 1232214627} m_LocalRotation: {x: -.588781953, y: .0435203053, z: -.791125238, w: .159883633} m_LocalPosition: {x: 4.60243368, y: -.079319872, z: 5.24312258} m_LocalScale: {x: .899999976, y: .899999976, z: .899999976} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1232214629 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 1554015049} m_GameObject: {fileID: 1232214627} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!23 &1232214630 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 1554015049} m_GameObject: {fileID: 1232214627} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .052734375, y: .052734375, z: .3046875, w: .321289062} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1232214631 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 1554015049} m_GameObject: {fileID: 1232214627} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!1 &1237653601 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1420244705} serializedVersion: 4 m_Component: - 4: {fileID: 1237653604} - 33: {fileID: 1237653603} - 23: {fileID: 1237653602} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1237653602 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1420244705} m_GameObject: {fileID: 1237653601} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1237653603 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1420244705} m_GameObject: {fileID: 1237653601} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1237653604 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1420244705} m_GameObject: {fileID: 1237653601} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 23.3014984, y: .0105461888, z: -8.13368988} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1238971656 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -15.274025 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -21.0053101 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .28125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 847014818} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1239166824 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: 9.15438747 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: -12.6917315 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: -.430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .85546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 124384} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1239289438 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1585907251} serializedVersion: 4 m_Component: - 4: {fileID: 1239289441} - 33: {fileID: 1239289440} - 23: {fileID: 1239289439} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1239289439 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1585907251} m_GameObject: {fileID: 1239289438} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .775390625, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1239289440 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1585907251} m_GameObject: {fileID: 1239289438} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1239289441 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1585907251} m_GameObject: {fileID: 1239289438} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -15.36763, y: 0, z: -12.232811} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1239971714 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -21.4498959 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -22.5889759 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707105994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: .707107604 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .756835938 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1400720570} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1241687183 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.x value: -9.46370983 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.z value: 13.2585754 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.x value: -.500000417 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.y value: -.499999583 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.z value: -.499999642 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.w value: .500000477 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.z value: .625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_RootGameObject: {fileID: 372918029} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1243008315 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.x value: 6.63260651 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.y value: .0549349971 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.z value: 4.45160675 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0283203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0283203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .96484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_RootGameObject: {fileID: 1348401063} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1243384107 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -5.7469449 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -10.127861 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1774850583} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1245461501 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} serializedVersion: 4 m_Component: - 4: {fileID: 1245461502} - 33: {fileID: 1245461506} - 23: {fileID: 1245461505} - 95: {fileID: 1245461504} - 65: {fileID: 1245461503} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1245461502 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1245461501} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 556432512} --- !u!65 &1245461503 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1245461501} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &1245461504 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1245461501} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1245461505 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1245461501} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .624023438} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1245461506 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2070888849} m_GameObject: {fileID: 1245461501} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &1245639302 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1245639303} - 33: {fileID: 1245639307} - 23: {fileID: 1245639306} - 95: {fileID: 1245639305} - 65: {fileID: 1245639304} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1245639303 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1245639302} m_LocalRotation: {x: -.500001013, y: -.499998927, z: -.499999076, w: .500001073} m_LocalPosition: {x: -1.12408555, y: 0, z: 24.2841148} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1245639304 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1245639302} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1245639305 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1245639302} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1245639306 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1245639302} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .876953125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1245639307 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1245639302} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &1245784770 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1865636281} serializedVersion: 4 m_Component: - 4: {fileID: 1245784773} - 33: {fileID: 1245784772} - 23: {fileID: 1245784771} m_Layer: 0 m_Name: Plant08_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1245784771 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1865636281} m_GameObject: {fileID: 1245784770} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .01953125, y: .01953125, z: .0869140625, w: .701171875} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1245784772 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1865636281} m_GameObject: {fileID: 1245784770} m_Mesh: {fileID: 4300000, guid: 24e3be68eb274aa4aa842b71e7b791a5, type: 3} --- !u!4 &1245784773 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1865636281} m_GameObject: {fileID: 1245784770} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: 26.3549881, y: 0, z: 5.32181549} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1246217245 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1550511690} serializedVersion: 4 m_Component: - 4: {fileID: 1246217248} - 33: {fileID: 1246217247} - 23: {fileID: 1246217246} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1246217246 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1550511690} m_GameObject: {fileID: 1246217245} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1246217247 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1550511690} m_GameObject: {fileID: 1246217245} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1246217248 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1550511690} m_GameObject: {fileID: 1246217245} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 12.0099945, y: 0, z: -2.15129852} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1250371415 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.x value: -1.92509079 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.y value: .775606632 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.z value: 24.6536064 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ShapeModule.radius value: 1 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startSize.scalar value: .0500000007 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startColor.maxColor.rgba value: 4285170317 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_RootGameObject: {fileID: 1528904129} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1251898933 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1413340294} serializedVersion: 4 m_Component: - 4: {fileID: 1251898936} - 33: {fileID: 1251898935} - 23: {fileID: 1251898934} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1251898934 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1413340294} m_GameObject: {fileID: 1251898933} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1251898935 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1413340294} m_GameObject: {fileID: 1251898933} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1251898936 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1413340294} m_GameObject: {fileID: 1251898933} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -18.4788589, y: -0, z: -6.49981689} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1254745481 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -11.8884888 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 1.83808899 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .682617188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 303673952} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1255971572 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1060436365} serializedVersion: 4 m_Component: - 4: {fileID: 1255971575} - 33: {fileID: 1255971574} - 23: {fileID: 1255971573} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1255971573 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1060436365} m_GameObject: {fileID: 1255971572} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1255971574 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1060436365} m_GameObject: {fileID: 1255971572} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!4 &1255971575 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1060436365} m_GameObject: {fileID: 1255971572} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.3182144, y: 0, z: 9.23465061} m_LocalScale: {x: 1.69861209, y: 1.69861209, z: 1.69861209} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1257149989 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.x value: -7.93484497 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.z value: -17.0812988 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .590820312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_RootGameObject: {fileID: 1928975305} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1258878830 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -4.65551758 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -.105903625 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: 9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .736328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1904844771} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1263565375 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 2.61698151 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -12.3606873 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .935546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1640224555} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1268881123 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1541664653} serializedVersion: 4 m_Component: - 4: {fileID: 1268881126} - 33: {fileID: 1268881125} - 23: {fileID: 1268881124} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1268881124 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1541664653} m_GameObject: {fileID: 1268881123} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1268881125 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1541664653} m_GameObject: {fileID: 1268881123} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1268881126 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1541664653} m_GameObject: {fileID: 1268881123} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -18.8641586, y: 0, z: -11.2909775} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1270700019 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.x value: 2.55540466 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.y value: .0305649191 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.z value: -15.1481781 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.z value: .796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_RootGameObject: {fileID: 796840532} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1272016809 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 988373758} serializedVersion: 4 m_Component: - 4: {fileID: 1272016812} - 33: {fileID: 1272016811} - 23: {fileID: 1272016810} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1272016810 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 988373758} m_GameObject: {fileID: 1272016809} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1272016811 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 988373758} m_GameObject: {fileID: 1272016809} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1272016812 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 988373758} m_GameObject: {fileID: 1272016809} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.9180679, y: 0, z: 5.16814423} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1274605671 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} serializedVersion: 4 m_Component: - 4: {fileID: 1274605672} - 33: {fileID: 1274605676} - 23: {fileID: 1274605675} - 95: {fileID: 1274605674} - 65: {fileID: 1274605673} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1274605672 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1274605671} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700140104} --- !u!65 &1274605673 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1274605671} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1274605674 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1274605671} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1274605675 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1274605671} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .7109375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1274605676 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1274605671} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &1275096456 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2126048688} serializedVersion: 4 m_Component: - 4: {fileID: 1275096459} - 33: {fileID: 1275096458} - 23: {fileID: 1275096457} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1275096457 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2126048688} m_GameObject: {fileID: 1275096456} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .760742188, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1275096458 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2126048688} m_GameObject: {fileID: 1275096456} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1275096459 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2126048688} m_GameObject: {fileID: 1275096456} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.31626892, y: 0, z: -2.15628052} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1275316086 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.x value: -9.35557747 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.z value: 17.8100605 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.w value: .614257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_RootGameObject: {fileID: 305096347} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1277170971 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 354232948} serializedVersion: 4 m_Component: - 4: {fileID: 1277170975} - 33: {fileID: 1277170974} - 23: {fileID: 1277170973} - 65: {fileID: 1277170972} m_Layer: 0 m_Name: Cart04 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1277170972 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 354232948} m_GameObject: {fileID: 1277170971} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 4.26216269, y: 2.00333643, z: 1.13291347} m_Center: {x: 0, y: 5.96046448e-08, z: .566456497} --- !u!23 &1277170973 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 354232948} m_GameObject: {fileID: 1277170971} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .076171875, y: .076171875, z: .109375, w: .682617188} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1277170974 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 354232948} m_GameObject: {fileID: 1277170971} m_Mesh: {fileID: 4300000, guid: 4c5b3cc9f2f505144821ab8da8218e1a, type: 3} --- !u!4 &1277170975 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 354232948} m_GameObject: {fileID: 1277170971} m_LocalRotation: {x: -.0922976211, y: .701057136, z: .701057255, w: .0922975391} m_LocalPosition: {x: 16.3882847, y: 0, z: -8.03224373} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1277882975 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 52471148} serializedVersion: 4 m_Component: - 4: {fileID: 1277882976} - 33: {fileID: 1277882978} - 23: {fileID: 1277882977} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1277882976 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 52471148} m_GameObject: {fileID: 1277882975} m_LocalRotation: {x: .701057792, y: .0922929347, z: .0922930315, w: -.701057851} m_LocalPosition: {x: 12.9970608, y: .0258910004, z: -3.50293112} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1277882977 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 52471148} m_GameObject: {fileID: 1277882975} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .641601562, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1277882978 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 52471148} m_GameObject: {fileID: 1277882975} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1278377971 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 18.5500908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -32.5891571 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .834960938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .896484375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 333750600} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1279272738 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 429114952} serializedVersion: 4 m_Component: - 4: {fileID: 1279272741} - 33: {fileID: 1279272740} - 23: {fileID: 1279272739} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1279272739 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 429114952} m_GameObject: {fileID: 1279272738} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1279272740 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 429114952} m_GameObject: {fileID: 1279272738} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1279272741 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 429114952} m_GameObject: {fileID: 1279272738} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 18.6504593, y: 0, z: 2.1756897} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1281201207 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 19.4380646 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -6.80776215 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .663085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 551641919} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1283716454 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1283716455} - 33: {fileID: 1283716459} - 23: {fileID: 1283716458} - 95: {fileID: 1283716457} - 65: {fileID: 1283716456} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1283716455 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1283716454} m_LocalRotation: {x: -1.8977579e-06, y: -.707106769, z: -.707106829, w: 2.12215105e-06} m_LocalPosition: {x: 7.76091623, y: 0, z: -13.4758396} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1283716456 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1283716454} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1283716457 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1283716454} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1283716458 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1283716454} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .850585938} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1283716459 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1283716454} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &1285060032 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 615271147} serializedVersion: 4 m_Component: - 4: {fileID: 1285060036} - 33: {fileID: 1285060035} - 23: {fileID: 1285060034} - 64: {fileID: 1285060033} m_Layer: 0 m_Name: Cart03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1285060033 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 615271147} m_GameObject: {fileID: 1285060032} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 2d2202fc3b08a724b98f60665a40dc09, type: 3} --- !u!23 &1285060034 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 615271147} m_GameObject: {fileID: 1285060032} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0751953125, y: .0751953125, z: .109375, w: .915039062} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1285060035 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 615271147} m_GameObject: {fileID: 1285060032} m_Mesh: {fileID: 4300000, guid: 5428fbf5fe8baa647b32476dfd3cb800, type: 3} --- !u!4 &1285060036 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 615271147} m_GameObject: {fileID: 1285060032} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: 24.7554626, y: 0, z: -5.81104183} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1286528838 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1892314156} serializedVersion: 4 m_Component: - 4: {fileID: 1286528841} - 33: {fileID: 1286528840} - 23: {fileID: 1286528839} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1286528839 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1892314156} m_GameObject: {fileID: 1286528838} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .486328125, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1286528840 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1892314156} m_GameObject: {fileID: 1286528838} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!4 &1286528841 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1892314156} m_GameObject: {fileID: 1286528838} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -2.89698911, y: 0, z: 12.313015} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1286566509 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1606519805} serializedVersion: 4 m_Component: - 4: {fileID: 1286566512} - 33: {fileID: 1286566511} - 23: {fileID: 1286566510} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1286566510 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1606519805} m_GameObject: {fileID: 1286566509} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .6328125, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1286566511 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1606519805} m_GameObject: {fileID: 1286566509} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &1286566512 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1606519805} m_GameObject: {fileID: 1286566509} m_LocalRotation: {x: .560984075, y: -.430461377, z: -.430461317, w: -.560983896} m_LocalPosition: {x: 11.0566254, y: .025891006, z: -9.14297485} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1287090511 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1604891315} serializedVersion: 4 m_Component: - 4: {fileID: 1287090514} - 33: {fileID: 1287090513} - 23: {fileID: 1287090512} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1287090512 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1604891315} m_GameObject: {fileID: 1287090511} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .87890625, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1287090513 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1604891315} m_GameObject: {fileID: 1287090511} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!4 &1287090514 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1604891315} m_GameObject: {fileID: 1287090511} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -17.1409683, y: .40907228, z: 11.5357513} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1289340888 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1776200190} serializedVersion: 4 m_Component: - 4: {fileID: 1289340891} - 33: {fileID: 1289340890} - 23: {fileID: 1289340889} m_Layer: 0 m_Name: Plant09_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1289340889 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1776200190} m_GameObject: {fileID: 1289340888} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0810546875, y: .0810546875, z: .109375, w: .44140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1289340890 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1776200190} m_GameObject: {fileID: 1289340888} m_Mesh: {fileID: 4300000, guid: 28712e81b8727524b9236e7ad1404d3e, type: 3} --- !u!4 &1289340891 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1776200190} m_GameObject: {fileID: 1289340888} m_LocalRotation: {x: -.707106829, y: -6.18172393e-08, z: -2.70211748e-15, w: .707106769} m_LocalPosition: {x: -22.9510975, y: .0400840938, z: -14.2159538} m_LocalScale: {x: 1.60000002, y: 1.60000002, z: 1.60000002} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1290011591 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.x value: -10.5893202 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.y value: .0979176909 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.z value: 11.8622856 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.w value: .607421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_RootGameObject: {fileID: 245448455} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1291358275 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 26.0492401 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: 13.2302628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .592773438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1507091686} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1294748256 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 477851020} serializedVersion: 4 m_Component: - 4: {fileID: 1294748259} - 33: {fileID: 1294748258} - 23: {fileID: 1294748257} m_Layer: 0 m_Name: Plant08_h m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1294748257 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 477851020} m_GameObject: {fileID: 1294748256} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1294748258 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 477851020} m_GameObject: {fileID: 1294748256} m_Mesh: {fileID: 4300000, guid: 7666d3573de7e0a429a535ec583bec9b, type: 3} --- !u!4 &1294748259 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 477851020} m_GameObject: {fileID: 1294748256} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.8873291, y: .00467941165, z: -2.51950836} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1295224594 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1794083958} serializedVersion: 4 m_Component: - 4: {fileID: 1295224597} - 33: {fileID: 1295224596} - 23: {fileID: 1295224595} m_Layer: 0 m_Name: Plant09_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1295224595 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1794083958} m_GameObject: {fileID: 1295224594} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .06640625, y: .06640625, z: .415039062, w: .189453125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1295224596 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1794083958} m_GameObject: {fileID: 1295224594} m_Mesh: {fileID: 4300000, guid: 3f0e4eccc7076a941bfda5dac0cb8817, type: 3} --- !u!4 &1295224597 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1794083958} m_GameObject: {fileID: 1295224594} m_LocalRotation: {x: -.612372756, y: -.353552997, z: -.353552997, w: .612372696} m_LocalPosition: {x: 4.96876717, y: 0, z: -10.1314516} m_LocalScale: {x: 1.53000009, y: 1.53000033, z: 1.53000021} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1295372351 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1485557701} serializedVersion: 4 m_Component: - 4: {fileID: 1295372352} - 33: {fileID: 1295372354} - 23: {fileID: 1295372353} m_Layer: 0 m_Name: Plant08_h m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1295372352 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1485557701} m_GameObject: {fileID: 1295372351} m_LocalRotation: {x: -.683012784, y: .18301256, z: .183012545, w: .683012724} m_LocalPosition: {x: 19.5119534, y: 0, z: -7.45294714} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1295372353 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1485557701} m_GameObject: {fileID: 1295372351} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .950195312, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1295372354 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1485557701} m_GameObject: {fileID: 1295372351} m_Mesh: {fileID: 4300000, guid: 7666d3573de7e0a429a535ec583bec9b, type: 3} --- !u!1001 &1297116285 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LocalPosition.x value: -7.11185074 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LocalPosition.y value: .0278191566 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LocalPosition.z value: 6.17352247 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LocalRotation.x value: -.0602333248 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LocalRotation.y value: .85354197 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LocalRotation.z value: -.120947137 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LocalRotation.w value: -.503199697 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0166015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LightmapTilingOffset.z value: .927734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 96d52558c68a6834ab13d4aead40533e, type: 2} m_RootGameObject: {fileID: 722456421} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1299350004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 323627282} serializedVersion: 4 m_Component: - 4: {fileID: 1299350005} - 33: {fileID: 1299350008} - 23: {fileID: 1299350007} - 64: {fileID: 1299350006} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1299350005 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 323627282} m_GameObject: {fileID: 1299350004} m_LocalRotation: {x: -.653281629, y: -.270597667, z: -.270597696, w: .653281629} m_LocalPosition: {x: 21.7668266, y: -.0404440016, z: 8.1523304} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1299350006 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 323627282} m_GameObject: {fileID: 1299350004} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &1299350007 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 323627282} m_GameObject: {fileID: 1299350004} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .594726562} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1299350008 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 323627282} m_GameObject: {fileID: 1299350004} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1 &1300228790 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1300228795} - 33: {fileID: 1300228794} - 23: {fileID: 1300228793} - 95: {fileID: 1300228792} - 65: {fileID: 1300228791} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1300228791 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1300228790} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1300228792 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1300228790} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1300228793 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1300228790} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .82421875} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1300228794 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1300228790} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!4 &1300228795 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1300228790} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -5, y: -0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 57471363} --- !u!1 &1302144618 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 703709188} serializedVersion: 4 m_Component: - 4: {fileID: 1302144621} - 33: {fileID: 1302144620} - 23: {fileID: 1302144619} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1302144619 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 703709188} m_GameObject: {fileID: 1302144618} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .624023438, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1302144620 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 703709188} m_GameObject: {fileID: 1302144618} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &1302144621 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 703709188} m_GameObject: {fileID: 1302144618} m_LocalRotation: {x: .49999842, y: -.500001729, z: -.500001669, w: -.499998212} m_LocalPosition: {x: -4.96278095, y: 0, z: -26.9837799} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1306651495 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -3.60049438 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -5.86004639 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .614257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 857952926} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1307406656 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 8.14718246 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 6.67329979 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.500000477 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.499999523 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.499999523 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .500000477 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .650390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1191413905} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1307459366 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} m_PrefabInternal: {fileID: 1530316753} serializedVersion: 4 m_Component: - 4: {fileID: 1307459369} - 198: {fileID: 1307459368} - 199: {fileID: 1307459367} m_Layer: 0 m_Name: Smoke02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1307459367 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} m_PrefabInternal: {fileID: 1530316753} m_GameObject: {fileID: 1307459366} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 0bf1298c8b13aa84a85ec7bd566c1273, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .5 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1307459368 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} m_PrefabInternal: {fileID: 1530316753} m_GameObject: {fileID: 1307459366} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 0 InitialModule: enabled: 1 startLifetime: scalar: 12 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .666666687 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4285683005 minMaxState: 0 startSize: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 1.57079625 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: .00999999978 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: 60 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 7 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 1 curve: scalar: 4 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .26865676 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 1 curve: scalar: .34906584 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 3386900224 key2: serializedVersion: 2 rgba: 16777215 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 33346 ctime2: 65535 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 32768 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 3 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 1 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 z: scalar: .5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 inWorldSpace: 1 ForceModule: enabled: 0 x: scalar: 11.1000004 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294956433 key2: serializedVersion: 2 rgba: 16777215 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 32768 ctime2: 65535 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 32768 atime2: 65535 atime3: 65535 atime4: 65535 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 3 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1307459369 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} m_PrefabInternal: {fileID: 1530316753} m_GameObject: {fileID: 1307459366} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -11.3651867, y: 1, z: 9.30662823} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &1307549343 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1977201030} serializedVersion: 4 m_Component: - 4: {fileID: 1307549347} - 33: {fileID: 1307549346} - 23: {fileID: 1307549345} - 65: {fileID: 1307549344} m_Layer: 0 m_Name: Gravestone06 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1307549344 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1977201030} m_GameObject: {fileID: 1307549343} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .426853448, y: .0785035416, z: 1.13765764} m_Center: {x: 7.4505806e-08, y: 0, z: .5427984} --- !u!23 &1307549345 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1977201030} m_GameObject: {fileID: 1307549343} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .9453125} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1307549346 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1977201030} m_GameObject: {fileID: 1307549343} m_Mesh: {fileID: 4300000, guid: ab8bc807a82c61244b9767c797b8586c, type: 3} --- !u!4 &1307549347 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1977201030} m_GameObject: {fileID: 1307549343} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: -4.45882416, y: 0, z: -6.12995434} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1307746843 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.x value: 24.4590645 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalPosition.z value: 6.91912985 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.y value: -3.93407831e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.z value: 2.24764527e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.x value: 1.79999995 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.y value: 1.79999995 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LocalScale.z value: 1.79999995 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .07421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .07421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31c149690c4bd6e4499e7b644062c30b, type: 2} m_RootGameObject: {fileID: 1072238578} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1313352567 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: -19.5435715 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: .395482391 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: 12.6014204 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .939453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 686347077} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1313549521 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: 10.0939941 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -18.4704971 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 704909926} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1316124337 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 686737342} serializedVersion: 4 m_Component: - 4: {fileID: 1316124338} - 33: {fileID: 1316124341} - 23: {fileID: 1316124340} - 64: {fileID: 1316124339} m_Layer: 0 m_Name: Wheel01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1316124338 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 686737342} m_GameObject: {fileID: 1316124337} m_LocalRotation: {x: -.923879385, y: 0, z: 0, w: .382683992} m_LocalPosition: {x: -17.4783936, y: .326490641, z: -12.159194} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1316124339 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 686737342} m_GameObject: {fileID: 1316124337} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: cb0dc3d00db8b39409f17a91f2eb2e8a, type: 3} --- !u!23 &1316124340 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 686737342} m_GameObject: {fileID: 1316124337} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0166015625, y: .0166015625, z: .890625, w: .245117188} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1316124341 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b38087c4f4bf5ce429f0ce9b7b3f46bf, type: 2} m_PrefabInternal: {fileID: 686737342} m_GameObject: {fileID: 1316124337} m_Mesh: {fileID: 4300000, guid: 1d2a6069ea1460d4a82845c4edcdae31, type: 3} --- !u!1 &1319853003 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 84382383} serializedVersion: 4 m_Component: - 4: {fileID: 1319853004} - 33: {fileID: 1319853006} - 23: {fileID: 1319853005} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1319853004 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 84382383} m_GameObject: {fileID: 1319853003} m_LocalRotation: {x: -.430460006, y: -.560985029, z: -.560985029, w: .430460006} m_LocalPosition: {x: 11.2097282, y: 0, z: 6.89991713} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1319853005 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 84382383} m_GameObject: {fileID: 1319853003} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .844726562, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1319853006 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 84382383} m_GameObject: {fileID: 1319853003} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1320829109 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1173357991} serializedVersion: 4 m_Component: - 4: {fileID: 1320829112} - 33: {fileID: 1320829111} - 23: {fileID: 1320829110} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1320829110 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1173357991} m_GameObject: {fileID: 1320829109} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .74609375, w: .520507812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1320829111 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1173357991} m_GameObject: {fileID: 1320829109} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1320829112 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1173357991} m_GameObject: {fileID: 1320829109} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -4.0192337, y: .0528709218, z: -.140304565} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1322437859 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.x value: -1.97701931 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.y value: 3.67210197 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.z value: 18.8661003 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startSpeed.minCurve.m_Curve.Array.data[0].value value: 1 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startSpeed.scalar value: 1 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startLifetime.scalar value: 2 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ShapeModule.radius value: 3 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startSpeed.maxCurve.m_Curve.Array.data[0].value value: .300000012 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startColor.maxColor.rgba value: 4287861651 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.maxNumParticles value: 40 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startSize.scalar value: .100000001 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: EmissionModule.rate.scalar value: 30 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: SizeModule.enabled value: 0 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ColorModule.enabled value: 1 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ColorModule.gradient.maxGradient.key1.rgba value: 1828694272 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ColorModule.gradient.maxGradient.key2.rgba value: 65464 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ColorModule.gradient.maxGradient.ctime1 value: 65342 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ColorModule.gradient.maxGradient.ctime2 value: 65149 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ColorModule.gradient.maxGradient.m_NumColorKeys value: 2 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ColorModule.gradient.maxGradient.key0.rgba value: 1744764930 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_RootGameObject: {fileID: 885989451} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1323650880 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -11.1681995 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -25.5540352 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -2.20311927e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: 2.27891383e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .814453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1498420787} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1328719713 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 964447635} serializedVersion: 4 m_Component: - 4: {fileID: 1328719716} - 33: {fileID: 1328719715} - 23: {fileID: 1328719714} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1328719714 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 964447635} m_GameObject: {fileID: 1328719713} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1328719715 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 964447635} m_GameObject: {fileID: 1328719713} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!4 &1328719716 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 964447635} m_GameObject: {fileID: 1328719713} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -4.02484703, y: .0239033103, z: 18.4151688} m_LocalScale: {x: 1.64974523, y: 1.64974523, z: 1.64974523} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1329719057 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1427479611} serializedVersion: 4 m_Component: - 4: {fileID: 1329719058} - 33: {fileID: 1329719060} - 23: {fileID: 1329719059} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1329719058 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1427479611} m_GameObject: {fileID: 1329719057} m_LocalRotation: {x: .683013558, y: .183009684, z: .183009699, w: -.683013558} m_LocalPosition: {x: 13.0875406, y: .0258910004, z: 2.91623616} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1329719059 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1427479611} m_GameObject: {fileID: 1329719057} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .615234375, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1329719060 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1427479611} m_GameObject: {fileID: 1329719057} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1331364450 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1331364452} - 108: {fileID: 1331364451} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &1331364451 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1331364450} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .567164183, g: .98183912, b: 1, a: 1} m_Intensity: .699999988 m_Range: 15 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 2 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 1 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 100 m_ShadowRadius: .388000011 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &1331364452 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1331364450} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: .347527504, y: 1.42389607, z: -21.8621063} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700842334} --- !u!1 &1332146656 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1418993375} serializedVersion: 4 m_Component: - 4: {fileID: 1332146657} - 33: {fileID: 1332146659} - 23: {fileID: 1332146658} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1332146657 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1418993375} m_GameObject: {fileID: 1332146656} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -.638466954, y: 0, z: -17.4268265} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1332146658 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1418993375} m_GameObject: {fileID: 1332146656} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0947265625, w: .9453125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1332146659 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1418993375} m_GameObject: {fileID: 1332146656} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &1333414218 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 121065226} serializedVersion: 4 m_Component: - 4: {fileID: 1333414221} - 33: {fileID: 1333414220} - 23: {fileID: 1333414219} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1333414219 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 121065226} m_GameObject: {fileID: 1333414218} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .838867188, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1333414220 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 121065226} m_GameObject: {fileID: 1333414218} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1333414221 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 121065226} m_GameObject: {fileID: 1333414218} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 22.9251709, y: .0250773616, z: -26.821106} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1334881111 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.x value: -22.0101566 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.z value: -20.9394588 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.y value: -.430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.z value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .913085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_RootGameObject: {fileID: 1647653620} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1334964709 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -.6092875 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -18.9976501 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .653320312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 610091865} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1335036658 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1335036660} - 108: {fileID: 1335036659} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &1335036659 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1335036658} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .276119411, g: 1, b: 1, a: 1} m_Intensity: .699999988 m_Range: 30 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 2 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 1 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 100 m_ShadowRadius: .388000011 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &1335036660 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1335036658} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 20.7916126, y: 4.80394173, z: -4.34195709} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700842334} --- !u!1001 &1335692002 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 7.00358582 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .00955852121 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -13.8383331 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.353554308 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.612371922 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.612371981 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .353554368 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1741322907} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1336554305 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1336554310} - 33: {fileID: 1336554309} - 23: {fileID: 1336554308} - 95: {fileID: 1336554307} - 65: {fileID: 1336554306} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1336554306 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1336554305} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1336554307 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1336554305} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1336554308 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1336554305} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .655273438} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1336554309 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1336554305} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!4 &1336554310 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1336554305} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1678463287} --- !u!1 &1340218945 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1145897330} serializedVersion: 4 m_Component: - 4: {fileID: 1340218946} - 33: {fileID: 1340218948} - 23: {fileID: 1340218947} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1340218946 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1145897330} m_GameObject: {fileID: 1340218945} m_LocalRotation: {x: -.560985863, y: -.430458903, z: -.430458903, w: .560985863} m_LocalPosition: {x: 9.25665665, y: 0, z: -9.15659142} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1340218947 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1145897330} m_GameObject: {fileID: 1340218945} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .606445312, w: .538085938} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1340218948 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1145897330} m_GameObject: {fileID: 1340218945} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1340731239 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1057405874} serializedVersion: 4 m_Component: - 4: {fileID: 1340731242} - 33: {fileID: 1340731241} - 23: {fileID: 1340731240} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1340731240 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1057405874} m_GameObject: {fileID: 1340731239} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .875976562, w: .245117188} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1340731241 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1057405874} m_GameObject: {fileID: 1340731239} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1340731242 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1057405874} m_GameObject: {fileID: 1340731239} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -12.8796616, y: 0, z: -2.00402832} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1342347710 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -3.23893738 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -25.5825634 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .43045789 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.560986698 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.560986638 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.430457801 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .940429688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 528173892} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1342631331 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 622178476} serializedVersion: 4 m_Component: - 4: {fileID: 1342631334} - 33: {fileID: 1342631333} - 23: {fileID: 1342631332} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1342631332 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 622178476} m_GameObject: {fileID: 1342631331} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .083984375, w: .920898438} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1342631333 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 622178476} m_GameObject: {fileID: 1342631331} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!4 &1342631334 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 622178476} m_GameObject: {fileID: 1342631331} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.9536743, y: .00516412407, z: -1.951828} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1343991912 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -8.92107391 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -6.58646393 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -.430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .987304688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .4453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 406614818} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1344781167 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: -16.1423492 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: 1.17531097 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: -5.16200256 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: -.00913004298 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: -.0179593619 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: -.707762778 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: .70616287 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .774414062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 860504096} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1345767587 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1926350450} serializedVersion: 4 m_Component: - 4: {fileID: 1345767588} - 33: {fileID: 1345767590} - 23: {fileID: 1345767589} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1345767588 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1926350450} m_GameObject: {fileID: 1345767587} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: -1.29765797, y: 0, z: -3.78905964} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1345767589 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1926350450} m_GameObject: {fileID: 1345767587} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .833984375, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1345767590 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1926350450} m_GameObject: {fileID: 1345767587} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1346936249 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -7.77332306 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -5.59344482 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1947336219} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1347060011 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 758152218} serializedVersion: 4 m_Component: - 4: {fileID: 1347060012} - 33: {fileID: 1347060014} - 23: {fileID: 1347060013} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1347060012 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 758152218} m_GameObject: {fileID: 1347060011} m_LocalRotation: {x: .612371266, y: -.353555739, z: -.35355562, w: -.612371087} m_LocalPosition: {x: 6.06200123, y: 0, z: -5.16606379} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1347060013 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 758152218} m_GameObject: {fileID: 1347060011} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .990234375, w: .51171875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1347060014 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 758152218} m_GameObject: {fileID: 1347060011} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1347155867 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 968091589} serializedVersion: 4 m_Component: - 4: {fileID: 1347155868} - 33: {fileID: 1347155871} - 23: {fileID: 1347155870} - 64: {fileID: 1347155869} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1347155868 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 968091589} m_GameObject: {fileID: 1347155867} m_LocalRotation: {x: -.707106829, y: 6.53271911e-07, z: 6.75468698e-07, w: .707106829} m_LocalPosition: {x: -7.79044104, y: -.0353140831, z: -2.63384461} m_LocalScale: {x: .899999976, y: .899999976, z: .899999976} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1347155869 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 968091589} m_GameObject: {fileID: 1347155867} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!23 &1347155870 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 968091589} m_GameObject: {fileID: 1347155867} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .052734375, y: .052734375, z: .861328125, w: .265625} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1347155871 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 968091589} m_GameObject: {fileID: 1347155867} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!1 &1348401063 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1243008315} serializedVersion: 4 m_Component: - 4: {fileID: 1348401067} - 33: {fileID: 1348401066} - 23: {fileID: 1348401065} - 64: {fileID: 1348401064} m_Layer: 0 m_Name: Cart01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1348401064 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1243008315} m_GameObject: {fileID: 1348401063} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 63da046efbdae6540bcccff127e8d12c, type: 3} --- !u!23 &1348401065 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1243008315} m_GameObject: {fileID: 1348401063} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0283203125, y: .0283203125, z: .3046875, w: .96484375} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1348401066 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1243008315} m_GameObject: {fileID: 1348401063} m_Mesh: {fileID: 4300000, guid: 84ad49a1269279740bf8727bac44a865, type: 3} --- !u!4 &1348401067 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1243008315} m_GameObject: {fileID: 1348401063} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 6.63260651, y: .0549349971, z: 4.45160675} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1350551466 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1581047954} serializedVersion: 4 m_Component: - 4: {fileID: 1350551469} - 33: {fileID: 1350551468} - 23: {fileID: 1350551467} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1350551467 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1581047954} m_GameObject: {fileID: 1350551466} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .963867188, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1350551468 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1581047954} m_GameObject: {fileID: 1350551466} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!4 &1350551469 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_PrefabInternal: {fileID: 1581047954} m_GameObject: {fileID: 1350551466} m_LocalRotation: {x: -.683012784, y: -.183012441, z: -.183012471, w: .683012784} m_LocalPosition: {x: 8.83496475, y: .0390967131, z: -16.5950089} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1350875329 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -13.8008976 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -29.7244606 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .701057017 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.092298612 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.0922985673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.701057076 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .831054688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1984135434} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1357365041 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 107405686} serializedVersion: 4 m_Component: - 4: {fileID: 1357365042} - 33: {fileID: 1357365044} - 23: {fileID: 1357365043} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1357365042 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 107405686} m_GameObject: {fileID: 1357365041} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -9.18326569, y: 0, z: -25.3969746} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1357365043 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 107405686} m_GameObject: {fileID: 1357365041} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1357365044 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 107405686} m_GameObject: {fileID: 1357365041} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!1 &1357822676 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 152946475} serializedVersion: 4 m_Component: - 4: {fileID: 1357822679} - 33: {fileID: 1357822678} - 23: {fileID: 1357822677} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1357822677 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 152946475} m_GameObject: {fileID: 1357822676} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1357822678 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 152946475} m_GameObject: {fileID: 1357822676} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1357822679 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 152946475} m_GameObject: {fileID: 1357822676} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 20.7545776, y: 0, z: -29.7381744} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1358447069 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 76251724} serializedVersion: 4 m_Component: - 4: {fileID: 1358447074} - 33: {fileID: 1358447073} - 23: {fileID: 1358447072} - 95: {fileID: 1358447071} - 65: {fileID: 1358447070} m_Layer: 0 m_Name: Tomb02_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1358447070 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 76251724} m_GameObject: {fileID: 1358447069} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .593273997, z: 1.79594743} m_Center: {x: 1.22189522e-06, y: -.0405944847, z: .897973716} --- !u!95 &1358447071 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 76251724} m_GameObject: {fileID: 1358447069} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1358447072 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 76251724} m_GameObject: {fileID: 1358447069} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .02734375, y: .02734375, z: .619140625, w: .45703125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1358447073 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 76251724} m_GameObject: {fileID: 1358447069} m_Mesh: {fileID: 4300000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} --- !u!4 &1358447074 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 76251724} m_GameObject: {fileID: 1358447069} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: 2.89398599, y: .00775671005, z: -14.2850523} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1362984272 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 467256984} serializedVersion: 4 m_Component: - 4: {fileID: 1362984273} - 33: {fileID: 1362984275} - 23: {fileID: 1362984274} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1362984273 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 467256984} m_GameObject: {fileID: 1362984272} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: -13.6156311, y: .0721675307, z: -15.4612274} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1362984274 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 467256984} m_GameObject: {fileID: 1362984272} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .083984375, w: .9453125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1362984275 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 467256984} m_GameObject: {fileID: 1362984272} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1001 &1364016246 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -10.8958511 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -32.3265991 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .887695312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1726115328} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1365299520 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1047403568} serializedVersion: 4 m_Component: - 4: {fileID: 1365299523} - 33: {fileID: 1365299522} - 23: {fileID: 1365299521} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1365299521 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1047403568} m_GameObject: {fileID: 1365299520} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1365299522 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1047403568} m_GameObject: {fileID: 1365299520} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!4 &1365299523 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 1047403568} m_GameObject: {fileID: 1365299520} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -8.86978912, y: 0, z: 2.0158844} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1366001494 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} serializedVersion: 4 m_Component: - 4: {fileID: 1366001495} - 33: {fileID: 1366001499} - 23: {fileID: 1366001498} - 95: {fileID: 1366001497} - 65: {fileID: 1366001496} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1366001495 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1366001494} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 720335197} --- !u!65 &1366001496 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1366001494} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1366001497 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1366001494} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1366001498 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1366001494} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .599609375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1366001499 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 531951893} m_GameObject: {fileID: 1366001494} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &1368959639 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 250613723} serializedVersion: 4 m_Component: - 4: {fileID: 1368959642} - 33: {fileID: 1368959641} - 23: {fileID: 1368959640} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1368959640 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 250613723} m_GameObject: {fileID: 1368959639} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1368959641 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 250613723} m_GameObject: {fileID: 1368959639} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &1368959642 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 250613723} m_GameObject: {fileID: 1368959639} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.99686432, y: -0, z: -25.9494705} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1372391932 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 462766629} serializedVersion: 4 m_Component: - 4: {fileID: 1372391936} - 33: {fileID: 1372391935} - 23: {fileID: 1372391934} - 65: {fileID: 1372391933} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1372391933 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 462766629} m_GameObject: {fileID: 1372391932} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!23 &1372391934 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 462766629} m_GameObject: {fileID: 1372391932} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .01953125, y: .01953125, z: .0869140625, w: .635742188} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1372391935 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 462766629} m_GameObject: {fileID: 1372391932} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!4 &1372391936 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 462766629} m_GameObject: {fileID: 1372391932} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -6.49264431, y: 0, z: 6.84379816} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1374427270 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.x value: -12.9932146 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalPosition.z value: 4.7325325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.x value: .0748701096 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.y value: .394225478 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.z value: .273109674 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalRotation.w value: .874295115 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.x value: .800000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.y value: .800000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LocalScale.z value: .800000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_LightmapTilingOffset.z value: .712890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_RootGameObject: {fileID: 548936456} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1375796227 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 761140578} serializedVersion: 4 m_Component: - 4: {fileID: 1375796228} - 33: {fileID: 1375796232} - 23: {fileID: 1375796231} - 95: {fileID: 1375796230} - 65: {fileID: 1375796229} m_Layer: 0 m_Name: Tomb02_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1375796228 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 761140578} m_GameObject: {fileID: 1375796227} m_LocalRotation: {x: -1.89926664e-06, y: -.707106829, z: -.707106829, w: 2.11660949e-06} m_LocalPosition: {x: -1.12409937, y: 0, z: 19.2841206} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1375796229 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 761140578} m_GameObject: {fileID: 1375796227} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .593273997, z: 1.79594743} m_Center: {x: 1.22189522e-06, y: -.0405944847, z: .897973716} --- !u!95 &1375796230 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 761140578} m_GameObject: {fileID: 1375796227} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1375796231 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 761140578} m_GameObject: {fileID: 1375796227} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .02734375, y: .02734375, z: .970703125, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1375796232 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 761140578} m_GameObject: {fileID: 1375796227} m_Mesh: {fileID: 4300000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} --- !u!1 &1376266807 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 2012389189} serializedVersion: 4 m_Component: - 4: {fileID: 1376266811} - 33: {fileID: 1376266810} - 23: {fileID: 1376266809} - 65: {fileID: 1376266808} m_Layer: 0 m_Name: Paling01_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1376266808 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 2012389189} m_GameObject: {fileID: 1376266807} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.24459791, y: .325028896, z: .867163241} m_Center: {x: -5.96046448e-08, y: 0, z: .363400787} --- !u!23 &1376266809 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 2012389189} m_GameObject: {fileID: 1376266807} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .9765625, w: .369140625} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1376266810 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 2012389189} m_GameObject: {fileID: 1376266807} m_Mesh: {fileID: 4300000, guid: 3bb6f2d55e37ef543a8a9a458e24c740, type: 3} --- !u!4 &1376266811 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 2012389189} m_GameObject: {fileID: 1376266807} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.7579136, y: 0, z: 17.8050671} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1376818257 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1792264478} serializedVersion: 4 m_Component: - 4: {fileID: 1376818261} - 33: {fileID: 1376818260} - 23: {fileID: 1376818259} - 65: {fileID: 1376818258} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1376818258 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1792264478} m_GameObject: {fileID: 1376818257} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!23 &1376818259 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1792264478} m_GameObject: {fileID: 1376818257} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .514648438, w: .567382812} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1376818260 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1792264478} m_GameObject: {fileID: 1376818257} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!4 &1376818261 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 1792264478} m_GameObject: {fileID: 1376818257} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -4.53361034, y: 0, z: 17.8100605} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1382178286 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalPosition.x value: 17.8269234 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalPosition.y value: -.0459657609 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalPosition.z value: -17.6607742 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalRotation.x value: -.500000536 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalRotation.y value: -.499999404 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalRotation.z value: -.499999523 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalRotation.w value: .500000536 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapTilingOffset.w value: .819335938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_RootGameObject: {fileID: 1951674526} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1385969354 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 8.7543869 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: .00651657581 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -17.9909973 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .236328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1108463296} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1386144422 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1423197411} serializedVersion: 4 m_Component: - 4: {fileID: 1386144425} - 198: {fileID: 1386144424} - 199: {fileID: 1386144423} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1386144423 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1423197411} m_GameObject: {fileID: 1386144422} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1386144424 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1423197411} m_GameObject: {fileID: 1386144422} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1386144425 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 1423197411} m_GameObject: {fileID: 1386144422} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -7.1750164, y: .049946785, z: 25.3600979} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1001 &1386246459 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 26.768486 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -7.71546173 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1791908920} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1386485455 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} serializedVersion: 4 m_Component: - 4: {fileID: 1386485460} - 33: {fileID: 1386485459} - 23: {fileID: 1386485458} - 95: {fileID: 1386485457} - 65: {fileID: 1386485456} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1386485456 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1386485455} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1386485457 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1386485455} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1386485458 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1386485455} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .668945312, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1386485459 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1386485455} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!4 &1386485460 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1386485455} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 813104972} --- !u!1 &1391597666 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 993581690} serializedVersion: 4 m_Component: - 4: {fileID: 1391597667} - 33: {fileID: 1391597669} - 23: {fileID: 1391597668} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1391597667 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 993581690} m_GameObject: {fileID: 1391597666} m_LocalRotation: {x: .499998093, y: -.500002086, z: -.500001967, w: -.499997973} m_LocalPosition: {x: -10.8097744, y: .0258910004, z: -25.3573685} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1391597668 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 993581690} m_GameObject: {fileID: 1391597666} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .990234375, w: .502929688} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1391597669 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 993581690} m_GameObject: {fileID: 1391597666} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1393931027 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 12.9807673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -9.75571346 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.270599127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .653281033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .653281093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .270599216 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .528320312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1966037859} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1393996104 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 5.15534401 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 7.42486382 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .560984194 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430461109 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430461109 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.560984194 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .990234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1414774045} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1395278407 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 503030104} serializedVersion: 4 m_Component: - 4: {fileID: 1395278410} - 33: {fileID: 1395278409} - 23: {fileID: 1395278408} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1395278408 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 503030104} m_GameObject: {fileID: 1395278407} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1395278409 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 503030104} m_GameObject: {fileID: 1395278407} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1395278410 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 503030104} m_GameObject: {fileID: 1395278407} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 15.6041594, y: 0, z: 12.3100929} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1396359149 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -8.46146584 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -25.5829735 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .499998093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.500002086 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.500001967 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.499997973 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .60546875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 260990589} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1396809412 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -21.449913 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -32.5889816 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .720703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .655273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 966818823} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1400720570 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} serializedVersion: 4 m_Component: - 4: {fileID: 1400720571} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1400720571 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1239971714} m_GameObject: {fileID: 1400720570} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.4498959, y: 0, z: -22.5889759} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1210445263} - {fileID: 609051370} m_Father: {fileID: 636589998} --- !u!1001 &1400909693 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: 20.5293999 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: -26.0885868 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: -.560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .779296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 822722676} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1403048238 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 675723653} serializedVersion: 4 m_Component: - 4: {fileID: 1403048239} - 33: {fileID: 1403048242} - 23: {fileID: 1403048241} - 65: {fileID: 1403048240} m_Layer: 0 m_Name: Paling01_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1403048239 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 675723653} m_GameObject: {fileID: 1403048238} m_LocalRotation: {x: -.991444767, y: -3.13184302e-07, z: -.0337829068, w: .126079544} m_LocalPosition: {x: 10.9714184, y: -.0329508781, z: 16.8784046} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &1403048240 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 675723653} m_GameObject: {fileID: 1403048238} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.24459791, y: .325028896, z: .867163241} m_Center: {x: -5.96046448e-08, y: 0, z: .363400787} --- !u!23 &1403048241 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 675723653} m_GameObject: {fileID: 1403048238} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .975585938, w: .345703125} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1403048242 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 675723653} m_GameObject: {fileID: 1403048238} m_Mesh: {fileID: 4300000, guid: 3bb6f2d55e37ef543a8a9a458e24c740, type: 3} --- !u!1001 &1404212496 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -3.05325317 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -5.13117981 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 797287078} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1410279287 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1410279288} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1410279288 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1410279287} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.449873, y: 0, z: -12.5889721} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1492299236} m_Father: {fileID: 636589998} --- !u!1001 &1410440292 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.x value: -21.5179749 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.y value: .0981553793 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.z value: -34.2658768 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.z value: .821289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_RootGameObject: {fileID: 527683154} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1411162203 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 11.2200546 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .00160312466 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -4.787117 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 602474759} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1411338517 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 11.9926176 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -5.5623703 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.430460483 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.56098479 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.560984731 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .430460364 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .793945312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 2034267650} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1411850302 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 10.6974773 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -5.49672079 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .436523438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .984375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 480817093} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1413340294 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -18.4788589 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -6.49981689 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1251898933} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1413929336 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1945163338} serializedVersion: 4 m_Component: - 4: {fileID: 1413929339} - 33: {fileID: 1413929338} - 23: {fileID: 1413929337} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1413929337 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1945163338} m_GameObject: {fileID: 1413929336} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1413929338 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1945163338} m_GameObject: {fileID: 1413929336} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1413929339 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1945163338} m_GameObject: {fileID: 1413929336} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.5985107, y: 0, z: 3.58753204} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1414524342 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.x value: -12.8844814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.y value: .775606632 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalPosition.z value: 4.92911911 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: ShapeModule.radius value: 1 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startSize.scalar value: .0500000007 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} propertyPath: InitialModule.startColor.maxColor.rgba value: 4285170317 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_RootGameObject: {fileID: 973702396} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1414774045 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1393996104} serializedVersion: 4 m_Component: - 4: {fileID: 1414774046} - 33: {fileID: 1414774048} - 23: {fileID: 1414774047} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1414774046 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1393996104} m_GameObject: {fileID: 1414774045} m_LocalRotation: {x: .560984194, y: -.430461109, z: -.430461109, w: -.560984194} m_LocalPosition: {x: 5.15534401, y: .0258910004, z: 7.42486382} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1414774047 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1393996104} m_GameObject: {fileID: 1414774045} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .990234375, w: .494140625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1414774048 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1393996104} m_GameObject: {fileID: 1414774045} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1416332366 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1416332367} - 33: {fileID: 1416332371} - 23: {fileID: 1416332370} - 95: {fileID: 1416332369} - 65: {fileID: 1416332368} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1416332367 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1416332366} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -.285478592, y: 0, z: .431248277} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1416332368 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1416332366} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1416332369 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1416332366} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1416332370 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1416332366} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .797851562} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1416332371 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1416332366} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &1418173843 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 939523648} serializedVersion: 4 m_Component: - 4: {fileID: 1418173846} - 33: {fileID: 1418173845} - 23: {fileID: 1418173844} m_Layer: 0 m_Name: Gravestone10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1418173844 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 939523648} m_GameObject: {fileID: 1418173843} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0166015625, y: .0166015625, z: .514648438, w: .6796875} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1418173845 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 939523648} m_GameObject: {fileID: 1418173843} m_Mesh: {fileID: 4300000, guid: e6f117573781234408f9f3508a806f73, type: 3} --- !u!4 &1418173846 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 939523648} m_GameObject: {fileID: 1418173843} m_LocalRotation: {x: -.612372696, y: -.353552908, z: -.353552938, w: .612372696} m_LocalPosition: {x: -6.6397562, y: -0, z: -29.4167938} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1418993375 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -.638466954 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -17.4268265 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0947265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .9453125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1332146656} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1420092520 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} serializedVersion: 4 m_Component: - 4: {fileID: 1420092521} - 33: {fileID: 1420092525} - 23: {fileID: 1420092524} - 95: {fileID: 1420092523} - 65: {fileID: 1420092522} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1420092521 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1420092520} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: .299792886, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1496427933} --- !u!65 &1420092522 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1420092520} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &1420092523 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1420092520} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1420092524 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1420092520} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .598632812, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1420092525 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1420092520} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!1001 &1420244705 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 23.3014984 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: .0105461888 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -8.13368988 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1237653601} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1423197411 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: -7.1750164 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .049946785 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 25.3600979 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 1386144422} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1424947155 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 20.3247223 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -25.6299667 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.270599127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: .653281033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: .653281093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .270599216 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1139407476} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1426619334 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.x value: 6.85170174 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.z value: -17.2509174 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.y value: -1.07130234e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.z value: 6.40978115e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .696289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_RootGameObject: {fileID: 136944298} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1427479611 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 13.0875406 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 2.91623616 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .683013558 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .183009684 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .183009699 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.683013558 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .615234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1329719057} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1427712435 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1615732740} serializedVersion: 4 m_Component: - 4: {fileID: 1427712438} - 33: {fileID: 1427712437} - 23: {fileID: 1427712436} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1427712436 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1615732740} m_GameObject: {fileID: 1427712435} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1427712437 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1615732740} m_GameObject: {fileID: 1427712435} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1427712438 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1615732740} m_GameObject: {fileID: 1427712435} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.2719421, y: 0, z: 1.57994843} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1428383942 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -21.1226578 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -.383216858 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .86328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 724439419} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1430103657 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.x value: -2.60167241 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.y value: .0242670663 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.z value: -20.5633125 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.x value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.y value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.w value: .72265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_RootGameObject: {fileID: 1219647248} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1433264997 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1807583586} serializedVersion: 4 m_Component: - 4: {fileID: 1433265000} - 33: {fileID: 1433264999} - 23: {fileID: 1433264998} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1433264998 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1807583586} m_GameObject: {fileID: 1433264997} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1433264999 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1807583586} m_GameObject: {fileID: 1433264997} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1433265000 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1807583586} m_GameObject: {fileID: 1433264997} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 19.4277039, y: .00324410573, z: -32.0050888} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1435873085 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} serializedVersion: 4 m_Component: - 4: {fileID: 1435873090} - 33: {fileID: 1435873089} - 23: {fileID: 1435873088} - 95: {fileID: 1435873087} - 65: {fileID: 1435873086} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1435873086 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1435873085} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1435873087 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1435873085} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1435873088 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1435873085} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .771484375} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1435873089 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1435873085} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!4 &1435873090 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1435873085} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 710059136} --- !u!1001 &1436772597 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -2.68754125 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -30.0459862 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .7578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1749822680} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1437051403 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -16.6407852 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .00178332627 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: 14.2284775 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .708984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1537324758} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1439575491 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: -13.4999313 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: -3.35601807 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .716796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 1180673939} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1440291080 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1144363857} serializedVersion: 4 m_Component: - 4: {fileID: 1440291084} - 33: {fileID: 1440291083} - 23: {fileID: 1440291082} - 65: {fileID: 1440291081} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1440291081 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1144363857} m_GameObject: {fileID: 1440291080} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &1440291082 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1144363857} m_GameObject: {fileID: 1440291080} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .087890625, w: .9765625} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1440291083 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1144363857} m_GameObject: {fileID: 1440291080} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &1440291084 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 1144363857} m_GameObject: {fileID: 1440291080} m_LocalRotation: {x: -.0922973305, y: -.701057196, z: -.701057255, w: .0922974795} m_LocalPosition: {x: 7.31572533, y: 0, z: 1.38511992} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1445090787 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 13.55019 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 12.4110279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .599609375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .80859375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 193702143} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1448921218 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.x value: -7.20387506 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.y value: .0446804762 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.z value: 10.080452 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.y value: -6.18172393e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.z value: -2.70211748e-15 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.x value: .05078125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.y value: .05078125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.z value: .946289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_RootGameObject: {fileID: 2138768649} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1451305225 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -5.8087635 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: .111456528 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -32.304718 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .345703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 534204834} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1452827045 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} serializedVersion: 4 m_Component: - 4: {fileID: 1452827049} - 33: {fileID: 1452827048} - 23: {fileID: 1452827047} - 95: {fileID: 1452827046} m_Layer: 0 m_Name: Bloom02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!95 &1452827046 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 1452827045} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: b95bd09a7b3cf3443b7717f355d5088e, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1452827047 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 1452827045} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bc9d31e2a20d12f4aba11301fc3b9dc5, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1452827048 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 1452827045} m_Mesh: {fileID: 4300002, guid: b95bd09a7b3cf3443b7717f355d5088e, type: 3} --- !u!4 &1452827049 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 1452827045} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2123904216} --- !u!1001 &1454438009 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -16.4499283 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -32.5890045 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .265625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .956054688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1772217886} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1455223602 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 3.14396095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: -.0217900276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -2.41486073 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922970325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922970325 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .94921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 514858709} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1456919442 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.x value: 8.78892994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.z value: -4.00534916 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.z value: .555664062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_RootGameObject: {fileID: 704338616} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1459897815 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -2.58529663 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -10.932869 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 159295875} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1464167805 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1692918491} serializedVersion: 4 m_Component: - 4: {fileID: 1464167808} - 33: {fileID: 1464167807} - 23: {fileID: 1464167806} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1464167806 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1692918491} m_GameObject: {fileID: 1464167805} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .850585938, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1464167807 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1692918491} m_GameObject: {fileID: 1464167805} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!4 &1464167808 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1692918491} m_GameObject: {fileID: 1464167805} m_LocalRotation: {x: -.653281629, y: .270597667, z: .270597637, w: .653281629} m_LocalPosition: {x: 29.1866093, y: -0, z: -7.8762064} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1466231206 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 494881881} serializedVersion: 4 m_Component: - 4: {fileID: 1466231209} - 33: {fileID: 1466231208} - 23: {fileID: 1466231207} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1466231207 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 494881881} m_GameObject: {fileID: 1466231206} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1466231208 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 494881881} m_GameObject: {fileID: 1466231206} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1466231209 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 494881881} m_GameObject: {fileID: 1466231206} m_LocalRotation: {x: -.270599127, y: -.653281033, z: -.653281093, w: .270599216} m_LocalPosition: {x: 4.48905945, y: .0911675543, z: 13.337944} m_LocalScale: {x: 1.22131038, y: 1.22131038, z: 1.22131038} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1471854729 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -.671753407 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -16.3429031 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.353552908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.353552938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 693847637} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1472229935 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1968310112} serializedVersion: 4 m_Component: - 4: {fileID: 1472229938} - 33: {fileID: 1472229937} - 23: {fileID: 1472229936} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1472229936 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1968310112} m_GameObject: {fileID: 1472229935} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1472229937 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1968310112} m_GameObject: {fileID: 1472229935} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1472229938 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1968310112} m_GameObject: {fileID: 1472229935} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.2576265, y: .761036336, z: 13.6895351} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1472526304 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.x value: -3.0724535 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.z value: -35.2936325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.x value: .430457741 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.y value: -.560986996 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.z value: -.560986757 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.w value: -.430457592 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.w value: .9765625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_RootGameObject: {fileID: 276775529} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1473309164 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.x value: -3.37865496 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.z value: -27.1361542 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.x value: -.701057434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.y value: -.092295818 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.z value: -.0922958404 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.w value: .701057434 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.w value: .982421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_RootGameObject: {fileID: 2041472215} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1478818354 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1647118045} serializedVersion: 4 m_Component: - 4: {fileID: 1478818357} - 33: {fileID: 1478818356} - 23: {fileID: 1478818355} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1478818355 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1647118045} m_GameObject: {fileID: 1478818354} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .829101562, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1478818356 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1647118045} m_GameObject: {fileID: 1478818354} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1478818357 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1647118045} m_GameObject: {fileID: 1478818354} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -5.93838501, y: 0, z: -28.2532501} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1478854696 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.3507843 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -16.5293579 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .685546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1085386944} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1479055738 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: 12.3165054 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -13.1079636 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 899649443} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1479554927 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 22.2966995 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -34.4591827 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .833984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 969479320} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1480732690 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 12.1373215 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -24.0041428 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 407920289} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1481313663 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 241403784} serializedVersion: 4 m_Component: - 4: {fileID: 1481313666} - 33: {fileID: 1481313665} - 23: {fileID: 1481313664} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1481313664 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 241403784} m_GameObject: {fileID: 1481313663} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1481313665 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 241403784} m_GameObject: {fileID: 1481313663} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1481313666 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 241403784} m_GameObject: {fileID: 1481313663} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -1.67774963, y: 0, z: -28.0624619} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1481731242 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1784374327} serializedVersion: 4 m_Component: - 4: {fileID: 1481731245} - 33: {fileID: 1481731244} - 23: {fileID: 1481731243} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1481731243 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1784374327} m_GameObject: {fileID: 1481731242} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .603515625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1481731244 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1784374327} m_GameObject: {fileID: 1481731242} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &1481731245 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1784374327} m_GameObject: {fileID: 1481731242} m_LocalRotation: {x: -.653281629, y: .270597667, z: .270597696, w: .653281629} m_LocalPosition: {x: -14.6718903, y: 0, z: -3.58508301} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1483925830 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1893475846} serializedVersion: 4 m_Component: - 4: {fileID: 1483925833} - 33: {fileID: 1483925832} - 23: {fileID: 1483925831} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1483925831 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1893475846} m_GameObject: {fileID: 1483925830} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .82421875, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1483925832 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1893475846} m_GameObject: {fileID: 1483925830} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1483925833 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1893475846} m_GameObject: {fileID: 1483925830} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.1014862, y: 0, z: -22.2441635} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1484134879 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 86308809} serializedVersion: 4 m_Component: - 4: {fileID: 1484134883} - 33: {fileID: 1484134882} - 23: {fileID: 1484134881} - 64: {fileID: 1484134880} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1484134880 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 86308809} m_GameObject: {fileID: 1484134879} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!23 &1484134881 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 86308809} m_GameObject: {fileID: 1484134879} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0595703125, y: .0595703125, z: .483398438, w: .189453125} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1484134882 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 86308809} m_GameObject: {fileID: 1484134879} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!4 &1484134883 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 86308809} m_GameObject: {fileID: 1484134879} m_LocalRotation: {x: -.707106829, y: -3.56713059e-08, z: -7.34543804e-08, w: .707106829} m_LocalPosition: {x: 9.22529411, y: 0, z: -1.48014498} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1484425886 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.x value: -1.76534629 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.y value: .0179793984 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalPosition.z value: -12.8411942 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.y value: .430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.z value: .430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0283203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0283203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .844726562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_RootGameObject: {fileID: 1576693853} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1484961919 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 12.9801474 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -4.06884432 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -6.53271911e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -6.75468698e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .47265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .987304688 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 303486114} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1484984192 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2000300425} serializedVersion: 4 m_Component: - 4: {fileID: 1484984196} - 33: {fileID: 1484984195} - 23: {fileID: 1484984194} - 65: {fileID: 1484984193} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1484984193 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2000300425} m_GameObject: {fileID: 1484984192} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!23 &1484984194 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2000300425} m_GameObject: {fileID: 1484984192} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .514648438, w: .543945312} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1484984195 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2000300425} m_GameObject: {fileID: 1484984192} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!4 &1484984196 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2000300425} m_GameObject: {fileID: 1484984192} m_LocalRotation: {x: -.612372696, y: .353552908, z: .353552938, w: .612372696} m_LocalPosition: {x: -2.51109695, y: 0, z: 16.3289909} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1485557701 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.x value: 19.5119534 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.z value: -7.45294714 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.x value: -.683012784 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.y value: .18301256 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.z value: .183012545 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.w value: .683012724 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .950195312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_RootGameObject: {fileID: 1295372351} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1486952468 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -21.6333809 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: 3.2538929 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .650390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1557213346} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1488521493 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: 23.3094482 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -9.85832214 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 83417628} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1490491105 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 8.20574665 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 7.57003832 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.430460602 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.560984612 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.560984612 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .430460602 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .694335938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1084688551} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1492299231 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1492299236} - 33: {fileID: 1492299235} - 23: {fileID: 1492299234} - 95: {fileID: 1492299233} - 65: {fileID: 1492299232} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1492299232 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1492299231} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1492299233 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1492299231} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1492299234 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1492299231} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .543945312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1492299235 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1492299231} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!4 &1492299236 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1492299231} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1410279288} --- !u!1 &1494352377 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} serializedVersion: 4 m_Component: - 4: {fileID: 1494352378} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1494352378 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 776070506} m_GameObject: {fileID: 1494352377} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.5503254, y: 0, z: 2.41082001} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1225656035} - {fileID: 501284378} m_Father: {fileID: 636589998} --- !u!1 &1494797740 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 687687783} serializedVersion: 4 m_Component: - 4: {fileID: 1494797741} - 33: {fileID: 1494797743} - 23: {fileID: 1494797742} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1494797741 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 687687783} m_GameObject: {fileID: 1494797740} m_LocalRotation: {x: .701057792, y: .0922929794, z: .0922929794, w: -.701057792} m_LocalPosition: {x: 16.8521156, y: .0258910004, z: 1.94187021} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1494797742 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 687687783} m_GameObject: {fileID: 1494797740} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .990234375, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1494797743 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 687687783} m_GameObject: {fileID: 1494797740} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1495025471 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -13.8546286 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -27.3935909 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .701057851 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: .0922923386 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: .0922924951 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.701057851 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .6875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 286973644} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1495822754 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1964258173} serializedVersion: 4 m_Component: - 4: {fileID: 1495822757} - 33: {fileID: 1495822756} - 23: {fileID: 1495822755} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1495822755 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1964258173} m_GameObject: {fileID: 1495822754} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .819335938, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1495822756 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1964258173} m_GameObject: {fileID: 1495822754} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1495822757 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1964258173} m_GameObject: {fileID: 1495822754} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -6.17147827, y: 0, z: 3.779953} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1496427932 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} serializedVersion: 4 m_Component: - 4: {fileID: 1496427933} m_Layer: 0 m_Name: Tomb04_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1496427933 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1496427932} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -1.44981349, y: 0, z: 12.411025} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1607803764} - {fileID: 1420092521} m_Father: {fileID: 636589998} --- !u!1001 &1496502651 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 9.53051758 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -26.5290146 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 7202809} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1498420787 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1323650880} serializedVersion: 4 m_Component: - 4: {fileID: 1498420788} - 33: {fileID: 1498420790} - 23: {fileID: 1498420789} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1498420788 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1323650880} m_GameObject: {fileID: 1498420787} m_LocalRotation: {x: -2.20311927e-06, y: -.707106829, z: -.707106829, w: 2.27891383e-06} m_LocalPosition: {x: -11.1681995, y: 0, z: -25.5540352} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1498420789 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1323650880} m_GameObject: {fileID: 1498420787} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .814453125, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1498420790 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1323650880} m_GameObject: {fileID: 1498420787} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1499770884 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1096140634} serializedVersion: 4 m_Component: - 4: {fileID: 1499770885} - 33: {fileID: 1499770887} - 23: {fileID: 1499770886} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1499770885 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1096140634} m_GameObject: {fileID: 1499770884} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 7.78213596, y: .025891006, z: -18.6306896} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1499770886 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1096140634} m_GameObject: {fileID: 1499770884} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .981445312, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1499770887 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1096140634} m_GameObject: {fileID: 1499770884} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1502774931 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1941116355} serializedVersion: 4 m_Component: - 4: {fileID: 1502774934} - 33: {fileID: 1502774933} - 23: {fileID: 1502774932} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1502774932 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1941116355} m_GameObject: {fileID: 1502774931} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1502774933 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1941116355} m_GameObject: {fileID: 1502774931} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &1502774934 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1941116355} m_GameObject: {fileID: 1502774931} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.87760925, y: .112776011, z: 13.116127} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1506396092 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 1857800788} serializedVersion: 4 m_Component: - 4: {fileID: 1506396097} - 33: {fileID: 1506396096} - 23: {fileID: 1506396095} - 95: {fileID: 1506396094} - 65: {fileID: 1506396093} m_Layer: 0 m_Name: Tomb05_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1506396093 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 1857800788} m_GameObject: {fileID: 1506396092} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.5672543, y: 2.54864335, z: 3.5580442} m_Center: {x: -4.76837158e-07, y: .0169152655, z: 1.71060061} --- !u!95 &1506396094 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 1857800788} m_GameObject: {fileID: 1506396092} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 02dc708fec9d21342919b99910d9cd04, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1506396095 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 1857800788} m_GameObject: {fileID: 1506396092} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .107421875, y: .107421875, z: 0, w: .298828125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1506396096 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 1857800788} m_GameObject: {fileID: 1506396092} m_Mesh: {fileID: 4300000, guid: 02dc708fec9d21342919b99910d9cd04, type: 3} --- !u!4 &1506396097 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 1857800788} m_GameObject: {fileID: 1506396092} m_LocalRotation: {x: .499300599, y: .500698626, z: .500698328, w: -.499300599} m_LocalPosition: {x: 4.3286376, y: 0, z: -4.2231369} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1506424200 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 605696921} serializedVersion: 4 m_Component: - 4: {fileID: 1506424203} - 33: {fileID: 1506424202} - 23: {fileID: 1506424201} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1506424201 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 605696921} m_GameObject: {fileID: 1506424200} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1506424202 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 605696921} m_GameObject: {fileID: 1506424200} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1506424203 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 605696921} m_GameObject: {fileID: 1506424200} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 22.8411789, y: .248768032, z: -29.2937927} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1507091686 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1291358275} serializedVersion: 4 m_Component: - 4: {fileID: 1507091689} - 33: {fileID: 1507091688} - 23: {fileID: 1507091687} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1507091687 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1291358275} m_GameObject: {fileID: 1507091686} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .592773438} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1507091688 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1291358275} m_GameObject: {fileID: 1507091686} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &1507091689 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1291358275} m_GameObject: {fileID: 1507091686} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 26.0492401, y: 0, z: 13.2302628} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1513931994 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 777496796} serializedVersion: 4 m_Component: - 4: {fileID: 1513931997} - 33: {fileID: 1513931996} - 23: {fileID: 1513931995} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1513931995 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 777496796} m_GameObject: {fileID: 1513931994} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .80859375, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1513931996 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 777496796} m_GameObject: {fileID: 1513931994} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1513931997 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 777496796} m_GameObject: {fileID: 1513931994} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.5567474, y: 0, z: -27.744072} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1514597074 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1884909507} serializedVersion: 4 m_Component: - 4: {fileID: 1514597077} - 33: {fileID: 1514597076} - 23: {fileID: 1514597075} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1514597075 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1884909507} m_GameObject: {fileID: 1514597074} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .8203125, w: .245117188} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1514597076 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1884909507} m_GameObject: {fileID: 1514597074} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1514597077 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1884909507} m_GameObject: {fileID: 1514597074} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.6194458, y: .0549349934, z: .229911804} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1519388864 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1120025441} serializedVersion: 4 m_Component: - 4: {fileID: 1519388867} - 33: {fileID: 1519388866} - 23: {fileID: 1519388865} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1519388865 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1120025441} m_GameObject: {fileID: 1519388864} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .764648438, w: .245117188} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1519388866 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1120025441} m_GameObject: {fileID: 1519388864} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1519388867 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1120025441} m_GameObject: {fileID: 1519388864} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.17974091, y: -0, z: -8.7223053} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1521450772 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 3.25523424 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .173931777 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 1.19636726 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .922851562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 544906750} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1525496323 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1744817740} serializedVersion: 4 m_Component: - 4: {fileID: 1525496326} - 33: {fileID: 1525496325} - 23: {fileID: 1525496324} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1525496324 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1744817740} m_GameObject: {fileID: 1525496323} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1525496325 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1744817740} m_GameObject: {fileID: 1525496323} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1525496326 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1744817740} m_GameObject: {fileID: 1525496323} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -.967147827, y: 0, z: -30.2784119} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1526409619 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} serializedVersion: 4 m_Component: - 4: {fileID: 1526409620} - 33: {fileID: 1526409624} - 23: {fileID: 1526409623} - 95: {fileID: 1526409622} - 65: {fileID: 1526409621} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1526409620 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 1526409619} m_LocalRotation: {x: -1.49487437e-06, y: -.707106769, z: -.707106829, w: 1.68589554e-06} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1820190343} --- !u!65 &1526409621 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 1526409619} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &1526409622 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 1526409619} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1526409623 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 1526409619} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .575195312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1526409624 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 1526409619} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &1528904129 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1250371415} serializedVersion: 4 m_Component: - 4: {fileID: 1528904132} - 198: {fileID: 1528904131} - 199: {fileID: 1528904130} m_Layer: 0 m_Name: Particle03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1528904130 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1250371415} m_GameObject: {fileID: 1528904129} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1528904131 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1250371415} m_GameObject: {fileID: 1528904129} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: .200000003 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 3 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .333333343 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4284324448 maxColor: serializedVersion: 2 rgba: 4285170317 minMaxState: 0 startSize: scalar: .0500000007 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .399999976 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 50 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 1 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294901762 key1: serializedVersion: 2 rgba: 1812004792 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1528904132 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0823f6e3921b4294883a5d00faa4ef98, type: 2} m_PrefabInternal: {fileID: 1250371415} m_GameObject: {fileID: 1528904129} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -1.92509079, y: .775606632, z: 24.6536064} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1001 &1529396730 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: 10.8667221 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -27.5381851 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 2038696815} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1530316753 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: m_LocalPosition.x value: -11.3651867 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: m_LocalPosition.y value: 1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: m_LocalPosition.z value: 9.30662823 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: InitialModule.maxNumParticles value: 50 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: InitialModule.startSize.minCurve.m_Curve.Array.data[0].value value: .5 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: InitialModule.startSize.scalar value: 5 objectReference: {fileID: 0} - target: {fileID: 19800000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} propertyPath: looping value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d834642adc9326645adaa13be7ffc6ab, type: 2} m_RootGameObject: {fileID: 1307459366} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1532165861 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 97338474} serializedVersion: 4 m_Component: - 4: {fileID: 1532165862} - 33: {fileID: 1532165864} - 23: {fileID: 1532165863} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1532165862 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 97338474} m_GameObject: {fileID: 1532165861} m_LocalRotation: {x: -.707106829, y: -9.9999977e-07, z: -9.9999977e-07, w: .707106829} m_LocalPosition: {x: 3.01596498, y: -.0217900276, z: -.483880997} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1532165863 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 97338474} m_GameObject: {fileID: 1532165861} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .58203125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1532165864 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 97338474} m_GameObject: {fileID: 1532165861} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &1533948607 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1620269941} serializedVersion: 4 m_Component: - 4: {fileID: 1533948610} - 33: {fileID: 1533948609} - 23: {fileID: 1533948608} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1533948608 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1620269941} m_GameObject: {fileID: 1533948607} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1533948609 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1620269941} m_GameObject: {fileID: 1533948607} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1533948610 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1620269941} m_GameObject: {fileID: 1533948607} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 17.7148819, y: -0, z: 10.9110632} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1534038898 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 476655231} serializedVersion: 4 m_Component: - 4: {fileID: 1534038901} - 33: {fileID: 1534038900} - 23: {fileID: 1534038899} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1534038899 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 476655231} m_GameObject: {fileID: 1534038898} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1534038900 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 476655231} m_GameObject: {fileID: 1534038898} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1534038901 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 476655231} m_GameObject: {fileID: 1534038898} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 22.9512558, y: .0215917602, z: -13.3546295} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1536743991 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.x value: 12.2963772 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.z value: -11.2807856 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_RootGameObject: {fileID: 1037811623} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1537324758 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1437051403} serializedVersion: 4 m_Component: - 4: {fileID: 1537324761} - 33: {fileID: 1537324760} - 23: {fileID: 1537324759} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1537324759 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1437051403} m_GameObject: {fileID: 1537324758} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .708984375, w: .245117188} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1537324760 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1437051403} m_GameObject: {fileID: 1537324758} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1537324761 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1437051403} m_GameObject: {fileID: 1537324758} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.6407852, y: .00178332627, z: 14.2284775} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1539135984 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -5.59530306 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: 5.88803577 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .962890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .177734375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 2041505447} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1539439999 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} serializedVersion: 4 m_Component: - 4: {fileID: 1539440000} - 33: {fileID: 1539440004} - 23: {fileID: 1539440003} - 95: {fileID: 1539440002} - 65: {fileID: 1539440001} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1539440000 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1539439999} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 813104972} --- !u!65 &1539440001 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1539439999} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1539440002 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1539439999} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1539440003 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1539439999} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .48828125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1539440004 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 57038106} m_GameObject: {fileID: 1539439999} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &1539930053 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1672282204} serializedVersion: 4 m_Component: - 4: {fileID: 1539930056} - 33: {fileID: 1539930055} - 23: {fileID: 1539930054} m_Layer: 0 m_Name: Plant09_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1539930054 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1672282204} m_GameObject: {fileID: 1539930053} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0703125, y: .0703125, z: .342773438, w: .189453125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1539930055 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1672282204} m_GameObject: {fileID: 1539930053} m_Mesh: {fileID: 4300000, guid: 3f0e4eccc7076a941bfda5dac0cb8817, type: 3} --- !u!4 &1539930056 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1672282204} m_GameObject: {fileID: 1539930053} m_LocalRotation: {x: -.612372756, y: -.353552997, z: -.353552997, w: .612372696} m_LocalPosition: {x: -21.814106, y: 0, z: -16.8523521} m_LocalScale: {x: 1.63001609, y: 1.63001621, z: 1.63001609} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1540573135 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -1.17867279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -28.4049988 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .798828125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1616059563} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1540715722 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 968121198} serializedVersion: 4 m_Component: - 4: {fileID: 1540715725} - 33: {fileID: 1540715724} - 23: {fileID: 1540715723} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1540715723 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 968121198} m_GameObject: {fileID: 1540715722} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .97265625, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1540715724 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 968121198} m_GameObject: {fileID: 1540715722} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &1540715725 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 968121198} m_GameObject: {fileID: 1540715722} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -9.83150482, y: 0, z: 3.63641357} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1541194302 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 26.0599442 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: 6.14601898 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 434696805} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1541664653 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -18.8641586 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -11.2909775 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1268881123} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1546613513 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -17.0793285 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -4.70413685 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 531968016} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1546983171 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 780158440} serializedVersion: 4 m_Component: - 4: {fileID: 1546983172} - 33: {fileID: 1546983174} - 23: {fileID: 1546983173} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1546983172 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 780158440} m_GameObject: {fileID: 1546983171} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: 12.3064737, y: .0258910004, z: 6.68391895} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1546983173 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 780158440} m_GameObject: {fileID: 1546983171} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .963867188, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1546983174 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 780158440} m_GameObject: {fileID: 1546983171} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1548984381 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 1591440471} serializedVersion: 4 m_Component: - 4: {fileID: 1548984382} - 33: {fileID: 1548984385} - 23: {fileID: 1548984384} - 65: {fileID: 1548984383} m_Layer: 0 m_Name: Cart04 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1548984382 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 1591440471} m_GameObject: {fileID: 1548984381} m_LocalRotation: {x: -.707106829, y: -5.3882377e-07, z: -6.57346732e-07, w: .707106829} m_LocalPosition: {x: -15.2805538, y: 0, z: -5.41246033} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &1548984383 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 1591440471} m_GameObject: {fileID: 1548984381} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 4.26216269, y: 2.00333643, z: 1.13291347} m_Center: {x: 0, y: 5.96046448e-08, z: .566456497} --- !u!23 &1548984384 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 1591440471} m_GameObject: {fileID: 1548984381} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .076171875, y: .076171875, z: .109375, w: .604492188} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1548984385 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_PrefabInternal: {fileID: 1591440471} m_GameObject: {fileID: 1548984381} m_Mesh: {fileID: 4300000, guid: 4c5b3cc9f2f505144821ab8da8218e1a, type: 3} --- !u!1001 &1550511690 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 12.0099945 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -2.15129852 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1246217245} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1552351379 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 10.4907141 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -9.12606144 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .952148438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .177734375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 2070247323} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1554015049 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.x value: 4.60243368 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.y value: -.079319872 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.z value: 5.24312258 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.x value: -.588781953 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.y value: .0435203053 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.z value: -.791125238 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.w value: .159883633 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.x value: .052734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.y value: .052734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.x value: .899999976 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.y value: .899999976 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalScale.z value: .899999976 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_RootGameObject: {fileID: 1232214627} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1556353060 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} serializedVersion: 4 m_Component: - 4: {fileID: 1556353061} - 33: {fileID: 1556353065} - 23: {fileID: 1556353064} - 95: {fileID: 1556353063} - 65: {fileID: 1556353062} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1556353061 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 1556353060} m_LocalRotation: {x: -1.49487437e-06, y: -.707106769, z: -.707106829, w: 1.68589554e-06} m_LocalPosition: {x: 0, y: 0, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 399584384} --- !u!65 &1556353062 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 1556353060} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &1556353063 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 1556353060} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1556353064 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 1556353060} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .526367188} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1556353065 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 1556353060} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &1557213346 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1486952468} serializedVersion: 4 m_Component: - 4: {fileID: 1557213349} - 33: {fileID: 1557213348} - 23: {fileID: 1557213347} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1557213347 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1486952468} m_GameObject: {fileID: 1557213346} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .650390625, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1557213348 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1486952468} m_GameObject: {fileID: 1557213346} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1557213349 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1486952468} m_GameObject: {fileID: 1557213346} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -21.6333809, y: 0, z: 3.2538929} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1558876875 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.x value: -8.51784325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.z value: -36.8849716 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.x value: -.560985863 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.y value: .430458903 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.z value: .430458903 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.w value: .560985863 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.w value: .940429688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_RootGameObject: {fileID: 1855855221} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1558883070 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 119810723} serializedVersion: 4 m_Component: - 4: {fileID: 1558883073} - 33: {fileID: 1558883072} - 23: {fileID: 1558883071} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1558883071 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 119810723} m_GameObject: {fileID: 1558883070} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1558883072 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 119810723} m_GameObject: {fileID: 1558883070} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1558883073 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 119810723} m_GameObject: {fileID: 1558883070} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.7649002, y: 0, z: -13.3994446} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1559823111 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: -8.14103699 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: 1.12446153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 4.53985596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 85791869} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1561704469 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 13.009326 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -4.49167204 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001311 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998689 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998808 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001311 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .609375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 873963392} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1565943558 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.x value: -21.2077255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.z value: 6.49758911 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.z value: .975585938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_RootGameObject: {fileID: 559096078} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1566185884 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} serializedVersion: 4 m_Component: - 4: {fileID: 1566185889} - 33: {fileID: 1566185888} - 23: {fileID: 1566185887} - 95: {fileID: 1566185886} - 65: {fileID: 1566185885} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1566185885 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 1566185884} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1566185886 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 1566185884} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1566185887 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 1566185884} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .432617188} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1566185888 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 1566185884} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!4 &1566185889 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 67264276} m_GameObject: {fileID: 1566185884} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 483985337} --- !u!1 &1570730620 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} serializedVersion: 4 m_Component: - 4: {fileID: 1570730621} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1570730621 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 608270028} m_GameObject: {fileID: 1570730620} m_LocalRotation: {x: 0, y: -.707109153, z: 0, w: -.707104445} m_LocalPosition: {x: 23.550293, y: 0, z: -2.58917618} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 862241203} - {fileID: 401454841} m_Father: {fileID: 636589998} --- !u!1001 &1572210121 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.x value: -3.23112059 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.z value: -1.78790081 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.y value: .499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.z value: .499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.x value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.y value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.w value: .2734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_RootGameObject: {fileID: 164566928} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1576693853 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1484425886} serializedVersion: 4 m_Component: - 4: {fileID: 1576693857} - 33: {fileID: 1576693856} - 23: {fileID: 1576693855} - 64: {fileID: 1576693854} m_Layer: 0 m_Name: Cart01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1576693854 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1484425886} m_GameObject: {fileID: 1576693853} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 63da046efbdae6540bcccff127e8d12c, type: 3} --- !u!23 &1576693855 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1484425886} m_GameObject: {fileID: 1576693853} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0283203125, y: .0283203125, z: .844726562, w: .153320312} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1576693856 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1484425886} m_GameObject: {fileID: 1576693853} m_Mesh: {fileID: 4300000, guid: 84ad49a1269279740bf8727bac44a865, type: 3} --- !u!4 &1576693857 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1484425886} m_GameObject: {fileID: 1576693853} m_LocalRotation: {x: -.560985982, y: .430458814, z: .430458844, w: .560985982} m_LocalPosition: {x: -1.76534629, y: .0179793984, z: -12.8411942} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1579682983 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1177850137} serializedVersion: 4 m_Component: - 4: {fileID: 1579682987} - 33: {fileID: 1579682986} - 23: {fileID: 1579682985} - 64: {fileID: 1579682984} m_Layer: 0 m_Name: Cart01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1579682984 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1177850137} m_GameObject: {fileID: 1579682983} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 63da046efbdae6540bcccff127e8d12c, type: 3} --- !u!23 &1579682985 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1177850137} m_GameObject: {fileID: 1579682983} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0283203125, y: .0283203125, z: .814453125, w: .153320312} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1579682986 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1177850137} m_GameObject: {fileID: 1579682983} m_Mesh: {fileID: 4300000, guid: 84ad49a1269279740bf8727bac44a865, type: 3} --- !u!4 &1579682987 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 1177850137} m_GameObject: {fileID: 1579682983} m_LocalRotation: {x: -.552153409, y: .441731393, z: .441731453, w: .552153409} m_LocalPosition: {x: 18.1492119, y: 0, z: -4.72875834} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1580930331 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 422142064} serializedVersion: 4 m_Component: - 4: {fileID: 1580930334} - 33: {fileID: 1580930333} - 23: {fileID: 1580930332} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1580930332 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 422142064} m_GameObject: {fileID: 1580930331} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1580930333 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 422142064} m_GameObject: {fileID: 1580930331} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1580930334 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 422142064} m_GameObject: {fileID: 1580930331} m_LocalRotation: {x: -.430460036, y: -.56098491, z: -.560984969, w: .430460066} m_LocalPosition: {x: -16.1124134, y: 0, z: -12.1810532} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1581047954 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.x value: 8.83496475 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.y value: .0390967131 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.z value: -16.5950089 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.x value: -.683012784 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.y value: -.183012441 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.z value: -.183012471 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.w value: .683012784 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.z value: .963867188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_RootGameObject: {fileID: 1350551466} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1581710007 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 13.0035753 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -3.11065722 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922944248 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057613 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922942832 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .762695312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1687647479} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1583432918 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 1214264011} serializedVersion: 4 m_Component: - 4: {fileID: 1583432923} - 33: {fileID: 1583432922} - 23: {fileID: 1583432921} - 95: {fileID: 1583432920} - 65: {fileID: 1583432919} m_Layer: 0 m_Name: Tomb03_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1583432919 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 1214264011} m_GameObject: {fileID: 1583432918} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 1.94999337} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.4901164e-07} --- !u!95 &1583432920 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 1214264011} m_GameObject: {fileID: 1583432918} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8380918eb75d37643ae193605b7d457f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1583432921 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 1214264011} m_GameObject: {fileID: 1583432918} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .029296875, y: .029296875, z: .670898438, w: .153320312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1583432922 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 1214264011} m_GameObject: {fileID: 1583432918} m_Mesh: {fileID: 4300000, guid: 8380918eb75d37643ae193605b7d457f, type: 3} --- !u!4 &1583432923 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7719970341e5bb648ab6b73142a6a492, type: 2} m_PrefabInternal: {fileID: 1214264011} m_GameObject: {fileID: 1583432918} m_LocalRotation: {x: -.103554383, y: -.129409447, z: .0794590935, w: .982962906} m_LocalPosition: {x: -17.6626968, y: 0, z: 8.97740173} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1585142223 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} serializedVersion: 4 m_Component: - 4: {fileID: 1585142224} - 33: {fileID: 1585142228} - 23: {fileID: 1585142227} - 95: {fileID: 1585142226} - 65: {fileID: 1585142225} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1585142224 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1585142223} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551039891} --- !u!65 &1585142225 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1585142223} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &1585142226 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1585142223} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1585142227 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1585142223} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .477539062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1585142228 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1585142223} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &1585489124 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 470389982} serializedVersion: 4 m_Component: - 4: {fileID: 1585489127} - 33: {fileID: 1585489126} - 23: {fileID: 1585489125} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1585489125 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 470389982} m_GameObject: {fileID: 1585489124} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1585489126 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 470389982} m_GameObject: {fileID: 1585489124} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1585489127 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 470389982} m_GameObject: {fileID: 1585489124} m_LocalRotation: {x: -.683012784, y: .183012441, z: .183012471, w: .683012784} m_LocalPosition: {x: 6.43785095, y: 0, z: -13.3196945} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1585640184 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1004032163} serializedVersion: 4 m_Component: - 4: {fileID: 1585640185} - 33: {fileID: 1585640187} - 23: {fileID: 1585640186} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1585640185 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1004032163} m_GameObject: {fileID: 1585640184} m_LocalRotation: {x: .701057792, y: .0922929794, z: .0922929794, w: -.701057792} m_LocalPosition: {x: -.621552587, y: .0258910004, z: -16.0643177} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1585640186 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1004032163} m_GameObject: {fileID: 1585640184} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .953125, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1585640187 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1004032163} m_GameObject: {fileID: 1585640184} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1585907251 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -15.36763 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -12.232811 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .775390625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1239289438} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1586837547 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 319783610} serializedVersion: 4 m_Component: - 4: {fileID: 1586837550} - 33: {fileID: 1586837549} - 23: {fileID: 1586837548} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1586837548 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 319783610} m_GameObject: {fileID: 1586837547} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .083984375, w: .896484375} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1586837549 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 319783610} m_GameObject: {fileID: 1586837547} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!4 &1586837550 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 319783610} m_GameObject: {fileID: 1586837547} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -5.68389034, y: -0, z: 12.8519611} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1591360159 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.x value: 4.22598171 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.z value: -17.3582172 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.w value: .8046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_RootGameObject: {fileID: 2019979968} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1591440471 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalPosition.x value: -15.2805538 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalPosition.z value: -5.41246033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalRotation.y value: -5.3882377e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalRotation.z value: -6.57346732e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .076171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .076171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .604492188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 55aa49c292af7574c9a84c4aa5b2faf0, type: 2} m_RootGameObject: {fileID: 1548984381} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1591887915 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalPosition.x value: -14.0314293 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalPosition.z value: -37.3588333 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapTilingOffset.z value: .083984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapTilingOffset.w value: .813476562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_RootGameObject: {fileID: 766993325} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1594908216 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.x value: 4.28227329 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.y value: .38341555 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.z value: 5.10933685 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .935546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_RootGameObject: {fileID: 634439890} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1598017663 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -14.526329 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -4.24362946 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1866901283} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1598884057 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1728645013} serializedVersion: 4 m_Component: - 4: {fileID: 1598884058} - 33: {fileID: 1598884060} - 23: {fileID: 1598884059} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1598884058 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1728645013} m_GameObject: {fileID: 1598884057} m_LocalRotation: {x: -.430460006, y: -.560985029, z: -.560985029, w: .430460006} m_LocalPosition: {x: -2.09642506, y: 0, z: -.0362386703} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1598884059 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1728645013} m_GameObject: {fileID: 1598884057} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .803710938, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1598884060 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1728645013} m_GameObject: {fileID: 1598884057} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1601795737 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.x value: 18.3385754 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.z value: 1.87751269 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.w value: .927734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_RootGameObject: {fileID: 2005494969} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1604891315 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.x value: -17.1409683 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.y value: .40907228 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.z value: 11.5357513 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .87890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_RootGameObject: {fileID: 1287090511} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1606519805 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 11.0566254 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -9.14297485 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .560984075 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430461377 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430461317 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.560983896 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .6328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1286566509} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1607057337 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 975158134} serializedVersion: 4 m_Component: - 4: {fileID: 1607057338} - 33: {fileID: 1607057341} - 23: {fileID: 1607057340} - 64: {fileID: 1607057339} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1607057338 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 975158134} m_GameObject: {fileID: 1607057337} m_LocalRotation: {x: -.702899337, y: .697777212, z: -.0833310038, w: .109979965} m_LocalPosition: {x: 17.2855396, y: 1.17531097, z: -8.05111504} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1607057339 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 975158134} m_GameObject: {fileID: 1607057337} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &1607057340 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 975158134} m_GameObject: {fileID: 1607057337} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .549804688} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1607057341 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 975158134} m_GameObject: {fileID: 1607057337} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1 &1607803759 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} serializedVersion: 4 m_Component: - 4: {fileID: 1607803764} - 33: {fileID: 1607803763} - 23: {fileID: 1607803762} - 95: {fileID: 1607803761} - 65: {fileID: 1607803760} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1607803760 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1607803759} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &1607803761 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1607803759} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1607803762 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1607803759} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .428710938} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1607803763 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1607803759} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!4 &1607803764 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 341153423} m_GameObject: {fileID: 1607803759} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1496427933} --- !u!1001 &1608678780 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 13.5500832 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -32.589138 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -1 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 2.25495182e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .500976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1922136825} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1609309219 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -16.1027222 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -26.6470718 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .62109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1732636961} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1610639028 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.x value: 2.90349579 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.y value: .0121925445 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.z value: -2.90619659 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.z value: .69921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_RootGameObject: {fileID: 400713391} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1615732740 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 10.2719421 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: 1.57994843 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1427712435} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1616059563 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1540573135} serializedVersion: 4 m_Component: - 4: {fileID: 1616059566} - 33: {fileID: 1616059565} - 23: {fileID: 1616059564} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1616059564 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1540573135} m_GameObject: {fileID: 1616059563} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .798828125, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1616059565 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1540573135} m_GameObject: {fileID: 1616059563} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1616059566 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1540573135} m_GameObject: {fileID: 1616059563} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -1.17867279, y: 0, z: -28.4049988} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1620269941 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 17.7148819 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: 10.9110632 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1533948607} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1620870585 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1653174716} serializedVersion: 4 m_Component: - 4: {fileID: 1620870588} - 33: {fileID: 1620870587} - 23: {fileID: 1620870586} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1620870586 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1653174716} m_GameObject: {fileID: 1620870585} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1620870587 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1653174716} m_GameObject: {fileID: 1620870585} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1620870588 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1653174716} m_GameObject: {fileID: 1620870585} m_LocalRotation: {x: -.707106829, y: -9.52009405e-09, z: 5.95510627e-08, w: .707106829} m_LocalPosition: {x: -14.9514694, y: 0, z: -12.6375771} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1623337999 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.x value: -7.56979179 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.z value: 9.14565945 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.x value: -.0922973454 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.y value: .701057196 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.z value: .701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.w value: .0922974646 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.z value: .668945312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_RootGameObject: {fileID: 163788857} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1623644630 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 341231633} serializedVersion: 4 m_Component: - 4: {fileID: 1623644631} - 33: {fileID: 1623644633} - 23: {fileID: 1623644632} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1623644631 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 341231633} m_GameObject: {fileID: 1623644630} m_LocalRotation: {x: -.707106829, y: 9.9999977e-07, z: 9.9999977e-07, w: .707106829} m_LocalPosition: {x: -5.97085619, y: 0, z: 5.8588562} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1623644632 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 341231633} m_GameObject: {fileID: 1623644630} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .793945312, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1623644633 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 341231633} m_GameObject: {fileID: 1623644630} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1624701847 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalPosition.x value: -10.2568579 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalPosition.z value: -.292070866 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalRotation.x value: -.719703972 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalRotation.y value: .477284372 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalRotation.z value: -.4028126 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LocalRotation.w value: .303261995 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0322265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0322265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapTilingOffset.z value: .602539062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_RootGameObject: {fileID: 465932426} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1626873953 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1863866849} serializedVersion: 4 m_Component: - 4: {fileID: 1626873956} - 33: {fileID: 1626873955} - 23: {fileID: 1626873954} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1626873954 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1863866849} m_GameObject: {fileID: 1626873953} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .822265625, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1626873955 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1863866849} m_GameObject: {fileID: 1626873953} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!4 &1626873956 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1863866849} m_GameObject: {fileID: 1626873953} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -15.5810394, y: .0687921345, z: 12.7736816} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1627505583 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.x value: 8.91352844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.y value: .0264756493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.z value: -9.61232758 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.x value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.y value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.w value: .744140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_RootGameObject: {fileID: 570616151} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1628893938 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 594117723} serializedVersion: 4 m_Component: - 4: {fileID: 1628893941} - 33: {fileID: 1628893940} - 23: {fileID: 1628893939} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1628893939 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 594117723} m_GameObject: {fileID: 1628893938} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1628893940 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 594117723} m_GameObject: {fileID: 1628893938} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1628893941 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 594117723} m_GameObject: {fileID: 1628893938} m_LocalRotation: {x: -.353554308, y: .612371922, z: .612371981, w: .353554368} m_LocalPosition: {x: -13.3468065, y: .0549349934, z: -16.4279861} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1628917728 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 289592584} serializedVersion: 4 m_Component: - 4: {fileID: 1628917732} - 33: {fileID: 1628917731} - 23: {fileID: 1628917730} - 64: {fileID: 1628917729} m_Layer: 0 m_Name: Cart01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1628917729 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 289592584} m_GameObject: {fileID: 1628917728} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 63da046efbdae6540bcccff127e8d12c, type: 3} --- !u!23 &1628917730 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 289592584} m_GameObject: {fileID: 1628917728} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0283203125, y: .0283203125, z: .784179688, w: .153320312} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1628917731 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 289592584} m_GameObject: {fileID: 1628917728} m_Mesh: {fileID: 4300000, guid: 84ad49a1269279740bf8727bac44a865, type: 3} --- !u!4 &1628917732 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 56a81c7d49a47f244ba3fd918b1d00c9, type: 2} m_PrefabInternal: {fileID: 289592584} m_GameObject: {fileID: 1628917728} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -19.8312607, y: .0549349934, z: -5.65711212} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1629185403 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2022873816} serializedVersion: 4 m_Component: - 4: {fileID: 1629185406} - 33: {fileID: 1629185405} - 23: {fileID: 1629185404} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1629185404 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2022873816} m_GameObject: {fileID: 1629185403} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .571289062} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1629185405 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2022873816} m_GameObject: {fileID: 1629185403} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &1629185406 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2022873816} m_GameObject: {fileID: 1629185403} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.9820633, y: 0, z: -26.5190048} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1629565210 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 685726607} serializedVersion: 4 m_Component: - 4: {fileID: 1629565213} - 198: {fileID: 1629565212} - 199: {fileID: 1629565211} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1629565211 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 685726607} m_GameObject: {fileID: 1629565210} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1629565212 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 685726607} m_GameObject: {fileID: 1629565210} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1629565213 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 685726607} m_GameObject: {fileID: 1629565210} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -14.2455273, y: .964263916, z: -11.6845837} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &1629719616 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 865026992} serializedVersion: 4 m_Component: - 4: {fileID: 1629719617} - 33: {fileID: 1629719619} - 23: {fileID: 1629719618} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1629719617 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 865026992} m_GameObject: {fileID: 1629719616} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: -.615038157, y: 0, z: -15.6720419} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1629719618 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 865026992} m_GameObject: {fileID: 1629719616} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .7890625, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1629719619 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 865026992} m_GameObject: {fileID: 1629719616} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1630763899 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_PrefabInternal: {fileID: 1872070711} serializedVersion: 4 m_Component: - 4: {fileID: 1630763902} - 33: {fileID: 1630763901} - 23: {fileID: 1630763900} m_Layer: 0 m_Name: Bloom02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1630763900 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_PrefabInternal: {fileID: 1872070711} m_GameObject: {fileID: 1630763899} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: c8120d15b210bba4bb8cab8f6623dad8, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1630763901 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_PrefabInternal: {fileID: 1872070711} m_GameObject: {fileID: 1630763899} m_Mesh: {fileID: 4300002, guid: b95bd09a7b3cf3443b7717f355d5088e, type: 3} --- !u!4 &1630763902 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_PrefabInternal: {fileID: 1872070711} m_GameObject: {fileID: 1630763899} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: -4.89635324, y: 1.29898143, z: -17.9855309} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 511710396} m_Father: {fileID: 636589998} --- !u!1 &1631638480 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1843077391} serializedVersion: 4 m_Component: - 4: {fileID: 1631638483} - 33: {fileID: 1631638482} - 23: {fileID: 1631638481} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1631638481 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1843077391} m_GameObject: {fileID: 1631638480} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .784179688, w: .18359375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1631638482 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1843077391} m_GameObject: {fileID: 1631638480} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1631638483 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1843077391} m_GameObject: {fileID: 1631638480} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.0678864, y: 0, z: -9.15524292} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1632229942 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.x value: 20.1623344 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.z value: -20.8104362 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.x value: -2.19571439e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.y value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.z value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.w value: 2.2863187e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.x value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.y value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_RootGameObject: {fileID: 242991343} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1636237412 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 490056464} serializedVersion: 4 m_Component: - 4: {fileID: 1636237415} - 33: {fileID: 1636237414} - 23: {fileID: 1636237413} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1636237413 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 490056464} m_GameObject: {fileID: 1636237412} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .77734375, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1636237414 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 490056464} m_GameObject: {fileID: 1636237412} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1636237415 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 490056464} m_GameObject: {fileID: 1636237412} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 33.620163, y: 0, z: -21.1919632} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1638632149 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 783788056} serializedVersion: 4 m_Component: - 4: {fileID: 1638632150} - 33: {fileID: 1638632152} - 23: {fileID: 1638632151} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1638632150 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 783788056} m_GameObject: {fileID: 1638632149} m_LocalRotation: {x: -.0922970325, y: -.701057255, z: -.701057255, w: .0922970325} m_LocalPosition: {x: -1.29056001, y: 0, z: -7.21680546} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1638632151 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 783788056} m_GameObject: {fileID: 1638632149} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .944335938, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1638632152 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 783788056} m_GameObject: {fileID: 1638632149} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1639447960 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: -8.83776855 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -27.6596985 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 247396194} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1640224555 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1263565375} serializedVersion: 4 m_Component: - 4: {fileID: 1640224558} - 33: {fileID: 1640224557} - 23: {fileID: 1640224556} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1640224556 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1263565375} m_GameObject: {fileID: 1640224555} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .935546875, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1640224557 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1263565375} m_GameObject: {fileID: 1640224555} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &1640224558 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1263565375} m_GameObject: {fileID: 1640224555} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.61698151, y: 0, z: -12.3606873} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1643041296 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 5.15452433 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -18.6311169 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.560985863 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430458903 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430458903 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .560985863 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .711914062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1067029969} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1643380072 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1981190473} serializedVersion: 4 m_Component: - 4: {fileID: 1643380075} - 33: {fileID: 1643380074} - 23: {fileID: 1643380073} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1643380073 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1981190473} m_GameObject: {fileID: 1643380072} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1643380074 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1981190473} m_GameObject: {fileID: 1643380072} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1643380075 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 1981190473} m_GameObject: {fileID: 1643380072} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 6.39341736, y: .00410820544, z: -16.3025436} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1644454979 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 23.5501595 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -22.5891857 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .888671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .432617188 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 904239339} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1646663088 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 10.6392975 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -14.2731552 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 2140288310} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1647118045 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -5.93838501 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -28.2532501 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .829101562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1478818354} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1647653620 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1334881111} serializedVersion: 4 m_Component: - 4: {fileID: 1647653623} - 33: {fileID: 1647653622} - 23: {fileID: 1647653621} m_Layer: 0 m_Name: Plant08_h m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1647653621 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1334881111} m_GameObject: {fileID: 1647653620} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .913085938, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1647653622 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1334881111} m_GameObject: {fileID: 1647653620} m_Mesh: {fileID: 4300000, guid: 7666d3573de7e0a429a535ec583bec9b, type: 3} --- !u!4 &1647653623 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 1334881111} m_GameObject: {fileID: 1647653620} m_LocalRotation: {x: -.560985982, y: -.430458814, z: -.430458844, w: .560985982} m_LocalPosition: {x: -22.0101566, y: 0, z: -20.9394588} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1650953624 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 700066417} serializedVersion: 4 m_Component: - 4: {fileID: 1650953625} - 33: {fileID: 1650953627} - 23: {fileID: 1650953626} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1650953625 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 700066417} m_GameObject: {fileID: 1650953624} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: -.382763386, y: .0258910004, z: -12.8883648} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1650953626 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 700066417} m_GameObject: {fileID: 1650953624} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .924804688, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1650953627 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 700066417} m_GameObject: {fileID: 1650953624} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1651642323 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.x value: -8.12413979 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.z value: -14.5025043 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.w value: .83984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_RootGameObject: {fileID: 971821117} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1652728593 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.x value: -3.51240039 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.y value: -.0929164886 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.z value: -29.7448063 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.x value: -.608761609 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.w value: .79335326 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.z value: .573242188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_RootGameObject: {fileID: 7969461} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1652818545 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.x value: -5.25951147 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalPosition.z value: -27.1479797 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.x value: -.79335326 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LocalRotation.w value: .608761609 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.x value: .013671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.y value: .013671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_LightmapTilingOffset.w value: .984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_RootGameObject: {fileID: 1663842488} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1653174716 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -14.9514694 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -12.6375771 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -9.52009405e-09 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: 5.95510627e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1620870585} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1653323393 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 655031845} serializedVersion: 4 m_Component: - 4: {fileID: 1653323396} - 33: {fileID: 1653323395} - 23: {fileID: 1653323394} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1653323394 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 655031845} m_GameObject: {fileID: 1653323393} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .772460938, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1653323395 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 655031845} m_GameObject: {fileID: 1653323393} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1653323396 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 655031845} m_GameObject: {fileID: 1653323393} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.53276062, y: 0, z: -25.1027908} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1655588033 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -7.02590942 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -29.6516113 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 476783549} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1657994703 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 777005960} serializedVersion: 4 m_Component: - 4: {fileID: 1657994704} - 33: {fileID: 1657994706} - 23: {fileID: 1657994705} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1657994704 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 777005960} m_GameObject: {fileID: 1657994703} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: 3.1368618, y: .148040771, z: .47430563} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1657994705 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 777005960} m_GameObject: {fileID: 1657994703} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .767578125, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1657994706 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 777005960} m_GameObject: {fileID: 1657994703} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1660006628 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: -16.117239 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: .638255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: -5.60923004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: -.500000536 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: -.499999344 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: -.499999404 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: .500000775 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .684570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 1138233876} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1660712016 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 252846004} serializedVersion: 4 m_Component: - 4: {fileID: 1660712017} - 33: {fileID: 1660712019} - 23: {fileID: 1660712018} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1660712017 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 252846004} m_GameObject: {fileID: 1660712016} m_LocalRotation: {x: .183011025, y: -.683013201, z: -.683013201, w: -.183010817} m_LocalPosition: {x: 12.6326466, y: .025891006, z: -9.39196587} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1660712018 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 252846004} m_GameObject: {fileID: 1660712016} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .916015625, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1660712019 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 252846004} m_GameObject: {fileID: 1660712016} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1663842488 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1652818545} serializedVersion: 4 m_Component: - 4: {fileID: 1663842492} - 33: {fileID: 1663842491} - 23: {fileID: 1663842490} - 65: {fileID: 1663842489} m_Layer: 0 m_Name: Gravestone07 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1663842489 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1652818545} m_GameObject: {fileID: 1663842488} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .55460602, y: .0785035342, z: .765123904} m_Center: {x: -1.49011612e-07, y: 1.86264515e-09, z: .35653159} --- !u!23 &1663842490 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1652818545} m_GameObject: {fileID: 1663842488} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .013671875, y: .013671875, z: .405273438, w: .984375} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1663842491 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1652818545} m_GameObject: {fileID: 1663842488} m_Mesh: {fileID: 4300000, guid: 8bade7674b9cd4243920b697f319d503, type: 3} --- !u!4 &1663842492 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6e38357010671d049b86a013ec393ff5, type: 2} m_PrefabInternal: {fileID: 1652818545} m_GameObject: {fileID: 1663842488} m_LocalRotation: {x: -.79335326, y: 0, z: 0, w: .608761609} m_LocalPosition: {x: -5.25951147, y: 0, z: -27.1479797} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1664057603 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.x value: -12.6924639 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.z value: -23.3008728 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.x value: -.612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.y value: .353552908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.z value: .353552938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0751953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0751953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.w value: .760742188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_RootGameObject: {fileID: 2113323802} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1666437340 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 571061064} serializedVersion: 4 m_Component: - 4: {fileID: 1666437344} - 33: {fileID: 1666437343} - 23: {fileID: 1666437342} - 65: {fileID: 1666437341} m_Layer: 0 m_Name: Gravestone02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1666437341 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 571061064} m_GameObject: {fileID: 1666437340} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .523786247, y: .0785035491, z: .972014666} m_Center: {x: 0, y: -3.7252903e-09, z: .459976971} --- !u!23 &1666437342 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 571061064} m_GameObject: {fileID: 1666437340} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0146484375, y: .0146484375, z: .702148438, w: .172851562} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1666437343 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 571061064} m_GameObject: {fileID: 1666437340} m_Mesh: {fileID: 4300000, guid: 3d8f2299d5d62cc4d9b5cb61b5037169, type: 3} --- !u!4 &1666437344 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_PrefabInternal: {fileID: 571061064} m_GameObject: {fileID: 1666437340} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: 20.532917, y: 0, z: -4.05729485} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1667090899 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: 24.6448593 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: 5.58520508 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .865234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 772247046} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1668060191 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 905439686} serializedVersion: 4 m_Component: - 4: {fileID: 1668060195} - 33: {fileID: 1668060194} - 23: {fileID: 1668060193} - 65: {fileID: 1668060192} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1668060192 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 905439686} m_GameObject: {fileID: 1668060191} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!23 &1668060193 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 905439686} m_GameObject: {fileID: 1668060191} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0439453125, y: .0439453125, z: .883789062, w: .321289062} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1668060194 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 905439686} m_GameObject: {fileID: 1668060191} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!4 &1668060195 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 905439686} m_GameObject: {fileID: 1668060191} m_LocalRotation: {x: -.353554308, y: .612371922, z: .612371981, w: .353554368} m_LocalPosition: {x: 20.642952, y: .181385428, z: -16.2373276} m_LocalScale: {x: 1.5, y: 1.5, z: 1.5} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1671204495 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1136942533} serializedVersion: 4 m_Component: - 4: {fileID: 1671204498} - 33: {fileID: 1671204497} - 23: {fileID: 1671204496} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1671204496 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1136942533} m_GameObject: {fileID: 1671204495} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1671204497 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1136942533} m_GameObject: {fileID: 1671204495} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &1671204498 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1136942533} m_GameObject: {fileID: 1671204495} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -7.21548462, y: .121053517, z: -19.5155029} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1672162979 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2012322710} serializedVersion: 4 m_Component: - 4: {fileID: 1672162982} - 33: {fileID: 1672162981} - 23: {fileID: 1672162980} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1672162980 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2012322710} m_GameObject: {fileID: 1672162979} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .635742188, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1672162981 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2012322710} m_GameObject: {fileID: 1672162979} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1672162982 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2012322710} m_GameObject: {fileID: 1672162979} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 18.9451828, y: 0, z: -16.6343842} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1672282204 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.x value: -21.814106 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.z value: -16.8523521 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.x value: -.612372756 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.y value: -.353552997 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.z value: -.353552997 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalScale.x value: 1.63001609 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalScale.y value: 1.63001621 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalScale.z value: 1.63001609 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .342773438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_RootGameObject: {fileID: 1539930053} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1675752290 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1089095698} serializedVersion: 4 m_Component: - 4: {fileID: 1675752293} - 33: {fileID: 1675752292} - 23: {fileID: 1675752291} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1675752291 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1089095698} m_GameObject: {fileID: 1675752290} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .907226562, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1675752292 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1089095698} m_GameObject: {fileID: 1675752290} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &1675752293 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1089095698} m_GameObject: {fileID: 1675752290} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 17.1998749, y: 0, z: -17.4128723} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1677592124 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -14.4669418 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -13.2343826 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.560985982 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .430458814 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .560985982 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .640625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 165321439} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1678463286 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1678463287} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1678463287 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1678463286} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -1.4498148, y: 0, z: 12.4110279} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1336554310} m_Father: {fileID: 636589998} --- !u!1 &1680596133 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 442360535} serializedVersion: 4 m_Component: - 4: {fileID: 1680596136} - 33: {fileID: 1680596135} - 23: {fileID: 1680596134} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1680596134 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 442360535} m_GameObject: {fileID: 1680596133} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .6796875} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1680596135 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 442360535} m_GameObject: {fileID: 1680596133} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &1680596136 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 442360535} m_GameObject: {fileID: 1680596133} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: 17.1387939, y: .0327522382, z: 5.77503967} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1686461438 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 23.1476135 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -31.8544693 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .549804688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1817129164} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1687647479 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1581710007} serializedVersion: 4 m_Component: - 4: {fileID: 1687647480} - 33: {fileID: 1687647482} - 23: {fileID: 1687647481} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1687647480 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1581710007} m_GameObject: {fileID: 1687647479} m_LocalRotation: {x: .0922944248, y: -.701057673, z: -.701057613, w: -.0922942832} m_LocalPosition: {x: 13.0035753, y: 0, z: -3.11065722} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1687647481 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1581710007} m_GameObject: {fileID: 1687647479} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .762695312, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1687647482 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1581710007} m_GameObject: {fileID: 1687647479} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1689945580 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} serializedVersion: 4 m_Component: - 4: {fileID: 1689945585} - 33: {fileID: 1689945584} - 23: {fileID: 1689945583} - 95: {fileID: 1689945582} - 65: {fileID: 1689945581} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1689945581 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 1689945580} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1689945582 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 1689945580} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1689945583 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 1689945580} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .625, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1689945584 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 1689945580} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!4 &1689945585 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1079831449} m_GameObject: {fileID: 1689945580} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 697384012} --- !u!1001 &1692918491 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.x value: 29.1866093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.z value: -7.8762064 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.x value: -.653281689 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.y value: .270597696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.z value: .270597667 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.w value: .653281689 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .850585938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_RootGameObject: {fileID: 1464167805} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1693135004 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 25.5056076 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -12.4651031 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 620953509} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1693608881 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} serializedVersion: 4 m_Component: - 4: {fileID: 1693608882} - 33: {fileID: 1693608886} - 23: {fileID: 1693608885} - 95: {fileID: 1693608884} - 65: {fileID: 1693608883} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1693608882 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 1693608881} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 123645108} --- !u!65 &1693608883 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 1693608881} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1693608884 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 1693608881} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1693608885 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 1693608881} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .376953125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1693608886 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 173336720} m_GameObject: {fileID: 1693608881} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &1695583477 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 16.8506298 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: .594707251 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .9140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 582350058} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1696055989 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1017851441} serializedVersion: 4 m_Component: - 4: {fileID: 1696055992} - 33: {fileID: 1696055991} - 23: {fileID: 1696055990} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1696055990 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1017851441} m_GameObject: {fileID: 1696055989} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1696055991 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1017851441} m_GameObject: {fileID: 1696055989} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1696055992 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1017851441} m_GameObject: {fileID: 1696055989} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 3.41525173, y: .0366233289, z: -13.2742109} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1699784339 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -13.1930189 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0285374001 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -17.5883846 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.353552908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.353552938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 388869793} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1700140103 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} serializedVersion: 4 m_Component: - 4: {fileID: 1700140104} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1700140104 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1786280265} m_GameObject: {fileID: 1700140103} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: -21.4498501, y: 0, z: -2.58897495} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1053140556} - {fileID: 1274605672} m_Father: {fileID: 636589998} --- !u!1 &1700310742 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1700310743} - 33: {fileID: 1700310747} - 23: {fileID: 1700310746} - 95: {fileID: 1700310745} - 65: {fileID: 1700310744} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1700310743 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1700310742} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 538183002} --- !u!65 &1700310744 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1700310742} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &1700310745 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1700310742} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1700310746 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1700310742} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .360351562, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1700310747 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1700310742} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1 &1700842333 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1700842334} m_Layer: 0 m_Name: light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1700842334 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1700842333} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -11.5526505, y: 2.32277489, z: 3.03686571} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 662638447} - {fileID: 776449700} - {fileID: 966324508} - {fileID: 1331364452} - {fileID: 1335036660} - {fileID: 1937777424} - {fileID: 2044002290} - {fileID: 2126420996} m_Father: {fileID: 0} --- !u!1 &1705972003 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} serializedVersion: 4 m_Component: - 4: {fileID: 1705972004} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1705972004 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 1705972003} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 18.5501957, y: 0, z: 12.4110279} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 127258495} - {fileID: 2035509515} m_Father: {fileID: 636589998} --- !u!1 &1707327828 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 854400663} serializedVersion: 4 m_Component: - 4: {fileID: 1707327831} - 33: {fileID: 1707327830} - 23: {fileID: 1707327829} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1707327829 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 854400663} m_GameObject: {fileID: 1707327828} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .772460938, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1707327830 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 854400663} m_GameObject: {fileID: 1707327828} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!4 &1707327831 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 854400663} m_GameObject: {fileID: 1707327828} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.7676315, y: 0, z: -28.712532} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1709076216 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 977043701} serializedVersion: 4 m_Component: - 4: {fileID: 1709076217} - 33: {fileID: 1709076219} - 23: {fileID: 1709076218} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1709076217 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 977043701} m_GameObject: {fileID: 1709076216} m_LocalRotation: {x: -.0922970325, y: -.701057255, z: -.701057255, w: .0922970325} m_LocalPosition: {x: -2.74128127, y: 0, z: -27.7151165} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1709076218 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 977043701} m_GameObject: {fileID: 1709076216} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .896484375, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1709076219 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 977043701} m_GameObject: {fileID: 1709076216} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1713430216 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 13.0282822 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: 2.49059224 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .291992188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 755430076} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1714943299 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.x value: 5.00339794 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.y value: .0450925827 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.z value: -14.6605463 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.x value: .683013499 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.y value: .183009282 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.z value: .183009729 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.w value: -.683013618 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.w value: .716796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_RootGameObject: {fileID: 1229717557} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1719346553 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1817320733} serializedVersion: 4 m_Component: - 4: {fileID: 1719346557} - 33: {fileID: 1719346556} - 23: {fileID: 1719346555} - 65: {fileID: 1719346554} m_Layer: 0 m_Name: Paling01_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1719346554 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1817320733} m_GameObject: {fileID: 1719346553} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.21943974, y: .160150081, z: .866333067} m_Center: {x: 0, y: -7.07805157e-08, z: .363815933} --- !u!23 &1719346555 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1817320733} m_GameObject: {fileID: 1719346553} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0234375, y: .0234375, z: .083984375, w: .788085938} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1719346556 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1817320733} m_GameObject: {fileID: 1719346553} m_Mesh: {fileID: 4300000, guid: 7cb8b506a751b9b489959fe912e589f2, type: 3} --- !u!4 &1719346557 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_PrefabInternal: {fileID: 1817320733} m_GameObject: {fileID: 1719346553} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 15.7176418, y: 0, z: 17.7687359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1719666313 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1843225428} serializedVersion: 4 m_Component: - 4: {fileID: 1719666316} - 33: {fileID: 1719666315} - 23: {fileID: 1719666314} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1719666314 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1843225428} m_GameObject: {fileID: 1719666313} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1719666315 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1843225428} m_GameObject: {fileID: 1719666313} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1719666316 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1843225428} m_GameObject: {fileID: 1719666313} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -4.97418451, y: .135286331, z: -2.73451948} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1722358368 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} m_PrefabInternal: {fileID: 810144420} serializedVersion: 4 m_Component: - 4: {fileID: 1722358371} - 198: {fileID: 1722358370} - 199: {fileID: 1722358369} m_Layer: 0 m_Name: Particle04 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1722358369 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} m_PrefabInternal: {fileID: 810144420} m_GameObject: {fileID: 1722358368} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1722358370 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} m_PrefabInternal: {fileID: 810144420} m_GameObject: {fileID: 1722358368} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 4 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .25 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .399999976 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 100 ShapeModule: serializedVersion: 2 enabled: 1 type: 5 radius: .5 angle: 10 length: 5 boxX: 80 boxY: 80 boxZ: .5 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 1000 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 1 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 3218407168 key1: serializedVersion: 2 rgba: 570490808 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1722358371 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ab0c03159a84d9c45ad82a1772cbc914, type: 2} m_PrefabInternal: {fileID: 810144420} m_GameObject: {fileID: 1722358368} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: -10.0245514, y: 1.71772385, z: 9.91516304} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1001 &1723250339 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: 10.8037567 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: -10.6737518 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 269874082} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1723592618 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -20.7149506 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0990284234 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 11.3110123 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 418429657} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1725128556 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -3.21346283 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -29.8871231 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .685546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 2092645039} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1725663522 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -4.76759338 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: 6.06003571 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1899932704} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1725988585 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} serializedVersion: 4 m_Component: - 4: {fileID: 1725988590} - 33: {fileID: 1725988589} - 23: {fileID: 1725988588} - 95: {fileID: 1725988587} - 65: {fileID: 1725988586} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1725988586 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1725988585} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1725988587 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1725988585} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1725988588 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1725988585} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .581054688, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1725988589 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1725988585} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!4 &1725988590 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1033880671} m_GameObject: {fileID: 1725988585} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 531594887} --- !u!1 &1726115328 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1364016246} serializedVersion: 4 m_Component: - 4: {fileID: 1726115331} - 33: {fileID: 1726115330} - 23: {fileID: 1726115329} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1726115329 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1364016246} m_GameObject: {fileID: 1726115328} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .887695312, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1726115330 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1364016246} m_GameObject: {fileID: 1726115328} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &1726115331 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1364016246} m_GameObject: {fileID: 1726115328} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -10.8958511, y: 0, z: -32.3265991} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1726596884 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} serializedVersion: 4 m_Component: - 4: {fileID: 1726596885} - 33: {fileID: 1726596889} - 23: {fileID: 1726596888} - 95: {fileID: 1726596887} - 65: {fileID: 1726596886} m_Layer: 0 m_Name: Tomb04_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1726596885 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1726596884} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: .889471531, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 710059136} --- !u!65 &1726596886 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1726596884} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &1726596887 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1726596884} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1726596888 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1726596884} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .359375, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1726596889 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 512181719} m_GameObject: {fileID: 1726596884} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!1001 &1728645013 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -2.09642506 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -.0362386703 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.430460006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .430460006 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .803710938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1598884057} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1729416585 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 6.95449162 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .025891006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -18.6175003 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .560984075 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430461377 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430461317 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.560983896 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .859375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1798176783} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1731585401 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} serializedVersion: 4 m_Component: - 4: {fileID: 1731585402} - 33: {fileID: 1731585406} - 23: {fileID: 1731585405} - 95: {fileID: 1731585404} - 65: {fileID: 1731585403} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1731585402 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1731585401} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 643029349} --- !u!65 &1731585403 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1731585401} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1731585404 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1731585401} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1731585405 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1731585401} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .537109375, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1731585406 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1731585401} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &1732636961 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1609309219} serializedVersion: 4 m_Component: - 4: {fileID: 1732636964} - 33: {fileID: 1732636963} - 23: {fileID: 1732636962} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1732636962 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1609309219} m_GameObject: {fileID: 1732636961} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .62109375, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1732636963 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1609309219} m_GameObject: {fileID: 1732636961} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1732636964 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1609309219} m_GameObject: {fileID: 1732636961} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.1027222, y: 0, z: -26.6470718} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1735019669 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2067748340} serializedVersion: 4 m_Component: - 4: {fileID: 1735019673} - 33: {fileID: 1735019672} - 23: {fileID: 1735019671} - 65: {fileID: 1735019670} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1735019670 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2067748340} m_GameObject: {fileID: 1735019669} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!23 &1735019671 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2067748340} m_GameObject: {fileID: 1735019669} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .514648438, w: .520507812} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1735019672 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2067748340} m_GameObject: {fileID: 1735019669} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!4 &1735019673 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 2067748340} m_GameObject: {fileID: 1735019669} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 13.3143272, y: 0, z: 17.8100605} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1736588429 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalPosition.x value: -10.8996935 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalPosition.y value: -.0459657609 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalPosition.z value: -2.62158346 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_LightmapTilingOffset.w value: .868164062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_RootGameObject: {fileID: 143421044} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1736774780 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 9.38661957 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -.972183228 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 507251692} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1737200464 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} serializedVersion: 4 m_Component: - 4: {fileID: 1737200465} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1737200465 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 1737200464} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -11.4498167, y: 0, z: 12.4110279} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 62833363} - {fileID: 2139037728} m_Father: {fileID: 636589998} --- !u!1001 &1737380078 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -1.10281372 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0657446086 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 12.7513657 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1058370827} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1738286660 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -2.34385395 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -.115409851 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .560984194 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.430461109 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.430461109 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.560984194 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .870117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 723749415} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1739213358 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 98094796} serializedVersion: 4 m_Component: - 4: {fileID: 1739213361} - 33: {fileID: 1739213360} - 23: {fileID: 1739213359} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1739213359 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 98094796} m_GameObject: {fileID: 1739213358} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .606445312, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1739213360 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 98094796} m_GameObject: {fileID: 1739213358} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1739213361 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 98094796} m_GameObject: {fileID: 1739213358} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 24.3229904, y: .145929858, z: -3.36589813} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1741322907 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1335692002} serializedVersion: 4 m_Component: - 4: {fileID: 1741322910} - 33: {fileID: 1741322909} - 23: {fileID: 1741322908} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1741322908 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1335692002} m_GameObject: {fileID: 1741322907} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1741322909 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1335692002} m_GameObject: {fileID: 1741322907} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1741322910 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1335692002} m_GameObject: {fileID: 1741322907} m_LocalRotation: {x: -.353554308, y: -.612371922, z: -.612371981, w: .353554368} m_LocalPosition: {x: 7.00358582, y: .00955852121, z: -13.8383331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1741802371 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2100576206} serializedVersion: 4 m_Component: - 4: {fileID: 1741802372} - 33: {fileID: 1741802374} - 23: {fileID: 1741802373} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1741802372 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2100576206} m_GameObject: {fileID: 1741802371} m_LocalRotation: {x: .183011234, y: -.683013022, z: -.683013082, w: -.183011517} m_LocalPosition: {x: -9.14181137, y: .139223754, z: -17.157999} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1741802373 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2100576206} m_GameObject: {fileID: 1741802371} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .87890625, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1741802374 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2100576206} m_GameObject: {fileID: 1741802371} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1743746550 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1882146765} serializedVersion: 4 m_Component: - 4: {fileID: 1743746553} - 33: {fileID: 1743746552} - 23: {fileID: 1743746551} m_Layer: 0 m_Name: Plant09_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1743746551 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1882146765} m_GameObject: {fileID: 1743746550} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0712890625, y: .0712890625, z: .26953125, w: .189453125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1743746552 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1882146765} m_GameObject: {fileID: 1743746550} m_Mesh: {fileID: 4300000, guid: 28712e81b8727524b9236e7ad1404d3e, type: 3} --- !u!4 &1743746553 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1882146765} m_GameObject: {fileID: 1743746550} m_LocalRotation: {x: -.500000596, y: -.499999464, z: -.499999523, w: .500000536} m_LocalPosition: {x: -22.8502731, y: .0400840938, z: -4.30661106} m_LocalScale: {x: 1.4060303, y: 1.4060303, z: 1.4060303} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1744817740 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: -.967147827 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -30.2784119 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1525496323} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1745206252 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 622095698} serializedVersion: 4 m_Component: - 4: {fileID: 1745206255} - 33: {fileID: 1745206254} - 23: {fileID: 1745206253} m_Layer: 0 m_Name: Plant08_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1745206253 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 622095698} m_GameObject: {fileID: 1745206252} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .01953125, y: .01953125, z: .0869140625, w: .678710938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1745206254 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 622095698} m_GameObject: {fileID: 1745206252} m_Mesh: {fileID: 4300000, guid: 24e3be68eb274aa4aa842b71e7b791a5, type: 3} --- !u!4 &1745206255 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 622095698} m_GameObject: {fileID: 1745206252} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: 14.3722916, y: .00628167391, z: 12.5107679} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1745542406 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: -15.9748077 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: 1.14999485 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 7.54699993 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 711500227} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1746079398 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2067718891} serializedVersion: 4 m_Component: - 4: {fileID: 1746079399} - 33: {fileID: 1746079401} - 23: {fileID: 1746079400} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1746079399 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2067718891} m_GameObject: {fileID: 1746079398} m_LocalRotation: {x: -.707106829, y: -9.9999977e-07, z: -9.9999977e-07, w: .707106829} m_LocalPosition: {x: 16.8352032, y: 0, z: 1.37595725} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1746079400 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2067718891} m_GameObject: {fileID: 1746079398} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .560546875} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1746079401 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 2067718891} m_GameObject: {fileID: 1746079398} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &1749822680 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1436772597} serializedVersion: 4 m_Component: - 4: {fileID: 1749822681} - 33: {fileID: 1749822683} - 23: {fileID: 1749822682} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1749822681 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1436772597} m_GameObject: {fileID: 1749822680} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: -2.68754125, y: 0, z: -30.0459862} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1749822682 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1436772597} m_GameObject: {fileID: 1749822680} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .7578125, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1749822683 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1436772597} m_GameObject: {fileID: 1749822680} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1751853784 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 942704133} serializedVersion: 4 m_Component: - 4: {fileID: 1751853789} - 33: {fileID: 1751853788} - 23: {fileID: 1751853787} - 95: {fileID: 1751853786} - 65: {fileID: 1751853785} m_Layer: 0 m_Name: Tomb02_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1751853785 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 942704133} m_GameObject: {fileID: 1751853784} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .593273997, z: 1.79594743} m_Center: {x: 1.22189522e-06, y: -.0405944847, z: .897973716} --- !u!95 &1751853786 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 942704133} m_GameObject: {fileID: 1751853784} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1751853787 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 942704133} m_GameObject: {fileID: 1751853784} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .02734375, y: .02734375, z: .58984375, w: .45703125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1751853788 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 942704133} m_GameObject: {fileID: 1751853784} m_Mesh: {fileID: 4300000, guid: c25802fc6b634fb44a12fb6a31c5ccad, type: 3} --- !u!4 &1751853789 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_PrefabInternal: {fileID: 942704133} m_GameObject: {fileID: 1751853784} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 16.8011189, y: .00775623322, z: -1.23872375} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1753985946 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 189619054} serializedVersion: 4 m_Component: - 4: {fileID: 1753985949} - 33: {fileID: 1753985948} - 23: {fileID: 1753985947} m_Layer: 0 m_Name: Gravestone10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1753985947 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 189619054} m_GameObject: {fileID: 1753985946} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0166015625, y: .0166015625, z: .514648438, w: .661132812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1753985948 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 189619054} m_GameObject: {fileID: 1753985946} m_Mesh: {fileID: 4300000, guid: e6f117573781234408f9f3508a806f73, type: 3} --- !u!4 &1753985949 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 189619054} m_GameObject: {fileID: 1753985946} m_LocalRotation: {x: -.701057434, y: .0922960415, z: .0922962353, w: .701057374} m_LocalPosition: {x: -17.98596, y: 0, z: -21.8284225} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1758850189 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.x value: -15.9552708 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.y value: .0305579994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.z value: -20.6646099 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.x value: .683012068 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.y value: -.183015496 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.z value: -.183015436 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.w value: -.683011949 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.x value: 1.76399994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.y value: 1.76400006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.z value: 1.76399994 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.x value: .151367188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.y value: .151367188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.z value: .568359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.w value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_RootGameObject: {fileID: 1810593636} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1761138065 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1761138070} - 33: {fileID: 1761138069} - 23: {fileID: 1761138068} - 95: {fileID: 1761138067} - 65: {fileID: 1761138066} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1761138066 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1761138065} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1761138067 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1761138065} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1761138068 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1761138065} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .745117188} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1761138069 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1761138065} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!4 &1761138070 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1761138065} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.21452618, y: 0, z: .431248307} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!1 &1761800990 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 912741569} serializedVersion: 4 m_Component: - 4: {fileID: 1761800994} - 33: {fileID: 1761800993} - 23: {fileID: 1761800992} - 65: {fileID: 1761800991} m_Layer: 0 m_Name: Paling01_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1761800991 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 912741569} m_GameObject: {fileID: 1761800990} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.24459791, y: .325028896, z: .867163241} m_Center: {x: -5.96046448e-08, y: 0, z: .363400787} --- !u!23 &1761800992 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 912741569} m_GameObject: {fileID: 1761800990} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .969726562, w: .2421875} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1761800993 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 912741569} m_GameObject: {fileID: 1761800990} m_Mesh: {fileID: 4300000, guid: 3bb6f2d55e37ef543a8a9a458e24c740, type: 3} --- !u!4 &1761800994 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 912741569} m_GameObject: {fileID: 1761800990} m_LocalRotation: {x: -.560985982, y: -.430458814, z: -.430458844, w: .560985982} m_LocalPosition: {x: 4.75867844, y: 0, z: 15.7034855} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1769103890 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} m_PrefabInternal: {fileID: 472700184} serializedVersion: 4 m_Component: - 4: {fileID: 1769103894} - 33: {fileID: 1769103893} - 23: {fileID: 1769103892} - 65: {fileID: 1769103891} m_Layer: 0 m_Name: Tomb01_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1769103891 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} m_PrefabInternal: {fileID: 472700184} m_GameObject: {fileID: 1769103890} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: .595097125} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: .297548562} --- !u!23 &1769103892 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} m_PrefabInternal: {fileID: 472700184} m_GameObject: {fileID: 1769103890} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .017578125, y: .017578125, z: .702148438, w: .153320312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1769103893 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} m_PrefabInternal: {fileID: 472700184} m_GameObject: {fileID: 1769103890} m_Mesh: {fileID: 4300000, guid: cdd80667c7783bf44a69084a65a4cccc, type: 3} --- !u!4 &1769103894 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 67336e8f523bac74caa8b832e212996e, type: 2} m_PrefabInternal: {fileID: 472700184} m_GameObject: {fileID: 1769103890} m_LocalRotation: {x: .11093545, y: -.477426767, z: -.767241359, w: -.413639694} m_LocalPosition: {x: -5.95313263, y: -.15981102, z: 6.51542664} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1770342371 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} serializedVersion: 4 m_Component: - 4: {fileID: 1770342372} - 33: {fileID: 1770342376} - 23: {fileID: 1770342375} - 95: {fileID: 1770342374} - 65: {fileID: 1770342373} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1770342372 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1770342371} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 643029349} --- !u!65 &1770342373 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1770342371} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1770342374 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1770342371} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1770342375 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1770342371} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1770342376 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 215201098} m_GameObject: {fileID: 1770342371} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &1772217886 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} serializedVersion: 4 m_Component: - 4: {fileID: 1772217887} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1772217887 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 1772217886} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: -16.4499283, y: 0, z: -32.5890045} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2047539130} - {fileID: 1788454804} m_Father: {fileID: 636589998} --- !u!1001 &1772644614 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 16.4346771 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -3.42288923 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 784952614} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1774850583 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1243384107} serializedVersion: 4 m_Component: - 4: {fileID: 1774850586} - 33: {fileID: 1774850585} - 23: {fileID: 1774850584} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1774850584 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1243384107} m_GameObject: {fileID: 1774850583} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1774850585 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1243384107} m_GameObject: {fileID: 1774850583} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1774850586 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1243384107} m_GameObject: {fileID: 1774850583} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -5.7469449, y: 0, z: -10.127861} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1775502534 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 636467675} serializedVersion: 4 m_Component: - 4: {fileID: 1775502537} - 33: {fileID: 1775502536} - 23: {fileID: 1775502535} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1775502535 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 636467675} m_GameObject: {fileID: 1775502534} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1775502536 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 636467675} m_GameObject: {fileID: 1775502534} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!4 &1775502537 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_PrefabInternal: {fileID: 636467675} m_GameObject: {fileID: 1775502534} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 17.1082535, y: .030882895, z: 5.75510406} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1776200190 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.x value: -22.9510975 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.y value: .0400840938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.z value: -14.2159538 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.y value: -6.18172393e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.z value: -2.70211748e-15 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalScale.x value: 1.60000002 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalScale.y value: 1.60000002 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalScale.z value: 1.60000002 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0810546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0810546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.w value: .44140625 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_RootGameObject: {fileID: 1289340888} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1778857572 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.x value: 3.31771088 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.y value: .066792354 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.z value: -14.6874237 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.x value: -.183013931 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.y value: .683012366 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.z value: .683012426 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.w value: .18301405 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.w value: .522460938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_RootGameObject: {fileID: 1046048473} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1780362223 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 968437} serializedVersion: 4 m_Component: - 4: {fileID: 1780362224} - 33: {fileID: 1780362226} - 23: {fileID: 1780362225} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1780362224 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 968437} m_GameObject: {fileID: 1780362223} m_LocalRotation: {x: -.560985744, y: -.430459201, z: -.430459082, w: .560985684} m_LocalPosition: {x: 9.40231991, y: 0, z: -5.54583549} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1780362225 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 968437} m_GameObject: {fileID: 1780362223} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .868164062, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1780362226 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 968437} m_GameObject: {fileID: 1780362223} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &1781252312 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 72448654} serializedVersion: 4 m_Component: - 4: {fileID: 1781252315} - 33: {fileID: 1781252314} - 23: {fileID: 1781252313} m_Layer: 0 m_Name: Plant09_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1781252313 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 72448654} m_GameObject: {fileID: 1781252312} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .459960938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1781252314 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 72448654} m_GameObject: {fileID: 1781252312} m_Mesh: {fileID: 4300000, guid: 3f0e4eccc7076a941bfda5dac0cb8817, type: 3} --- !u!4 &1781252315 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 72448654} m_GameObject: {fileID: 1781252312} m_LocalRotation: {x: -.707106829, y: -6.18172393e-08, z: -2.70211748e-15, w: .707106769} m_LocalPosition: {x: -4.19459724, y: 0, z: 12.8286572} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1784374327 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -14.6718903 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -3.58508301 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.653281629 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .270597667 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .270597696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .653281629 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .603515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1481731242} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1784526631 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 33.4228668 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -4.37288666 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .6484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 623342783} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1784601455 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 2087480791} serializedVersion: 4 m_Component: - 4: {fileID: 1784601458} - 33: {fileID: 1784601457} - 23: {fileID: 1784601456} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1784601456 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 2087480791} m_GameObject: {fileID: 1784601455} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .748046875, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1784601457 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 2087480791} m_GameObject: {fileID: 1784601455} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!4 &1784601458 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_PrefabInternal: {fileID: 2087480791} m_GameObject: {fileID: 1784601455} m_LocalRotation: {x: -.701057434, y: -.092295818, z: -.0922958404, w: .701057434} m_LocalPosition: {x: .523490906, y: 0, z: -17.9251633} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1786280265 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -21.4498501 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: -2.58897495 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707105994 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: .707107604 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .7109375 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .80078125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .193359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1700140103} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1787072611 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 13.009326 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -1.18792391 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .864257812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1130151660} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1788454803 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} serializedVersion: 4 m_Component: - 4: {fileID: 1788454804} - 33: {fileID: 1788454808} - 23: {fileID: 1788454807} - 95: {fileID: 1788454806} - 65: {fileID: 1788454805} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1788454804 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 1788454803} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1772217887} --- !u!65 &1788454805 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 1788454803} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1788454806 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 1788454803} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1788454807 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 1788454803} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .193359375, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1788454808 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 1788454803} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &1791774127 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.x value: 18.1826382 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.z value: -1.78598022 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.y value: .560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.z value: .560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.w value: .875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_RootGameObject: {fileID: 189841184} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1791908920 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1386246459} serializedVersion: 4 m_Component: - 4: {fileID: 1791908923} - 33: {fileID: 1791908922} - 23: {fileID: 1791908921} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1791908921 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1386246459} m_GameObject: {fileID: 1791908920} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1791908922 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1386246459} m_GameObject: {fileID: 1791908920} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1791908923 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1386246459} m_GameObject: {fileID: 1791908920} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 26.768486, y: 0, z: -7.71546173} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1792264478 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.x value: -4.53361034 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.z value: 17.8100605 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.w value: .567382812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_RootGameObject: {fileID: 1376818257} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1792274377 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 16.192627 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -23.9493942 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .67578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 2130140632} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1794083958 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.x value: 4.96876717 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.z value: -10.1314516 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.x value: -.612372756 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.y value: -.353552997 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.z value: -.353552997 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalScale.x value: 1.53000009 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalScale.y value: 1.53000033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalScale.z value: 1.53000021 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .06640625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .06640625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .415039062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_RootGameObject: {fileID: 1295224594} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1794878373 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 12.7911434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 2.12305927 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .741210938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1818885077} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1796131974 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 10.3219252 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -5.52590132 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 6.53271911e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: 6.75468698e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .62890625 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 684223615} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1797522015 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 16.530098 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -24.64328 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .584960938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 38949185} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1798176783 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1729416585} serializedVersion: 4 m_Component: - 4: {fileID: 1798176784} - 33: {fileID: 1798176786} - 23: {fileID: 1798176785} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1798176784 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1729416585} m_GameObject: {fileID: 1798176783} m_LocalRotation: {x: .560984075, y: -.430461377, z: -.430461317, w: -.560983896} m_LocalPosition: {x: 6.95449162, y: .025891006, z: -18.6175003} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1798176785 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1729416585} m_GameObject: {fileID: 1798176783} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .859375, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1798176786 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1729416585} m_GameObject: {fileID: 1798176783} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1799041552 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 16.8653088 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 2.76951218 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .7109375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 43106401} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1799480868 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 735378869} serializedVersion: 4 m_Component: - 4: {fileID: 1799480872} - 33: {fileID: 1799480871} - 23: {fileID: 1799480870} - 65: {fileID: 1799480869} m_Layer: 0 m_Name: Gravestone08 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1799480869 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 735378869} m_GameObject: {fileID: 1799480868} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .578846931, y: .291750789, z: .768045723} m_Center: {x: 0, y: 0, z: .3579925} --- !u!23 &1799480870 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 735378869} m_GameObject: {fileID: 1799480868} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .822265625} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1799480871 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 735378869} m_GameObject: {fileID: 1799480868} m_Mesh: {fileID: 4300000, guid: 689c3ca5c0bc43c47aa29dbc4bb21eb8, type: 3} --- !u!4 &1799480872 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 735378869} m_GameObject: {fileID: 1799480868} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: -3.96756554, y: 0, z: -3.80074072} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1799623480 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: 23.5503578 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 7.41082764 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .723632812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 283418607} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1800281709 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 176825783} serializedVersion: 4 m_Component: - 4: {fileID: 1800281713} - 33: {fileID: 1800281712} - 23: {fileID: 1800281711} - 65: {fileID: 1800281710} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1800281710 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 176825783} m_GameObject: {fileID: 1800281709} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &1800281711 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 176825783} m_GameObject: {fileID: 1800281709} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .44921875, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1800281712 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 176825783} m_GameObject: {fileID: 1800281709} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!4 &1800281713 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 176825783} m_GameObject: {fileID: 1800281709} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 24.1371918, y: .0271629002, z: -16.1577835} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1801656447 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.x value: 24.2313099 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.y value: .2198686 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.z value: -31.9115753 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .793945312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_RootGameObject: {fileID: 2125415072} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1802577825 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 608945419} serializedVersion: 4 m_Component: - 4: {fileID: 1802577826} - 33: {fileID: 1802577828} - 23: {fileID: 1802577827} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1802577826 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 608945419} m_GameObject: {fileID: 1802577825} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: 16.8643818, y: 0, z: .953129292} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1802577827 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 608945419} m_GameObject: {fileID: 1802577825} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .752929688, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1802577828 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 608945419} m_GameObject: {fileID: 1802577825} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1805600072 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 857517942} serializedVersion: 4 m_Component: - 4: {fileID: 1805600075} - 33: {fileID: 1805600074} - 23: {fileID: 1805600073} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1805600073 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 857517942} m_GameObject: {fileID: 1805600072} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1805600074 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 857517942} m_GameObject: {fileID: 1805600072} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1805600075 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 857517942} m_GameObject: {fileID: 1805600072} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -6.36431122, y: 0, z: -12.874649} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1805951956 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 124893677} serializedVersion: 4 m_Component: - 4: {fileID: 1805951960} - 33: {fileID: 1805951959} - 23: {fileID: 1805951958} - 65: {fileID: 1805951957} m_Layer: 0 m_Name: Paling01_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1805951957 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 124893677} m_GameObject: {fileID: 1805951956} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.24459791, y: .325028896, z: .867163241} m_Center: {x: -5.96046448e-08, y: 0, z: .363400787} --- !u!23 &1805951958 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 124893677} m_GameObject: {fileID: 1805951956} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .946289062, w: .2421875} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1805951959 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 124893677} m_GameObject: {fileID: 1805951956} m_Mesh: {fileID: 4300000, guid: 3bb6f2d55e37ef543a8a9a458e24c740, type: 3} --- !u!4 &1805951960 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_PrefabInternal: {fileID: 124893677} m_GameObject: {fileID: 1805951956} m_LocalRotation: {x: -.701057434, y: -.092295818, z: -.0922958404, w: .701057434} m_LocalPosition: {x: 6.20995188, y: 0, z: 17.4789848} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1806371354 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 2079518847} serializedVersion: 4 m_Component: - 4: {fileID: 1806371359} - 33: {fileID: 1806371358} - 23: {fileID: 1806371357} - 95: {fileID: 1806371356} - 65: {fileID: 1806371355} m_Layer: 0 m_Name: Tomb05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1806371355 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 2079518847} m_GameObject: {fileID: 1806371354} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1.6931591, y: 2.40538859, z: 3.26710725} m_Center: {x: 0, y: 0, z: 1.56513226} --- !u!95 &1806371356 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 2079518847} m_GameObject: {fileID: 1806371354} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1806371357 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 2079518847} m_GameObject: {fileID: 1806371354} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .08203125, y: .08203125, z: 0, w: .788085938} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1806371358 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 2079518847} m_GameObject: {fileID: 1806371354} m_Mesh: {fileID: 4300000, guid: d9b5f3c4d853f4c4795762d4028be4fb, type: 3} --- !u!4 &1806371359 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_PrefabInternal: {fileID: 2079518847} m_GameObject: {fileID: 1806371354} m_LocalRotation: {x: -.0417166278, y: .705875099, z: .705875158, w: .0417167954} m_LocalPosition: {x: -3.58145428, y: 0, z: 8.47349072} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1807521256 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalPosition.x value: 11.1362066 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalPosition.y value: .0535221025 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalPosition.z value: 13.1169777 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalRotation.y value: -.560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalScale.x value: 1.21064496 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalScale.y value: 1.21064496 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LocalScale.z value: 1.21064496 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LightmapTilingOffset.x value: .029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LightmapTilingOffset.y value: .029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LightmapTilingOffset.z value: .752929688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_LightmapTilingOffset.w value: .153320312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f2cbb5199ef6d1d46b3e03d712606966, type: 2} m_RootGameObject: {fileID: 43527396} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1807583586 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 19.4277039 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: .00324410573 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -32.0050888 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1433264997} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1808993759 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 214487379} serializedVersion: 4 m_Component: - 4: {fileID: 1808993760} - 33: {fileID: 1808993762} - 23: {fileID: 1808993761} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1808993760 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 214487379} m_GameObject: {fileID: 1808993759} m_LocalRotation: {x: .0922939628, y: -.701057673, z: -.701057673, w: -.0922939628} m_LocalPosition: {x: 13.3792896, y: 0, z: -10.0396414} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1808993761 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 214487379} m_GameObject: {fileID: 1808993759} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .74609375, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1808993762 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 214487379} m_GameObject: {fileID: 1808993759} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1810593636 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 1758850189} serializedVersion: 4 m_Component: - 4: {fileID: 1810593637} - 33: {fileID: 1810593640} - 23: {fileID: 1810593639} - 64: {fileID: 1810593638} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1810593637 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 1758850189} m_GameObject: {fileID: 1810593636} m_LocalRotation: {x: .683012068, y: -.183015496, z: -.183015436, w: -.683011949} m_LocalPosition: {x: -15.9552708, y: .0305579994, z: -20.6646099} m_LocalScale: {x: 1.76399994, y: 1.76400006, z: 1.76399994} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1810593638 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 1758850189} m_GameObject: {fileID: 1810593636} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &1810593639 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 1758850189} m_GameObject: {fileID: 1810593636} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .151367188, y: .151367188, z: .568359375, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1810593640 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_PrefabInternal: {fileID: 1758850189} m_GameObject: {fileID: 1810593636} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1001 &1812178839 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.x value: 16.2722626 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.z value: -2.78372192 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.z value: .845703125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_RootGameObject: {fileID: 161729183} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1817129164 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1686461438} serializedVersion: 4 m_Component: - 4: {fileID: 1817129167} - 33: {fileID: 1817129166} - 23: {fileID: 1817129165} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1817129165 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1686461438} m_GameObject: {fileID: 1817129164} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .549804688} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1817129166 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1686461438} m_GameObject: {fileID: 1817129164} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &1817129167 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1686461438} m_GameObject: {fileID: 1817129164} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 23.1476135, y: 0, z: -31.8544693} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1817245759 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 2.683815 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -22.1641617 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .850585938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1826077426} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1817320733 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalPosition.x value: 15.7176418 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalPosition.z value: 17.7687359 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0234375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapTilingOffset.z value: .083984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_LightmapTilingOffset.w value: .788085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 20a1eaca4a6b8364badf4eee56be445e, type: 2} m_RootGameObject: {fileID: 1719346553} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1818885077 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1794878373} serializedVersion: 4 m_Component: - 4: {fileID: 1818885078} - 33: {fileID: 1818885080} - 23: {fileID: 1818885079} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1818885078 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1794878373} m_GameObject: {fileID: 1818885077} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: 12.7911434, y: 0, z: 2.12305927} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1818885079 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1794878373} m_GameObject: {fileID: 1818885077} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .741210938, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1818885080 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1794878373} m_GameObject: {fileID: 1818885077} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1818970526 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: 15.597435 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: -22.2847137 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.x value: 1.60165334 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.y value: 1.60165334 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalScale.z value: 1.60165334 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 818421483} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1820190342 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} serializedVersion: 4 m_Component: - 4: {fileID: 1820190343} m_Layer: 0 m_Name: Tomb04_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1820190343 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 547033227} m_GameObject: {fileID: 1820190342} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: 3.55018425, y: 0, z: 12.411025} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1526409620} - {fileID: 751024448} m_Father: {fileID: 636589998} --- !u!1001 &1824353713 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.x value: -10.1740189 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.y value: .00723038614 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.z value: -1.97437286 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.w value: .6640625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_RootGameObject: {fileID: 66905715} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1825346886 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -17.154129 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -7.70549011 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .680664062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 2118170753} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1826077426 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1817245759} serializedVersion: 4 m_Component: - 4: {fileID: 1826077429} - 33: {fileID: 1826077428} - 23: {fileID: 1826077427} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1826077427 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1817245759} m_GameObject: {fileID: 1826077426} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .850585938, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1826077428 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1817245759} m_GameObject: {fileID: 1826077426} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &1826077429 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1817245759} m_GameObject: {fileID: 1826077426} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.683815, y: 0, z: -22.1641617} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1832311093 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 90560553} serializedVersion: 4 m_Component: - 4: {fileID: 1832311096} - 33: {fileID: 1832311095} - 23: {fileID: 1832311094} m_Layer: 0 m_Name: Plant09_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1832311094 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 90560553} m_GameObject: {fileID: 1832311093} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0849609375, y: .0849609375, z: 0, w: .614257812} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1832311095 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 90560553} m_GameObject: {fileID: 1832311093} m_Mesh: {fileID: 4300000, guid: 82fadbb51670870428ede8e31aa999a9, type: 3} --- !u!4 &1832311096 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9d032c7ba8b03b64b8d4d7ad2a2de690, type: 2} m_PrefabInternal: {fileID: 90560553} m_GameObject: {fileID: 1832311093} m_LocalRotation: {x: -.707106829, y: -6.18172393e-08, z: -2.70211748e-15, w: .707106769} m_LocalPosition: {x: 4.00030518, y: .00368656218, z: -9.88731384} m_LocalScale: {x: 1.70000005, y: 1.70000005, z: 1.70000005} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1832949150 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.x value: 7.99885035 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.y value: .0124858022 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.z value: -8.76787853 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.x value: -.683012784 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.y value: .183012456 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.z value: .183012456 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.w value: .683012784 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.w value: .579101562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_RootGameObject: {fileID: 310803953} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1833769433 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} serializedVersion: 4 m_Component: - 4: {fileID: 1833769434} - 33: {fileID: 1833769438} - 23: {fileID: 1833769437} - 95: {fileID: 1833769436} - 65: {fileID: 1833769435} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1833769434 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 1833769433} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1922136826} --- !u!65 &1833769435 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 1833769433} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1833769436 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 1833769433} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1833769437 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 1833769433} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .890625, w: .189453125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1833769438 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 1833769433} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &1834769445 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 237512756} serializedVersion: 4 m_Component: - 4: {fileID: 1834769448} - 198: {fileID: 1834769447} - 199: {fileID: 1834769446} m_Layer: 0 m_Name: Particle02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1834769446 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 237512756} m_GameObject: {fileID: 1834769445} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9c09f1288d683a45acbc66cc41a0ac2, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1834769447 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 237512756} m_GameObject: {fileID: 1834769445} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4278255597 maxColor: serializedVersion: 2 rgba: 4278255512 minMaxState: 2 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 5 ShapeModule: serializedVersion: 2 enabled: 1 type: 0 radius: 1 angle: 10 length: 5 boxX: 2 boxY: 2 boxZ: 3 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 1 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: .501048207 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: 8.72664642 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: -1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 2071265024 key1: serializedVersion: 2 rgba: 570490818 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65149 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 1 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398185 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1834769448 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_PrefabInternal: {fileID: 237512756} m_GameObject: {fileID: 1834769445} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: 8.07121658, y: .964263916, z: -6.46191788} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 668904031} --- !u!1 &1835907984 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1917992950} serializedVersion: 4 m_Component: - 4: {fileID: 1835907987} - 33: {fileID: 1835907986} - 23: {fileID: 1835907985} m_Layer: 0 m_Name: Plant09_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1835907985 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1917992950} m_GameObject: {fileID: 1835907984} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .415039062} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1835907986 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1917992950} m_GameObject: {fileID: 1835907984} m_Mesh: {fileID: 4300000, guid: 3f0e4eccc7076a941bfda5dac0cb8817, type: 3} --- !u!4 &1835907987 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_PrefabInternal: {fileID: 1917992950} m_GameObject: {fileID: 1835907984} m_LocalRotation: {x: -.707106829, y: -6.18172393e-08, z: -2.70211748e-15, w: .707106769} m_LocalPosition: {x: -21.2508564, y: 0, z: 8.25957489} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1840729746 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -.579429626 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -12.5299416 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .638671875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 648159366} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1843077391 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 10.0678864 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -9.15524292 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .784179688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1631638480} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1843225428 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -4.97418451 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: .135286331 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -2.73451948 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1719666313} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1844589999 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2121742693} serializedVersion: 4 m_Component: - 4: {fileID: 1844590002} - 33: {fileID: 1844590001} - 23: {fileID: 1844590000} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1844590000 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2121742693} m_GameObject: {fileID: 1844589999} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .588867188, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1844590001 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2121742693} m_GameObject: {fileID: 1844589999} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1844590002 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2121742693} m_GameObject: {fileID: 1844589999} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.2646255, y: 0, z: -1.11050415} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1847179568 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: 13.5220575 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -12.4865351 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922943428 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057613 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922941566 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .66796875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 549348201} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1854623755 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1985593172} serializedVersion: 4 m_Component: - 4: {fileID: 1854623758} - 33: {fileID: 1854623757} - 23: {fileID: 1854623756} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1854623756 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1985593172} m_GameObject: {fileID: 1854623755} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .57421875, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1854623757 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1985593172} m_GameObject: {fileID: 1854623755} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1854623758 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1985593172} m_GameObject: {fileID: 1854623755} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -7.22464371, y: 0, z: 13.5387554} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1854639861 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1069503604} serializedVersion: 4 m_Component: - 4: {fileID: 1854639864} - 33: {fileID: 1854639863} - 23: {fileID: 1854639862} m_Layer: 0 m_Name: Plant08_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1854639862 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1069503604} m_GameObject: {fileID: 1854639861} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .01953125, y: .01953125, z: .0869140625, w: .657226562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1854639863 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1069503604} m_GameObject: {fileID: 1854639861} m_Mesh: {fileID: 4300000, guid: 24e3be68eb274aa4aa842b71e7b791a5, type: 3} --- !u!4 &1854639864 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_PrefabInternal: {fileID: 1069503604} m_GameObject: {fileID: 1854639861} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: 17.8765812, y: 0, z: 12.0609322} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1855566875 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 56501192} serializedVersion: 4 m_Component: - 4: {fileID: 1855566878} - 33: {fileID: 1855566877} - 23: {fileID: 1855566876} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1855566876 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 56501192} m_GameObject: {fileID: 1855566875} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .559570312, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1855566877 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 56501192} m_GameObject: {fileID: 1855566875} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1855566878 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 56501192} m_GameObject: {fileID: 1855566875} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 13.0748444, y: 0, z: -15.8232651} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1855855221 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1558876875} serializedVersion: 4 m_Component: - 4: {fileID: 1855855222} - 33: {fileID: 1855855225} - 23: {fileID: 1855855224} - 65: {fileID: 1855855223} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1855855222 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1558876875} m_GameObject: {fileID: 1855855221} m_LocalRotation: {x: -.560985863, y: .430458903, z: .430458903, w: .560985863} m_LocalPosition: {x: -8.51784325, y: 0, z: -36.8849716} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &1855855223 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1558876875} m_GameObject: {fileID: 1855855221} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &1855855224 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1558876875} m_GameObject: {fileID: 1855855221} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .940429688} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1855855225 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_PrefabInternal: {fileID: 1558876875} m_GameObject: {fileID: 1855855221} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!1001 &1856042299 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: -7.5169034 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: -26.8613071 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .688476562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 985515806} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1856732032 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 638926266} serializedVersion: 4 m_Component: - 4: {fileID: 1856732033} - 33: {fileID: 1856732036} - 23: {fileID: 1856732035} - 65: {fileID: 1856732034} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1856732033 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 638926266} m_GameObject: {fileID: 1856732032} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: -6.80614376, y: 0, z: -37.4001923} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &1856732034 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 638926266} m_GameObject: {fileID: 1856732032} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!23 &1856732035 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 638926266} m_GameObject: {fileID: 1856732032} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .021484375, y: .021484375, z: .966796875, w: .494140625} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1856732036 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_PrefabInternal: {fileID: 638926266} m_GameObject: {fileID: 1856732032} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!1001 &1857800788 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.x value: 4.3286376 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalPosition.z value: -4.2231369 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.x value: .499300599 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.y value: .500698626 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.z value: .500698328 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LocalRotation.w value: -.499300599 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.x value: .107421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.y value: .107421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_LightmapTilingOffset.w value: .298828125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_RootGameObject: {fileID: 1506396092} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1858967456 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} serializedVersion: 4 m_Component: - 4: {fileID: 1858967457} - 33: {fileID: 1858967461} - 23: {fileID: 1858967460} - 95: {fileID: 1858967459} - 65: {fileID: 1858967458} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1858967457 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 1858967456} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 15799879} --- !u!65 &1858967458 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 1858967456} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1858967459 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 1858967456} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1858967460 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 1858967456} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .493164062, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1858967461 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 240938097} m_GameObject: {fileID: 1858967456} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &1860565076 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 8356177} serializedVersion: 4 m_Component: - 4: {fileID: 1860565079} - 33: {fileID: 1860565078} - 23: {fileID: 1860565077} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1860565077 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 8356177} m_GameObject: {fileID: 1860565076} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1860565078 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 8356177} m_GameObject: {fileID: 1860565076} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1860565079 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 8356177} m_GameObject: {fileID: 1860565076} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 20.4217072, y: -.093817234, z: -4.58082008} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1860996755 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -1.30565906 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -6.66653061 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .596679688 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 297660500} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1863866849 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.x value: -15.5810394 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.y value: .0687921345 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.z value: 12.7736816 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .822265625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_RootGameObject: {fileID: 1626873953} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1865015842 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} serializedVersion: 4 m_Component: - 4: {fileID: 1865015843} - 33: {fileID: 1865015847} - 23: {fileID: 1865015846} - 95: {fileID: 1865015845} - 65: {fileID: 1865015844} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1865015843 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 1865015842} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 283418608} --- !u!65 &1865015844 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 1865015842} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1865015845 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 1865015842} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1865015846 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 1865015842} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .44921875, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1865015847 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 1865015842} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &1865636281 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.x value: 26.3549881 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalPosition.z value: 5.32181549 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.x value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.y value: .01953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_LightmapTilingOffset.w value: .701171875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: b59c7177879d43843b35e8e8c98c1471, type: 2} m_RootGameObject: {fileID: 1245784770} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1866901283 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1598017663} serializedVersion: 4 m_Component: - 4: {fileID: 1866901286} - 33: {fileID: 1866901285} - 23: {fileID: 1866901284} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1866901284 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1598017663} m_GameObject: {fileID: 1866901283} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1866901285 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1598017663} m_GameObject: {fileID: 1866901283} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1866901286 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1598017663} m_GameObject: {fileID: 1866901283} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.526329, y: 0, z: -4.24362946} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1868234651 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 992562803} serializedVersion: 4 m_Component: - 4: {fileID: 1868234654} - 33: {fileID: 1868234653} - 23: {fileID: 1868234652} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1868234652 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 992562803} m_GameObject: {fileID: 1868234651} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1868234653 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 992562803} m_GameObject: {fileID: 1868234651} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &1868234654 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 992562803} m_GameObject: {fileID: 1868234651} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -13.5204773, y: 0, z: -17.8405991} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1872070711 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} propertyPath: m_LocalPosition.x value: -4.89635324 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} propertyPath: m_LocalPosition.y value: 1.29898143 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} propertyPath: m_LocalPosition.z value: -17.9855309 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 43c9cb2d40638da4d90a7303eeef2520, type: 2} m_RootGameObject: {fileID: 1630763899} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1875939178 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1987264500} serializedVersion: 4 m_Component: - 4: {fileID: 1875939182} - 33: {fileID: 1875939181} - 23: {fileID: 1875939180} - 64: {fileID: 1875939179} m_Layer: 0 m_Name: Cart03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &1875939179 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1987264500} m_GameObject: {fileID: 1875939178} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 2d2202fc3b08a724b98f60665a40dc09, type: 3} --- !u!23 &1875939180 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1987264500} m_GameObject: {fileID: 1875939178} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0751953125, y: .0751953125, z: .109375, w: .837890625} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1875939181 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1987264500} m_GameObject: {fileID: 1875939178} m_Mesh: {fileID: 4300000, guid: 5428fbf5fe8baa647b32476dfd3cb800, type: 3} --- !u!4 &1875939182 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1987264500} m_GameObject: {fileID: 1875939178} m_LocalRotation: {x: -.0922973529, y: .701057136, z: .701057255, w: .0922974497} m_LocalPosition: {x: 11.6646357, y: 0, z: 19.1404972} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1876930701 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: 9.49572754 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: -.167159081 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: 5.51664734 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: -.609678745 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: -.0195582621 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: .0150483344 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: .792264462 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .819335938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 324347199} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1878490670 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1878490671} - 33: {fileID: 1878490675} - 23: {fileID: 1878490674} - 95: {fileID: 1878490673} - 65: {fileID: 1878490672} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1878490671 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1878490670} m_LocalRotation: {x: -.500001013, y: -.499998927, z: -.499999076, w: .500001073} m_LocalPosition: {x: -1.12409151, y: 0, z: 21.7841072} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1878490672 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1878490670} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1878490673 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1878490670} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1878490674 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1878490670} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .71875} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1878490675 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1878490670} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1001 &1880924079 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 16.2350769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -6.53251648 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.653281629 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -.270597667 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -.270597696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .653281629 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .987304688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .434570312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 428208157} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1882146765 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.x value: -22.8502731 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.y value: .0400840938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalPosition.z value: -4.30661106 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.y value: -.499999464 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.z value: -.499999523 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalRotation.w value: .500000536 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalScale.x value: 1.4060303 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalScale.y value: 1.4060303 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LocalScale.z value: 1.4060303 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0712890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0712890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} propertyPath: m_LightmapTilingOffset.z value: .26953125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_RootGameObject: {fileID: 1743746550} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1882546543 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1145705852} serializedVersion: 4 m_Component: - 4: {fileID: 1882546544} - 33: {fileID: 1882546546} - 23: {fileID: 1882546545} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1882546544 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1145705852} m_GameObject: {fileID: 1882546543} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: -.623039365, y: .0258910004, z: -20.0063934} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1882546545 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1145705852} m_GameObject: {fileID: 1882546543} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .83984375, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1882546546 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1145705852} m_GameObject: {fileID: 1882546543} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1883293022 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -1.20283246 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -11.1489267 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .716796875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 51080467} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1883455251 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 18.7356339 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -18.8149414 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 912180512} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1884909507 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 4.6194458 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .0549349934 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: .229911804 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .8203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1514597074} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1890732230 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1148828001} serializedVersion: 4 m_Component: - 4: {fileID: 1890732233} - 33: {fileID: 1890732232} - 23: {fileID: 1890732231} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1890732231 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1148828001} m_GameObject: {fileID: 1890732230} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1890732232 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1148828001} m_GameObject: {fileID: 1890732230} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1890732233 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1148828001} m_GameObject: {fileID: 1890732230} m_LocalRotation: {x: -.653281629, y: -.270597667, z: -.270597696, w: .653281629} m_LocalPosition: {x: 3.91611195, y: .00299613317, z: -13.2779102} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1890950875 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -8.36556339 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -13.6367044 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1895908950} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1892121200 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: 7.90342522 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: 11.879529 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .828125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 871306113} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1892314156 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.x value: -2.89698911 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalPosition.z value: 12.313015 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.z value: .486328125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ae50915a38e99f0459b0a4782e7a1d33, type: 2} m_RootGameObject: {fileID: 1286528838} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1892906006 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} serializedVersion: 4 m_Component: - 4: {fileID: 1892906007} - 33: {fileID: 1892906011} - 23: {fileID: 1892906010} - 95: {fileID: 1892906009} - 65: {fileID: 1892906008} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1892906007 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 1892906006} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 330152208} --- !u!65 &1892906008 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 1892906006} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1892906009 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 1892906006} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1892906010 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 1892906006} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .405273438, w: .369140625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1892906011 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2130286144} m_GameObject: {fileID: 1892906006} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &1893475846 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -16.1014862 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -22.2441635 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .82421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1483925830} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1895908950 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1890950875} serializedVersion: 4 m_Component: - 4: {fileID: 1895908953} - 33: {fileID: 1895908952} - 23: {fileID: 1895908951} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1895908951 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1890950875} m_GameObject: {fileID: 1895908950} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1895908952 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1890950875} m_GameObject: {fileID: 1895908950} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1895908953 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1890950875} m_GameObject: {fileID: 1895908950} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -8.36556339, y: 0, z: -13.6367044} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1898592359 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.x value: -2.24881339 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalPosition.z value: -6.31056929 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .661132812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_RootGameObject: {fileID: 236499853} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1899932704 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1725663522} serializedVersion: 4 m_Component: - 4: {fileID: 1899932707} - 33: {fileID: 1899932706} - 23: {fileID: 1899932705} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1899932705 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1725663522} m_GameObject: {fileID: 1899932704} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1899932706 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1725663522} m_GameObject: {fileID: 1899932704} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1899932707 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1725663522} m_GameObject: {fileID: 1899932704} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -4.76759338, y: 0, z: 6.06003571} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1902362149 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 724937054} serializedVersion: 4 m_Component: - 4: {fileID: 1902362152} - 33: {fileID: 1902362151} - 23: {fileID: 1902362150} m_Layer: 0 m_Name: Plant08_h m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1902362150 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 724937054} m_GameObject: {fileID: 1902362149} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .875976562, w: .413085938} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1902362151 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 724937054} m_GameObject: {fileID: 1902362149} m_Mesh: {fileID: 4300000, guid: 7666d3573de7e0a429a535ec583bec9b, type: 3} --- !u!4 &1902362152 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_PrefabInternal: {fileID: 724937054} m_GameObject: {fileID: 1902362149} m_LocalRotation: {x: -.612372696, y: -.353552908, z: -.353552938, w: .612372696} m_LocalPosition: {x: -21.3703918, y: 0, z: 9.65806007} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1904125320 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} serializedVersion: 4 m_Component: - 4: {fileID: 1904125321} - 33: {fileID: 1904125325} - 23: {fileID: 1904125324} - 95: {fileID: 1904125323} - 65: {fileID: 1904125322} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1904125321 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 1904125320} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 295500325} --- !u!65 &1904125322 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 1904125320} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1904125323 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 1904125320} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1904125324 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 1904125320} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .359375, w: .954101562} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1904125325 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 767945531} m_GameObject: {fileID: 1904125320} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &1904844771 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1258878830} serializedVersion: 4 m_Component: - 4: {fileID: 1904844772} - 33: {fileID: 1904844774} - 23: {fileID: 1904844773} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1904844772 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1258878830} m_GameObject: {fileID: 1904844771} m_LocalRotation: {x: -.707106829, y: 9.9999977e-07, z: 9.9999977e-07, w: .707106829} m_LocalPosition: {x: -4.65551758, y: 0, z: -.105903625} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1904844773 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1258878830} m_GameObject: {fileID: 1904844771} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .736328125, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1904844774 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1258878830} m_GameObject: {fileID: 1904844771} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1905844645 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1905844650} - 33: {fileID: 1905844649} - 23: {fileID: 1905844648} - 95: {fileID: 1905844647} - 65: {fileID: 1905844646} m_Layer: 0 m_Name: Tomb04_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1905844646 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1905844645} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &1905844647 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1905844645} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1905844648 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1905844645} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .3046875, w: .916992188} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1905844649 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1905844645} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!4 &1905844650 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1905844645} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: .889471531, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 538183002} --- !u!1001 &1905871852 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 26.6913757 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 5.96779633 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .623046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 214676911} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1907196364 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 20.8329468 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -25.5886536 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .936523438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 345475624} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1907309881 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -5.31617355 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -.21158576 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.270599008 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.653281093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.653281152 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .270599097 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .896484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 684859470} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1911796432 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.x value: 16.1987953 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.z value: -1.51642907 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.y value: .560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.z value: .560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .60546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_RootGameObject: {fileID: 188515020} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1913764192 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -18.4323807 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -8.12739563 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 632239324} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1916170853 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 186335529} serializedVersion: 4 m_Component: - 4: {fileID: 1916170856} - 33: {fileID: 1916170855} - 23: {fileID: 1916170854} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1916170854 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 186335529} m_GameObject: {fileID: 1916170853} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .083984375, w: .872070312} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1916170855 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 186335529} m_GameObject: {fileID: 1916170853} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!4 &1916170856 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 186335529} m_GameObject: {fileID: 1916170853} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -21.0104675, y: 0, z: -1.02094269} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1917992950 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.x value: -21.2508564 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalPosition.z value: 8.25957489 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.y value: -6.18172393e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.z value: -2.70211748e-15 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LocalRotation.w value: .707106769 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .415039062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6ae44550bab8fed43ba59b2257356bd7, type: 2} m_RootGameObject: {fileID: 1835907984} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1918875104 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -6.55885315 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -26.6873398 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 92126130} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1922136825 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} serializedVersion: 4 m_Component: - 4: {fileID: 1922136826} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1922136826 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1608678780} m_GameObject: {fileID: 1922136825} m_LocalRotation: {x: 0, y: -1, z: 0, w: 2.25495182e-06} m_LocalPosition: {x: 13.5500832, y: 0, z: -32.589138} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 466918652} - {fileID: 1833769434} m_Father: {fileID: 636589998} --- !u!1001 &1924582958 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -13.8402395 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -14.9636927 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.683012784 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .183011934 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .183012947 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .683012784 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .834960938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 815618834} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1926350450 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -1.29765797 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -3.78905964 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .0922939628 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.0922939628 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .833984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1345767587} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1927765534 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2005061519} serializedVersion: 4 m_Component: - 4: {fileID: 1927765537} - 33: {fileID: 1927765536} - 23: {fileID: 1927765535} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1927765535 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2005061519} m_GameObject: {fileID: 1927765534} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .544921875, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1927765536 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2005061519} m_GameObject: {fileID: 1927765534} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1927765537 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2005061519} m_GameObject: {fileID: 1927765534} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 7.8825531, y: 0, z: -26.1399384} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1928975305 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1257149989} serializedVersion: 4 m_Component: - 4: {fileID: 1928975309} - 33: {fileID: 1928975308} - 23: {fileID: 1928975307} - 65: {fileID: 1928975306} m_Layer: 0 m_Name: Gravestone03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1928975306 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1257149989} m_GameObject: {fileID: 1928975305} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .510842621, y: .0785035491, z: .975491941} m_Center: {x: 2.98023224e-08, y: -3.7252903e-09, z: .461715609} --- !u!23 &1928975307 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1257149989} m_GameObject: {fileID: 1928975305} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .590820312, w: .520507812} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1928975308 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1257149989} m_GameObject: {fileID: 1928975305} m_Mesh: {fileID: 4300000, guid: 6a50528ab09e2bc4d8da239b725f0c47, type: 3} --- !u!4 &1928975309 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7da0471ffb86137449c6cccd6fc42bf7, type: 2} m_PrefabInternal: {fileID: 1257149989} m_GameObject: {fileID: 1928975305} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -7.93484497, y: 0, z: -17.0812988} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1935524739 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2079382161} serializedVersion: 4 m_Component: - 4: {fileID: 1935524742} - 33: {fileID: 1935524741} - 23: {fileID: 1935524740} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1935524740 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2079382161} m_GameObject: {fileID: 1935524739} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .52734375, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1935524741 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2079382161} m_GameObject: {fileID: 1935524739} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &1935524742 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2079382161} m_GameObject: {fileID: 1935524739} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 25.7316742, y: .0820964277, z: 8.34886169} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1937202136 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -14.0869131 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -30.1772671 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -3.72468594e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -3.43777515e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .666992188 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 156855085} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1937777422 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1937777424} - 108: {fileID: 1937777423} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &1937777423 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1937777422} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: .881953776, b: .350746274, a: 1} m_Intensity: .699999988 m_Range: 20 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 2 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 1 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 100 m_ShadowRadius: .388000011 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &1937777424 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1937777422} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 14.9681673, y: 0, z: -41.6504822} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700842334} --- !u!1001 &1938601658 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.x value: 10.9576235 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalPosition.z value: 3.47308683 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.x value: .612374127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.y value: .353550106 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.z value: .353550494 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LocalRotation.w value: -.612374306 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_LightmapTilingOffset.w value: .76953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_RootGameObject: {fileID: 521168529} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1941116355 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.x value: 4.87760925 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.y value: .112776011 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalPosition.z value: 13.116127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_RootGameObject: {fileID: 1502774931} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1942456066 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.x value: 24.2042847 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalPosition.z value: -33.4035072 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_LightmapTilingOffset.w value: .53125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 869032ec2af3de44ea014b6403f49d9b, type: 2} m_RootGameObject: {fileID: 1006179744} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1943422971 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} serializedVersion: 4 m_Component: - 4: {fileID: 1943422976} - 33: {fileID: 1943422975} - 23: {fileID: 1943422974} - 95: {fileID: 1943422973} - 65: {fileID: 1943422972} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1943422972 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 1943422971} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1943422973 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 1943422971} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1943422974 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 1943422971} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: .0439453125, w: .956054688} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1943422975 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 1943422971} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!4 &1943422976 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1061993426} m_GameObject: {fileID: 1943422971} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 360562171} --- !u!1001 &1945163338 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 11.5985107 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 3.58753204 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1413929336} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1946267675 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.x value: -20.0997849 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.z value: -24.1624451 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.y value: 6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.z value: -6.18172464e-08 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.z value: .620117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_RootGameObject: {fileID: 1982994609} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1946465887 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -2.45526624 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -27.26231 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .84375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 777476980} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1947336219 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1346936249} serializedVersion: 4 m_Component: - 4: {fileID: 1947336222} - 33: {fileID: 1947336221} - 23: {fileID: 1947336220} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1947336220 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1346936249} m_GameObject: {fileID: 1947336219} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1947336221 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1346936249} m_GameObject: {fileID: 1947336219} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1947336222 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 1346936249} m_GameObject: {fileID: 1947336219} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -7.77332306, y: 0, z: -5.59344482} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1948560601 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.x value: 4.5647707 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.z value: 2.5456109 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.x value: .49999842 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.y value: -.500001729 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.z value: -.500001669 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.w value: -.499998212 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.w value: .98046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_RootGameObject: {fileID: 1155726487} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1949500230 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1949500231} - 33: {fileID: 1949500235} - 23: {fileID: 1949500234} - 95: {fileID: 1949500233} - 65: {fileID: 1949500232} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1949500231 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1949500230} m_LocalRotation: {x: -.500001013, y: -.499998897, z: -.499999076, w: .500001073} m_LocalPosition: {x: 5.2609005, y: 0, z: -18.4758224} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &1949500232 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1949500230} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1949500233 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1949500230} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1949500234 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1949500230} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .486328125, w: .692382812} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1949500235 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1949500230} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1001 &1951485564 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.x value: -3.07950735 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.z value: -12.465456 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.w value: .857421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_RootGameObject: {fileID: 670600813} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1951674526 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1382178286} serializedVersion: 4 m_Component: - 4: {fileID: 1951674531} - 33: {fileID: 1951674530} - 23: {fileID: 1951674529} - 95: {fileID: 1951674528} - 65: {fileID: 1951674527} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1951674527 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1382178286} m_GameObject: {fileID: 1951674526} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .6205374, y: .725797892, z: 4.6117115} m_Center: {x: -7.74860382e-07, y: -.0526004247, z: 2.30585575} --- !u!95 &1951674528 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1382178286} m_GameObject: {fileID: 1951674526} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1951674529 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1382178286} m_GameObject: {fileID: 1951674526} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .046875, y: .046875, z: .3046875, w: .819335938} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1951674530 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1382178286} m_GameObject: {fileID: 1951674526} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!4 &1951674531 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e6484dfba15808242b17dac439554de5, type: 2} m_PrefabInternal: {fileID: 1382178286} m_GameObject: {fileID: 1951674526} m_LocalRotation: {x: -.500000536, y: -.499999404, z: -.499999523, w: .500000536} m_LocalPosition: {x: 17.8269234, y: -.0459657609, z: -17.6607742} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1956049522 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 3.12886238 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .00410097837 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -1.9620527 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .0922938511 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.0922938287 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .676757812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1088137127} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1956594319 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1040738619} serializedVersion: 4 m_Component: - 4: {fileID: 1956594322} - 33: {fileID: 1956594321} - 23: {fileID: 1956594320} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1956594320 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1040738619} m_GameObject: {fileID: 1956594319} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .731445312, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1956594321 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1040738619} m_GameObject: {fileID: 1956594319} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &1956594322 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1040738619} m_GameObject: {fileID: 1956594319} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 8.36360931, y: .0130478069, z: -17.4671707} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1959365036 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -11.718605 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -3.62763977 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.270599127 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.653281033 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.653281093 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .270599216 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 636302022} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1959884683 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -2.5971148 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -9.65763283 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .500002563 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .499997437 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .499997467 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.500002623 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .659179688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1174105463} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1960183895 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -1.36084986 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: 11.3256149 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1029460633} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1960348648 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 915040315} serializedVersion: 4 m_Component: - 4: {fileID: 1960348651} - 33: {fileID: 1960348650} - 23: {fileID: 1960348649} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &1960348649 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 915040315} m_GameObject: {fileID: 1960348648} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .5390625} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1960348650 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 915040315} m_GameObject: {fileID: 1960348648} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &1960348651 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 915040315} m_GameObject: {fileID: 1960348648} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 8.25800323, y: 0, z: -33.6749115} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1960350805 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 188015888} serializedVersion: 4 m_Component: - 4: {fileID: 1960350806} - 33: {fileID: 1960350808} - 23: {fileID: 1960350807} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1960350806 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 188015888} m_GameObject: {fileID: 1960350805} m_LocalRotation: {x: -.430460036, y: -.56098491, z: -.560984969, w: .430460066} m_LocalPosition: {x: 7.34676647, y: 0, z: -18.6240139} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1960350807 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 188015888} m_GameObject: {fileID: 1960350805} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .7265625, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1960350808 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 188015888} m_GameObject: {fileID: 1960350805} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &1964258173 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -6.17147827 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: 3.779953 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .819335938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1495822754} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1966037859 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1393931027} serializedVersion: 4 m_Component: - 4: {fileID: 1966037860} - 33: {fileID: 1966037862} - 23: {fileID: 1966037861} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1966037860 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1393931027} m_GameObject: {fileID: 1966037859} m_LocalRotation: {x: -.270599127, y: .653281033, z: .653281093, w: .270599216} m_LocalPosition: {x: 12.9807673, y: 0, z: -9.75571346} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1966037861 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1393931027} m_GameObject: {fileID: 1966037859} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .528320312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1966037862 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1393931027} m_GameObject: {fileID: 1966037859} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1001 &1967918048 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 12.6909637 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -17.370636 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1181438403} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1968310112 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -11.2576265 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .761036336 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 13.6895351 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 1472229935} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1968598450 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1968598451} - 33: {fileID: 1968598455} - 23: {fileID: 1968598454} - 95: {fileID: 1968598453} - 65: {fileID: 1968598452} m_Layer: 0 m_Name: Tomb04_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1968598451 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1968598450} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 7728043} --- !u!65 &1968598452 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1968598450} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000191, y: .353177577, z: .898485005} m_Center: {x: -2.50000143, y: 0, z: .449242502} --- !u!95 &1968598453 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1968598450} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 4e834831d89f9e544b72601076457834, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1968598454 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1968598450} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .3046875, w: .265625} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1968598455 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1968598450} m_Mesh: {fileID: 4300000, guid: 4e834831d89f9e544b72601076457834, type: 3} --- !u!1001 &1970071563 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: 11.9416151 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: 1.12171006 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: .430457652 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: -.560986936 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: -.560986876 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: -.430457443 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .66796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 1150325540} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1975160175 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1147324631} serializedVersion: 4 m_Component: - 4: {fileID: 1975160176} - 33: {fileID: 1975160179} - 23: {fileID: 1975160178} - 64: {fileID: 1975160177} m_Layer: 0 m_Name: Statue02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1975160176 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1147324631} m_GameObject: {fileID: 1975160175} m_LocalRotation: {x: -.500000119, y: -.499999851, z: -.49999997, w: .500000119} m_LocalPosition: {x: 16.179203, y: 0, z: 7.53460169} m_LocalScale: {x: .793372571, y: .793372571, z: .793372571} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &1975160177 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1147324631} m_GameObject: {fileID: 1975160175} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 2d94cb03501642a49b4dceb38866772f, type: 3} --- !u!23 &1975160178 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1147324631} m_GameObject: {fileID: 1975160175} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0380859375, y: .0380859375, z: .8359375, w: .413085938} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1975160179 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d526f20654226d42b3e9c84a09323ae, type: 2} m_PrefabInternal: {fileID: 1147324631} m_GameObject: {fileID: 1975160175} m_Mesh: {fileID: 4300000, guid: 9fccf20fcafb2ea4f9383135948e8d04, type: 3} --- !u!1 &1976033297 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} serializedVersion: 4 m_Component: - 4: {fileID: 1976033298} - 33: {fileID: 1976033302} - 23: {fileID: 1976033301} - 95: {fileID: 1976033300} - 65: {fileID: 1976033299} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1976033298 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 1976033297} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 333750601} --- !u!65 &1976033299 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 1976033297} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1976033300 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 1976033297} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1976033301 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 1976033297} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .834960938, w: .189453125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1976033302 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1278377971} m_GameObject: {fileID: 1976033297} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &1976337606 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 170591555} serializedVersion: 4 m_Component: - 4: {fileID: 1976337609} - 33: {fileID: 1976337608} - 23: {fileID: 1976337607} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1976337607 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 170591555} m_GameObject: {fileID: 1976337606} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1976337608 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 170591555} m_GameObject: {fileID: 1976337606} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!4 &1976337609 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_PrefabInternal: {fileID: 170591555} m_GameObject: {fileID: 1976337606} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.38706207, y: 0, z: 18.5611343} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1977201030 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.x value: -4.45882416 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalPosition.z value: -6.12995434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.y value: -.499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.z value: -.499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_LightmapTilingOffset.w value: .9453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_RootGameObject: {fileID: 1307549343} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1977439495 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 427855988} serializedVersion: 4 m_Component: - 4: {fileID: 1977439496} - 33: {fileID: 1977439498} - 23: {fileID: 1977439497} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1977439496 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 427855988} m_GameObject: {fileID: 1977439495} m_LocalRotation: {x: -.500001013, y: .499998987, z: .499998987, w: .500001013} m_LocalPosition: {x: 9.6806078, y: 0, z: 7.8650732} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1977439497 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 427855988} m_GameObject: {fileID: 1977439495} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .0966796875, w: .517578125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1977439498 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 427855988} m_GameObject: {fileID: 1977439495} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &1979150315 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 446782471} serializedVersion: 4 m_Component: - 4: {fileID: 1979150319} - 33: {fileID: 1979150318} - 23: {fileID: 1979150317} - 65: {fileID: 1979150316} m_Layer: 0 m_Name: Gravestone01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1979150316 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 446782471} m_GameObject: {fileID: 1979150315} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .601730943, y: .291750789, z: 1.13595724} m_Center: {x: 0, y: 0, z: .541948199} --- !u!23 &1979150317 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 446782471} m_GameObject: {fileID: 1979150315} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0185546875, y: .0185546875, z: .087890625, w: .956054688} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1979150318 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 446782471} m_GameObject: {fileID: 1979150315} m_Mesh: {fileID: 4300000, guid: a3571f8c0b7a11f439f0fecf229d58b8, type: 3} --- !u!4 &1979150319 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_PrefabInternal: {fileID: 446782471} m_GameObject: {fileID: 1979150315} m_LocalRotation: {x: .49999842, y: -.500001729, z: -.500001669, w: -.499998212} m_LocalPosition: {x: 4.82157755, y: 0, z: -11.8128729} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &1981190473 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.x value: 6.39341736 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.y value: .00410820544 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalPosition.z value: -16.3025436 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 29bbcc626ac559e4fad1c099e4b2aa17, type: 2} m_RootGameObject: {fileID: 1643380072} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1982994609 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1946267675} serializedVersion: 4 m_Component: - 4: {fileID: 1982994613} - 33: {fileID: 1982994612} - 23: {fileID: 1982994611} - 65: {fileID: 1982994610} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &1982994610 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1946267675} m_GameObject: {fileID: 1982994609} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &1982994611 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1946267675} m_GameObject: {fileID: 1982994609} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .620117188, w: .494140625} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1982994612 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1946267675} m_GameObject: {fileID: 1982994609} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!4 &1982994613 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_PrefabInternal: {fileID: 1946267675} m_GameObject: {fileID: 1982994609} m_LocalRotation: {x: -.707106829, y: 6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -20.0997849, y: 0, z: -24.1624451} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1984135434 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1350875329} serializedVersion: 4 m_Component: - 4: {fileID: 1984135435} - 33: {fileID: 1984135437} - 23: {fileID: 1984135436} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1984135435 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1350875329} m_GameObject: {fileID: 1984135434} m_LocalRotation: {x: .701057017, y: -.092298612, z: -.0922985673, w: -.701057076} m_LocalPosition: {x: -13.8008976, y: 0, z: -29.7244606} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1984135436 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1350875329} m_GameObject: {fileID: 1984135434} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .831054688, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1984135437 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1350875329} m_GameObject: {fileID: 1984135434} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1985593172 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -7.22464371 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: 13.5387554 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .57421875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1854623755} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1987264500 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.x value: 11.6646357 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalPosition.z value: 19.1404972 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.x value: -.0922973529 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.y value: .701057136 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.z value: .701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LocalRotation.w value: .0922974497 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0751953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0751953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.w value: .837890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} propertyPath: m_LightmapTilingOffset.z value: .109375 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_RootGameObject: {fileID: 1875939178} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1988914683 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1205868899} serializedVersion: 4 m_Component: - 4: {fileID: 1988914684} - 33: {fileID: 1988914686} - 23: {fileID: 1988914685} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1988914684 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1205868899} m_GameObject: {fileID: 1988914683} m_LocalRotation: {x: -.612372696, y: .353552908, z: .353552938, w: .612372696} m_LocalPosition: {x: -8.72734833, y: 0, z: -14.6606865} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1988914685 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1205868899} m_GameObject: {fileID: 1988914683} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .822265625, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1988914686 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1205868899} m_GameObject: {fileID: 1988914683} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &1991640201 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 13.5291557 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -14.6787796 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.092297256 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .092297323 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .7734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 985016438} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1992410072 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -14.7353821 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: .00711138546 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -13.7907715 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .869140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .18359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1080513476} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &1993023974 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalPosition.x value: 12.2108698 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalPosition.y value: 23.7091331 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalPosition.z value: 2.14998531 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalRotation.x value: .748399496 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalRotation.y value: -.0415540002 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalRotation.z value: -.0471006073 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalRotation.w value: .660267472 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalScale.x value: 3 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalScale.y value: 3 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} propertyPath: m_LocalScale.z value: 5 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_RootGameObject: {fileID: 2123904215} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1993983442 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 996381189} serializedVersion: 4 m_Component: - 4: {fileID: 1993983445} - 33: {fileID: 1993983444} - 23: {fileID: 1993983443} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &1993983443 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 996381189} m_GameObject: {fileID: 1993983442} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1993983444 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 996381189} m_GameObject: {fileID: 1993983442} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!4 &1993983445 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_PrefabInternal: {fileID: 996381189} m_GameObject: {fileID: 1993983442} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -13.286438, y: 0, z: 6.78631592} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &1994422262 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2059004027} serializedVersion: 4 m_Component: - 4: {fileID: 1994422263} - 33: {fileID: 1994422265} - 23: {fileID: 1994422264} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1994422263 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2059004027} m_GameObject: {fileID: 1994422262} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: -2.65193319, y: 0, z: -26.9038868} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &1994422264 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2059004027} m_GameObject: {fileID: 1994422262} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .721679688, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1994422265 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2059004027} m_GameObject: {fileID: 1994422262} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1995735302 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} serializedVersion: 4 m_Component: - 4: {fileID: 1995735303} - 33: {fileID: 1995735307} - 23: {fileID: 1995735306} - 95: {fileID: 1995735305} - 65: {fileID: 1995735304} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1995735303 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1995735302} m_LocalRotation: {x: -.706871152, y: -.0182545092, z: -.0182545148, w: .706871152} m_LocalPosition: {x: .299793243, y: 0, z: 6.61155582e-07} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551039891} --- !u!65 &1995735304 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1995735302} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &1995735305 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1995735302} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1995735306 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1995735302} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .55078125, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1995735307 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 251523820} m_GameObject: {fileID: 1995735302} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!1001 &1996429746 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.8863029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: 1.31182921 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.183013633 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.683012486 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.683012486 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .183013618 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .631835938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 212288002} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1996476734 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} serializedVersion: 4 m_Component: - 4: {fileID: 1996476735} - 33: {fileID: 1996476739} - 23: {fileID: 1996476738} - 95: {fileID: 1996476737} - 65: {fileID: 1996476736} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1996476735 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 1996476734} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 731895935} --- !u!65 &1996476736 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 1996476734} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1996476737 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 1996476734} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1996476738 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 1996476734} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .779296875, w: .189453125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &1996476739 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 330369197} m_GameObject: {fileID: 1996476734} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &2000300425 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.x value: -2.51109695 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.z value: 16.3289909 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.x value: -.612372696 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.y value: .353552908 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.z value: .353552938 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.w value: .612372696 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.w value: .543945312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_RootGameObject: {fileID: 1484984192} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2000806844 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.x value: -22.4137383 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalPosition.z value: -.493736267 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.x value: -.701057434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.y value: -.092295669 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.z value: -.092295751 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LocalRotation.w value: .701057494 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.z value: .493164062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_LightmapTilingOffset.w value: .413085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd, type: 2} m_RootGameObject: {fileID: 1229173878} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2003345091 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 605851877} serializedVersion: 4 m_Component: - 4: {fileID: 2003345092} - 33: {fileID: 2003345094} - 23: {fileID: 2003345093} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2003345092 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 605851877} m_GameObject: {fileID: 2003345091} m_LocalRotation: {x: .560984194, y: -.430461079, z: -.430461138, w: -.560984194} m_LocalPosition: {x: 11.4555111, y: .0258910004, z: -5.53540707} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2003345093 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 605851877} m_GameObject: {fileID: 2003345091} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .811523438, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2003345094 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 605851877} m_GameObject: {fileID: 2003345091} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &2005061519 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 7.8825531 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -26.1399384 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .544921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1927765534} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2005119171 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: 23.5502281 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -12.5891705 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: .707102895 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: -.707110703 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -1.49487437e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: 1.68589554e-06 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -.0279870406 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: .299793243 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -5.26788426e-07 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -.706552744 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.0279870201 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .706552744 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .455078125 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .526367188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_RootGameObject: {fileID: 399584383} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2005494969 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1601795737} serializedVersion: 4 m_Component: - 4: {fileID: 2005494973} - 33: {fileID: 2005494972} - 23: {fileID: 2005494971} - 65: {fileID: 2005494970} m_Layer: 0 m_Name: Gravestone06 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &2005494970 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1601795737} m_GameObject: {fileID: 2005494969} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .426853448, y: .0785035416, z: 1.13765764} m_Center: {x: 7.4505806e-08, y: 0, z: .5427984} --- !u!23 &2005494971 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1601795737} m_GameObject: {fileID: 2005494969} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .927734375} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2005494972 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1601795737} m_GameObject: {fileID: 2005494969} m_Mesh: {fileID: 4300000, guid: ab8bc807a82c61244b9767c797b8586c, type: 3} --- !u!4 &2005494973 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 353515d8d88ef3547a468cbe5f1dedd4, type: 2} m_PrefabInternal: {fileID: 1601795737} m_GameObject: {fileID: 2005494969} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: 18.3385754, y: 0, z: 1.87751269} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2007830123 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 962589347} serializedVersion: 4 m_Component: - 4: {fileID: 2007830124} - 33: {fileID: 2007830126} - 23: {fileID: 2007830125} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2007830124 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 962589347} m_GameObject: {fileID: 2007830123} m_LocalRotation: {x: -.707106829, y: 9.52009405e-09, z: -5.95510627e-08, w: .707106829} m_LocalPosition: {x: 13.4986286, y: 0, z: -13.4447222} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2007830125 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 962589347} m_GameObject: {fileID: 2007830123} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .984375, w: .177734375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2007830126 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 962589347} m_GameObject: {fileID: 2007830123} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &2007948689 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 2007948692} - 114: {fileID: 2007948691} - 154: {fileID: 2007948690} m_Layer: 0 m_Name: Terrain m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!154 &2007948690 TerrainCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2007948689} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_TerrainData: {fileID: 15600000, guid: 4642b86718ac9554094c02c417a45404, type: 2} m_CreateTreeColliders: 1 --- !u!114 &2007948691 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2007948689} m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12000, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_TerrainData: {fileID: 15600000, guid: 4642b86718ac9554094c02c417a45404, type: 2} m_TreeDistance: 2000 m_TreeBillboardDistance: 50 m_TreeCrossFadeLength: 5 m_TreeMaximumFullLODCount: 50 m_DetailObjectDistance: 80 m_DetailObjectDensity: 1 m_HeightmapPixelError: 5 m_SplatMapDistance: 1000 m_HeightmapMaximumLOD: 0 m_CastShadows: 1 m_LightmapIndex: 1 m_LightmapSize: 1024 m_DrawTreesAndFoliage: 1 m_MaterialTemplate: {fileID: 0} --- !u!4 &2007948692 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2007948689} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -99.7003479, y: 0, z: -99.65242} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1 &2008572520 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} serializedVersion: 4 m_Component: - 4: {fileID: 2008572525} - 33: {fileID: 2008572524} - 23: {fileID: 2008572523} - 95: {fileID: 2008572522} - 65: {fileID: 2008572521} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &2008572521 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 2008572520} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &2008572522 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 2008572520} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2008572523 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 2008572520} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .502929688, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2008572524 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 2008572520} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!4 &2008572525 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 369913207} m_GameObject: {fileID: 2008572520} m_LocalRotation: {x: -.706692278, y: .0242085829, z: .0242085941, w: .706692278} m_LocalPosition: {x: .299792767, y: 0, z: 9.39839992e-08} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 180424605} --- !u!1001 &2008891592 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.x value: 3.28987002 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.y value: .00417006016 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalPosition.z value: 2.80595779 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d9541a81ec52f7b4c9eb95856ec82d8d, type: 2} m_RootGameObject: {fileID: 403673073} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2009731016 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 922961121} serializedVersion: 4 m_Component: - 4: {fileID: 2009731017} - 33: {fileID: 2009731019} - 23: {fileID: 2009731018} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2009731017 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 922961121} m_GameObject: {fileID: 2009731016} m_LocalRotation: {x: -.707106829, y: -9.9999977e-07, z: -9.9999977e-07, w: .707106829} m_LocalPosition: {x: 12.9801474, y: 0, z: -.765095711} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2009731018 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 922961121} m_GameObject: {fileID: 2009731016} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .973632812, w: .177734375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2009731019 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 922961121} m_GameObject: {fileID: 2009731016} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &2010876401 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 2010876402} - 33: {fileID: 2010876406} - 23: {fileID: 2010876405} - 95: {fileID: 2010876404} - 65: {fileID: 2010876403} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2010876402 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2010876401} m_LocalRotation: {x: -1.89187972e-06, y: -.707106829, z: -.707106829, w: 2.12399618e-06} m_LocalPosition: {x: -20.5031338, y: 0, z: -.220573097} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2113448548} --- !u!65 &2010876403 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2010876401} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &2010876404 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2010876401} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2010876405 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2010876401} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0244140625, y: .0244140625, z: .970703125, w: .294921875} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2010876406 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2010876401} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1001 &2012249443 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} propertyPath: m_LocalPosition.x value: -16.7339058 objectReference: {fileID: 0} - target: {fileID: 400000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} propertyPath: m_LocalPosition.y value: 1.27075171 objectReference: {fileID: 0} - target: {fileID: 400000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} propertyPath: m_LocalPosition.z value: 3.06140089 objectReference: {fileID: 0} - target: {fileID: 400000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 100000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} propertyPath: m_Name value: Bloom01 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_RootGameObject: {fileID: 2060827409} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2012322710 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 18.9451828 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -16.6343842 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .635742188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1672162979} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2012389189 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.x value: -11.7579136 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalPosition.z value: 17.8050671 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.z value: .9765625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 0428c5911e17b6c4f89698fda6695338, type: 2} m_RootGameObject: {fileID: 1376266807} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2013323985 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 6.53504944 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -26.2966461 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.430460095 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.560984969 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.560985029 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .430460125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 607379625} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2016253518 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: -6.51281738 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .049946785 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 17.0496864 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 1223825658} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2016346554 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -4.2799654 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -.0767235756 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: .499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: .499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .270507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .989257812 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 862541536} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2019979968 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1591360159} serializedVersion: 4 m_Component: - 4: {fileID: 2019979972} - 33: {fileID: 2019979971} - 23: {fileID: 2019979970} - 65: {fileID: 2019979969} m_Layer: 0 m_Name: Gravestone08 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &2019979969 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1591360159} m_GameObject: {fileID: 2019979968} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .578846931, y: .291750789, z: .768045723} m_Center: {x: 0, y: 0, z: .3579925} --- !u!23 &2019979970 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1591360159} m_GameObject: {fileID: 2019979968} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .514648438, w: .8046875} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2019979971 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1591360159} m_GameObject: {fileID: 2019979968} m_Mesh: {fileID: 4300000, guid: 689c3ca5c0bc43c47aa29dbc4bb21eb8, type: 3} --- !u!4 &2019979972 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_PrefabInternal: {fileID: 1591360159} m_GameObject: {fileID: 2019979968} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: 4.22598171, y: 0, z: -17.3582172} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2021470983 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2035724384} serializedVersion: 4 m_Component: - 4: {fileID: 2021470984} - 33: {fileID: 2021470986} - 23: {fileID: 2021470985} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2021470984 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2035724384} m_GameObject: {fileID: 2021470983} m_LocalRotation: {x: -1.99999954e-06, y: -.707106829, z: -.707106829, w: 1.99999954e-06} m_LocalPosition: {x: -2.68086433, y: .0258910004, z: -29.6106186} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2021470985 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2035724384} m_GameObject: {fileID: 2021470983} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .802734375, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2021470986 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 2035724384} m_GameObject: {fileID: 2021470983} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &2022108434 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 245302100} serializedVersion: 4 m_Component: - 4: {fileID: 2022108437} - 33: {fileID: 2022108436} - 23: {fileID: 2022108435} m_Layer: 0 m_Name: Gravestone10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2022108435 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 245302100} m_GameObject: {fileID: 2022108434} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0166015625, y: .0166015625, z: .9765625, w: .392578125} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2022108436 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 245302100} m_GameObject: {fileID: 2022108434} m_Mesh: {fileID: 4300000, guid: e6f117573781234408f9f3508a806f73, type: 3} --- !u!4 &2022108437 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 4663dab9862d7814184172a2c1dac88a, type: 2} m_PrefabInternal: {fileID: 245302100} m_GameObject: {fileID: 2022108434} m_LocalRotation: {x: -.270599067, y: -.653280973, z: -.653281093, w: .270599127} m_LocalPosition: {x: -9.29539108, y: 0, z: -5.89270926} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2022873816 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: -11.9820633 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: -26.5190048 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .571289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1629185403} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2025433337 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.x value: -9.5065279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.y value: -.0884933472 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalPosition.z value: -30.1617889 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.x value: -.775543988 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.y value: -.113278061 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.z value: .603106678 objectReference: {fileID: 0} - target: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LocalRotation.w value: .148195788 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0595703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0595703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.z value: .544921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_LightmapTilingOffset.w value: .189453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_RootGameObject: {fileID: 1224907905} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2026546521 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -11.4498167 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 12.4110279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .94140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .122070312 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .852539062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 1737200464} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2030819790 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} serializedVersion: 4 m_Component: - 4: {fileID: 2030819791} - 33: {fileID: 2030819795} - 23: {fileID: 2030819794} - 95: {fileID: 2030819793} - 65: {fileID: 2030819792} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2030819791 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 2030819790} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 283418608} --- !u!65 &2030819792 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 2030819790} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &2030819793 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 2030819790} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2030819794 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 2030819790} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .723632812, w: .189453125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2030819795 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1799623480} m_GameObject: {fileID: 2030819790} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &2032752281 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.x value: 5.39399958 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.y value: .00775647163 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.z value: -9.28507423 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .677734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_RootGameObject: {fileID: 1066687815} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2034267650 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1411338517} serializedVersion: 4 m_Component: - 4: {fileID: 2034267651} - 33: {fileID: 2034267653} - 23: {fileID: 2034267652} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2034267651 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1411338517} m_GameObject: {fileID: 2034267650} m_LocalRotation: {x: -.430460423, y: -.560984731, z: -.560984671, w: .430460304} m_LocalPosition: {x: 11.9926176, y: .0258910004, z: -5.5623703} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2034267652 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1411338517} m_GameObject: {fileID: 2034267650} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .793945312, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2034267653 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1411338517} m_GameObject: {fileID: 2034267650} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &2035509514 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} serializedVersion: 4 m_Component: - 4: {fileID: 2035509515} - 33: {fileID: 2035509519} - 23: {fileID: 2035509518} - 95: {fileID: 2035509517} - 65: {fileID: 2035509516} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2035509515 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 2035509514} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1705972004} --- !u!65 &2035509516 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 2035509514} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &2035509517 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 2035509514} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2035509518 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 2035509514} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .66796875, w: .189453125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2035509519 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 918661276} m_GameObject: {fileID: 2035509514} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1001 &2035724384 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -2.68086433 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -29.6106186 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: 1.99999954e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .802734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 2021470983} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2038696815 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1529396730} serializedVersion: 4 m_Component: - 4: {fileID: 2038696818} - 33: {fileID: 2038696817} - 23: {fileID: 2038696816} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &2038696816 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1529396730} m_GameObject: {fileID: 2038696815} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2038696817 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1529396730} m_GameObject: {fileID: 2038696815} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &2038696818 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1529396730} m_GameObject: {fileID: 2038696815} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.8667221, y: 0, z: -27.5381851} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2038825956 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 256566941} serializedVersion: 4 m_Component: - 4: {fileID: 2038825959} - 33: {fileID: 2038825958} - 23: {fileID: 2038825957} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2038825957 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 256566941} m_GameObject: {fileID: 2038825956} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .783203125, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2038825958 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 256566941} m_GameObject: {fileID: 2038825956} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &2038825959 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 256566941} m_GameObject: {fileID: 2038825956} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 11.8842697, y: .025891006, z: -9.15616512} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2041472215 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1473309164} serializedVersion: 4 m_Component: - 4: {fileID: 2041472218} - 33: {fileID: 2041472217} - 23: {fileID: 2041472216} m_Layer: 0 m_Name: Gravestone09 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2041472216 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1473309164} m_GameObject: {fileID: 2041472215} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .015625, y: .015625, z: .486328125, w: .982421875} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2041472217 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1473309164} m_GameObject: {fileID: 2041472215} m_Mesh: {fileID: 4300000, guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a, type: 3} --- !u!4 &2041472218 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 0d2c2e3c29e94ee4e896a1bc5af306fc, type: 2} m_PrefabInternal: {fileID: 1473309164} m_GameObject: {fileID: 2041472215} m_LocalRotation: {x: -.701057434, y: -.092295818, z: -.0922958404, w: .701057434} m_LocalPosition: {x: -3.37865496, y: 0, z: -27.1361542} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2041505447 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1539135984} serializedVersion: 4 m_Component: - 4: {fileID: 2041505448} - 33: {fileID: 2041505450} - 23: {fileID: 2041505449} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2041505448 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1539135984} m_GameObject: {fileID: 2041505447} m_LocalRotation: {x: -.500001013, y: .499998987, z: .499998987, w: .500001013} m_LocalPosition: {x: -5.59530306, y: 0, z: 5.88803577} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2041505449 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1539135984} m_GameObject: {fileID: 2041505447} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .962890625, w: .177734375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2041505450 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1539135984} m_GameObject: {fileID: 2041505447} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1001 &2043503227 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 3.3874054 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .0278172642 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -16.6421204 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .498046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 2090434485} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2044002288 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 2044002290} - 108: {fileID: 2044002289} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &2044002289 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2044002288} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .567164183, g: 1, b: .836551487, a: 1} m_Intensity: .699999988 m_Range: 15 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 2 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 1 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 100 m_ShadowRadius: .388000011 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &2044002290 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2044002288} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 21.1296291, y: 1.90507603, z: -24.7204781} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700842334} --- !u!1001 &2045526865 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.x value: 11.6172857 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalPosition.z value: -26.4095745 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.x value: -.560985923 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.y value: -.430458844 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.z value: -.430458903 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LocalRotation.w value: .560985923 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.x value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.y value: .03515625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.z value: .44921875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_LightmapTilingOffset.w value: .642578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_RootGameObject: {fileID: 2066790528} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2045587973 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1200589045} serializedVersion: 4 m_Component: - 4: {fileID: 2045587974} - 33: {fileID: 2045587976} - 23: {fileID: 2045587975} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2045587974 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1200589045} m_GameObject: {fileID: 2045587973} m_LocalRotation: {x: -.0922970325, y: -.701057255, z: -.701057255, w: .0922970325} m_LocalPosition: {x: 13.2083282, y: 0, z: -2.205235} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2045587975 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1200589045} m_GameObject: {fileID: 2045587973} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .774414062, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2045587976 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1200589045} m_GameObject: {fileID: 2045587973} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &2046614798 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: -15.6917782 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: 1.10110998 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: -5.71839333 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: .499462515 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: -.500536978 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: -.500536919 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: -.499462426 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .639648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 1176813556} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2047539129 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} serializedVersion: 4 m_Component: - 4: {fileID: 2047539130} - 33: {fileID: 2047539134} - 23: {fileID: 2047539133} - 95: {fileID: 2047539132} - 65: {fileID: 2047539131} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2047539130 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 2047539129} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1772217887} --- !u!65 &2047539131 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 2047539129} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &2047539132 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 2047539129} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2047539133 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 2047539129} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0419921875, y: .0419921875, z: 0, w: .956054688} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2047539134 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 1454438009} m_GameObject: {fileID: 2047539129} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1001 &2047560343 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.x value: 11.8685808 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalPosition.z value: -1.73859119 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.x value: .49999842 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.y value: -.500001729 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.z value: -.500001669 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LocalRotation.w value: -.499998212 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.x value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.y value: .015625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_LightmapTilingOffset.w value: .892578125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6589eaba50223784ab0ce4cba53d7121, type: 2} m_RootGameObject: {fileID: 111856412} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2048684758 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 453241881} serializedVersion: 4 m_Component: - 4: {fileID: 2048684761} - 33: {fileID: 2048684760} - 23: {fileID: 2048684759} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &2048684759 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 453241881} m_GameObject: {fileID: 2048684758} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2048684760 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 453241881} m_GameObject: {fileID: 2048684758} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &2048684761 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 453241881} m_GameObject: {fileID: 2048684758} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.48326111, y: 0, z: -26.810379} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2050651376 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -8.94058323 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -15.5535946 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.683012724 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .183012471 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .183012679 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .683012784 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .729492188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1058183010} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2051945440 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: 20.6091919 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: 2.04033518 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: -.500000596 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: .499999434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: .499999493 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: .500000596 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .834960938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 13791072} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2056182200 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -7.63382196 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -25.5961666 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .430462301 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: .560983241 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: .5609833 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.43046239 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .719726562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 36870527} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2057833871 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 924547945} serializedVersion: 4 m_Component: - 4: {fileID: 2057833874} - 33: {fileID: 2057833873} - 23: {fileID: 2057833872} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2057833872 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 924547945} m_GameObject: {fileID: 2057833871} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .765625, w: .485351562} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2057833873 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 924547945} m_GameObject: {fileID: 2057833871} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &2057833874 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 924547945} m_GameObject: {fileID: 2057833871} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 23.8082581, y: .0549349934, z: -16.7664566} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2058654309 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1167054164} serializedVersion: 4 m_Component: - 4: {fileID: 2058654312} - 33: {fileID: 2058654311} - 23: {fileID: 2058654310} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &2058654310 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1167054164} m_GameObject: {fileID: 2058654309} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2058654311 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1167054164} m_GameObject: {fileID: 2058654309} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &2058654312 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 1167054164} m_GameObject: {fileID: 2058654309} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -10.2649441, y: 0, z: 8.87481308} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2059004027 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -2.65193319 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -26.9038868 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500001013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.499998987 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500001013 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .721679688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 1994422262} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2059659648 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 889779572} serializedVersion: 4 m_Component: - 4: {fileID: 2059659653} - 33: {fileID: 2059659652} - 23: {fileID: 2059659651} - 95: {fileID: 2059659650} - 65: {fileID: 2059659649} m_Layer: 0 m_Name: Tomb05_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &2059659649 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 889779572} m_GameObject: {fileID: 2059659648} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.5672543, y: 2.54864335, z: 3.5580442} m_Center: {x: -4.76837158e-07, y: .0169152655, z: 1.71060061} --- !u!95 &2059659650 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 889779572} m_GameObject: {fileID: 2059659648} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 02dc708fec9d21342919b99910d9cd04, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2059659651 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 889779572} m_GameObject: {fileID: 2059659648} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .107421875, y: .107421875, z: 0, w: .189453125} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2059659652 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 889779572} m_GameObject: {fileID: 2059659648} m_Mesh: {fileID: 4300000, guid: 02dc708fec9d21342919b99910d9cd04, type: 3} --- !u!4 &2059659653 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d18aa3056fe911e429d78f93e1c379ae, type: 2} m_PrefabInternal: {fileID: 889779572} m_GameObject: {fileID: 2059659648} m_LocalRotation: {x: -.500000596, y: -.499999434, z: -.499999493, w: .500000596} m_LocalPosition: {x: 17.4685307, y: 0, z: 7.53167582} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2059725642 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -8.84541702 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: .113332748 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -16.3648224 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: -.500000119 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: .499999851 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: .49999997 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: .500000119 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .690429688 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .184570312 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 2090847155} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2060100705 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 346345113} serializedVersion: 4 m_Component: - 4: {fileID: 2060100710} - 33: {fileID: 2060100709} - 23: {fileID: 2060100708} - 95: {fileID: 2060100707} - 65: {fileID: 2060100706} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &2060100706 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 346345113} m_GameObject: {fileID: 2060100705} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!95 &2060100707 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 346345113} m_GameObject: {fileID: 2060100705} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2060100708 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 346345113} m_GameObject: {fileID: 2060100705} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0322265625, y: .0322265625, z: .568359375, w: .153320312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2060100709 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 346345113} m_GameObject: {fileID: 2060100705} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!4 &2060100710 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: b13539a5d22db6643abc03355cbfb3b6, type: 2} m_PrefabInternal: {fileID: 346345113} m_GameObject: {fileID: 2060100705} m_LocalRotation: {x: -.367115736, y: -.344522148, z: .498422354, w: .705766022} m_LocalPosition: {x: -14.8538361, y: 0, z: 7.06659365} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2060827409 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_PrefabInternal: {fileID: 2012249443} serializedVersion: 4 m_Component: - 4: {fileID: 2060827410} - 33: {fileID: 2060827412} - 23: {fileID: 2060827411} m_Layer: 0 m_Name: Bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &2060827410 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_PrefabInternal: {fileID: 2012249443} m_GameObject: {fileID: 2060827409} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: -16.7339058, y: 1.27075171, z: 3.06140089} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 732666552} m_Father: {fileID: 636589998} --- !u!23 &2060827411 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_PrefabInternal: {fileID: 2012249443} m_GameObject: {fileID: 2060827409} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: c8120d15b210bba4bb8cab8f6623dad8, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2060827412 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: af4e5aa49fb1bd9428d8fc44dbb3b63e, type: 2} m_PrefabInternal: {fileID: 2012249443} m_GameObject: {fileID: 2060827409} m_Mesh: {fileID: 4300000, guid: 4ba7e41f41939fb41904993efcb9bc07, type: 3} --- !u!1001 &2063173955 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalPosition.x value: -11.2180481 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalPosition.y value: -.0251693726 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalPosition.z value: -26.7524452 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalRotation.x value: -.701057434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalRotation.y value: .092295818 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalRotation.z value: .0922958404 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LocalRotation.w value: .701057434 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0146484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0146484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapTilingOffset.z value: .713867188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: a298bd83b68c26d4783eb60b1537bf35, type: 2} m_RootGameObject: {fileID: 116232158} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2063270432 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: -1.44837189 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -17.8911591 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .512695312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 2071877737} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2064921367 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.x value: 19.3010864 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.y value: .00775635242 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalPosition.z value: -6.23871613 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.x value: -1.50458959e-06 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.y value: -.707106769 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.z value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LocalRotation.w value: 1.67618032e-06 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .02734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .70703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 447a267b9d0ea2940a650a578ef9039a, type: 2} m_RootGameObject: {fileID: 348663012} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2066097721 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -2.85580444 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0291854516 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: -16.3547363 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 93455175} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2066146272 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 455808226} serializedVersion: 4 m_Component: - 4: {fileID: 2066146273} - 33: {fileID: 2066146275} - 23: {fileID: 2066146274} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2066146273 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 455808226} m_GameObject: {fileID: 2066146272} m_LocalRotation: {x: -.500001013, y: -.499998987, z: -.499998987, w: .500001013} m_LocalPosition: {x: -1.29190803, y: 0, z: -6.30810738} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2066146274 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 455808226} m_GameObject: {fileID: 2066146272} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .6953125, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2066146275 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 455808226} m_GameObject: {fileID: 2066146272} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &2066790528 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 2045526865} serializedVersion: 4 m_Component: - 4: {fileID: 2066790531} - 33: {fileID: 2066790530} - 23: {fileID: 2066790529} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2066790529 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 2045526865} m_GameObject: {fileID: 2066790528} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .03515625, y: .03515625, z: .44921875, w: .642578125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2066790530 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 2045526865} m_GameObject: {fileID: 2066790528} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!4 &2066790531 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 03736b030e8f2f0429fac2ece81ea352, type: 2} m_PrefabInternal: {fileID: 2045526865} m_GameObject: {fileID: 2066790528} m_LocalRotation: {x: -.560985923, y: -.430458844, z: -.430458903, w: .560985923} m_LocalPosition: {x: 11.6172857, y: 0, z: -26.4095745} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2067718891 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.x value: 16.8352032 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalPosition.z value: 1.37595725 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.y value: -9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.z value: -9.9999977e-07 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0087890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.z value: .0966796875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} propertyPath: m_LightmapTilingOffset.w value: .560546875 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_RootGameObject: {fileID: 1746079398} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2067748340 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.x value: 13.3143272 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalPosition.z value: 17.8100605 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.x value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.y value: .021484375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.z value: .514648438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee52a22748aa35f418fa5c4c4a7acc7d, type: 2} m_RootGameObject: {fileID: 1735019669} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2067791726 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 115115802} serializedVersion: 4 m_Component: - 4: {fileID: 2067791729} - 33: {fileID: 2067791728} - 23: {fileID: 2067791727} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &2067791727 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 115115802} m_GameObject: {fileID: 2067791726} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2067791728 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 115115802} m_GameObject: {fileID: 2067791726} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!4 &2067791729 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ac97007c9d09db94db05b0a5bb306b6d, type: 2} m_PrefabInternal: {fileID: 115115802} m_GameObject: {fileID: 2067791726} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -6.67807007, y: 0, z: -7.54682159} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2069941196 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 963925301} serializedVersion: 4 m_Component: - 4: {fileID: 2069941197} - 33: {fileID: 2069941200} - 23: {fileID: 2069941199} - 64: {fileID: 2069941198} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2069941197 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 963925301} m_GameObject: {fileID: 2069941196} m_LocalRotation: {x: -.499999851, y: .500000119, z: .500000179, w: .499999851} m_LocalPosition: {x: 12.1861706, y: -.0353137255, z: -17.2898941} m_LocalScale: {x: .899999976, y: .899999976, z: .899999976} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &2069941198 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 963925301} m_GameObject: {fileID: 2069941196} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!23 &2069941199 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 963925301} m_GameObject: {fileID: 2069941196} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .052734375, y: .052734375, z: .916015625, w: .265625} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2069941200 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e80a90665c8b01142a7527f62c403773, type: 2} m_PrefabInternal: {fileID: 963925301} m_GameObject: {fileID: 2069941196} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!1 &2070247323 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1552351379} serializedVersion: 4 m_Component: - 4: {fileID: 2070247326} - 33: {fileID: 2070247325} - 23: {fileID: 2070247324} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2070247324 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1552351379} m_GameObject: {fileID: 2070247323} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .952148438, w: .177734375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2070247325 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1552351379} m_GameObject: {fileID: 2070247323} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &2070247326 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 1552351379} m_GameObject: {fileID: 2070247323} m_LocalRotation: {x: -.500000596, y: .499999434, z: .499999493, w: .500000596} m_LocalPosition: {x: 10.4907141, y: 0, z: -9.12606144} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2070888849 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: 23.5502548 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.z value: -7.58917618 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: -.707109153 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: -.707104445 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalPosition.x value: .299792826 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0458984375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .646484375 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.x value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.y value: .046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.z value: .3046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_LightmapTilingOffset.w value: .624023438 objectReference: {fileID: 0} - target: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_RootGameObject: {fileID: 556432511} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2071877737 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2063270432} serializedVersion: 4 m_Component: - 4: {fileID: 2071877740} - 33: {fileID: 2071877739} - 23: {fileID: 2071877738} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2071877738 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2063270432} m_GameObject: {fileID: 2071877737} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .512695312, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2071877739 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2063270432} m_GameObject: {fileID: 2071877737} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &2071877740 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2063270432} m_GameObject: {fileID: 2071877737} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -1.44837189, y: 0, z: -17.8911591} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2073917606 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.x value: 24.2606964 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalPosition.z value: .629562378 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.x value: -.701057434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.y value: -.0922957584 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.z value: -.0922959 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LocalRotation.w value: .701057434 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0244140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.z value: .672851562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bd97246339b157b41a7f144c569ec77f, type: 2} m_RootGameObject: {fileID: 898557343} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2074615323 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.x value: -13.8902483 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalPosition.z value: -30.5356884 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.x value: .499997973 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.y value: -.500002205 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.z value: -.500002146 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LocalRotation.w value: -.499997795 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0029296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.z value: .1875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} propertyPath: m_LightmapTilingOffset.w value: .70703125 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_RootGameObject: {fileID: 90941140} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2077431696 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.x value: -10.652359 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.y value: .118018515 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.z value: -3.27893829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.z value: .870117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_RootGameObject: {fileID: 88432016} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2079382161 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 25.7316742 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: .0820964277 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: 8.34886169 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .52734375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1935524739} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2079518847 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.x value: -3.58145428 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalPosition.z value: 8.47349072 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.x value: -.0417166315 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.y value: .705875158 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.z value: .705875218 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LocalRotation.w value: .0417167991 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.x value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.y value: .08203125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.z value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_LightmapTilingOffset.w value: .788085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 95bb716919bfaa940995cdaede7b7ec6, type: 2} m_RootGameObject: {fileID: 1806371354} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2081425326 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.9159937 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -1.36778891 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .0922938511 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057673 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.0922938287 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .975585938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 428103109} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2083626411 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2112409085} serializedVersion: 4 m_Component: - 4: {fileID: 2083626412} - 33: {fileID: 2083626415} - 23: {fileID: 2083626414} - 64: {fileID: 2083626413} m_Layer: 0 m_Name: Coffin01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2083626412 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2112409085} m_GameObject: {fileID: 2083626411} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106829} m_LocalPosition: {x: 22.452898, y: -.0404439569, z: 10.4866066} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!64 &2083626413 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2112409085} m_GameObject: {fileID: 2083626411} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: b696f519c7b62f24ebabe1129864579d, type: 3} --- !u!23 &2083626414 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2112409085} m_GameObject: {fileID: 2083626411} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .04296875, y: .04296875, z: .359375, w: .504882812} m_Materials: - {fileID: 2100000, guid: 493f2971d2c57494bb8834098d49af7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2083626415 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_PrefabInternal: {fileID: 2112409085} m_GameObject: {fileID: 2083626411} m_Mesh: {fileID: 4300000, guid: 6fb19e833144cae45870d8014725b4c1, type: 3} --- !u!1 &2085929294 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 608973759} serializedVersion: 4 m_Component: - 4: {fileID: 2085929295} - 33: {fileID: 2085929298} - 23: {fileID: 2085929297} - 65: {fileID: 2085929296} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2085929295 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 608973759} m_GameObject: {fileID: 2085929294} m_LocalRotation: {x: .499998957, y: -.500001252, z: -.500001073, w: -.499998838} m_LocalPosition: {x: -5.42175007, y: -.134516999, z: -.15235281} m_LocalScale: {x: 1.5, y: 1.5, z: 1.50000095} m_Children: [] m_Father: {fileID: 636589998} --- !u!65 &2085929296 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 608973759} m_GameObject: {fileID: 2085929294} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!23 &2085929297 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 608973759} m_GameObject: {fileID: 2085929294} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0439453125, y: .0439453125, z: .837890625, w: .321289062} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2085929298 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_PrefabInternal: {fileID: 608973759} m_GameObject: {fileID: 2085929294} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!1 &2086714803 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1157725940} serializedVersion: 4 m_Component: - 4: {fileID: 2086714804} - 33: {fileID: 2086714806} - 23: {fileID: 2086714805} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2086714804 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1157725940} m_GameObject: {fileID: 2086714803} m_LocalRotation: {x: -.0922915637, y: .701057971, z: .70105803, w: .0922913104} m_LocalPosition: {x: -13.8481112, y: .0258910004, z: -27.0013123} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2086714805 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1157725940} m_GameObject: {fileID: 2086714803} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .0927734375, w: .86328125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2086714806 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 1157725940} m_GameObject: {fileID: 2086714803} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &2087167282 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.x value: -3.34909368 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.y value: -.134516805 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalPosition.z value: -31.2118473 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.x value: -.500000179 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.y value: -.499999642 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.z value: -.499999911 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalRotation.w value: .500000358 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.x value: 1.5 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.y value: 1.5 objectReference: {fileID: 0} - target: {fileID: 400000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LocalScale.z value: 1.50000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0439453125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.z value: .9296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_LightmapTilingOffset.w value: .321289062 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: d00edb15831d56d45aad2405e133db67, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d00edb15831d56d45aad2405e133db67, type: 2} m_RootGameObject: {fileID: 383029497} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2087480791 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.x value: .523490906 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalPosition.z value: -17.9251633 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.x value: -.701057434 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.y value: -.092295818 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.z value: -.0922958404 objectReference: {fileID: 0} - target: {fileID: 400000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LocalRotation.w value: .701057434 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.z value: .748046875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_LightmapTilingOffset.w value: .494140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c09292932fbc61c4e9aaafe01bc37329, type: 2} m_RootGameObject: {fileID: 1784601455} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2088704571 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: -25.2047424 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .924041748 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 4.24167728 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 1195111951} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2090434485 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2043503227} serializedVersion: 4 m_Component: - 4: {fileID: 2090434488} - 33: {fileID: 2090434487} - 23: {fileID: 2090434486} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2090434486 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2043503227} m_GameObject: {fileID: 2090434485} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .498046875, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2090434487 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2043503227} m_GameObject: {fileID: 2090434485} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &2090434488 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 2043503227} m_GameObject: {fileID: 2090434485} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.3874054, y: .0278172642, z: -16.6421204} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2090847155 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2059725642} serializedVersion: 4 m_Component: - 4: {fileID: 2090847156} - 33: {fileID: 2090847158} - 23: {fileID: 2090847157} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2090847156 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2059725642} m_GameObject: {fileID: 2090847155} m_LocalRotation: {x: -.500000119, y: .499999851, z: .49999997, w: .500000119} m_LocalPosition: {x: -8.84541702, y: .113332748, z: -16.3648224} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2090847157 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2059725642} m_GameObject: {fileID: 2090847155} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .690429688, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2090847158 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 2059725642} m_GameObject: {fileID: 2090847155} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &2092265907 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.x value: 4.33798456 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.y value: .0305579975 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalPosition.z value: -.719488621 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.x value: .183011025 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.y value: -.683013201 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.z value: -.683013201 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalRotation.w value: -.183010817 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.x value: 1.39999998 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.y value: 1.39999998 objectReference: {fileID: 0} - target: {fileID: 400000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LocalScale.z value: 1.39999998 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.x value: .120117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.y value: .120117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.z value: .875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} propertyPath: m_LightmapTilingOffset.w value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: a3170992a56741a4cb89c578e22597bf, type: 2} m_RootGameObject: {fileID: 658328812} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2092645039 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1725128556} serializedVersion: 4 m_Component: - 4: {fileID: 2092645042} - 33: {fileID: 2092645041} - 23: {fileID: 2092645040} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2092645040 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1725128556} m_GameObject: {fileID: 2092645039} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .685546875, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2092645041 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1725128556} m_GameObject: {fileID: 2092645039} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &2092645042 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1725128556} m_GameObject: {fileID: 2092645039} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.21346283, y: 0, z: -29.8871231} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2100576206 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -9.14181137 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .139223754 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -17.157999 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: .183011249 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.683013082 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.683013141 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: -.183011532 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .87890625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .485351562 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1741802371} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2103318619 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 842456089} serializedVersion: 4 m_Component: - 4: {fileID: 2103318622} - 33: {fileID: 2103318621} - 23: {fileID: 2103318620} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &2103318620 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 842456089} m_GameObject: {fileID: 2103318619} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2103318621 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 842456089} m_GameObject: {fileID: 2103318619} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &2103318622 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 842456089} m_GameObject: {fileID: 2103318619} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.9547501, y: .0356354713, z: -29.8966446} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2109608334 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: -6.05090237 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: -1.24783266 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: .49999842 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: -.500001729 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: -.500001669 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: -.499998212 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .744140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 833033509} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2111453364 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} serializedVersion: 4 m_Component: - 4: {fileID: 2111453365} - 33: {fileID: 2111453369} - 23: {fileID: 2111453368} - 95: {fileID: 2111453367} - 65: {fileID: 2111453366} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2111453365 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 2111453364} m_LocalRotation: {x: -.706552744, y: -.0279870201, z: -.0279870406, w: .706552744} m_LocalPosition: {x: .299793243, y: 0, z: -5.26788426e-07} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 399584384} --- !u!65 &2111453366 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 2111453364} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &2111453367 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 2111453364} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2111453368 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 2111453364} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0458984375, y: .0458984375, z: .455078125, w: .321289062} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2111453369 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 74bd3cef71d0f3d4f97c84a2f2e002af, type: 2} m_PrefabInternal: {fileID: 2005119171} m_GameObject: {fileID: 2111453364} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!1001 &2112409085 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.x value: 22.452898 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.y value: -.0404439569 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalPosition.z value: 10.4866066 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .04296875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .504882812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 3a2128b2aa9fbd743882c26fb118a4a9, type: 2} m_RootGameObject: {fileID: 2083626411} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2112651638 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: -.607939959 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -20.4591999 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922970325 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922970325 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .887695312 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 698409218} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2113323802 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1664057603} serializedVersion: 4 m_Component: - 4: {fileID: 2113323806} - 33: {fileID: 2113323805} - 23: {fileID: 2113323804} - 64: {fileID: 2113323803} m_Layer: 0 m_Name: Cart03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!64 &2113323803 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1664057603} m_GameObject: {fileID: 2113323802} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 2d2202fc3b08a724b98f60665a40dc09, type: 3} --- !u!23 &2113323804 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1664057603} m_GameObject: {fileID: 2113323802} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0751953125, y: .0751953125, z: .109375, w: .760742188} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2113323805 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1664057603} m_GameObject: {fileID: 2113323802} m_Mesh: {fileID: 4300000, guid: 5428fbf5fe8baa647b32476dfd3cb800, type: 3} --- !u!4 &2113323806 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: cb7da01bec49705469e0d8e9e9e6d703, type: 2} m_PrefabInternal: {fileID: 1664057603} m_GameObject: {fileID: 2113323802} m_LocalRotation: {x: -.612372696, y: .353552908, z: .353552938, w: .612372696} m_LocalPosition: {x: -12.6924639, y: 0, z: -23.3008728} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2113448547 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 2113448548} m_Layer: 0 m_Name: Tomb04_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2113448548 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 3ac5a6bc9fb37a14bbd546da542e0236, type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2113448547} m_LocalRotation: {x: 0, y: -.707105994, z: 0, w: .707107604} m_LocalPosition: {x: 3.32524133, y: .00775541365, z: -11.4995861} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 849412746} - {fileID: 1375796228} - {fileID: 1761138070} - {fileID: 1416332367} - {fileID: 1283716455} - {fileID: 1949500231} - {fileID: 659089933} - {fileID: 1878490671} - {fileID: 1245639303} - {fileID: 2010876402} - {fileID: 1168399584} - {fileID: 1079838996} - {fileID: 544423716} - {fileID: 1177917930} - {fileID: 1061370823} - {fileID: 845125635} - {fileID: 7216468} m_Father: {fileID: 636589998} --- !u!1 &2115356563 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 1028510390} serializedVersion: 4 m_Component: - 4: {fileID: 2115356567} - 33: {fileID: 2115356566} - 23: {fileID: 2115356565} - 65: {fileID: 2115356564} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!65 &2115356564 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 1028510390} m_GameObject: {fileID: 2115356563} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!23 &2115356565 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 1028510390} m_GameObject: {fileID: 2115356563} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .01953125, y: .01953125, z: .0869140625, w: .614257812} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2115356566 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 1028510390} m_GameObject: {fileID: 2115356563} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!4 &2115356567 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bbefdad86b0051342964e591789fd280, type: 2} m_PrefabInternal: {fileID: 1028510390} m_GameObject: {fileID: 2115356563} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 7.89398146, y: .00775554776, z: -9.28508282} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2117236018 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: 19.4629822 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .0446511954 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 3.25320435 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 209774164} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2118170753 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1825346886} serializedVersion: 4 m_Component: - 4: {fileID: 2118170756} - 33: {fileID: 2118170755} - 23: {fileID: 2118170754} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2118170754 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1825346886} m_GameObject: {fileID: 2118170753} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .680664062, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2118170755 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1825346886} m_GameObject: {fileID: 2118170753} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &2118170756 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1825346886} m_GameObject: {fileID: 2118170753} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -17.154129, y: 0, z: -7.70549011} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2118255645 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.x value: 24.370697 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.y value: .01384826 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalPosition.z value: -17.6749496 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0224609375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.z value: .083984375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} propertyPath: m_LightmapTilingOffset.w value: .838867188 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_RootGameObject: {fileID: 2122033470} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2119159510 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.x value: -21.7823715 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.y value: .0463282838 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalPosition.z value: -2.17765045 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0263671875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.z value: .907226562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_LightmapTilingOffset.w value: .45703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_RootGameObject: {fileID: 1047554249} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2121685174 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 397331381} serializedVersion: 4 m_Component: - 4: {fileID: 2121685177} - 33: {fileID: 2121685176} - 23: {fileID: 2121685175} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &2121685175 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 397331381} m_GameObject: {fileID: 2121685174} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2121685176 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 397331381} m_GameObject: {fileID: 2121685174} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &2121685177 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 397331381} m_GameObject: {fileID: 2121685174} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -8.74581146, y: 0, z: -8.25845337} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2121742693 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 10.2646255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -1.11050415 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .588867188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .250976562 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1844589999} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2122033470 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 2118255645} serializedVersion: 4 m_Component: - 4: {fileID: 2122033473} - 33: {fileID: 2122033472} - 23: {fileID: 2122033471} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2122033471 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 2118255645} m_GameObject: {fileID: 2122033470} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0224609375, y: .0224609375, z: .083984375, w: .838867188} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2122033472 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 2118255645} m_GameObject: {fileID: 2122033470} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!4 &2122033473 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ffca8cb4c459bc94cbd86c0d26de6139, type: 2} m_PrefabInternal: {fileID: 2118255645} m_GameObject: {fileID: 2122033470} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 24.370697, y: .01384826, z: -17.6749496} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2123904215 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} serializedVersion: 4 m_Component: - 4: {fileID: 2123904216} m_Layer: 0 m_Name: Bloom04 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &2123904216 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 2d37c94e75e432645aade82bf6ea565f, type: 2} m_PrefabInternal: {fileID: 1993023974} m_GameObject: {fileID: 2123904215} m_LocalRotation: {x: .748399436, y: -.0415539965, z: -.0471005999, w: .660267413} m_LocalPosition: {x: 12.2108698, y: 23.7091331, z: 2.14998531} m_LocalScale: {x: 3, y: 3, z: 5} m_Children: - {fileID: 1452827049} - {fileID: 998583267} m_Father: {fileID: 636589998} --- !u!1 &2123999667 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 35246068} serializedVersion: 4 m_Component: - 4: {fileID: 2123999668} - 33: {fileID: 2123999670} - 23: {fileID: 2123999669} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2123999668 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 35246068} m_GameObject: {fileID: 2123999667} m_LocalRotation: {x: -1.50458959e-06, y: -.707106769, z: -.707106829, w: 1.67618032e-06} m_LocalPosition: {x: 13.5287352, y: .025891006, z: -10.3545685} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!23 &2123999669 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 35246068} m_GameObject: {fileID: 2123999667} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0068359375, y: .0068359375, z: .083984375, w: .86328125} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2123999670 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_PrefabInternal: {fileID: 35246068} m_GameObject: {fileID: 2123999667} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1001 &2124241998 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 668904031} m_Modifications: - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.x value: -15.4513054 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.y value: .049946785 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalPosition.z value: 32.8067627 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: f442048109d05d3469567616bb2f68bc, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: f442048109d05d3469567616bb2f68bc, type: 2} m_RootGameObject: {fileID: 869921800} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2125415072 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1801656447} serializedVersion: 4 m_Component: - 4: {fileID: 2125415075} - 33: {fileID: 2125415074} - 23: {fileID: 2125415073} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2125415073 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1801656447} m_GameObject: {fileID: 2125415072} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .793945312, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2125415074 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1801656447} m_GameObject: {fileID: 2125415072} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!4 &2125415075 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 1801656447} m_GameObject: {fileID: 2125415072} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 24.2313099, y: .2198686, z: -31.9115753} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2125570868 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 29209602} serializedVersion: 4 m_Component: - 4: {fileID: 2125570871} - 33: {fileID: 2125570870} - 23: {fileID: 2125570869} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2125570869 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 29209602} m_GameObject: {fileID: 2125570868} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0087890625, y: .0087890625, z: .94140625, w: .177734375} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2125570870 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 29209602} m_GameObject: {fileID: 2125570868} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!4 &2125570871 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 9bfa0c2985bcdca469da2285e0a27429, type: 2} m_PrefabInternal: {fileID: 29209602} m_GameObject: {fileID: 2125570868} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -10.9177322, y: 0, z: 6.67219543} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2126048688 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.x value: 3.31626892 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalPosition.z value: -2.15628052 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0126953125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.z value: .760742188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_LightmapTilingOffset.w value: .520507812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_RootGameObject: {fileID: 1275096456} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2126420994 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 2126420996} - 108: {fileID: 2126420995} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &2126420995 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2126420994} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: .7729882, b: .350746274, a: 1} m_Intensity: .699999988 m_Range: 20 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 2 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 1 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 100 m_ShadowRadius: .388000011 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &2126420996 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2126420994} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 16.0958595, y: 0, z: 15.1680641} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1700842334} --- !u!1001 &2126463490 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.x value: -17.8553276 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalPosition.z value: -25.1285133 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.x value: -.560985804 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.y value: .430458933 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.z value: .430459112 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LocalRotation.w value: .560985804 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0185546875 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.z value: .723632812 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_LightmapTilingOffset.w value: .245117188 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 4a3fd121990df8948b2a3e7c6725fd81, type: 2} m_RootGameObject: {fileID: 900161076} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2128550565 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.x value: -2.81355286 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.y value: .284999013 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalPosition.z value: 14.9632416 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.x value: -.0922973305 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.y value: -.701057196 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.z value: -.701057255 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} propertyPath: m_LocalRotation.w value: .0922974795 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_RootGameObject: {fileID: 877091789} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2129314744 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1106678775} serializedVersion: 4 m_Component: - 4: {fileID: 2129314747} - 33: {fileID: 2129314746} - 23: {fileID: 2129314745} m_Layer: 0 m_Name: Plant08_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2129314745 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1106678775} m_GameObject: {fileID: 2129314744} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0126953125, y: .0126953125, z: .483398438, w: .250976562} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2129314746 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1106678775} m_GameObject: {fileID: 2129314744} m_Mesh: {fileID: 4300000, guid: 3396864aa74613944a7ec5664b5ecdba, type: 3} --- !u!4 &2129314747 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: bdff47564c80c4c4faaf9f6eacc8def0, type: 2} m_PrefabInternal: {fileID: 1106678775} m_GameObject: {fileID: 2129314744} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -5.14703369, y: -0, z: -12.6197815} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2130140632 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1792274377} serializedVersion: 4 m_Component: - 4: {fileID: 2130140635} - 33: {fileID: 2130140634} - 23: {fileID: 2130140633} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2130140633 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1792274377} m_GameObject: {fileID: 2130140632} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .67578125, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2130140634 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1792274377} m_GameObject: {fileID: 2130140632} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &2130140635 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1792274377} m_GameObject: {fileID: 2130140632} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 16.192627, y: 0, z: -23.9493942} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1001 &2130286144 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.x value: -6.4498148 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalPosition.z value: 12.4110279 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0419921875 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .405273438 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .369140625 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0537109375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.z value: .249023438 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_LightmapTilingOffset.w value: .766601562 objectReference: {fileID: 0} - target: {fileID: 2300004, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_RootGameObject: {fileID: 330152207} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2131661718 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: -11.4056168 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -.298629761 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 1207372941} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2133887186 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.x value: 4.28249884 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalPosition.z value: -28.5899906 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.x value: -.707106829 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} propertyPath: m_LocalRotation.w value: .707106829 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6bb87a11c15512945baf00bb0e26e4bd, type: 2} m_RootGameObject: {fileID: 103663705} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1001 &2138173531 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636589998} m_Modifications: - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.x value: 12.9817953 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.y value: .0258910004 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalPosition.z value: -4.82353878 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.x value: -.0922980085 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.y value: -.701057136 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.z value: -.701057136 objectReference: {fileID: 0} - target: {fileID: 400000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LocalRotation.w value: .0922980905 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_ScaleInLightmap value: .300000012 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapIndex value: 0 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.x value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.y value: .0068359375 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.z value: .703125 objectReference: {fileID: 0} - target: {fileID: 2300000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} propertyPath: m_LightmapTilingOffset.w value: .538085938 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: ee310940381d5f3409a44456d948e8e3, type: 2} m_RootGameObject: {fileID: 1067226396} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2138768649 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1448921218} serializedVersion: 4 m_Component: - 4: {fileID: 2138768652} - 33: {fileID: 2138768651} - 23: {fileID: 2138768650} m_Layer: 0 m_Name: Plant09_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2138768650 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1448921218} m_GameObject: {fileID: 2138768649} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .05078125, y: .05078125, z: .946289062, w: .189453125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2138768651 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1448921218} m_GameObject: {fileID: 2138768649} m_Mesh: {fileID: 4300000, guid: 28712e81b8727524b9236e7ad1404d3e, type: 3} --- !u!4 &2138768652 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: e4ef381af6c1a8d49ab9a6acdea75902, type: 2} m_PrefabInternal: {fileID: 1448921218} m_GameObject: {fileID: 2138768649} m_LocalRotation: {x: -.707106829, y: -6.18172393e-08, z: -2.70211748e-15, w: .707106769} m_LocalPosition: {x: -7.20387506, y: .0446804762, z: 10.080452} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2139037727 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} serializedVersion: 4 m_Component: - 4: {fileID: 2139037728} - 33: {fileID: 2139037732} - 23: {fileID: 2139037731} - 95: {fileID: 2139037730} - 65: {fileID: 2139037729} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2139037728 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 2139037727} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1737200465} --- !u!65 &2139037729 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 2139037727} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &2139037730 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 2139037727} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &2139037731 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 2139037727} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0537109375, y: .0537109375, z: .94140625, w: .122070312} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2139037732 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 780d55bf443a9c74d91bf1291263a77a, type: 2} m_PrefabInternal: {fileID: 2026546521} m_GameObject: {fileID: 2139037727} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &2140288310 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1646663088} serializedVersion: 4 m_Component: - 4: {fileID: 2140288313} - 33: {fileID: 2140288312} - 23: {fileID: 2140288311} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!23 &2140288311 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1646663088} m_GameObject: {fileID: 2140288310} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2140288312 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1646663088} m_GameObject: {fileID: 2140288310} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!4 &2140288313 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 75d4ede8f2477ec40bda53b3b6b0b41b, type: 2} m_PrefabInternal: {fileID: 1646663088} m_GameObject: {fileID: 2140288310} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 10.6392975, y: 0, z: -14.2731552} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2141483963 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1178916014} serializedVersion: 4 m_Component: - 4: {fileID: 2141483966} - 33: {fileID: 2141483965} - 23: {fileID: 2141483964} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2141483964 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1178916014} m_GameObject: {fileID: 2141483963} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0029296875, y: .0029296875, z: .670898438, w: .184570312} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2141483965 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1178916014} m_GameObject: {fileID: 2141483963} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!4 &2141483966 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 7814f70856378f14d83c6996b369cee7, type: 2} m_PrefabInternal: {fileID: 1178916014} m_GameObject: {fileID: 2141483963} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 12.2500153, y: 0, z: -36.7630692} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} --- !u!1 &2144338402 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 337870284} serializedVersion: 4 m_Component: - 4: {fileID: 2144338405} - 33: {fileID: 2144338404} - 23: {fileID: 2144338403} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &2144338403 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 337870284} m_GameObject: {fileID: 2144338402} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 0 m_LightmapTilingOffset: {x: .0263671875, y: .0263671875, z: .765625, w: .45703125} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: .300000012 --- !u!33 &2144338404 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 337870284} m_GameObject: {fileID: 2144338402} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!4 &2144338405 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 1d881041dbc34ac41b176cc4e9f071f9, type: 2} m_PrefabInternal: {fileID: 337870284} m_GameObject: {fileID: 2144338402} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -24.7171097, y: .0987171084, z: -33.676445} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 636589998} ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Demo/Demo6.unity.meta ================================================ fileFormatVersion: 2 guid: b475c139dd123534a9c2b7cda5de4d6f DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Demo/New Terrain 2.asset.meta ================================================ fileFormatVersion: 2 guid: 4642b86718ac9554094c02c417a45404 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Demo.meta ================================================ fileFormatVersion: 2 guid: 577f67a5968d9a247b4deb6f8eb6de2a folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Bloom01.mat.meta ================================================ fileFormatVersion: 2 guid: c8120d15b210bba4bb8cab8f6623dad8 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Bloom02.mat.meta ================================================ fileFormatVersion: 2 guid: bc9d31e2a20d12f4aba11301fc3b9dc5 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Campfire01.mat.meta ================================================ fileFormatVersion: 2 guid: 988d2517d2450bd4fa1ac57b3df9342e NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Coffin01.mat.meta ================================================ fileFormatVersion: 2 guid: 493f2971d2c57494bb8834098d49af7a NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Dust01.mat.meta ================================================ fileFormatVersion: 2 guid: 923e268f8115cbf4f8d91218d1ad11d9 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Gravestone01.mat.meta ================================================ fileFormatVersion: 2 guid: f2fb1a394308b384582deebd5d58e5fc NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Ground01.mat.meta ================================================ fileFormatVersion: 2 guid: d3da3aadf60cdc049badaf82bc2c6f46 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Ground03.mat.meta ================================================ fileFormatVersion: 2 guid: 0606ef6a7095ba042b3dd808b1d82825 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Ground05.mat.meta ================================================ fileFormatVersion: 2 guid: 742aad441f9e3514ea904de84b186023 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Ground06.mat.meta ================================================ fileFormatVersion: 2 guid: 1957d770a7e493c46b50076d8f3d798b NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Ground07.mat.meta ================================================ fileFormatVersion: 2 guid: db7cfea5a39b71b489ee4b1933a67e06 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Particle01.mat.meta ================================================ fileFormatVersion: 2 guid: b9c09f1288d683a45acbc66cc41a0ac2 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Plant01.mat.meta ================================================ fileFormatVersion: 2 guid: 1edc05b983d20da42826e1ac7a3f1a12 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Plant02.mat.meta ================================================ fileFormatVersion: 2 guid: e6effe490828e104d83651b4f540c073 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Smoke02.mat.meta ================================================ fileFormatVersion: 2 guid: 0bf1298c8b13aa84a85ec7bd566c1273 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Statue01.mat.meta ================================================ fileFormatVersion: 2 guid: 7b58b2321be40634e9ca86a7fd5e13a7 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Table01.mat.meta ================================================ fileFormatVersion: 2 guid: 63bcb39927eec0e4c8d77dd3afe04d95 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials/Tomb01.mat.meta ================================================ fileFormatVersion: 2 guid: bd109ef0e2184e7429c7b66ba0308f7a NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Materials.meta ================================================ fileFormatVersion: 2 guid: b9f4c28d8a4490841bf23965e6f07878 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Bloom01.FBX.meta ================================================ fileFormatVersion: 2 guid: 4ba7e41f41939fb41904993efcb9bc07 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Bloom01 4300002: Bloom03 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Bloom02.FBX.meta ================================================ fileFormatVersion: 2 guid: b95bd09a7b3cf3443b7717f355d5088e ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Bloom02 4300002: Bloom2 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Cart01.FBX.meta ================================================ fileFormatVersion: 2 guid: 84ad49a1269279740bf8727bac44a865 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Cart01 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Cart03.FBX.meta ================================================ fileFormatVersion: 2 guid: 5428fbf5fe8baa647b32476dfd3cb800 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Cart03 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Cart04.FBX.meta ================================================ fileFormatVersion: 2 guid: 4c5b3cc9f2f505144821ab8da8218e1a ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Cart04 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Coffin01.FBX.meta ================================================ fileFormatVersion: 2 guid: 6fb19e833144cae45870d8014725b4c1 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Coffin01 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Coffin01_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 9c075f8d9964ff843a13d19f497e95bc ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Coffin01_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Coffin01_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 4040b4df828461d4297ff98a98806982 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Coffin01_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Cart01_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 63da046efbdae6540bcccff127e8d12c ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Cart01_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Cart03_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 2d2202fc3b08a724b98f60665a40dc09 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Cart03_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Cart05_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 3722c83945c47f54d815875d7ac3cd54 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Cart05_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Coffin01_a_col.FBX.meta ================================================ fileFormatVersion: 2 guid: c7163e2fded93b24ebf76534aa5b2dbc ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Coffin01_a_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Coffin01_b_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 03fa21db3dcfa9a468363bd9ddba0b40 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Coffin01_b_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Coffin01_col.FBX.meta ================================================ fileFormatVersion: 2 guid: b696f519c7b62f24ebabe1129864579d ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Coffin01_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant01_a_col.FBX.meta ================================================ fileFormatVersion: 2 guid: ef3480fc25b15b04d93c120c2dfca838 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant01_a_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant01_b_col.FBX.meta ================================================ fileFormatVersion: 2 guid: aaf2ca5778bc6fe46b04e309be61d48c ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant01_b_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant01_c_col.FBX.meta ================================================ fileFormatVersion: 2 guid: de5b1e5be7efd6241880d0146bb70ba5 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant01_c_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant02_a_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 725cb8bcb650b024d998b069503953a8 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant02_a_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant02_b_col.FBX.meta ================================================ fileFormatVersion: 2 guid: e50a45b55f790e842a8aafee047ad1ee ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant02_b_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant02_c_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 0e23937467e45674c85e0fe2afce491c ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant02_c_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant02_d_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 1e44849ce57a2774ba2a641769217cc8 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant02_d_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant03_c_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 3cc546a97a00ec147a0971a580dd8b1b ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant03_c_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant03_d_col.FBX.meta ================================================ fileFormatVersion: 2 guid: eb4a00296d09fbd449a8eef3a6d19f59 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant03_d_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant03_e_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 8e92140bfc1c00e419c6e52c4bcde24b ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant03_e_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant03_f_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 3f0dedd383a8a7f4da3d769d0f7b3336 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant03_f_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Plant03_g_col.FBX.meta ================================================ fileFormatVersion: 2 guid: f957df16f992afd45a2b5c2fba94b245 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant03_g_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue01_a_col.FBX.meta ================================================ fileFormatVersion: 2 guid: bff237cdc8376fa4b8dd0b4c725b2ef5 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue01_a_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue01_b_col.FBX.meta ================================================ fileFormatVersion: 2 guid: a98b38a0505ab034293d1c53ff316f2f ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue01_b_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue02_a_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 10512e02f60d98b428a71745ea7e575f ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue02_a_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue02_b_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 2d94cb03501642a49b4dceb38866772f ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue02_b_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue03_a_col.FBX.meta ================================================ fileFormatVersion: 2 guid: a82bb6277bb600743b874b0b52e0c2f3 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue03_a_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue03_b_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 5aea4c3b2a8e0614da490b0d37505442 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue03_b_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue04_a_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 8862d75e91a964d439c56ab92f210971 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue04_a_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue04_b_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 2c3e0ee2e579cce45b91d92201f88428 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue04_b_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue05_a_col.FBX.meta ================================================ fileFormatVersion: 2 guid: 79bc23519bff89b4d8848dae920354e0 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue05_a_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Statue05_b_col.FBX.meta ================================================ fileFormatVersion: 2 guid: c9491566aafc08a4a9b7b5b7c1995968 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue05_b_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision/Wheel01_col.FBX.meta ================================================ fileFormatVersion: 2 guid: cb0dc3d00db8b39409f17a91f2eb2e8a ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Wheel01_col 9500000: //RootNode materials: importMaterials: 0 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 3 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Collision.meta ================================================ fileFormatVersion: 2 guid: d505d6fe0fde906408e7391fb7b7ee40 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Dust01.FBX.meta ================================================ fileFormatVersion: 2 guid: 1d4861fb1a450eb4382d0208f25f5c58 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Dust01 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone01.FBX.meta ================================================ fileFormatVersion: 2 guid: a3571f8c0b7a11f439f0fecf229d58b8 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone01 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone02.FBX.meta ================================================ fileFormatVersion: 2 guid: 3d8f2299d5d62cc4d9b5cb61b5037169 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone02 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone03.FBX.meta ================================================ fileFormatVersion: 2 guid: 6a50528ab09e2bc4d8da239b725f0c47 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone03 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone04.FBX.meta ================================================ fileFormatVersion: 2 guid: ab49adfe85921a5418d1a2a1e2d2acfa ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone04 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone05.FBX.meta ================================================ fileFormatVersion: 2 guid: cb4112b49702a6c4f8b065a6d79682da ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone05 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone06.FBX.meta ================================================ fileFormatVersion: 2 guid: ab8bc807a82c61244b9767c797b8586c ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone06 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone07.FBX.meta ================================================ fileFormatVersion: 2 guid: 8bade7674b9cd4243920b697f319d503 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone07 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone08.FBX.meta ================================================ fileFormatVersion: 2 guid: 689c3ca5c0bc43c47aa29dbc4bb21eb8 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone08 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone09.FBX.meta ================================================ fileFormatVersion: 2 guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone09 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Gravestone10.FBX.meta ================================================ fileFormatVersion: 2 guid: e6f117573781234408f9f3508a806f73 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Gravestone10 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Ground01.FBX.meta ================================================ fileFormatVersion: 2 guid: 83b0b92def3aa774385850f9edd21f1f ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Ground01 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Paling01_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 7cb8b506a751b9b489959fe912e589f2 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Paling01_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Paling01_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 5ce223c647913564eb842037a46a8655 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Paling01_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Paling01_c.FBX.meta ================================================ fileFormatVersion: 2 guid: 3bb6f2d55e37ef543a8a9a458e24c740 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Paling01_c 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant02_b.FBX.meta ================================================ fileFormatVersion: 2 guid: db16d6ef13ea7fe48b77f1f7f483717a ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant02_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant05_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 4fbd949bcdd13da4f969682d77022453 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant05_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant05_e.FBX.meta ================================================ fileFormatVersion: 2 guid: 70ffe47a186b15344b1f39fb7de44c2b ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant05_e 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant05_f.FBX.meta ================================================ fileFormatVersion: 2 guid: cd2da57a550085946aefeab13bf70ee6 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant05_f 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant05_g.FBX.meta ================================================ fileFormatVersion: 2 guid: a65e450bdacb3f0438c7dcc9d0ace79e ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant05_g 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant06_f.FBX.meta ================================================ fileFormatVersion: 2 guid: 92abb8c60edcea341921ae92c080472d ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant06_f 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 2 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 1 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant07_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 620d7ccb2ecdce145aacb960723b3be7 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant07_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 2 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 1 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant07_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 13cc7f1325b938544a2c11cbf21558ef ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant07_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 2 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 1 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant07_c.FBX.meta ================================================ fileFormatVersion: 2 guid: c19a47e6eafbb7048ac8348965b301e3 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant07_c 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 2 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 1 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant08_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 24e3be68eb274aa4aa842b71e7b791a5 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant08_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant08_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 673579e8d617e1c4dae0893da11c2698 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant08_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant08_c.FBX.meta ================================================ fileFormatVersion: 2 guid: 4d34233675188674c8edc7f44a5563c9 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant08_c 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant08_d.FBX.meta ================================================ fileFormatVersion: 2 guid: 1a01f9eda9c0d64458eecc889143a546 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant08_d 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant08_f.FBX.meta ================================================ fileFormatVersion: 2 guid: ddc248f1adb95be4ea942662ffb7bcdd ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant08_f 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant08_g.FBX.meta ================================================ fileFormatVersion: 2 guid: fcc9358f28d9bd141ad44cb0792970a4 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant08_g 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant08_h.FBX.meta ================================================ fileFormatVersion: 2 guid: 7666d3573de7e0a429a535ec583bec9b ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant08_h 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant08_i.FBX.meta ================================================ fileFormatVersion: 2 guid: 3396864aa74613944a7ec5664b5ecdba ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant08_i 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant09_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 3f0e4eccc7076a941bfda5dac0cb8817 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant09_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant09_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 28712e81b8727524b9236e7ad1404d3e ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant09_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant09_c.FBX.meta ================================================ fileFormatVersion: 2 guid: 906fc1c0d6c2e7348a2d7cb02bdce143 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant09_c 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Plant09_d.FBX.meta ================================================ fileFormatVersion: 2 guid: 82fadbb51670870428ede8e31aa999a9 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Plant09_d 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Rock01.FBX.meta ================================================ fileFormatVersion: 2 guid: 99a65feb3b8a47043a28589e009f5e64 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Rock01 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Rock02.FBX.meta ================================================ fileFormatVersion: 2 guid: 137b1bec14cccff4b806178097f7c3d5 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Rock02 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Rock03.FBX.meta ================================================ fileFormatVersion: 2 guid: ca83c72891e750343bd094538e767bed ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Rock03 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Statue02_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 4f63c435a26149d4c9b69a65bb0459d7 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue02_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Statue02_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 9fccf20fcafb2ea4f9383135948e8d04 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Statue02_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb01_a.FBX.meta ================================================ fileFormatVersion: 2 guid: cdd80667c7783bf44a69084a65a4cccc ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb01_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb01_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 7c09d833c4dc2494997105f6eacbaa0f ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb01_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb02_a.FBX.meta ================================================ fileFormatVersion: 2 guid: bcc1007a6bd6e8d4ca5be893a78acf08 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb02_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb02_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 4d05dd48024b0994b8cb3a283a51fa9e ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb02_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb02_c.FBX.meta ================================================ fileFormatVersion: 2 guid: c25802fc6b634fb44a12fb6a31c5ccad ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb02_c 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb02_d.FBX.meta ================================================ fileFormatVersion: 2 guid: 8201db635b8eeb24dba49e2825268185 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb02_d 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb03_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 8380918eb75d37643ae193605b7d457f ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb03_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb03_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 218699798c071c249bbfede0e0f2d5c8 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb03_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb03_c.FBX.meta ================================================ fileFormatVersion: 2 guid: dd856c7b916b9834ebbf02aa4342755f ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb03_c 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb03_d.FBX.meta ================================================ fileFormatVersion: 2 guid: 3d76bbe2e312a8a4193275e403b9ac42 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb03_d 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb04_a.FBX.meta ================================================ fileFormatVersion: 2 guid: 4e834831d89f9e544b72601076457834 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb04_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb04_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb04_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb04_c.FBX.meta ================================================ fileFormatVersion: 2 guid: 11f07c98574186b4d85c2b9c1d3b15dd ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb04_c 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb04_d.FBX.meta ================================================ fileFormatVersion: 2 guid: 75a5b8da96d04994da77e28c61cf0e6b ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb04_d 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb05_a.FBX.meta ================================================ fileFormatVersion: 2 guid: d9b5f3c4d853f4c4795762d4028be4fb ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb05_a 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb05_b.FBX.meta ================================================ fileFormatVersion: 2 guid: 02dc708fec9d21342919b99910d9cd04 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb05_b 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Tomb05_c.FBX.meta ================================================ fileFormatVersion: 2 guid: b84a774e0e048184dad1e0978df2cd96 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Tomb05_c 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes/Wheel01.FBX.meta ================================================ fileFormatVersion: 2 guid: 1d2a6069ea1460d4a82845c4edcdae31 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: Wheel01 9500000: //RootNode materials: importMaterials: 1 materialName: 1 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: .00999999978 meshCompression: 1 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 2 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 0 userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Meshes.meta ================================================ fileFormatVersion: 2 guid: 4f9f30498199cfa4ca5c7319811a7a5e folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Mobile/Materials.meta ================================================ fileFormatVersion: 2 guid: 986ae5ce244e5a048893026de6099b8a folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Mobile/Meshes/Collision.meta ================================================ fileFormatVersion: 2 guid: c4427f403d760b54ab75cf348b66f888 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Mobile/Meshes.meta ================================================ fileFormatVersion: 2 guid: 97c8ae33fcc24144da097dbcfc4f12ee folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Mobile/Particle.meta ================================================ fileFormatVersion: 2 guid: f18f8b73a4828f14bb42e763cdc403d1 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Mobile/Perfabs.meta ================================================ fileFormatVersion: 2 guid: 288889ec63de08a4caac2f5a5976496c folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Mobile/Textures.meta ================================================ fileFormatVersion: 2 guid: 95a1ec82961c4004a94826bbfa36ce6e folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Mobile.meta ================================================ fileFormatVersion: 2 guid: 6e023290dabedb2429a15603422af74a folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Particle/Particle01.prefab.meta ================================================ fileFormatVersion: 2 guid: cc3d802a9740e6a4d9b32f7bb24e9ac6 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Particle/Particle02.prefab.meta ================================================ fileFormatVersion: 2 guid: f442048109d05d3469567616bb2f68bc NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Particle/Particle03.prefab.meta ================================================ fileFormatVersion: 2 guid: 0823f6e3921b4294883a5d00faa4ef98 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Particle/Particle04.prefab.meta ================================================ fileFormatVersion: 2 guid: ab0c03159a84d9c45ad82a1772cbc914 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Particle/Particle_bloom01.prefab.meta ================================================ fileFormatVersion: 2 guid: 70999725f237fee43b3a4e04d5e55f49 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Particle/Particle_bloom02.prefab.meta ================================================ fileFormatVersion: 2 guid: babb00860e33d624faa88523ce33dbd9 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Particle/Smoke02.prefab.meta ================================================ fileFormatVersion: 2 guid: d834642adc9326645adaa13be7ffc6ab NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Particle.meta ================================================ fileFormatVersion: 2 guid: 18f23f929cfa5434ab66bf1553f2852b folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Coffin01.prefab.meta ================================================ fileFormatVersion: 2 guid: 3a2128b2aa9fbd743882c26fb118a4a9 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone01.prefab.meta ================================================ fileFormatVersion: 2 guid: 4a3fd121990df8948b2a3e7c6725fd81 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone02.prefab.meta ================================================ fileFormatVersion: 2 guid: a298bd83b68c26d4783eb60b1537bf35 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone03.prefab.meta ================================================ fileFormatVersion: 2 guid: 7da0471ffb86137449c6cccd6fc42bf7 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone04.prefab.meta ================================================ fileFormatVersion: 2 guid: 5b4d4c9c1210b89499bde63bd94c5d9c NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone05.prefab.meta ================================================ fileFormatVersion: 2 guid: a3de67dfd44a3e149bad9f77b9bf251c NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone06.prefab.meta ================================================ fileFormatVersion: 2 guid: 353515d8d88ef3547a468cbe5f1dedd4 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone07.prefab.meta ================================================ fileFormatVersion: 2 guid: 6e38357010671d049b86a013ec393ff5 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone08.prefab.meta ================================================ fileFormatVersion: 2 guid: 6589eaba50223784ab0ce4cba53d7121 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone09.prefab.meta ================================================ fileFormatVersion: 2 guid: 0d2c2e3c29e94ee4e896a1bc5af306fc NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Gravestone10.prefab.meta ================================================ fileFormatVersion: 2 guid: 4663dab9862d7814184172a2c1dac88a NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb01_a.prefab.meta ================================================ fileFormatVersion: 2 guid: 67336e8f523bac74caa8b832e212996e NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb01_b.prefab.meta ================================================ fileFormatVersion: 2 guid: 02683c051842142449dd654ef9455f62 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb02_a.prefab.meta ================================================ fileFormatVersion: 2 guid: 96d52558c68a6834ab13d4aead40533e NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb02_b.prefab.meta ================================================ fileFormatVersion: 2 guid: bbefdad86b0051342964e591789fd280 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb02_c.prefab.meta ================================================ fileFormatVersion: 2 guid: 447a267b9d0ea2940a650a578ef9039a NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb02_d.prefab.meta ================================================ fileFormatVersion: 2 guid: 3d5b08666ce868b4583d3c08ee5f0436 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb03_a.prefab.meta ================================================ fileFormatVersion: 2 guid: 7719970341e5bb648ab6b73142a6a492 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb03_b.prefab.meta ================================================ fileFormatVersion: 2 guid: b13539a5d22db6643abc03355cbfb3b6 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb03_c.prefab.meta ================================================ fileFormatVersion: 2 guid: ba6c1d8ab9e557a41ae865390e50e1a4 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb03_d.prefab.meta ================================================ fileFormatVersion: 2 guid: e6484dfba15808242b17dac439554de5 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_a.prefab.meta ================================================ fileFormatVersion: 2 guid: a7d165e7d5d55b249be2cd77aa22daf3 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_b.prefab.meta ================================================ fileFormatVersion: 2 guid: 4c48e077f44ed1f48968a7297f5023fd NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_c.prefab.meta ================================================ fileFormatVersion: 2 guid: 5f7ea6eb3952f8e468af637f283f6168 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_d.prefab.meta ================================================ fileFormatVersion: 2 guid: 89fb70595d629f54f9a37654e25913aa NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_e.prefab.meta ================================================ fileFormatVersion: 2 guid: 74bd3cef71d0f3d4f97c84a2f2e002af NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_f.prefab.meta ================================================ fileFormatVersion: 2 guid: d37eae32286eadd44abb5f8a92dc59bc NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_g.prefab.meta ================================================ fileFormatVersion: 2 guid: 3ac5a6bc9fb37a14bbd546da542e0236 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_h.prefab.meta ================================================ fileFormatVersion: 2 guid: 9e886f8b1e78d624e8d049e6da097aed NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb04_i.prefab.meta ================================================ fileFormatVersion: 2 guid: 780d55bf443a9c74d91bf1291263a77a NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb05_a.prefab.meta ================================================ fileFormatVersion: 2 guid: 95bb716919bfaa940995cdaede7b7ec6 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb05_b.prefab.meta ================================================ fileFormatVersion: 2 guid: d18aa3056fe911e429d78f93e1c379ae NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery/Tomb05_c.prefab.meta ================================================ fileFormatVersion: 2 guid: bc54108f4ab5d9842a5969b2def4ba7b NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Cemetery.meta ================================================ fileFormatVersion: 2 guid: 403c18b29c2a2b24aa2beb819d32b19c folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Decal/Bloom01.prefab.meta ================================================ fileFormatVersion: 2 guid: fb09873443ab1854d8892a2693f70148 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Decal/Bloom02.prefab.meta ================================================ fileFormatVersion: 2 guid: 43c9cb2d40638da4d90a7303eeef2520 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Decal/Bloom03.prefab.meta ================================================ fileFormatVersion: 2 guid: acebd669d34598a40a103042011b1028 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Decal/Bloom04.prefab.meta ================================================ fileFormatVersion: 2 guid: 2d37c94e75e432645aade82bf6ea565f NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Decal/Dust01.prefab.meta ================================================ fileFormatVersion: 2 guid: d9541a81ec52f7b4c9eb95856ec82d8d NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Decal.meta ================================================ fileFormatVersion: 2 guid: b68409614b9e9df4fa979515674226a2 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant02_b.prefab.meta ================================================ fileFormatVersion: 2 guid: a3170992a56741a4cb89c578e22597bf NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant05_a.prefab.meta ================================================ fileFormatVersion: 2 guid: d00edb15831d56d45aad2405e133db67 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant05_e.prefab.meta ================================================ fileFormatVersion: 2 guid: bd97246339b157b41a7f144c569ec77f NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant05_f.prefab.meta ================================================ fileFormatVersion: 2 guid: f2cbb5199ef6d1d46b3e03d712606966 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant05_g.prefab.meta ================================================ fileFormatVersion: 2 guid: 2a08f9ff2e9f6684a8522cd9f2ce04bd NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant06_f.prefab.meta ================================================ fileFormatVersion: 2 guid: 75d4ede8f2477ec40bda53b3b6b0b41b NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant07_a.prefab.meta ================================================ fileFormatVersion: 2 guid: 29bbcc626ac559e4fad1c099e4b2aa17 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant07_b.prefab.meta ================================================ fileFormatVersion: 2 guid: ac97007c9d09db94db05b0a5bb306b6d NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant07_c.prefab.meta ================================================ fileFormatVersion: 2 guid: 6bb87a11c15512945baf00bb0e26e4bd NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant08_a.prefab.meta ================================================ fileFormatVersion: 2 guid: b59c7177879d43843b35e8e8c98c1471 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant08_b.prefab.meta ================================================ fileFormatVersion: 2 guid: c09292932fbc61c4e9aaafe01bc37329 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant08_c.prefab.meta ================================================ fileFormatVersion: 2 guid: ae50915a38e99f0459b0a4782e7a1d33 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant08_d.prefab.meta ================================================ fileFormatVersion: 2 guid: 03736b030e8f2f0429fac2ece81ea352 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant08_f.prefab.meta ================================================ fileFormatVersion: 2 guid: ffca8cb4c459bc94cbd86c0d26de6139 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant08_g.prefab.meta ================================================ fileFormatVersion: 2 guid: 1d881041dbc34ac41b176cc4e9f071f9 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant08_h.prefab.meta ================================================ fileFormatVersion: 2 guid: 869032ec2af3de44ea014b6403f49d9b NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant08_i.prefab.meta ================================================ fileFormatVersion: 2 guid: bdff47564c80c4c4faaf9f6eacc8def0 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant09_a.prefab.meta ================================================ fileFormatVersion: 2 guid: 6ae44550bab8fed43ba59b2257356bd7 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant09_b.prefab.meta ================================================ fileFormatVersion: 2 guid: e4ef381af6c1a8d49ab9a6acdea75902 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant09_c.prefab.meta ================================================ fileFormatVersion: 2 guid: 31c149690c4bd6e4499e7b644062c30b NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant/Plant09_d.prefab.meta ================================================ fileFormatVersion: 2 guid: 9d032c7ba8b03b64b8d4d7ad2a2de690 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Plant.meta ================================================ fileFormatVersion: 2 guid: 1e480f0a25c4ff247ba67d4fca3af283 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Rock/Rock01.prefab.meta ================================================ fileFormatVersion: 2 guid: 9bfa0c2985bcdca469da2285e0a27429 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Rock/Rock02.prefab.meta ================================================ fileFormatVersion: 2 guid: ee310940381d5f3409a44456d948e8e3 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Rock/Rock03.prefab.meta ================================================ fileFormatVersion: 2 guid: 7814f70856378f14d83c6996b369cee7 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Rock.meta ================================================ fileFormatVersion: 2 guid: ccbe7501665b0134ca14e9c6981bdeee folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Statue/Statue02_a.prefab.meta ================================================ fileFormatVersion: 2 guid: e80a90665c8b01142a7527f62c403773 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Statue/Statue02_b.prefab.meta ================================================ fileFormatVersion: 2 guid: 1d526f20654226d42b3e9c84a09323ae NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Statue.meta ================================================ fileFormatVersion: 2 guid: e36c892600863f043a9b3d9fcebbbc2d folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Wood_Stuff/Cart01.prefab.meta ================================================ fileFormatVersion: 2 guid: 56a81c7d49a47f244ba3fd918b1d00c9 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Wood_Stuff/Cart03.prefab.meta ================================================ fileFormatVersion: 2 guid: cb7da01bec49705469e0d8e9e9e6d703 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Wood_Stuff/Cart04.prefab.meta ================================================ fileFormatVersion: 2 guid: 55aa49c292af7574c9a84c4aa5b2faf0 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Wood_Stuff/Paling01_a.prefab.meta ================================================ fileFormatVersion: 2 guid: 20a1eaca4a6b8364badf4eee56be445e NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Wood_Stuff/Paling01_b.prefab.meta ================================================ fileFormatVersion: 2 guid: ee52a22748aa35f418fa5c4c4a7acc7d NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Wood_Stuff/Paling01_c.prefab.meta ================================================ fileFormatVersion: 2 guid: 0428c5911e17b6c4f89698fda6695338 NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Wood_Stuff/Wheel01.prefab.meta ================================================ fileFormatVersion: 2 guid: b38087c4f4bf5ce429f0ce9b7b3f46bf NativeFormatImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs/Wood_Stuff.meta ================================================ fileFormatVersion: 2 guid: f050e22959e5b7246b32facf730883b4 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Prefabs.meta ================================================ fileFormatVersion: 2 guid: ad7b9962b24ebd54b81ded035891c363 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Bloom01_D.tga.meta ================================================ fileFormatVersion: 2 guid: d91d8da8e4aa7cf429592f49bcc06d9c TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 256 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Campfire01_D.tga.meta ================================================ fileFormatVersion: 2 guid: a7bcb8c637bb87b43a1d617858c93fb4 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 256 textureSettings: filterMode: 2 aniso: 9 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Coffin01_D.tga.meta ================================================ fileFormatVersion: 2 guid: e0200931da2c3f54085c12c6ccc5775f TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 2 aniso: 9 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Dust01_D.tga.meta ================================================ fileFormatVersion: 2 guid: 4c7c6603f24a4d2408c4ee28b79121ca TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 2 aniso: 9 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Gravestone01_D.tga.meta ================================================ fileFormatVersion: 2 guid: 63be106a8ee729e4bb84aa370c88c2c1 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 2 aniso: 9 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Ground01_D.tga.meta ================================================ fileFormatVersion: 2 guid: 2f0a248e097813b4c856fdbf094e447c TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 2 aniso: 9 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Ground03_D.tga.meta ================================================ fileFormatVersion: 2 guid: 973f3c1c9f25c0b41baacb27a46a02ef TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 2 aniso: 9 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Ground05_D.tga.meta ================================================ fileFormatVersion: 2 guid: c8dadc8c1a6ca0d4c961835979a788ec TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Ground06_D.tga.meta ================================================ fileFormatVersion: 2 guid: cb5be26c69ed6d047858b2803370d725 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Ground07_D.tga.meta ================================================ fileFormatVersion: 2 guid: 6447b5c42a714c94999207227d5e5b20 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Low_ris.meta ================================================ fileFormatVersion: 2 guid: 3a306ab34de25d4448fde19ca8d62cfa folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Plant01_D.tga.meta ================================================ fileFormatVersion: 2 guid: 05a485a24e147ca42bb98a95903368ee TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Smoke02_D.tga.meta ================================================ fileFormatVersion: 2 guid: 641d8a02eae0e7f46a01f749cadbb3dd TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 256 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Statue01_D.tga.meta ================================================ fileFormatVersion: 2 guid: 717f64a42abde17469c220b5e48328f5 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 2 aniso: 9 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Table01_D.tga.meta ================================================ fileFormatVersion: 2 guid: 23267651f301be240b990a902cdcc2fa TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 2 aniso: 9 mipBias: -1 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures/Tomb01_D.tga.meta ================================================ fileFormatVersion: 2 guid: 48feca8b4f1890e4782dc956acf3bd54 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite/Textures.meta ================================================ fileFormatVersion: 2 guid: 7fd5920057bf35d48af555a9cddbede1 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/L_FG_Assets_Pack_Lite.meta ================================================ fileFormatVersion: 2 guid: 246cf8a83229d4cc98920c4188eccd13 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Main.unity ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!29 &1 SceneSettings: m_ObjectHideFlags: 0 m_PVSData: m_QueryMode: 1 m_PVSObjectsArray: [] m_PVSPortalsArray: [] m_OcclusionBakeSettings: viewCellSize: 1 bakeMode: 2 memoryUsage: 10485760 --- !u!104 &2 RenderSettings: m_Fog: 0 m_FogColor: {r: .772058845, g: .749742746, b: .448475361, a: 1} m_FogMode: 3 m_FogDensity: .0299999993 m_LinearFogStart: 0 m_LinearFogEnd: 300 m_AmbientLight: {r: .200000003, g: .200000003, b: .200000003, a: 1} m_SkyboxMaterial: {fileID: 2100000, guid: 5ba172cd3918d7c44aa6d04446119a00, type: 2} m_HaloStrength: .5 m_FlareStrength: 1 m_HaloTexture: {fileID: 0} m_SpotCookie: {fileID: 0} m_ObjectHideFlags: 0 --- !u!127 &3 LevelGameManager: m_ObjectHideFlags: 0 --- !u!157 &4 LightmapSettings: m_ObjectHideFlags: 0 m_LightProbes: {fileID: 0} m_Lightmaps: [] m_LightmapsMode: 1 m_BakedColorSpace: 0 m_UseDualLightmapsInForward: 0 m_LightmapEditorSettings: m_Resolution: 50 m_LastUsedResolution: 0 m_TextureWidth: 1024 m_TextureHeight: 1024 m_BounceBoost: 1 m_BounceIntensity: 1 m_SkyLightColor: {r: .860000014, g: .930000007, b: 1, a: 1} m_SkyLightIntensity: 0 m_Quality: 0 m_Bounces: 1 m_FinalGatherRays: 1000 m_FinalGatherContrastThreshold: .0500000007 m_FinalGatherGradientThreshold: 0 m_FinalGatherInterpolationPoints: 15 m_AOAmount: 0 m_AOMaxDistance: .100000001 m_AOContrast: 1 m_LODSurfaceMappingDistance: 1 m_Padding: 0 m_TextureCompression: 0 m_LockAtlas: 0 --- !u!196 &5 NavMeshSettings: m_ObjectHideFlags: 0 m_BuildSettings: agentRadius: .5 agentHeight: 2 agentSlope: 45 agentClimb: .400000006 ledgeDropHeight: 0 maxJumpAcrossDistance: 0 accuratePlacement: 0 minRegionArea: 2 widthInaccuracy: 16.666666 heightInaccuracy: 10 m_NavMesh: {fileID: 0} --- !u!1 &1482938 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100274, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1482939} - 108: {fileID: 1482940} m_Layer: 0 m_Name: Sun m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1482939 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400274, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1482938} m_LocalRotation: {x: .408217937, y: -.234569728, z: .109381676, w: .875426054} m_LocalPosition: {x: 7.22178459, y: 0, z: 4.1694994} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!108 &1482940 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1482938} m_Enabled: 1 serializedVersion: 3 m_Type: 1 m_Color: {r: .096561417, g: .143219769, b: .279411793, a: 1} m_Intensity: 1.5 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 1 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1 &23541789 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100264, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 23541790} - 33: {fileID: 23541794} - 23: {fileID: 23541793} - 95: {fileID: 23541792} - 65: {fileID: 23541791} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &23541790 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400264, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23541789} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 200537136} --- !u!65 &23541791 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500106, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23541789} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &23541792 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500052, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23541789} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &23541793 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300250, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23541789} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &23541794 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300250, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23541789} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &23864621 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100134, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 23864622} - 33: {fileID: 23864625} - 23: {fileID: 23864624} - 64: {fileID: 23864623} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &23864622 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400134, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23864621} m_LocalRotation: {x: -.713314593, y: -.00848230254, z: .00136386976, w: .700791419} m_LocalPosition: {x: 6.534729, y: 1.10828316, z: -16.8508816} m_LocalScale: {x: 1.29753959, y: 1.29753971, z: 1.29753947} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &23864623 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400010, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23864621} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &23864624 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300132, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23864621} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &23864625 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300132, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 23864621} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &30329632 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100082, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 30329633} - 33: {fileID: 30329635} - 23: {fileID: 30329634} m_Layer: 0 m_Name: Gravestone10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &30329633 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400082, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 30329632} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 18.4155445, y: 1.05604827, z: -1.64923549} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &30329634 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300080, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 30329632} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &30329635 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300080, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 30329632} m_Mesh: {fileID: 4300000, guid: e6f117573781234408f9f3508a806f73, type: 3} --- !u!1 &44281746 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} serializedVersion: 4 m_Component: - 4: {fileID: 44281748} - 108: {fileID: 44281747} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &44281747 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 44281746} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_Range: 7 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &44281748 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 44281746} m_LocalRotation: {x: 0, y: .282351822, z: 0, w: .959310949} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: .666666687, y: 1, z: .666666687} m_Children: [] m_Father: {fileID: 1763691048} --- !u!1 &44782645 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100270, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 44782646} - 108: {fileID: 44782647} m_Layer: 0 m_Name: Directional light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &44782646 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400270, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 44782645} m_LocalRotation: {x: .408217937, y: -.234569728, z: .109381676, w: .875426054} m_LocalPosition: {x: -13.3552475, y: 3.05897808, z: -32.1346283} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!108 &44782647 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 44782645} m_Enabled: 1 serializedVersion: 3 m_Type: 1 m_Color: {r: .0259515587, g: .082329087, b: .352941155, a: 1} m_Intensity: .360000014 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1 &45848328 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100018, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 45848329} - 33: {fileID: 45848332} - 23: {fileID: 45848331} - 65: {fileID: 45848330} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &45848329 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400018, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 45848328} m_LocalRotation: {x: -.55043453, y: -.443871498, z: -.443871379, w: .55043453} m_LocalPosition: {x: 17.5998516, y: .947982132, z: 4.83534145} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &45848330 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500004, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 45848328} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!23 &45848331 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300016, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 45848328} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &45848332 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300016, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 45848328} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!1 &63058920 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100122, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 63058921} - 33: {fileID: 63058923} - 23: {fileID: 63058922} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &63058921 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400122, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 63058920} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.39348555, y: .923615456, z: -16.6085052} m_LocalScale: {x: 1.17311358, y: 1.24348915, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &63058922 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300120, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 63058920} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &63058923 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300120, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 63058920} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &103753042 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100128, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 103753043} - 33: {fileID: 103753045} - 23: {fileID: 103753044} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &103753043 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400128, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 103753042} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: .00132751465, y: .923615754, z: -13.7492704} m_LocalScale: {x: 1, y: 1, z: .712344706} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &103753044 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300126, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 103753042} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &103753045 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300126, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 103753042} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &115591900 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} serializedVersion: 4 m_Component: - 4: {fileID: 115591903} - 135: {fileID: 115591902} - 114: {fileID: 115591901} m_Layer: 2 m_Name: AI-Radius m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &115591901 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 115591900} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &115591902 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13500000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 115591900} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 2 m_Center: {x: 0, y: 0, z: 0} --- !u!4 &115591903 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 115591900} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1360729975} --- !u!1 &128795840 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100280, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 128795841} - 33: {fileID: 128795844} - 23: {fileID: 128795843} - 64: {fileID: 128795842} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &128795841 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400280, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 128795840} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 7.18787289, y: 1.29279387, z: 17.9945927} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &128795842 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400020, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 128795840} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &128795843 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300258, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 128795840} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &128795844 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300258, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 128795840} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &135074212 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 135074214} - 132: {fileID: 135074213} - 114: {fileID: 135074215} m_Layer: 0 m_Name: Score m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!132 &135074213 GUIText: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 135074212} m_Enabled: 1 serializedVersion: 3 m_Text: Gui Text m_Anchor: 1 m_Alignment: 1 m_PixelOffset: {x: 0, y: 0} m_LineSpacing: 1 m_TabSize: 4 m_Font: {fileID: 12800000, guid: 428dcfc7ce896493e87d7a3c2d1343ee, type: 3} m_Material: {fileID: 0} m_FontSize: 0 m_FontStyle: 0 m_Color: serializedVersion: 2 rgba: 4278251007 m_PixelCorrect: 1 m_RichText: 1 --- !u!4 &135074214 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 135074212} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: .5, y: .949999988, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!114 &135074215 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 135074212} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 8a972f9f48f094a55bd0a4fec846d32e, type: 3} m_Name: m_EditorClassIdentifier: --- !u!1 &142552286 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} serializedVersion: 4 m_Component: - 4: {fileID: 142552287} - 198: {fileID: 142552289} - 199: {fileID: 142552288} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &142552287 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 142552286} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106709} m_LocalPosition: {x: 0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1742352602} --- !u!199 &142552288 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 142552286} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &142552289 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 142552286} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!1 &159342432 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} serializedVersion: 4 m_Component: - 4: {fileID: 159342433} - 33: {fileID: 159342437} - 23: {fileID: 159342436} m_Layer: 0 m_Name: Tomb05_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &159342433 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 159342432} m_LocalRotation: {x: -.5, y: .5, z: .500000119, w: .49999994} m_LocalPosition: {x: 0, y: -.732510567, z: 0} m_LocalScale: {x: .25, y: .25, z: .5} m_Children: [] m_Father: {fileID: 1763691048} --- !u!23 &159342436 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 159342432} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &159342437 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 159342432} m_Mesh: {fileID: 4300000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} --- !u!1 &173356926 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100066, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 173356927} - 33: {fileID: 173356930} - 23: {fileID: 173356929} - 65: {fileID: 173356928} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &173356927 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400066, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 173356926} m_LocalRotation: {x: -.537934363, y: -.460068345, z: -.46689564, w: .530068159} m_LocalPosition: {x: .0206181556, y: 1.08035052, z: -11.3135204} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &173356928 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500014, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 173356926} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &173356929 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300064, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 173356926} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &173356930 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300064, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 173356926} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!1 &173591229 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} serializedVersion: 4 m_Component: - 4: {fileID: 173591230} - 135: {fileID: 173591232} - 114: {fileID: 173591231} m_Layer: 2 m_Name: AI-Radius m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &173591230 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 173591229} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1406291615} --- !u!114 &173591231 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 173591229} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &173591232 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13500000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 173591229} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 2 m_Center: {x: 0, y: 0, z: 0} --- !u!1 &193685113 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} serializedVersion: 4 m_Component: - 4: {fileID: 193685114} - 33: {fileID: 193685118} - 23: {fileID: 193685117} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &193685114 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 193685113} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: .300000012} m_Children: [] m_Father: {fileID: 1406291615} --- !u!23 &193685117 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 193685113} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &193685118 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 193685113} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &195719478 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 195719481} - 114: {fileID: 195719480} - 154: {fileID: 195719479} m_Layer: 0 m_Name: Terrain m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!154 &195719479 TerrainCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 195719478} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_TerrainData: {fileID: 15600000, guid: 5bb9f3f33a27a4f658313dffbdbdaed5, type: 2} m_CreateTreeColliders: 1 --- !u!114 &195719480 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 195719478} m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12000, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_TerrainData: {fileID: 15600000, guid: 5bb9f3f33a27a4f658313dffbdbdaed5, type: 2} m_TreeDistance: 2000 m_TreeBillboardDistance: 50 m_TreeCrossFadeLength: 5 m_TreeMaximumFullLODCount: 50 m_DetailObjectDistance: 80 m_DetailObjectDensity: 1 m_HeightmapPixelError: 5 m_SplatMapDistance: 1000 m_HeightmapMaximumLOD: 0 m_CastShadows: 1 m_LightmapIndex: -1 m_LightmapSize: 1024 m_DrawTreesAndFoliage: 1 m_MaterialTemplate: {fileID: 0} --- !u!4 &195719481 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 195719478} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -30, y: .5, z: -30} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1 &200537135 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100268, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 200537136} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &200537136 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400268, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 200537135} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -22.7731247, y: 1.44579268, z: -28.35359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 23541790} - {fileID: 1992452015} m_Father: {fileID: 324832367} --- !u!1001 &205524297 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.x value: 20.4459229 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.y value: 2.43556929 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.z value: 14.055727 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.y value: -.915698647 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.w value: .401865661 objectReference: {fileID: 0} - target: {fileID: 11400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: nextWaypoint value: objectReference: {fileID: 412343951} - target: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_ViewID.m_ID value: 6 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_ViewID.m_Type value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_RootGameObject: {fileID: 327019338} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &205691259 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100224, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 205691260} - 33: {fileID: 205691264} - 23: {fileID: 205691263} - 95: {fileID: 205691262} - 65: {fileID: 205691261} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &205691260 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400224, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 205691259} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -27.9435692, y: 1.52183282, z: -28.3246861} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &205691261 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500078, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 205691259} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &205691262 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500024, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 205691259} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &205691263 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300222, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 205691259} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &205691264 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300222, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 205691259} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &211854381 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100100, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 211854382} - 33: {fileID: 211854384} - 23: {fileID: 211854383} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &211854382 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400100, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 211854381} m_LocalRotation: {x: -.617517591, y: -.369802803, z: -.405046403, w: .563786626} m_LocalPosition: {x: 3.87611413, y: 1.10132658, z: 10.4821672} m_LocalScale: {x: 5.59688902, y: 5.59688854, z: 5.58108234} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &211854383 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300098, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 211854381} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &211854384 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300098, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 211854381} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!1 &220204929 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} serializedVersion: 4 m_Component: - 4: {fileID: 220204930} - 33: {fileID: 220204934} - 23: {fileID: 220204933} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &220204930 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 220204929} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: .300000012} m_Children: [] m_Father: {fileID: 1742352602} --- !u!23 &220204933 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 220204929} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &220204934 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 220204929} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &223961914 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100256, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 223961915} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &223961915 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400256, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 223961914} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -12.6680088, y: 1.44579268, z: -28.35359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1599015255} - {fileID: 405739244} m_Father: {fileID: 324832367} --- !u!1 &252687399 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100228, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 252687400} - 33: {fileID: 252687404} - 23: {fileID: 252687403} - 95: {fileID: 252687402} - 65: {fileID: 252687401} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &252687400 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400228, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 252687399} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1955309389} --- !u!65 &252687401 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500082, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 252687399} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &252687402 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500028, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 252687399} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &252687403 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300226, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 252687399} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &252687404 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300226, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 252687399} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &257371596 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100104, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 257371597} - 33: {fileID: 257371599} - 23: {fileID: 257371598} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &257371597 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400104, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 257371596} m_LocalRotation: {x: .631933331, y: -.31727007, z: -.31727007, w: -.631933331} m_LocalPosition: {x: 5.66356468, y: .895136952, z: 9.66973686} m_LocalScale: {x: 7.3207016, y: 7.32069921, z: 7.32070065} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &257371598 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300102, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 257371596} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &257371599 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300102, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 257371596} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &266454424 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} serializedVersion: 4 m_Component: - 4: {fileID: 266454425} - 135: {fileID: 266454427} - 114: {fileID: 266454426} m_Layer: 2 m_Name: AI-Radius m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &266454425 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 266454424} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 327019345} --- !u!114 &266454426 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 266454424} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &266454427 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13500000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 266454424} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 2 m_Center: {x: 0, y: 0, z: 0} --- !u!1 &276129361 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100164, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 276129362} - 33: {fileID: 276129364} - 23: {fileID: 276129363} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &276129362 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400164, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 276129361} m_LocalRotation: {x: -.662454128, y: .247294441, z: .247294441, w: .662454128} m_LocalPosition: {x: 11.3923588, y: .992212772, z: -6.12444019} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &276129363 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300162, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 276129361} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &276129364 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300162, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 276129361} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!1 &276235252 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100232, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 276235253} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &276235253 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400232, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 276235252} m_LocalRotation: {x: 0, y: -.707106054, z: 0, w: .707107484} m_LocalPosition: {x: -28.005703, y: 1.43688869, z: -18.2512245} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 940330754} - {fileID: 824849860} m_Father: {fileID: 324832367} --- !u!1 &301257536 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100188, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 301257537} - 33: {fileID: 301257539} - 23: {fileID: 301257538} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &301257537 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400188, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 301257536} m_LocalRotation: {x: -.563941479, y: .0476438142, z: .0551340245, w: .822593749} m_LocalPosition: {x: -7.65538406, y: .83309567, z: 1.58799458} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &301257538 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300186, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 301257536} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &301257539 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300186, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 301257536} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &318947859 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100210, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 318947862} - 33: {fileID: 318947861} - 23: {fileID: 318947860} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &318947860 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300208, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 318947859} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &318947861 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300208, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 318947859} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!4 &318947862 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400210, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 318947859} m_LocalRotation: {x: -.591262817, y: -.387825131, z: -.387825191, w: .591262758} m_LocalPosition: {x: 7.87607765, y: .621918738, z: -4.62332439} m_LocalScale: {x: 7.35333157, y: 7.35333157, z: 7.35333157} m_Children: [] m_Father: {fileID: 324832367} --- !u!1 &321310569 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100148, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 321310570} - 33: {fileID: 321310573} - 23: {fileID: 321310572} - 65: {fileID: 321310571} m_Layer: 0 m_Name: Paling01_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &321310570 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400148, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 321310569} m_LocalRotation: {x: -.162705049, y: .68813318, z: .688132942, w: .162705049} m_LocalPosition: {x: -13.2630558, y: 1.1958462, z: -5.63497639} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &321310571 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500056, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 321310569} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.24459791, y: .325028896, z: .867163241} m_Center: {x: -5.96046448e-08, y: 0, z: .363400787} --- !u!23 &321310572 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300146, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 321310569} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &321310573 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300146, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 321310569} m_Mesh: {fileID: 4300000, guid: 3bb6f2d55e37ef543a8a9a458e24c740, type: 3} --- !u!1 &324832366 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 324832367} m_Layer: 0 m_Name: Props m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &324832367 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 324832366} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 44782646} - {fileID: 482846500} - {fileID: 772269965} - {fileID: 1250549582} - {fileID: 1796038341} - {fileID: 1979847029} - {fileID: 1173537793} - {fileID: 395798929} - {fileID: 30329633} - {fileID: 1823036186} - {fileID: 1751625829} - {fileID: 1052522322} - {fileID: 1822826782} - {fileID: 593367638} - {fileID: 1881177954} - {fileID: 1169992591} - {fileID: 1350710622} - {fileID: 2053204894} - {fileID: 321310570} - {fileID: 1552162366} - {fileID: 23864622} - {fileID: 2105877277} - {fileID: 360768661} - {fileID: 873586645} - {fileID: 1774156087} - {fileID: 173356927} - {fileID: 1910840319} - {fileID: 915104490} - {fileID: 1072258421} - {fileID: 1317751591} - {fileID: 1503574400} - {fileID: 1455567098} - {fileID: 1846817733} - {fileID: 809917392} - {fileID: 1626932733} - {fileID: 512299732} - {fileID: 1087973974} - {fileID: 1457777834} - {fileID: 448086844} - {fileID: 1481083989} - {fileID: 1093174087} - {fileID: 1364188061} - {fileID: 481390527} - {fileID: 276129362} - {fileID: 422178586} - {fileID: 647111697} - {fileID: 1164213179} - {fileID: 1639603175} - {fileID: 1292139905} - {fileID: 366972990} - {fileID: 592087672} - {fileID: 1899368391} - {fileID: 351157924} - {fileID: 1160883425} - {fileID: 1585111329} - {fileID: 1534356919} - {fileID: 1531059460} - {fileID: 457776284} - {fileID: 1289956382} - {fileID: 1018597247} - {fileID: 1408901100} - {fileID: 1768139761} - {fileID: 1950445263} - {fileID: 1516857997} - {fileID: 1321499577} - {fileID: 1389892107} - {fileID: 1367489231} - {fileID: 1501986434} - {fileID: 1454885864} - {fileID: 715047621} - {fileID: 475945827} - {fileID: 774381704} - {fileID: 2011970698} - {fileID: 346996154} - {fileID: 546335118} - {fileID: 478398443} - {fileID: 1907153649} - {fileID: 103753043} - {fileID: 825907478} - {fileID: 915676976} - {fileID: 63058921} - {fileID: 1367083912} - {fileID: 379838390} - {fileID: 301257537} - {fileID: 847624941} - {fileID: 544231222} - {fileID: 1740620393} - {fileID: 2115638879} - {fileID: 531254521} - {fileID: 318947862} - {fileID: 211854382} - {fileID: 575020217} - {fileID: 1931212305} - {fileID: 1889148574} - {fileID: 1323110076} - {fileID: 257371597} - {fileID: 1452568292} - {fileID: 814698427} - {fileID: 1482939} - {fileID: 1813525535} - {fileID: 2115340136} - {fileID: 906020060} - {fileID: 430357779} - {fileID: 45848329} - {fileID: 1712291534} - {fileID: 854901345} - {fileID: 1152174760} - {fileID: 783622847} - {fileID: 801292702} - {fileID: 922252494} - {fileID: 205691260} - {fileID: 438727303} - {fileID: 1500254099} - {fileID: 1955309389} - {fileID: 1586758378} - {fileID: 579068577} - {fileID: 1486072892} - {fileID: 200537136} - {fileID: 223961915} - {fileID: 276235253} - {fileID: 1427488537} - {fileID: 601416633} - {fileID: 923989238} - {fileID: 597483361} - {fileID: 1262273461} - {fileID: 128795841} m_Father: {fileID: 0} --- !u!1 &327019338 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} serializedVersion: 4 m_Component: - 4: {fileID: 327019345} - 148: {fileID: 327019342} - 114: {fileID: 327019341} - 114: {fileID: 327019340} - 82: {fileID: 327019346} - 136: {fileID: 327019339} m_Layer: 0 m_Name: TowerPrefabB m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!136 &327019339 CapsuleCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13600000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 327019338} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_Radius: .5 m_Height: 1.5 m_Direction: 1 m_Center: {x: 0, y: 0, z: 0} --- !u!114 &327019340 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 327019338} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 2 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -1 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &327019341 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 327019338} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 412343951} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!148 &327019342 NetworkView: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 327019338} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 327019341} m_ViewID: m_ID: 6 m_Type: 1 --- !u!4 &327019345 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 327019338} m_LocalRotation: {x: 0, y: -.915698647, z: 0, w: .401865661} m_LocalPosition: {x: 20.4459229, y: 2.43556929, z: 14.055727} m_LocalScale: {x: 1, y: 3.30134892, z: 1.0163666} m_Children: - {fileID: 266454425} - {fileID: 476663165} - {fileID: 919904334} - {fileID: 1723647432} m_Father: {fileID: 0} --- !u!82 &327019346 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 327019338} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!1 &346996153 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100178, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 346996154} - 33: {fileID: 346996156} - 23: {fileID: 346996155} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &346996154 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400178, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 346996153} m_LocalRotation: {x: -.581173778, y: .0287258886, z: .122972131, w: .803921521} m_LocalPosition: {x: -6.98403645, y: .814877152, z: .792295814} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &346996155 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300176, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 346996153} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &346996156 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300176, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 346996153} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &351157923 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100030, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 351157924} - 33: {fileID: 351157926} - 23: {fileID: 351157925} m_Layer: 0 m_Name: Plant08_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &351157924 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400030, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 351157923} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -13.9906349, y: 1.30611193, z: -4.90911674} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &351157925 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300028, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 351157923} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &351157926 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300028, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 351157923} m_Mesh: {fileID: 4300000, guid: 24e3be68eb274aa4aa842b71e7b791a5, type: 3} --- !u!1 &360768660 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100112, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 360768661} - 33: {fileID: 360768664} - 23: {fileID: 360768663} - 65: {fileID: 360768662} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &360768661 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400112, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 360768660} m_LocalRotation: {x: -.704882622, y: .056040559, z: .0560405441, w: .704882622} m_LocalPosition: {x: -4.5798192, y: 1.12598944, z: -12.9749527} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &360768662 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500038, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 360768660} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!23 &360768663 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300110, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 360768660} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &360768664 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300110, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 360768660} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!1 &366972989 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100048, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 366972990} - 33: {fileID: 366972992} - 23: {fileID: 366972991} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &366972990 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400048, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 366972989} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.2664738, y: 1.31438422, z: -2.32670403} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &366972991 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300046, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 366972989} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &366972992 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300046, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 366972989} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!1 &379838389 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100158, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 379838390} - 33: {fileID: 379838392} - 23: {fileID: 379838391} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &379838390 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400158, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 379838389} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.61935425, y: 1.0440855, z: -19.1687241} m_LocalScale: {x: 1, y: 1, z: .480397463} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &379838391 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300156, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 379838389} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &379838392 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300156, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 379838389} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1001 &395523913 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.x value: -10.0396366 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.y value: 2.45263195 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.z value: -9.68781662 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.y value: .45080474 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.w value: .89262265 objectReference: {fileID: 0} - target: {fileID: 11400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: nextWaypoint value: objectReference: {fileID: 1097716380} - target: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_ViewID.m_ID value: 2 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_ViewID.m_Type value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_RootGameObject: {fileID: 1406291607} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &395798928 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100084, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 395798929} - 33: {fileID: 395798931} - 23: {fileID: 395798930} m_Layer: 0 m_Name: Gravestone09 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &395798929 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400084, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 395798928} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 16.0111198, y: 1.07280111, z: -2.59311628} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &395798930 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300082, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 395798928} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &395798931 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300082, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 395798928} m_Mesh: {fileID: 4300000, guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a, type: 3} --- !u!1 &405739243 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100254, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 405739244} - 33: {fileID: 405739248} - 23: {fileID: 405739247} - 95: {fileID: 405739246} - 65: {fileID: 405739245} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &405739244 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400254, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 405739243} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 223961915} --- !u!65 &405739245 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500100, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 405739243} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &405739246 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500046, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 405739243} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &405739247 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300244, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 405739243} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &405739248 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300244, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 405739243} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &412343949 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 412343950} - 33: {fileID: 412343954} - 135: {fileID: 412343953} - 23: {fileID: 412343952} - 114: {fileID: 412343951} m_Layer: 0 m_Name: Sphere1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &412343950 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 412343949} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -16.0937939, y: -.5, z: 1.65563297} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1713941017} --- !u!114 &412343951 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 412343949} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 017c9339f0e9c4082b3158783aa6ec8f, type: 3} m_Name: m_EditorClassIdentifier: next: {fileID: 1563739532} --- !u!23 &412343952 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 412343949} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10302, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!135 &412343953 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 412343949} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: .5 m_Center: {x: 0, y: 0, z: 0} --- !u!33 &412343954 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 412343949} m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &422178585 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100044, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 422178586} - 33: {fileID: 422178588} - 23: {fileID: 422178587} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &422178586 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400044, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 422178585} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.7809982, y: 1.2098825, z: -.389755249} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &422178587 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300042, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 422178585} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &422178588 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300042, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 422178585} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!1 &424321000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} serializedVersion: 4 m_Component: - 4: {fileID: 424321001} - 108: {fileID: 424321002} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &424321001 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 424321000} m_LocalRotation: {x: 0, y: .448592424, z: 0, w: .893736482} m_LocalPosition: {x: -.0030019898, y: .159594059, z: 0} m_LocalScale: {x: .5, y: .5, z: .5} m_Children: [] m_Father: {fileID: 2133231282} --- !u!108 &424321002 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 424321000} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .993103504, g: .5, b: 1, a: 1} m_Intensity: 1 m_Range: 7 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1 &430278186 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} serializedVersion: 4 m_Component: - 4: {fileID: 430278188} - 108: {fileID: 430278187} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &430278187 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 430278186} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_Range: 7 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &430278188 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 430278186} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1406291615} --- !u!1 &430357778 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100016, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 430357779} - 33: {fileID: 430357782} - 23: {fileID: 430357781} - 65: {fileID: 430357780} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &430357779 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400016, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 430357778} m_LocalRotation: {x: -.55043453, y: -.443871498, z: -.443871379, w: .55043453} m_LocalPosition: {x: 18.9973927, y: .947982252, z: 4.69909382} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &430357780 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 430357778} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!23 &430357781 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300014, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 430357778} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &430357782 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300014, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 430357778} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!1 &438727302 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100244, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 438727303} - 33: {fileID: 438727307} - 23: {fileID: 438727306} - 95: {fileID: 438727305} - 65: {fileID: 438727304} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &438727303 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400244, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 438727302} m_LocalRotation: {x: 1.15202326e-07, y: .707106709, z: .707106829, w: -1.15202312e-07} m_LocalPosition: {x: -6.17935944, y: 1.51185775, z: -28.3042622} m_LocalScale: {x: .695780933, y: .995857894, z: .739112914} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &438727304 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500092, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 438727302} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &438727305 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500038, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 438727302} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &438727306 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300236, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 438727302} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &438727307 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300236, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 438727302} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!1 &448086843 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100062, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 448086844} - 33: {fileID: 448086847} - 23: {fileID: 448086846} - 65: {fileID: 448086845} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &448086844 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400062, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 448086843} m_LocalRotation: {x: -.537934363, y: -.460068315, z: -.46689561, w: .530068219} m_LocalPosition: {x: .146883622, y: 1.01400542, z: -10.4311571} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &448086845 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500010, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 448086843} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &448086846 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 448086843} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &448086847 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 448086843} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!1 &457776283 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100032, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 457776284} - 33: {fileID: 457776286} - 23: {fileID: 457776285} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &457776284 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400032, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 457776283} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -12.7218628, y: 1.30337334, z: -3.20022011} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &457776285 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300030, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 457776283} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &457776286 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300030, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 457776283} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!1 &475945826 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100156, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 475945827} - 33: {fileID: 475945829} - 23: {fileID: 475945828} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &475945827 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400156, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 475945826} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.49126983, y: 1.09219766, z: -17.051178} m_LocalScale: {x: 1, y: 1, z: .617887855} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &475945828 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300154, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 475945826} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &475945829 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300154, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 475945826} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!1 &476663162 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} serializedVersion: 4 m_Component: - 4: {fileID: 476663165} - 198: {fileID: 476663164} - 199: {fileID: 476663163} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &476663163 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 476663162} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &476663164 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 476663162} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &476663165 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 476663162} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106709} m_LocalPosition: {x: 0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 327019345} --- !u!1 &478398442 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100180, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 478398443} - 33: {fileID: 478398445} - 23: {fileID: 478398444} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &478398443 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400180, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 478398442} m_LocalRotation: {x: -.563941479, y: .0476438142, z: .0551340245, w: .822593749} m_LocalPosition: {x: -5.70937157, y: .624866128, z: 1.19803703} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &478398444 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300178, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 478398442} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &478398445 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300178, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 478398442} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &481390526 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100046, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 481390527} - 33: {fileID: 481390529} - 23: {fileID: 481390528} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &481390527 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400046, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 481390526} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.9920607, y: 1.28081822, z: -1.05696106} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &481390528 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300044, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 481390526} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &481390529 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300044, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 481390526} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!1 &482846499 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100012, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 482846500} - 33: {fileID: 482846502} - 23: {fileID: 482846501} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &482846500 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400012, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 482846499} m_LocalRotation: {x: -.690043092, y: .0139460778, z: .000458889001, w: .723633766} m_LocalPosition: {x: 17.3302155, y: 1.28122854, z: 4.79812384} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &482846501 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300010, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 482846499} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &482846502 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300010, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 482846499} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!1 &503627840 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100260, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 503627841} - 33: {fileID: 503627845} - 23: {fileID: 503627844} - 95: {fileID: 503627843} - 65: {fileID: 503627842} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &503627841 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400260, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 503627840} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1586758378} --- !u!65 &503627842 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500102, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 503627840} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &503627843 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500048, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 503627840} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &503627844 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300246, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 503627840} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &503627845 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300246, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 503627840} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &504126022 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} serializedVersion: 4 m_Component: - 4: {fileID: 504126023} - 108: {fileID: 504126024} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &504126023 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 504126022} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: .00568923168, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1742352602} --- !u!108 &504126024 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 504126022} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .993103504, g: .5, b: 1, a: 1} m_Intensity: 1 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1 &512299731 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100202, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 512299732} - 33: {fileID: 512299735} - 23: {fileID: 512299734} - 65: {fileID: 512299733} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &512299732 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400202, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 512299731} m_LocalRotation: {x: -.668189526, y: 0, z: 0, w: .743991196} m_LocalPosition: {x: -8.37026691, y: .87835598, z: 3.46597743} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &512299733 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500070, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 512299731} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!23 &512299734 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300200, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 512299731} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &512299735 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300200, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 512299731} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!1 &531254520 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100214, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 531254521} - 33: {fileID: 531254523} - 23: {fileID: 531254522} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &531254521 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400214, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 531254520} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 6.90188313, y: .918358326, z: -2.18317938} m_LocalScale: {x: 6.6025095, y: 6.6025095, z: 6.6025095} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &531254522 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300212, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 531254520} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &531254523 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300212, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 531254520} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &542861905 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} serializedVersion: 4 m_Component: - 4: {fileID: 542861908} - 33: {fileID: 542861907} - 23: {fileID: 542861906} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!23 &542861906 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 542861905} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &542861907 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 542861905} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!4 &542861908 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 542861905} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: .300000012} m_Children: [] m_Father: {fileID: 1549198529} --- !u!1 &544231221 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100098, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 544231222} - 33: {fileID: 544231224} - 23: {fileID: 544231223} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &544231222 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400098, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 544231221} m_LocalRotation: {x: -.688285112, y: -.162060693, z: -.162060648, w: .688285112} m_LocalPosition: {x: 3.57830501, y: 1.20235288, z: 12.3065624} m_LocalScale: {x: 4.35490465, y: 4.35490465, z: 4.35490465} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &544231223 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300096, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 544231221} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &544231224 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300096, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 544231221} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &546335117 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100130, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 546335118} - 33: {fileID: 546335120} - 23: {fileID: 546335119} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &546335118 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400130, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 546335117} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 7.07309151, y: .923615575, z: -15.4427462} m_LocalScale: {x: 1.21413839, y: 1.3444736, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &546335119 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300128, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 546335117} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &546335120 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300128, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 546335117} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &575020216 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100204, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 575020217} - 33: {fileID: 575020219} - 23: {fileID: 575020218} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &575020217 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400204, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 575020216} m_LocalRotation: {x: .631933331, y: -.31727007, z: -.31727007, w: -.631933331} m_LocalPosition: {x: 8.20454597, y: .850519419, z: -3.52875757} m_LocalScale: {x: 7.32070112, y: 7.32069969, z: 7.32070065} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &575020218 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300202, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 575020216} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &575020219 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300202, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 575020216} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1001 &577117087 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.x value: 9.66583538 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.y value: 2.59945273 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.z value: 3.63878036 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.y value: -.759702265 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.w value: .650271177 objectReference: {fileID: 0} - target: {fileID: 11400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: nextWaypoint value: objectReference: {fileID: 412343951} - target: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_ViewID.m_ID value: 5 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_ViewID.m_Type value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_RootGameObject: {fileID: 1742352595} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &579068576 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100242, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 579068577} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &579068577 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400242, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 579068576} m_LocalRotation: {x: 0, y: -.707106054, z: 0, w: .707107484} m_LocalPosition: {x: -28.0056896, y: 1.31512499, z: -13.3255901} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 799653347} - {fileID: 807881944} m_Father: {fileID: 324832367} --- !u!1 &592087671 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100174, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 592087672} - 33: {fileID: 592087674} - 23: {fileID: 592087673} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &592087672 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400174, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 592087671} m_LocalRotation: {x: -.682073414, y: .186482817, z: .186482817, w: .682073414} m_LocalPosition: {x: 7.37656403, y: 1.11139083, z: -.411960602} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &592087673 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300172, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 592087671} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &592087674 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300172, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 592087671} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!1 &593367637 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100146, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 593367638} - 33: {fileID: 593367642} - 23: {fileID: 593367641} - 95: {fileID: 593367640} - 65: {fileID: 593367639} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &593367638 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400146, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 593367637} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 22.100275, y: 1.26735687, z: 27.5371151} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &593367639 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500054, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 593367637} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &593367640 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500018, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 593367637} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &593367641 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300144, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 593367637} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &593367642 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300144, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 593367637} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!1 &597483360 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100074, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 597483361} - 33: {fileID: 597483364} - 23: {fileID: 597483363} - 64: {fileID: 597483362} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &597483361 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400074, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 597483360} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -.869823456, y: 1.22180343, z: 18.5985146} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &597483362 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 597483360} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &597483363 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300072, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 597483360} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &597483364 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300072, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 597483360} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &601416632 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100136, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 601416633} - 33: {fileID: 601416636} - 23: {fileID: 601416635} - 64: {fileID: 601416634} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &601416633 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400136, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 601416632} m_LocalRotation: {x: -.112534106, y: -.698094726, z: -.698094487, w: .112534262} m_LocalPosition: {x: 1.9196974, y: 1.29279351, z: 15.7606659} m_LocalScale: {x: 1.30021918, y: 1.3002193, z: 1.30021918} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &601416634 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400012, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 601416632} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &601416635 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300134, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 601416632} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &601416636 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300134, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 601416632} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &647111696 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100166, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 647111697} - 33: {fileID: 647111699} - 23: {fileID: 647111698} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &647111697 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400166, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 647111696} m_LocalRotation: {x: -.662454128, y: .247294441, z: .247294441, w: .662454128} m_LocalPosition: {x: 10.4396248, y: .992212772, z: -5.43300009} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &647111698 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300164, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 647111696} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &647111699 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300164, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 647111696} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!1 &655063376 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} serializedVersion: 4 m_Component: - 4: {fileID: 655063377} - 198: {fileID: 655063379} - 199: {fileID: 655063378} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &655063377 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 655063376} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106709} m_LocalPosition: {x: 0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1549198529} --- !u!199 &655063378 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 655063376} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &655063379 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 655063376} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!1 &715047620 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100192, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 715047621} - 33: {fileID: 715047623} - 23: {fileID: 715047622} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &715047621 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400192, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 715047620} m_LocalRotation: {x: -.617528915, y: .00138359366, z: -.0727970302, w: .783170998} m_LocalPosition: {x: -10.1042919, y: .789992571, z: 3.84491301} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &715047622 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300190, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 715047620} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &715047623 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300190, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 715047620} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!1 &718355129 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100226, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 718355130} - 33: {fileID: 718355134} - 23: {fileID: 718355133} - 95: {fileID: 718355132} - 65: {fileID: 718355131} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &718355130 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400226, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 718355129} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1955309389} --- !u!65 &718355131 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500080, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 718355129} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &718355132 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500026, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 718355129} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &718355133 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300224, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 718355129} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &718355134 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300224, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 718355129} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &772269964 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100056, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 772269965} - 33: {fileID: 772269967} - 23: {fileID: 772269966} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &772269965 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400056, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 772269964} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.7177601, y: 1.29978108, z: -3.07106256} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &772269966 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300054, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 772269964} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &772269967 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300054, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 772269964} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!1 &774381703 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100162, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 774381704} - 33: {fileID: 774381706} - 23: {fileID: 774381705} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &774381704 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400162, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 774381703} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.5022366, y: .923615217, z: -18.4765511} m_LocalScale: {x: 1, y: 1, z: .623052597} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &774381705 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300160, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 774381703} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &774381706 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300160, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 774381703} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &783622846 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100094, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 783622847} - 33: {fileID: 783622851} - 23: {fileID: 783622850} - 95: {fileID: 783622849} - 65: {fileID: 783622848} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &783622847 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400094, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 783622846} m_LocalRotation: {x: -.552817047, y: -.440900654, z: -.440900594, w: .552817047} m_LocalPosition: {x: 15.3516073, y: 1.16770482, z: .665075541} m_LocalScale: {x: .631407797, y: .623766124, z: .623766184} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &783622848 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500030, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 783622846} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!95 &783622849 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500008, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 783622846} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &783622850 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300092, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 783622846} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &783622851 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300092, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 783622846} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!1 &799653346 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100238, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 799653347} - 33: {fileID: 799653351} - 23: {fileID: 799653350} - 95: {fileID: 799653349} - 65: {fileID: 799653348} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &799653347 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400238, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 799653346} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 579068577} --- !u!65 &799653348 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500088, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 799653346} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &799653349 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500034, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 799653346} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &799653350 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300232, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 799653346} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &799653351 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300232, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 799653346} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &801292701 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100088, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 801292702} - 33: {fileID: 801292706} - 23: {fileID: 801292705} - 95: {fileID: 801292704} - 65: {fileID: 801292703} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &801292702 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400088, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 801292701} m_LocalRotation: {x: -.396081358, y: -.58576417, z: -.585763991, w: .396081358} m_LocalPosition: {x: 16.7666283, y: 1.13052082, z: -5.42382431} m_LocalScale: {x: .631407857, y: .623766243, z: .623766303} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &801292703 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500024, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 801292701} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!95 &801292704 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 801292701} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &801292705 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300086, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 801292701} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &801292706 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300086, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 801292701} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!1 &802877260 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 802877262} - 33: {fileID: 802877265} - 135: {fileID: 802877264} - 23: {fileID: 802877263} - 114: {fileID: 802877261} m_Layer: 0 m_Name: Sphere3 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &802877261 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 802877260} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 017c9339f0e9c4082b3158783aa6ec8f, type: 3} m_Name: m_EditorClassIdentifier: next: {fileID: 1339048894} --- !u!4 &802877262 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 802877260} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 4.3347187, y: -.5, z: .493665099} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1562826367} --- !u!23 &802877263 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 802877260} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10302, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!135 &802877264 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 802877260} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: .5 m_Center: {x: 0, y: 0, z: 0} --- !u!33 &802877265 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 802877260} m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &807881943 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100240, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 807881944} - 33: {fileID: 807881948} - 23: {fileID: 807881947} - 95: {fileID: 807881946} - 65: {fileID: 807881945} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &807881944 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400240, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 807881943} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 579068577} --- !u!65 &807881945 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500090, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 807881943} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &807881946 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500036, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 807881943} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &807881947 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300234, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 807881943} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &807881948 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300234, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 807881943} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &809917391 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100108, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 809917392} - 33: {fileID: 809917395} - 23: {fileID: 809917394} - 65: {fileID: 809917393} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &809917392 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400108, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 809917391} m_LocalRotation: {x: -.386888891, y: -.591875732, z: .591875911, w: .386888891} m_LocalPosition: {x: -3.25920367, y: 1.61861134, z: -13.4106808} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &809917393 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500034, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 809917391} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!23 &809917394 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300106, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 809917391} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &809917395 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300106, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 809917391} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!1 &814698426 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100080, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 814698427} - 33: {fileID: 814698430} - 23: {fileID: 814698429} - 64: {fileID: 814698428} m_Layer: 0 m_Name: Statue02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &814698427 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400080, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 814698426} m_LocalRotation: {x: -.705330014, y: .0500955656, z: .0500955544, w: .705330014} m_LocalPosition: {x: 17.1948261, y: .995396852, z: -1.88923848} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &814698428 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400008, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 814698426} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 2d94cb03501642a49b4dceb38866772f, type: 3} --- !u!23 &814698429 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300078, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 814698426} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &814698430 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300078, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 814698426} m_Mesh: {fileID: 4300000, guid: 9fccf20fcafb2ea4f9383135948e8d04, type: 3} --- !u!1 &824849859 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100234, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 824849860} - 33: {fileID: 824849864} - 23: {fileID: 824849863} - 95: {fileID: 824849862} - 65: {fileID: 824849861} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &824849860 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400234, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 824849859} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 276235253} --- !u!65 &824849861 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500084, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 824849859} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &824849862 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500030, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 824849859} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &824849863 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300228, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 824849859} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &824849864 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300228, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 824849859} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &825907477 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100182, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 825907478} - 33: {fileID: 825907480} - 23: {fileID: 825907479} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &825907478 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400182, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 825907477} m_LocalRotation: {x: -.583446503, y: .0298728067, z: .0457230881, w: .810313106} m_LocalPosition: {x: -7.44531727, y: .749447107, z: 2.64143968} m_LocalScale: {x: .661430895, y: .661430895, z: .661430955} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &825907479 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300180, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 825907477} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &825907480 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300180, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 825907477} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &847624940 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100160, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 847624941} - 33: {fileID: 847624943} - 23: {fileID: 847624942} m_Layer: 0 m_Name: Plant09_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &847624941 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400160, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 847624940} m_LocalRotation: {x: -.707106829, y: -6.18172393e-08, z: -2.70211748e-15, w: .707106769} m_LocalPosition: {x: -.6545825, y: .901590407, z: -17.0133457} m_LocalScale: {x: 1.90937948, y: 1.90937948, z: 1.90937948} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &847624942 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300158, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 847624940} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &847624943 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300158, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 847624940} m_Mesh: {fileID: 4300000, guid: 82fadbb51670870428ede8e31aa999a9, type: 3} --- !u!1 &854901344 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100092, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 854901345} - 33: {fileID: 854901349} - 23: {fileID: 854901348} - 95: {fileID: 854901347} - 65: {fileID: 854901346} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &854901345 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400092, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 854901344} m_LocalRotation: {x: -.395405829, y: .586220384, z: .586220205, w: .395405859} m_LocalPosition: {x: 19.3822899, y: 1.14911354, z: .450677037} m_LocalScale: {x: .631407857, y: .623766303, z: .623766303} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &854901346 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500028, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 854901344} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!95 &854901347 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500006, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 854901344} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &854901348 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300090, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 854901344} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &854901349 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300090, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 854901344} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!1 &873586644 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100216, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 873586645} - 33: {fileID: 873586648} - 23: {fileID: 873586647} - 65: {fileID: 873586646} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &873586645 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400216, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 873586644} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 1.9342891, y: 1.19250369, z: -7.35517597} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &873586646 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500072, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 873586644} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!23 &873586647 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300214, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 873586644} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &873586648 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300214, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 873586644} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!1 &906020059 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100022, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 906020060} - 33: {fileID: 906020063} - 23: {fileID: 906020062} - 65: {fileID: 906020061} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &906020060 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400022, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 906020059} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 14.9851027, y: .973365903, z: 4.78482533} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &906020061 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500008, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 906020059} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!23 &906020062 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300020, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 906020059} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &906020063 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300020, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 906020059} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!1 &915104489 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100198, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 915104490} - 33: {fileID: 915104493} - 23: {fileID: 915104492} - 65: {fileID: 915104491} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &915104490 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400198, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 915104489} m_LocalRotation: {x: -.671975613, y: 6.47430056e-08, z: -5.87459503e-08, w: .740573347} m_LocalPosition: {x: -7.78185129, y: .979747653, z: 3.26823902} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &915104491 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500066, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 915104489} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &915104492 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300196, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 915104489} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &915104493 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300196, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 915104489} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!1 &915676975 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100120, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 915676976} - 33: {fileID: 915676978} - 23: {fileID: 915676977} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &915676976 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400120, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 915676975} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.00917816, y: .923615515, z: -16.1120701} m_LocalScale: {x: 1.25575292, y: 1.32573652, z: .714183986} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &915676977 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300118, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 915676975} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &915676978 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300118, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 915676975} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &919904333 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} serializedVersion: 4 m_Component: - 4: {fileID: 919904334} - 108: {fileID: 919904335} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &919904334 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 919904333} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: .00568923168, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 327019345} --- !u!108 &919904335 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 919904333} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .993103504, g: .5, b: 1, a: 1} m_Intensity: 1 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1 &922252493 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100086, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 922252494} - 33: {fileID: 922252498} - 23: {fileID: 922252497} - 95: {fileID: 922252496} - 65: {fileID: 922252495} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &922252494 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400086, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 922252493} m_LocalRotation: {x: -.376742423, y: .598385513, z: .598385394, w: .376742423} m_LocalPosition: {x: 14.1509752, y: 1.0189712, z: -3.0654459} m_LocalScale: {x: .631407917, y: .623766303, z: .623766303} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &922252495 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500022, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 922252493} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!95 &922252496 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 922252493} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &922252497 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300084, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 922252493} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &922252498 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300084, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 922252493} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!1 &923989237 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100076, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 923989238} - 33: {fileID: 923989241} - 23: {fileID: 923989240} - 64: {fileID: 923989239} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &923989238 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400076, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 923989237} m_LocalRotation: {x: -.470481694, y: -.527870357, z: -.527870238, w: .470481694} m_LocalPosition: {x: -6.74114466, y: 1.24559474, z: 19.7040024} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &923989239 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400004, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 923989237} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &923989240 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300074, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 923989237} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &923989241 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300074, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 923989237} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &926819875 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100248, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 926819876} - 33: {fileID: 926819880} - 23: {fileID: 926819879} - 95: {fileID: 926819878} - 65: {fileID: 926819877} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &926819876 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400248, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 926819875} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1486072892} --- !u!65 &926819877 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500094, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 926819875} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &926819878 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500040, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 926819875} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &926819879 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300238, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 926819875} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &926819880 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300238, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 926819875} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &940330753 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100236, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 940330754} - 33: {fileID: 940330758} - 23: {fileID: 940330757} - 95: {fileID: 940330756} - 65: {fileID: 940330755} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &940330754 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400236, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 940330753} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 276235253} --- !u!65 &940330755 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500086, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 940330753} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &940330756 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500032, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 940330753} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &940330757 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300230, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 940330753} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &940330758 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300230, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 940330753} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &1005534740 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100250, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1005534741} - 33: {fileID: 1005534745} - 23: {fileID: 1005534744} - 95: {fileID: 1005534743} - 65: {fileID: 1005534742} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1005534741 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400250, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1005534740} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1486072892} --- !u!65 &1005534742 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500096, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1005534740} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1005534743 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500042, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1005534740} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1005534744 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300240, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1005534740} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1005534745 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300240, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1005534740} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &1018597246 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100052, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1018597247} - 33: {fileID: 1018597249} - 23: {fileID: 1018597248} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1018597247 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400052, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1018597246} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.3529406, y: 1.34209085, z: -3.67527819} m_LocalScale: {x: 1, y: 1, z: .78516835} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1018597248 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300050, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1018597246} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1018597249 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300050, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1018597246} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!1 &1040329424 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} serializedVersion: 4 m_Component: - 4: {fileID: 1040329425} - 135: {fileID: 1040329427} - 114: {fileID: 1040329426} m_Layer: 2 m_Name: AI-Radius m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1040329425 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1040329424} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1742352602} --- !u!114 &1040329426 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1040329424} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &1040329427 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13500000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1040329424} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 2 m_Center: {x: 0, y: 0, z: 0} --- !u!1001 &1051307149 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.x value: 15.8519688 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.y value: 2.4286952 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalPosition.z value: 20.8317699 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.y value: -.978152871 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_LocalRotation.w value: .207887039 objectReference: {fileID: 0} - target: {fileID: 11400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: nextWaypoint value: objectReference: {fileID: 412343951} - target: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_ViewID.m_ID value: 7 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} propertyPath: m_ViewID.m_Type value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_RootGameObject: {fileID: 1360729974} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1052522321 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100138, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1052522322} - 33: {fileID: 1052522326} - 23: {fileID: 1052522325} - 95: {fileID: 1052522324} - 65: {fileID: 1052522323} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1052522322 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400138, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1052522321} m_LocalRotation: {x: -.506853878, y: .506853342, z: .493050843, w: .493051559} m_LocalPosition: {x: 26.9870949, y: 1.01654649, z: 22.5751343} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1052522323 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500046, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1052522321} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &1052522324 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500010, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1052522321} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1052522325 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300136, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1052522321} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1052522326 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300136, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1052522321} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!1001 &1053877677 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.x value: -22.9319077 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.y value: 2.54562569 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.z value: -17.5439796 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.y value: .597539365 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.w value: .80183959 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_ViewID.m_ID value: 4 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_ViewID.m_Type value: 1 objectReference: {fileID: 0} - target: {fileID: 11400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: nextWaypoint value: objectReference: {fileID: 1097716380} - target: {fileID: 11400002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: charID value: -5 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_RootGameObject: {fileID: 1549198528} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1072258420 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100072, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1072258421} - 33: {fileID: 1072258424} - 23: {fileID: 1072258423} - 65: {fileID: 1072258422} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1072258421 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400072, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1072258420} m_LocalRotation: {x: .470864832, y: -.528509796, z: -.520506978, w: -.477531344} m_LocalPosition: {x: .186673537, y: 1.69253111, z: -10.9301367} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1072258422 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500020, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1072258420} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &1072258423 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300070, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1072258420} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1072258424 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300070, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1072258420} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!1 &1087973973 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100116, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1087973974} - 33: {fileID: 1087973977} - 23: {fileID: 1087973976} - 65: {fileID: 1087973975} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1087973974 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400116, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1087973973} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.55383492, y: 1.22652364, z: -13.4106808} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1087973975 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500042, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1087973973} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!23 &1087973976 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300114, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1087973973} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1087973977 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300114, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1087973973} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!1 &1093174086 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100118, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1093174087} - 33: {fileID: 1093174090} - 23: {fileID: 1093174089} - 65: {fileID: 1093174088} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1093174087 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400118, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1093174086} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.05127144, y: 1.11439514, z: -13.1104374} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1093174088 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500044, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1093174086} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &1093174089 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300116, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1093174086} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1093174090 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300116, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1093174086} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!1 &1097716378 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1097716379} - 33: {fileID: 1097716383} - 135: {fileID: 1097716382} - 23: {fileID: 1097716381} - 114: {fileID: 1097716380} m_Layer: 0 m_Name: Sphere1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1097716379 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1097716378} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -22.4166336, y: -.5, z: -1.57889366} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1562826367} --- !u!114 &1097716380 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1097716378} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 017c9339f0e9c4082b3158783aa6ec8f, type: 3} m_Name: m_EditorClassIdentifier: next: {fileID: 1753770932} --- !u!23 &1097716381 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1097716378} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10302, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!135 &1097716382 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1097716378} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: .5 m_Center: {x: 0, y: 0, z: 0} --- !u!33 &1097716383 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1097716378} m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &1100432596 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} serializedVersion: 4 m_Component: - 4: {fileID: 1100432597} - 135: {fileID: 1100432599} - 114: {fileID: 1100432598} m_Layer: 2 m_Name: AI-Radius m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1100432597 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 1100432596} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2027105269} --- !u!114 &1100432598 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 1100432596} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &1100432599 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13500000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 1100432596} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 2 m_Center: {x: 0, y: 0, z: 0} --- !u!1 &1101912599 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100262, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1101912600} - 33: {fileID: 1101912604} - 23: {fileID: 1101912603} - 95: {fileID: 1101912602} - 65: {fileID: 1101912601} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1101912600 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400262, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1101912599} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1586758378} --- !u!65 &1101912601 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500104, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1101912599} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1101912602 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500050, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1101912599} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1101912603 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300248, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1101912599} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1101912604 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300248, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1101912599} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &1121054969 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} serializedVersion: 4 m_Component: - 4: {fileID: 1121054972} - 198: {fileID: 1121054971} - 199: {fileID: 1121054970} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!199 &1121054970 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1121054969} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1121054971 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1121054969} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!4 &1121054972 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1121054969} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106709} m_LocalPosition: {x: 0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1360729975} --- !u!1 &1142482505 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} m_PrefabInternal: {fileID: 1767500597} serializedVersion: 4 m_Component: - 4: {fileID: 1142482509} - 33: {fileID: 1142482508} - 23: {fileID: 1142482507} - 114: {fileID: 1142482506} m_Layer: 4 m_Name: Nighttime Simple Water m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &1142482506 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} m_PrefabInternal: {fileID: 1767500597} m_GameObject: {fileID: 1142482505} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 0d2f50a8e0bb841a5aaa90ae55db8849, type: 3} m_Name: m_EditorClassIdentifier: --- !u!23 &1142482507 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} m_PrefabInternal: {fileID: 1767500597} m_GameObject: {fileID: 1142482505} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: c55afdc4a8a3b4890b07cc7d176510bb, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1142482508 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} m_PrefabInternal: {fileID: 1767500597} m_GameObject: {fileID: 1142482505} m_Mesh: {fileID: 4300006, guid: ce8d79c79d11b8f9d00076e98d76c639, type: 3} --- !u!4 &1142482509 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} m_PrefabInternal: {fileID: 1767500597} m_GameObject: {fileID: 1142482505} m_LocalRotation: {x: 0, y: .255445808, z: 0, w: .966823399} m_LocalPosition: {x: 0, y: .800000012, z: 0} m_LocalScale: {x: 26, y: 1, z: 22} m_Children: [] m_Father: {fileID: 0} --- !u!1 &1152174759 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100090, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1152174760} - 33: {fileID: 1152174764} - 23: {fileID: 1152174763} - 95: {fileID: 1152174762} - 65: {fileID: 1152174761} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1152174760 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400090, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1152174759} m_LocalRotation: {x: -.246604532, y: -.662711382, z: -.662711203, w: .246604592} m_LocalPosition: {x: 20.2398777, y: 1.01897132, z: -3.53712249} m_LocalScale: {x: .631407857, y: .623766303, z: .623766303} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1152174761 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500026, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1152174759} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!95 &1152174762 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500004, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1152174759} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1152174763 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300088, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1152174759} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1152174764 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300088, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1152174759} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!1 &1160883424 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100036, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1160883425} - 33: {fileID: 1160883427} - 23: {fileID: 1160883426} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1160883425 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400036, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1160883424} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -13.8023491, y: 1.22350264, z: -.458065033} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1160883426 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300034, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1160883424} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1160883427 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300034, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1160883424} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!1 &1164213178 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100168, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1164213179} - 33: {fileID: 1164213181} - 23: {fileID: 1164213180} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1164213179 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400168, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1164213178} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.5807791, y: .992212772, z: -6.46985292} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1164213180 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300166, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1164213178} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1164213181 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300166, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1164213178} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!1 &1165730107 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} serializedVersion: 4 m_Component: - 4: {fileID: 1165730108} - 198: {fileID: 1165730110} - 199: {fileID: 1165730109} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1165730108 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 1165730107} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106709} m_LocalPosition: {x: 0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2027105269} --- !u!199 &1165730109 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 1165730107} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1165730110 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 1165730107} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!1 &1169992590 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100276, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1169992591} - 33: {fileID: 1169992595} - 23: {fileID: 1169992594} - 95: {fileID: 1169992593} - 65: {fileID: 1169992592} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1169992591 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400276, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1169992590} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 17.1498299, y: 1.2563343, z: 27.5371151} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1169992592 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500110, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1169992590} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &1169992593 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500056, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1169992590} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1169992594 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300256, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1169992590} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1169992595 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300256, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1169992590} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!1 &1173537792 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100058, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1173537793} - 33: {fileID: 1173537795} - 23: {fileID: 1173537794} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1173537793 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400058, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1173537792} m_LocalRotation: {x: -.706336021, y: .00347995409, z: .0191785116, w: .707608283} m_LocalPosition: {x: -16.6482353, y: 1.28627086, z: -2.64491177} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1173537794 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300056, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1173537792} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1173537795 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300056, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1173537792} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!1 &1237675154 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} serializedVersion: 4 m_Component: - 4: {fileID: 1237675155} - 198: {fileID: 1237675157} - 199: {fileID: 1237675156} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1237675155 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1237675154} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106709} m_LocalPosition: {x: 0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1406291615} --- !u!199 &1237675156 ParticleSystemRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19900000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1237675154} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!198 &1237675157 ParticleSystem: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 19800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1237675154} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!1 &1250549581 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100008, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1250549582} - 33: {fileID: 1250549584} - 23: {fileID: 1250549583} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1250549582 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400008, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1250549581} m_LocalRotation: {x: -.690445065, y: 0, z: 0, w: .723384857} m_LocalPosition: {x: 15.6022797, y: 1.28743422, z: 4.5953064} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1250549583 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300006, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1250549581} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1250549584 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300006, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1250549581} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!1 &1262273460 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100272, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1262273461} - 33: {fileID: 1262273464} - 23: {fileID: 1262273463} - 64: {fileID: 1262273462} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1262273461 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400272, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1262273460} m_LocalRotation: {x: -.470481694, y: -.527870357, z: -.527870238, w: .470481694} m_LocalPosition: {x: 3.78964186, y: 1.29279375, z: 18.1281395} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &1262273462 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400018, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1262273460} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &1262273463 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300254, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1262273460} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1262273464 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300254, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1262273460} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &1289956381 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100040, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1289956382} - 33: {fileID: 1289956384} - 23: {fileID: 1289956383} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1289956382 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400040, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1289956381} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.6762543, y: 1.04820883, z: .0107372245} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1289956383 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300038, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1289956381} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1289956384 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300038, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1289956381} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!1 &1292139904 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100176, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1292139905} - 33: {fileID: 1292139907} - 23: {fileID: 1292139906} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1292139905 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400176, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1292139904} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.91445684, y: .900018334, z: .107658371} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1292139906 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300174, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1292139904} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1292139907 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300174, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1292139904} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!1 &1317751590 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100114, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1317751591} - 33: {fileID: 1317751594} - 23: {fileID: 1317751593} - 65: {fileID: 1317751592} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1317751591 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400114, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1317751590} m_LocalRotation: {x: -.707106829, y: 6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -3.94262314, y: 1.2200942, z: -13.108593} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1317751592 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500040, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1317751590} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &1317751593 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300112, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1317751590} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1317751594 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300112, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1317751590} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!1 &1321499576 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100028, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1321499577} - 33: {fileID: 1321499579} - 23: {fileID: 1321499578} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1321499577 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400028, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1321499576} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -16.6381836, y: 1.26802373, z: -4.88855362} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1321499578 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300026, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1321499576} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1321499579 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300026, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1321499576} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!1 &1323110075 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100206, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1323110076} - 33: {fileID: 1323110078} - 23: {fileID: 1323110077} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1323110076 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400206, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1323110075} m_LocalRotation: {x: -.492339432, y: -.507544935, z: -.507544935, w: .492339432} m_LocalPosition: {x: 10.7859526, y: .840122461, z: -7.46603346} m_LocalScale: {x: 8.51883125, y: 8.51883125, z: 8.51883125} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1323110077 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300204, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1323110075} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1323110078 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300204, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1323110075} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1339048893 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1339048895} - 33: {fileID: 1339048898} - 135: {fileID: 1339048897} - 23: {fileID: 1339048896} - 114: {fileID: 1339048894} m_Layer: 0 m_Name: Sphere4 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &1339048894 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1339048893} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 017c9339f0e9c4082b3158783aa6ec8f, type: 3} m_Name: m_EditorClassIdentifier: next: {fileID: 0} --- !u!4 &1339048895 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1339048893} m_LocalRotation: {x: 0, y: 6.2584877e-07, z: 0, w: 1} m_LocalPosition: {x: 23.7043839, y: -.5, z: -.364688873} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1562826367} --- !u!23 &1339048896 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1339048893} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10302, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!135 &1339048897 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1339048893} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: .5 m_Center: {x: 0, y: 0, z: 0} --- !u!33 &1339048898 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1339048893} m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &1350710621 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100152, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1350710622} - 33: {fileID: 1350710625} - 23: {fileID: 1350710624} - 65: {fileID: 1350710623} m_Layer: 0 m_Name: Paling01_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1350710622 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400152, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1350710621} m_LocalRotation: {x: -.68238467, y: -.162772238, z: -.185340717, w: .688117206} m_LocalPosition: {x: -9.64028263, y: 1.08928549, z: -3.17473364} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1350710623 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1350710621} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.21943974, y: .160150081, z: .866333067} m_Center: {x: 0, y: -7.07805157e-08, z: .363815933} --- !u!23 &1350710624 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300150, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1350710621} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1350710625 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300150, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1350710621} m_Mesh: {fileID: 4300000, guid: 7cb8b506a751b9b489959fe912e589f2, type: 3} --- !u!1 &1360729974 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} serializedVersion: 4 m_Component: - 4: {fileID: 1360729975} - 148: {fileID: 1360729979} - 114: {fileID: 1360729978} - 114: {fileID: 1360729977} - 82: {fileID: 1360729982} - 136: {fileID: 1360729976} m_Layer: 0 m_Name: TowerPrefabB m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1360729975 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1360729974} m_LocalRotation: {x: 0, y: -.978152871, z: 0, w: .207887039} m_LocalPosition: {x: 15.8519688, y: 2.4286952, z: 20.8317699} m_LocalScale: {x: 1, y: 3.30134892, z: 1.0163666} m_Children: - {fileID: 115591903} - {fileID: 1121054972} - {fileID: 1764877268} - {fileID: 1964255632} m_Father: {fileID: 0} --- !u!136 &1360729976 CapsuleCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13600000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1360729974} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_Radius: .5 m_Height: 1.5 m_Direction: 1 m_Center: {x: 0, y: 0, z: 0} --- !u!114 &1360729977 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1360729974} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 2 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -1 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &1360729978 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1360729974} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 412343951} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!148 &1360729979 NetworkView: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1360729974} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 1360729978} m_ViewID: m_ID: 7 m_Type: 1 --- !u!82 &1360729982 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1360729974} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!1 &1364188060 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100050, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1364188061} - 33: {fileID: 1364188063} - 23: {fileID: 1364188062} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1364188061 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400050, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1364188060} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.296627, y: 1.29996622, z: -1.41108847} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1364188062 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300048, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1364188060} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1364188063 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300048, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1364188060} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!1 &1366948077 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} serializedVersion: 4 m_Component: - 4: {fileID: 1366948078} - 33: {fileID: 1366948080} - 23: {fileID: 1366948079} m_Layer: 0 m_Name: Tomb05_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1366948078 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 1366948077} m_LocalRotation: {x: -.5, y: -.5, z: -.500000119, w: .49999994} m_LocalPosition: {x: 0, y: -.488171041, z: 0} m_LocalScale: {x: .25, y: .249999985, z: .25} m_Children: [] m_Father: {fileID: 2133231282} --- !u!23 &1366948079 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 1366948077} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1366948080 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 1366948077} m_Mesh: {fileID: 4300000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} --- !u!1 &1367083911 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100184, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1367083912} - 33: {fileID: 1367083914} - 23: {fileID: 1367083913} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1367083912 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400184, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1367083911} m_LocalRotation: {x: -.55673033, y: .0307359453, z: .127288237, w: .820307553} m_LocalPosition: {x: -8.1607542, y: .774953485, z: 2.9674387} m_LocalScale: {x: .661430955, y: .661430955, z: .661430955} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1367083913 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300182, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1367083911} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1367083914 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300182, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1367083911} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &1367489230 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100132, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1367489231} - 33: {fileID: 1367489233} - 23: {fileID: 1367489232} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1367489231 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400132, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1367489230} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 1.79325283, y: 1.09219813, z: -13.6818657} m_LocalScale: {x: 1, y: 1, z: .732890606} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1367489232 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300130, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1367489230} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1367489233 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300130, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1367489230} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!1 &1389892106 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1389892107} - 33: {fileID: 1389892109} - 23: {fileID: 1389892108} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1389892107 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1389892106} m_LocalRotation: {x: -.267159283, y: -.673080623, z: -.612927139, w: .316083312} m_LocalPosition: {x: -4.66534758, y: .697734416, z: 7.56262112} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1389892108 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1389892106} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1389892109 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1389892106} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!1 &1402777504 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} serializedVersion: 4 m_Component: - 4: {fileID: 1402777506} - 108: {fileID: 1402777505} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!108 &1402777505 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 1402777504} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_Range: 7 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!4 &1402777506 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 1402777504} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1549198529} --- !u!1 &1406291607 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} serializedVersion: 4 m_Component: - 4: {fileID: 1406291615} - 148: {fileID: 1406291611} - 114: {fileID: 1406291610} - 114: {fileID: 1406291609} - 82: {fileID: 1406291612} - 136: {fileID: 1406291608} m_Layer: 0 m_Name: TowerPrefabA m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!136 &1406291608 CapsuleCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13600000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1406291607} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_Radius: .5 m_Height: 1.5 m_Direction: 1 m_Center: {x: 0, y: 0, z: 0} --- !u!114 &1406291609 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1406291607} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 2 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -4 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &1406291610 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1406291607} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 1097716380} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!148 &1406291611 NetworkView: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1406291607} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 1406291610} m_ViewID: m_ID: 2 m_Type: 1 --- !u!82 &1406291612 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1406291607} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!4 &1406291615 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 395523913} m_GameObject: {fileID: 1406291607} m_LocalRotation: {x: 0, y: .45080474, z: 0, w: .89262265} m_LocalPosition: {x: -10.0396366, y: 2.45263195, z: -9.68781662} m_LocalScale: {x: 1, y: 3.30134892, z: 1.0163666} m_Children: - {fileID: 173591230} - {fileID: 1237675155} - {fileID: 430278188} - {fileID: 193685114} m_Father: {fileID: 0} --- !u!1 &1408901099 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100042, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1408901100} - 33: {fileID: 1408901102} - 23: {fileID: 1408901101} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1408901100 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400042, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1408901099} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -15.328042, y: 1.0515939, z: -.0631524697} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1408901101 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300040, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1408901099} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1408901102 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300040, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1408901099} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!1 &1427488536 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100078, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1427488537} - 33: {fileID: 1427488540} - 23: {fileID: 1427488539} - 64: {fileID: 1427488538} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1427488537 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400078, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1427488536} m_LocalRotation: {x: -.112534106, y: -.698094726, z: -.698094487, w: .112534262} m_LocalPosition: {x: -4.13857603, y: 1.2986623, z: 17.0484371} m_LocalScale: {x: 1.30021918, y: 1.30021942, z: 1.30021918} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &1427488538 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400006, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1427488536} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &1427488539 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300076, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1427488536} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1427488540 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300076, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1427488536} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1001 &1430181820 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_LocalPosition.x value: -23.2887211 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_LocalPosition.y value: 1.97846818 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_LocalPosition.z value: -22.8589706 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_LocalRotation.y value: -.282351822 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_LocalRotation.w value: .959310949 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_ViewID.m_ID value: 8 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} propertyPath: m_ViewID.m_Type value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_RootGameObject: {fileID: 1763691047} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1452568291 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1452568292} - 33: {fileID: 1452568295} - 23: {fileID: 1452568294} - 64: {fileID: 1452568293} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1452568292 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1452568291} m_LocalRotation: {x: -.126622453, y: -.6956774, z: -.695677102, w: .126622409} m_LocalPosition: {x: -16.6970997, y: 1.14435911, z: -2.35518456} m_LocalScale: {x: .724904358, y: .724904418, z: .724904418} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &1452568293 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1452568291} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!23 &1452568294 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300058, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1452568291} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1452568295 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300058, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1452568291} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!1 &1454885863 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100190, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1454885864} - 33: {fileID: 1454885866} - 23: {fileID: 1454885865} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1454885864 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400190, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1454885863} m_LocalRotation: {x: -.606103539, y: 0, z: 0, w: .795385778} m_LocalPosition: {x: -8.91776466, y: .647206187, z: 3.74170423} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1454885865 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300188, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1454885863} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1454885866 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300188, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1454885863} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!1 &1455567097 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100068, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1455567098} - 33: {fileID: 1455567101} - 23: {fileID: 1455567100} - 65: {fileID: 1455567099} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1455567098 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400068, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1455567097} m_LocalRotation: {x: -.527367473, y: -.469194174, z: -.457723945, w: .540582299} m_LocalPosition: {x: .0602511615, y: 1.40906572, z: -11.0848169} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1455567099 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500016, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1455567097} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &1455567100 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300066, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1455567097} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1455567101 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300066, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1455567097} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!1 &1457777833 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100200, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1457777834} - 33: {fileID: 1457777837} - 23: {fileID: 1457777836} - 65: {fileID: 1457777835} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1457777834 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400200, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1457777833} m_LocalRotation: {x: -.458760619, y: -.522211015, z: -.596027911, w: .401976436} m_LocalPosition: {x: -6.40881157, y: .819702864, z: 1.55003548} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1457777835 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500068, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1457777833} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &1457777836 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300198, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1457777833} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1457777837 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300198, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1457777833} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!1001 &1460893697 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 400060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.x value: -.126622438 objectReference: {fileID: 0} - target: {fileID: 400060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.y value: -.69567734 objectReference: {fileID: 0} - target: {fileID: 400060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.z value: -.695677042 objectReference: {fileID: 0} - target: {fileID: 400060, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.w value: .126622394 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.x value: -.267159313 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.y value: -.673080683 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.z value: -.612927198 objectReference: {fileID: 0} - target: {fileID: 400002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.w value: .316083342 objectReference: {fileID: 0} - target: {fileID: 400278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalPosition.x value: -21.5976849 objectReference: {fileID: 0} - target: {fileID: 400278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalPosition.y value: 9.08201694 objectReference: {fileID: 0} - target: {fileID: 400278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalPosition.z value: -27.2690487 objectReference: {fileID: 0} - target: {fileID: 400278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.x value: .267464608 objectReference: {fileID: 0} - target: {fileID: 400278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.y value: .283965975 objectReference: {fileID: 0} - target: {fileID: 400278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.z value: -.08288683 objectReference: {fileID: 0} - target: {fileID: 400278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} propertyPath: m_LocalRotation.w value: .917036414 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_RootGameObject: {fileID: 324832366} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1481083988 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100194, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1481083989} - 33: {fileID: 1481083992} - 23: {fileID: 1481083991} - 65: {fileID: 1481083990} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1481083989 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400194, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1481083988} m_LocalRotation: {x: .633194745, y: .164757311, z: .202283323, w: -.728698134} m_LocalPosition: {x: -9.63065815, y: .783986092, z: 4.44794893} m_LocalScale: {x: .785770774, y: .785770655, z: .785770714} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1481083990 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500062, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1481083988} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!23 &1481083991 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300192, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1481083988} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1481083992 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300192, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1481083988} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!1 &1486072891 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100246, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1486072892} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1486072892 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400246, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1486072891} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -7.74237823, y: 1.44579268, z: -28.35359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1005534741} - {fileID: 926819876} m_Father: {fileID: 324832367} --- !u!1 &1495470788 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1495470790} - 33: {fileID: 1495470793} - 135: {fileID: 1495470792} - 23: {fileID: 1495470791} - 114: {fileID: 1495470789} m_Layer: 0 m_Name: Sphere3 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &1495470789 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1495470788} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 017c9339f0e9c4082b3158783aa6ec8f, type: 3} m_Name: m_EditorClassIdentifier: next: {fileID: 1535145910} --- !u!4 &1495470790 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1495470788} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 8.64193344, y: -.5, z: 3.5174284} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1713941017} --- !u!23 &1495470791 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1495470788} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10302, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!135 &1495470792 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1495470788} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: .5 m_Center: {x: 0, y: 0, z: 0} --- !u!33 &1495470793 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1495470788} m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &1500254098 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100222, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1500254099} - 33: {fileID: 1500254103} - 23: {fileID: 1500254102} - 95: {fileID: 1500254101} - 65: {fileID: 1500254100} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1500254099 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400222, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1500254098} m_LocalRotation: {x: -.499999464, y: .500000596, z: .500000775, w: .499999255} m_LocalPosition: {x: -28.0222816, y: 1.32705331, z: -11.6903553} m_LocalScale: {x: .695780933, y: .995857894, z: .739112914} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1500254100 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500076, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1500254098} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!95 &1500254101 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500022, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1500254098} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1500254102 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300220, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1500254098} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1500254103 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300220, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1500254098} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!1 &1501986433 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100124, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1501986434} - 33: {fileID: 1501986436} - 23: {fileID: 1501986435} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1501986434 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400124, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1501986433} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.99293137, y: 1.09219801, z: -14.9344797} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1501986435 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300122, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1501986433} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1501986436 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300122, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1501986433} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!1 &1503574399 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100106, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1503574400} - 33: {fileID: 1503574403} - 23: {fileID: 1503574402} - 65: {fileID: 1503574401} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1503574400 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400106, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1503574399} m_LocalRotation: {x: .014315377, y: -.70696193, z: -.706961811, w: -.0143154897} m_LocalPosition: {x: -3.53969026, y: 1.79446149, z: -13.2100258} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1503574401 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500032, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1503574399} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &1503574402 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300104, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1503574399} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1503574403 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300104, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1503574399} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!1 &1516857996 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100024, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1516857997} - 33: {fileID: 1516857999} - 23: {fileID: 1516857998} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1516857997 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400024, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1516857996} m_LocalRotation: {x: -.649016082, y: .280674458, z: .280674398, w: .649016142} m_LocalPosition: {x: -12.4217854, y: 1.06933808, z: -1.12257957} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1516857998 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300022, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1516857996} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1516857999 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300022, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1516857996} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!1 &1531059459 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1531059460} - 33: {fileID: 1531059462} - 23: {fileID: 1531059461} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1531059460 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1531059459} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -1.21144056, y: .882613361, z: 5.46393538} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1531059461 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300004, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1531059459} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1531059462 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300004, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1531059459} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!1 &1534356918 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100038, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1534356919} - 33: {fileID: 1534356921} - 23: {fileID: 1534356920} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1534356919 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400038, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1534356918} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -15.1523771, y: 1.30336761, z: -4.86923599} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1534356920 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300036, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1534356918} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1534356921 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300036, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1534356918} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!1 &1535145909 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1535145911} - 33: {fileID: 1535145914} - 135: {fileID: 1535145913} - 23: {fileID: 1535145912} - 114: {fileID: 1535145910} m_Layer: 0 m_Name: Sphere4 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &1535145910 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1535145909} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 017c9339f0e9c4082b3158783aa6ec8f, type: 3} m_Name: m_EditorClassIdentifier: next: {fileID: 0} --- !u!4 &1535145911 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1535145909} m_LocalRotation: {x: 0, y: 4.47034836e-07, z: 0, w: 1} m_LocalPosition: {x: 29.6802959, y: -.5, z: 3.05757523} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1713941017} --- !u!23 &1535145912 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1535145909} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10302, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!135 &1535145913 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1535145909} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: .5 m_Center: {x: 0, y: 0, z: 0} --- !u!33 &1535145914 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1535145909} m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!1 &1538592516 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1538592517} - 114: {fileID: 1538592518} - 114: {fileID: 1538592519} m_Layer: 0 m_Name: MultiplayerManager m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1538592517 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1538592516} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!114 &1538592518 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1538592516} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 9914cb71e16204cf29a708d0d016a5c8, type: 3} m_Name: m_EditorClassIdentifier: connectionPort: 25001 skin: {fileID: 11400000, guid: 0d8c1e8d1885e4413bd69a5712677a99, type: 2} --- !u!114 &1538592519 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1538592516} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f32520bbad3734a3cafe93bbee7fc5ea, type: 3} m_Name: m_EditorClassIdentifier: playerPrefabA: {fileID: 400000, guid: ee7adb12b6f6b4080918a2a1748339ea, type: 2} playerPrefabB: {fileID: 400000, guid: 649bc1c287a944cd9ab4659132187219, type: 2} creepPrefabA: {fileID: 11400000, guid: 489113c6930484518905a767882d754f, type: 2} creepPrefabB: {fileID: 11400000, guid: e474f4e7b789a4ceeb86588afadb52d4, type: 2} spawnA: {fileID: 1097716380} spawnB: {fileID: 412343951} playerScripts: [] --- !u!1 &1549198528 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} serializedVersion: 4 m_Component: - 4: {fileID: 1549198529} - 148: {fileID: 1549198533} - 114: {fileID: 1549198532} - 114: {fileID: 1549198531} - 82: {fileID: 1549198536} - 136: {fileID: 1549198530} m_Layer: 0 m_Name: TowerPrefabA m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1549198529 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 1549198528} m_LocalRotation: {x: 0, y: .597539365, z: 0, w: .80183959} m_LocalPosition: {x: -22.9319077, y: 2.54562569, z: -17.5439796} m_LocalScale: {x: 1, y: 3.30134892, z: 1.0163666} m_Children: - {fileID: 2145826775} - {fileID: 655063377} - {fileID: 1402777506} - {fileID: 542861908} m_Father: {fileID: 0} --- !u!136 &1549198530 CapsuleCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13600000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 1549198528} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_Radius: .5 m_Height: 1.5 m_Direction: 1 m_Center: {x: 0, y: 0, z: 0} --- !u!114 &1549198531 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 1549198528} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 2 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -5 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &1549198532 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 1549198528} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 1097716380} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!148 &1549198533 NetworkView: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 1549198528} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 1549198532} m_ViewID: m_ID: 4 m_Type: 1 --- !u!82 &1549198536 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 1549198528} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!1 &1552162365 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100154, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1552162366} - 33: {fileID: 1552162369} - 23: {fileID: 1552162368} - 64: {fileID: 1552162367} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1552162366 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400154, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1552162365} m_LocalRotation: {x: -.20184356, y: -.677686632, z: -.677686691, w: .20184356} m_LocalPosition: {x: 1.10694885, y: 1.10421753, z: -14.0999098} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &1552162367 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400014, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1552162365} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &1552162368 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300152, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1552162365} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1552162369 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300152, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1552162365} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &1562826366 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1562826367} m_Layer: 0 m_Name: PathTeamA m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 0 --- !u!4 &1562826367 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1562826366} m_LocalRotation: {x: 0, y: -.382683486, z: 0, w: .923879504} m_LocalPosition: {x: 0, y: 2, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1097716379} - {fileID: 1753770936} - {fileID: 802877262} - {fileID: 1339048895} m_Father: {fileID: 0} --- !u!1 &1563739531 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1563739536} - 33: {fileID: 1563739535} - 135: {fileID: 1563739534} - 23: {fileID: 1563739533} - 114: {fileID: 1563739532} m_Layer: 0 m_Name: Sphere2 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &1563739532 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1563739531} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 017c9339f0e9c4082b3158783aa6ec8f, type: 3} m_Name: m_EditorClassIdentifier: next: {fileID: 1495470789} --- !u!23 &1563739533 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1563739531} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10302, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!135 &1563739534 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1563739531} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: .5 m_Center: {x: 0, y: 0, z: 0} --- !u!33 &1563739535 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1563739531} m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!4 &1563739536 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1563739531} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -9.16495705, y: -.5, z: 3.42290235} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1713941017} --- !u!1 &1585111328 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100034, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1585111329} - 33: {fileID: 1585111331} - 23: {fileID: 1585111330} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1585111329 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400034, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1585111328} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -13.4443512, y: 1.22663164, z: -2.01813745} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1585111330 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300032, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1585111328} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1585111331 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300032, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1585111328} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!1 &1586758377 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100258, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1586758378} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1586758378 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400258, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1586758377} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -17.5935135, y: 1.44579268, z: -28.35359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1101912600} - {fileID: 503627841} m_Father: {fileID: 324832367} --- !u!1 &1599015254 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100252, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1599015255} - 33: {fileID: 1599015259} - 23: {fileID: 1599015258} - 95: {fileID: 1599015257} - 65: {fileID: 1599015256} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1599015255 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400252, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1599015254} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 223961915} --- !u!65 &1599015256 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500098, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1599015254} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!95 &1599015257 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500044, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1599015254} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1599015258 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300242, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1599015254} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1599015259 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300242, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1599015254} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!1 &1626932732 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100064, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1626932733} - 33: {fileID: 1626932736} - 23: {fileID: 1626932735} - 65: {fileID: 1626932734} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1626932733 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400064, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1626932732} m_LocalRotation: {x: -.537934363, y: -.460068315, z: -.46689561, w: .530068219} m_LocalPosition: {x: .375038087, y: 1.12169933, z: -10.9711924} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1626932734 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500012, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1626932732} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!23 &1626932735 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300062, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1626932732} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1626932736 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300062, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1626932732} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!1 &1639603174 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100170, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1639603175} - 33: {fileID: 1639603177} - 23: {fileID: 1639603176} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1639603175 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400170, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1639603174} m_LocalRotation: {x: -.475238264, y: .523592055, z: .523592055, w: .475238264} m_LocalPosition: {x: 9.38080692, y: 1.11139083, z: -3.90486932} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1639603176 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300168, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1639603174} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1639603177 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300168, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1639603174} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!1 &1712291533 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100220, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1712291534} - 33: {fileID: 1712291538} - 23: {fileID: 1712291537} - 95: {fileID: 1712291536} - 65: {fileID: 1712291535} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1712291534 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400220, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1712291533} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.6425629, y: .751950085, z: -19.2781696} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1712291535 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500074, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1712291533} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!95 &1712291536 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500020, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1712291533} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1712291537 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300218, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1712291533} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1712291538 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300218, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1712291533} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!1 &1713941016 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1713941017} m_Layer: 0 m_Name: PathTeamB m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 0 --- !u!4 &1713941017 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1713941016} m_LocalRotation: {x: 0, y: .923879564, z: 0, w: .382683337} m_LocalPosition: {x: 1.49011612e-07, y: 2, z: 2.1402359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 412343950} - {fileID: 1563739536} - {fileID: 1495470790} - {fileID: 1535145911} m_Father: {fileID: 0} --- !u!1 &1723647431 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} serializedVersion: 4 m_Component: - 4: {fileID: 1723647432} - 33: {fileID: 1723647436} - 23: {fileID: 1723647435} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1723647432 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 1723647431} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: .300000012} m_Children: [] m_Father: {fileID: 327019345} --- !u!23 &1723647435 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 1723647431} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1723647436 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 205524297} m_GameObject: {fileID: 1723647431} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &1740620392 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100208, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1740620393} - 33: {fileID: 1740620395} - 23: {fileID: 1740620394} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1740620393 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400208, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1740620392} m_LocalRotation: {x: .390366673, y: -.589587808, z: -.589588165, w: -.390366286} m_LocalPosition: {x: 9.62303257, y: .84845686, z: -6.28878832} m_LocalScale: {x: 4.17215776, y: 4.17215729, z: 4.17215776} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1740620394 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300206, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1740620392} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1740620395 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300206, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1740620392} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &1742352595 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} serializedVersion: 4 m_Component: - 4: {fileID: 1742352602} - 148: {fileID: 1742352599} - 114: {fileID: 1742352598} - 114: {fileID: 1742352597} - 82: {fileID: 1742352603} - 136: {fileID: 1742352596} m_Layer: 0 m_Name: TowerPrefabB m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!136 &1742352596 CapsuleCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13600000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1742352595} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_Radius: .5 m_Height: 1.5 m_Direction: 1 m_Center: {x: 0, y: 0, z: 0} --- !u!114 &1742352597 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1742352595} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 2 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -1 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &1742352598 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1742352595} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 412343951} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!148 &1742352599 NetworkView: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 14800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1742352595} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 1742352598} m_ViewID: m_ID: 5 m_Type: 1 --- !u!4 &1742352602 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1742352595} m_LocalRotation: {x: 0, y: -.759702265, z: 0, w: .650271177} m_LocalPosition: {x: 9.66583538, y: 2.59945273, z: 3.63878036} m_LocalScale: {x: 1, y: 3.30134892, z: 1.0163666} m_Children: - {fileID: 1040329425} - {fileID: 142552287} - {fileID: 504126023} - {fileID: 220204930} m_Father: {fileID: 0} --- !u!82 &1742352603 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 577117087} m_GameObject: {fileID: 1742352595} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!1 &1751625828 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100142, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1751625829} - 33: {fileID: 1751625833} - 23: {fileID: 1751625832} - 95: {fileID: 1751625831} - 65: {fileID: 1751625830} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1751625829 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400142, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1751625828} m_LocalRotation: {x: -.506853878, y: .506853342, z: .493050843, w: .493051559} m_LocalPosition: {x: 26.9871082, y: .759653807, z: 12.6876841} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1751625830 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500050, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1751625828} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &1751625831 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500014, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1751625828} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1751625832 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300140, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1751625828} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1751625833 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300140, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1751625828} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!1 &1753770931 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - 4: {fileID: 1753770936} - 33: {fileID: 1753770935} - 135: {fileID: 1753770934} - 23: {fileID: 1753770933} - 114: {fileID: 1753770932} m_Layer: 0 m_Name: Sphere2 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &1753770932 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1753770931} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 017c9339f0e9c4082b3158783aa6ec8f, type: 3} m_Name: m_EditorClassIdentifier: next: {fileID: 802877261} --- !u!23 &1753770933 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1753770931} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10302, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!135 &1753770934 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1753770931} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: .5 m_Center: {x: 0, y: 0, z: 0} --- !u!33 &1753770935 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1753770931} m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!4 &1753770936 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1753770931} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -13.772028, y: -.5, z: -1.41169167} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1562826367} --- !u!1 &1763691047 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} serializedVersion: 4 m_Component: - 4: {fileID: 1763691048} - 148: {fileID: 1763691052} - 114: {fileID: 1763691051} - 114: {fileID: 1763691050} - 65: {fileID: 1763691049} - 82: {fileID: 1763691053} m_Layer: 0 m_Name: BasePrefabA m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1763691048 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 1763691047} m_LocalRotation: {x: 0, y: -.282351822, z: 0, w: .959310949} m_LocalPosition: {x: -23.2887211, y: 1.97846818, z: -22.8589706} m_LocalScale: {x: 1.5, y: 1, z: 1.5} m_Children: - {fileID: 44281748} - {fileID: 159342433} m_Father: {fileID: 0} --- !u!65 &1763691049 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 1763691047} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1, y: 1, z: 1} m_Center: {x: 0, y: 0, z: 0} --- !u!114 &1763691050 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 1763691047} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 4.5 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -8 isHero: 0 isBase: 1 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &1763691051 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 1763691047} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 0} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 0} --- !u!148 &1763691052 NetworkView: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 14800000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 1763691047} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 1763691051} m_ViewID: m_ID: 8 m_Type: 1 --- !u!82 &1763691053 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: 851aa22b5b5a447f39f0636ecd902ef7, type: 2} m_PrefabInternal: {fileID: 1430181820} m_GameObject: {fileID: 1763691047} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!1 &1764877267 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} serializedVersion: 4 m_Component: - 4: {fileID: 1764877268} - 108: {fileID: 1764877269} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1764877268 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1764877267} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: .00568923168, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1360729975} --- !u!108 &1764877269 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1764877267} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .993103504, g: .5, b: 1, a: 1} m_Intensity: 1 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1001 &1767500597 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalPosition.y value: .800000012 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalRotation.y value: .255445808 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalRotation.w value: .966823399 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalScale.x value: 26 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} propertyPath: m_LocalScale.z value: 22 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6b436d069d11415d1100ab9b44295342, type: 2} m_RootGameObject: {fileID: 1142482505} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1768139760 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100026, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1768139761} - 33: {fileID: 1768139763} - 23: {fileID: 1768139762} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1768139761 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400026, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1768139760} m_LocalRotation: {x: -.696401417, y: -.122576773, z: -.122576743, w: .696401417} m_LocalPosition: {x: -17.9282436, y: .934571624, z: .839888096} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1768139762 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300024, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1768139760} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1768139763 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300024, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1768139760} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!1 &1774156086 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100196, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1774156087} - 33: {fileID: 1774156090} - 23: {fileID: 1774156089} - 65: {fileID: 1774156088} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1774156087 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400196, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1774156086} m_LocalRotation: {x: -.681320667, y: 0, z: 0, w: .731985092} m_LocalPosition: {x: -6.78998947, y: .710367322, z: 2.88920593} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1774156088 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500064, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1774156086} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!23 &1774156089 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300194, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1774156086} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1774156090 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300194, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1774156086} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!1 &1796038340 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100010, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1796038341} - 33: {fileID: 1796038343} - 23: {fileID: 1796038342} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1796038341 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400010, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1796038340} m_LocalRotation: {x: -.690043092, y: .0139460778, z: .000458889001, w: .723633766} m_LocalPosition: {x: 19.0537128, y: 1.22968853, z: 5.1740303} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1796038342 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300008, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1796038340} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1796038343 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300008, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1796038340} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!1 &1813525534 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100020, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1813525535} - 33: {fileID: 1813525538} - 23: {fileID: 1813525537} - 65: {fileID: 1813525536} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1813525535 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400020, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1813525534} m_LocalRotation: {x: -.421529651, y: -.567726016, z: -.567725897, w: .42152968} m_LocalPosition: {x: 16.2850189, y: .973365903, z: 4.51466751} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1813525536 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500006, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1813525534} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!23 &1813525537 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300018, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1813525534} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1813525538 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300018, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1813525534} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!1 &1822826781 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100140, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1822826782} - 33: {fileID: 1822826786} - 23: {fileID: 1822826785} - 95: {fileID: 1822826784} - 65: {fileID: 1822826783} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1822826782 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400140, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1822826781} m_LocalRotation: {x: -.506853878, y: .506853342, z: .493050843, w: .493051559} m_LocalPosition: {x: 26.9870987, y: .885883212, z: 17.6264057} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1822826783 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500048, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1822826781} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &1822826784 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500012, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1822826781} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1822826785 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300138, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1822826781} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1822826786 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300138, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1822826781} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!1 &1823036185 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1823036186} - 20: {fileID: 1823036193} - 92: {fileID: 1823036192} - 124: {fileID: 1823036191} - 81: {fileID: 1823036190} - 114: {fileID: 1823036189} - 114: {fileID: 1823036188} - 82: {fileID: 1823036187} m_Layer: 0 m_Name: Main Camera m_TagString: MainCamera m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1823036186 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400278, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1823036185} m_LocalRotation: {x: .267464608, y: .283965975, z: -.08288683, w: .917036414} m_LocalPosition: {x: -21.5976849, y: 9.08201694, z: -27.2690487} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!82 &1823036187 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1823036185} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 0} m_PlayOnAwake: 0 m_Volume: .300000012 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!114 &1823036188 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1823036185} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 35ed0b6d586424de69b3c82e796efbf9, type: 3} m_Name: m_EditorClassIdentifier: musics: - {fileID: 8300000, guid: c9b9a018f33b445509a708d0516a01ef, type: 3} - {fileID: 8300000, guid: 88ff0922da25a4b75a6b5f693c5708c8, type: 3} - {fileID: 8300000, guid: a15c6a345d96c4bbdbe58e139ec64ac5, type: 3} intervalTime: 5 --- !u!114 &1823036189 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1823036185} m_Enabled: 0 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 90eb27a3a85164ba1b8670924ce5c44e, type: 3} m_Name: m_EditorClassIdentifier: target: {fileID: 0} offset: {x: 0, y: 12, z: -4} --- !u!81 &1823036190 AudioListener: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8100000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1823036185} m_Enabled: 1 --- !u!124 &1823036191 Behaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 12400000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1823036185} m_Enabled: 1 --- !u!92 &1823036192 Behaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9200000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1823036185} m_Enabled: 1 --- !u!20 &1823036193 Camera: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2000000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1823036185} m_Enabled: 1 serializedVersion: 2 m_ClearFlags: 1 m_BackGroundColor: {r: 0, g: 0, b: 0, a: .0196078438} m_NormalizedViewPortRect: serializedVersion: 2 x: 0 y: 0 width: 1 height: 1 near clip plane: .300000012 far clip plane: 1000 field of view: 60 orthographic: 0 orthographic size: 100 m_Depth: -1 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_RenderingPath: -1 m_TargetTexture: {fileID: 0} m_HDR: 0 --- !u!1 &1846817732 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100070, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1846817733} - 33: {fileID: 1846817736} - 23: {fileID: 1846817735} - 65: {fileID: 1846817734} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1846817733 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400070, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1846817732} m_LocalRotation: {x: -.685136974, y: -.695411026, z: .194813162, w: -.0950720012} m_LocalPosition: {x: .422206163, y: 1.51374447, z: -10.6803017} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1846817734 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500018, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1846817732} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!23 &1846817735 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300068, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1846817732} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1846817736 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300068, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1846817732} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!1 &1881177953 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100144, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1881177954} - 33: {fileID: 1881177958} - 23: {fileID: 1881177957} - 95: {fileID: 1881177956} - 65: {fileID: 1881177955} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1881177954 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400144, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1881177953} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 27.0406017, y: 1.2563343, z: 27.5371151} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1881177955 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500052, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1881177953} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!95 &1881177956 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500016, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1881177953} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1881177957 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300142, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1881177953} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1881177958 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300142, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1881177953} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!1 &1889148573 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100096, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1889148574} - 33: {fileID: 1889148576} - 23: {fileID: 1889148575} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1889148574 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400096, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1889148573} m_LocalRotation: {x: .462181479, y: .535152733, z: .535152674, w: -.4621813} m_LocalPosition: {x: 2.27304196, y: 1.08411348, z: 11.5987759} m_LocalScale: {x: 7.32070208, y: 7.32069921, z: 7.32070065} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1889148575 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300094, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1889148573} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1889148576 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300094, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1889148573} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1899368390 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100172, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1899368391} - 33: {fileID: 1899368393} - 23: {fileID: 1899368392} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1899368391 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400172, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1899368390} m_LocalRotation: {x: -.475238264, y: .523592055, z: .523592055, w: .475238264} m_LocalPosition: {x: 8.61562538, y: 1.11139083, z: -2.33934546} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1899368392 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300170, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1899368390} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1899368393 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300170, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1899368390} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!1 &1907153648 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100126, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1907153649} - 33: {fileID: 1907153651} - 23: {fileID: 1907153650} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1907153649 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400126, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1907153648} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 1.46776438, y: .923615634, z: -14.9895325} m_LocalScale: {x: 1, y: 1, z: .856172442} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1907153650 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300124, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1907153648} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1907153651 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300124, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1907153648} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &1910840318 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100110, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1910840319} - 33: {fileID: 1910840322} - 23: {fileID: 1910840321} - 65: {fileID: 1910840320} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1910840319 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400110, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1910840318} m_LocalRotation: {x: -.693012476, y: 6.05850801e-08, z: -6.30253254e-08, w: .720925629} m_LocalPosition: {x: -3.71061516, y: 1.50950384, z: -13.1108093} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &1910840320 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500036, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1910840318} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!23 &1910840321 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300108, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1910840318} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1910840322 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300108, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1910840318} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!1001 &1920890065 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.x value: -18.2684326 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.y value: 2.54562569 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalPosition.z value: -23.6773129 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.y value: .263870895 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_LocalRotation.w value: .964558065 objectReference: {fileID: 0} - target: {fileID: 11400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: nextWaypoint value: objectReference: {fileID: 1097716380} - target: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_ViewID.m_ID value: 3 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} propertyPath: m_ViewID.m_Type value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_RootGameObject: {fileID: 2027105262} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &1931212304 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100212, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1931212305} - 33: {fileID: 1931212307} - 23: {fileID: 1931212306} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1931212305 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400212, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1931212304} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.10330915, y: .746358156, z: -1.29810929} m_LocalScale: {x: 12.2735281, y: 12.2735281, z: 12.2735281} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1931212306 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300210, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1931212304} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1931212307 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300210, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1931212304} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!1 &1950445262 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1950445263} - 33: {fileID: 1950445265} - 23: {fileID: 1950445264} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1950445263 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1950445262} m_LocalRotation: {x: -.711024404, y: .137317061, z: .196575001, w: .661019325} m_LocalPosition: {x: -3.0196569, y: .793970525, z: 6.21856546} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1950445264 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1950445262} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1950445265 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300002, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1950445262} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!1 &1955309388 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100230, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1955309389} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1955309389 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400230, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1955309388} m_LocalRotation: {x: 0, y: -.707106054, z: 0, w: .707107484} m_LocalPosition: {x: -28.0057125, y: 1.3547473, z: -23.1767273} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 718355130} - {fileID: 252687400} m_Father: {fileID: 324832367} --- !u!1 &1964255631 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} serializedVersion: 4 m_Component: - 4: {fileID: 1964255632} - 33: {fileID: 1964255636} - 23: {fileID: 1964255635} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1964255632 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1964255631} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: .300000012} m_Children: [] m_Father: {fileID: 1360729975} --- !u!23 &1964255635 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1964255631} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1964255636 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: 57c4e22240c9f4612bbccb7b9a6c9636, type: 2} m_PrefabInternal: {fileID: 1051307149} m_GameObject: {fileID: 1964255631} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &1972224255 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100006, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} serializedVersion: 4 m_Component: - 4: {fileID: 1972224256} - 108: {fileID: 1972224257} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1972224256 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400006, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 1972224255} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2027105269} --- !u!108 &1972224257 Light: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 10800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 1972224255} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_Range: 7 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1 &1979847028 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100054, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1979847029} - 33: {fileID: 1979847031} - 23: {fileID: 1979847030} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1979847029 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400054, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1979847028} m_LocalRotation: {x: -.702312171, y: -.0188754592, z: .0243565664, w: .711201906} m_LocalPosition: {x: -16.1308002, y: 1.33051145, z: -2.65268731} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &1979847030 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300052, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1979847028} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1979847031 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300052, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1979847028} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!1 &1992452014 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100266, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 1992452015} - 33: {fileID: 1992452019} - 23: {fileID: 1992452018} - 95: {fileID: 1992452017} - 65: {fileID: 1992452016} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1992452015 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400266, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1992452014} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 200537136} --- !u!65 &1992452016 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500108, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1992452014} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!95 &1992452017 Animator: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 9500054, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1992452014} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!23 &1992452018 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300252, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1992452014} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &1992452019 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300252, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 1992452014} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!1 &2011970697 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100186, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 2011970698} - 33: {fileID: 2011970700} - 23: {fileID: 2011970699} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2011970698 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400186, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2011970697} m_LocalRotation: {x: -.563941479, y: .0476438142, z: .0551340245, w: .822593749} m_LocalPosition: {x: -6.67890882, y: .624866128, z: 2.01650167} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &2011970699 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300184, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2011970697} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2011970700 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300184, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2011970697} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!1 &2027105262 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} serializedVersion: 4 m_Component: - 4: {fileID: 2027105269} - 148: {fileID: 2027105266} - 114: {fileID: 2027105265} - 114: {fileID: 2027105264} - 82: {fileID: 2027105270} - 136: {fileID: 2027105263} m_Layer: 0 m_Name: TowerPrefabA m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!136 &2027105263 CapsuleCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13600000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2027105262} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_Radius: .5 m_Height: 1.5 m_Direction: 1 m_Center: {x: 0, y: 0, z: 0} --- !u!114 &2027105264 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2027105262} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 2 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -4 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &2027105265 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2027105262} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 1097716380} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!148 &2027105266 NetworkView: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 14800000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2027105262} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 2027105265} m_ViewID: m_ID: 3 m_Type: 1 --- !u!4 &2027105269 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2027105262} m_LocalRotation: {x: 0, y: .263870895, z: 0, w: .964558065} m_LocalPosition: {x: -18.2684326, y: 2.54562569, z: -23.6773129} m_LocalScale: {x: 1, y: 3.30134892, z: 1.0163666} m_Children: - {fileID: 1100432597} - {fileID: 1165730108} - {fileID: 1972224256} - {fileID: 2139073780} m_Father: {fileID: 0} --- !u!82 &2027105270 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2027105262} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!1001 &2041781582 Prefab: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_LocalPosition.x value: 19.6156864 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_LocalPosition.y value: 1.84223461 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_LocalPosition.z value: 18.5597992 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_LocalRotation.y value: -.448592424 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_LocalRotation.w value: .893736482 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_ViewID.m_ID value: 9 objectReference: {fileID: 0} - target: {fileID: 14800000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} propertyPath: m_ViewID.m_Type value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_RootGameObject: {fileID: 2133231275} m_IsPrefabParent: 0 m_IsExploded: 1 --- !u!1 &2053204893 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100150, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 2053204894} - 33: {fileID: 2053204897} - 23: {fileID: 2053204896} - 65: {fileID: 2053204895} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2053204894 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400150, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2053204893} m_LocalRotation: {x: -.650686681, y: -.239087299, z: -.285757393, w: .661654651} m_LocalPosition: {x: -11.4551334, y: 1.10524702, z: -4.42176104} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &2053204895 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500058, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2053204893} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!23 &2053204896 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300148, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2053204893} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2053204897 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300148, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2053204893} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!1 &2105877276 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100218, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 2105877277} - 33: {fileID: 2105877280} - 23: {fileID: 2105877279} - 64: {fileID: 2105877278} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2105877277 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400218, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2105877276} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.2576797, y: 1.17373276, z: -18.1286335} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!64 &2105877278 MeshCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6400016, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2105877276} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!23 &2105877279 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300216, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2105877276} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2105877280 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300216, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2105877276} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!1 &2115340135 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100014, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 2115340136} - 33: {fileID: 2115340139} - 23: {fileID: 2115340138} - 65: {fileID: 2115340137} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2115340136 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400014, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2115340135} m_LocalRotation: {x: -.0832945183, y: -.702183843, z: -.702183723, w: .0832946151} m_LocalPosition: {x: 20.1316853, y: .94798249, z: 5.76796341} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 324832367} --- !u!65 &2115340137 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2115340135} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!23 &2115340138 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300012, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2115340135} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2115340139 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300012, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2115340135} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!1 &2115638878 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100102, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} serializedVersion: 4 m_Component: - 4: {fileID: 2115638879} - 33: {fileID: 2115638881} - 23: {fileID: 2115638880} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2115638879 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400102, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2115638878} m_LocalRotation: {x: .390366673, y: -.589587808, z: -.589588165, w: -.390366286} m_LocalPosition: {x: 5.46565056, y: 1.11467075, z: 11.3041277} m_LocalScale: {x: 4.17215776, y: 4.17215681, z: 4.17215776} m_Children: [] m_Father: {fileID: 324832367} --- !u!23 &2115638880 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300100, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2115638878} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2115638881 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300100, guid: 93f0b9c8056a64f798d8b2d39444def6, type: 2} m_PrefabInternal: {fileID: 1460893697} m_GameObject: {fileID: 2115638878} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!1 &2133231275 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} serializedVersion: 4 m_Component: - 4: {fileID: 2133231282} - 148: {fileID: 2133231279} - 114: {fileID: 2133231278} - 114: {fileID: 2133231277} - 65: {fileID: 2133231276} - 82: {fileID: 2133231280} m_Layer: 0 m_Name: BasePrefabB m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!65 &2133231276 BoxCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 6500000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 2133231275} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1, y: 1, z: 1} m_Center: {x: 0, y: 0, z: 0} --- !u!114 &2133231277 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400002, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 2133231275} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 4.5 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -7 isHero: 0 isBase: 1 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &2133231278 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 2133231275} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 0} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 0} --- !u!148 &2133231279 NetworkView: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 14800000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 2133231275} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 2133231278} m_ViewID: m_ID: 9 m_Type: 1 --- !u!82 &2133231280 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8200000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 2133231275} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!4 &2133231282 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400000, guid: 71d32c6da350a49e8a7c8d4a2b785e03, type: 2} m_PrefabInternal: {fileID: 2041781582} m_GameObject: {fileID: 2133231275} m_LocalRotation: {x: 0, y: -.448592424, z: 0, w: .893736482} m_LocalPosition: {x: 19.6156864, y: 1.84223461, z: 18.5597992} m_LocalScale: {x: 2, y: 2, z: 2} m_Children: - {fileID: 424321001} - {fileID: 1366948078} m_Father: {fileID: 0} --- !u!1 &2139073779 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} serializedVersion: 4 m_Component: - 4: {fileID: 2139073780} - 33: {fileID: 2139073782} - 23: {fileID: 2139073781} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2139073780 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2139073779} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: .300000012} m_Children: [] m_Father: {fileID: 2027105269} --- !u!23 &2139073781 Renderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 2300000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2139073779} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &2139073782 MeshFilter: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 3300000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1920890065} m_GameObject: {fileID: 2139073779} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!1 &2145826772 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 100002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} serializedVersion: 4 m_Component: - 4: {fileID: 2145826775} - 135: {fileID: 2145826774} - 114: {fileID: 2145826773} m_Layer: 2 m_Name: AI-Radius m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &2145826773 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11400004, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 2145826772} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &2145826774 SphereCollider: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 13500000, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 2145826772} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 2 m_Center: {x: 0, y: 0, z: 0} --- !u!4 &2145826775 Transform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 400002, guid: fbe3d2575692349c9b4a68e38d10ef0f, type: 2} m_PrefabInternal: {fileID: 1053877677} m_GameObject: {fileID: 2145826772} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1549198529} ================================================ FILE: Assets/Main.unity.meta ================================================ fileFormatVersion: 2 guid: 7b09135432f154130b53d38b1f59b76f DefaultImporter: userData: ================================================ FILE: Assets/New Terrain.asset.meta ================================================ fileFormatVersion: 2 guid: b972ac78e709a4728a85c1c628d955bd NativeFormatImporter: userData: ================================================ FILE: Assets/Orcs/Materials/Orc-NormalMap.png.meta ================================================ fileFormatVersion: 2 guid: 40cde30887453459fb545e0be5a98959 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 1 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Orcs/Materials/Orc-basic.png.meta ================================================ fileFormatVersion: 2 guid: 2fe1ee0893bdd4a6680ddb922d62b6c5 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Orcs/Materials/Orc-purple.png.meta ================================================ fileFormatVersion: 2 guid: 6ed41340309e3480db42095d5b738f54 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Orcs/Materials/hero-basic.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: hero-basic m_Shader: {fileID: 2, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 2fe1ee0893bdd4a6680ddb922d62b6c5, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap second: m_Texture: {fileID: 2800000, guid: 40cde30887453459fb545e0be5a98959, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} ================================================ FILE: Assets/Orcs/Materials/hero-basic.mat.meta ================================================ fileFormatVersion: 2 guid: 45721ee74cbd846df925eb9c4af2dc25 NativeFormatImporter: userData: ================================================ FILE: Assets/Orcs/Materials/hero-purple.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: hero-purple m_Shader: {fileID: 2, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 6ed41340309e3480db42095d5b738f54, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap second: m_Texture: {fileID: 2800000, guid: 40cde30887453459fb545e0be5a98959, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} ================================================ FILE: Assets/Orcs/Materials/hero-purple.mat.meta ================================================ fileFormatVersion: 2 guid: 43cde5e74567c43f387b61368e28f1ee NativeFormatImporter: userData: ================================================ FILE: Assets/Orcs/Materials/orc-basic.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: orc-basic m_Shader: {fileID: 2, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 2fe1ee0893bdd4a6680ddb922d62b6c5, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap second: m_Texture: {fileID: 2800000, guid: 40cde30887453459fb545e0be5a98959, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: .800000012, g: .800000012, b: .800000012, a: 1} ================================================ FILE: Assets/Orcs/Materials/orc-basic.mat.meta ================================================ fileFormatVersion: 2 guid: b8dbd80bc661041b5a02580502dab838 NativeFormatImporter: userData: ================================================ FILE: Assets/Orcs/Materials/orc-purple.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: orc-purple m_Shader: {fileID: 2, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 6ed41340309e3480db42095d5b738f54, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap second: m_Texture: {fileID: 2800000, guid: 40cde30887453459fb545e0be5a98959, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: .800000012, g: .800000012, b: .800000012, a: 1} ================================================ FILE: Assets/Orcs/Materials/orc-purple.mat.meta ================================================ fileFormatVersion: 2 guid: fe87b9a0748074d2996a37879d8e01ef NativeFormatImporter: userData: ================================================ FILE: Assets/Orcs/Materials.meta ================================================ fileFormatVersion: 2 guid: 557f9c288918942a58b9596c760ccc05 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Orcs/Orc-import.fbx ================================================ ; FBX 6.1.0 project file ; Created by Blender FBX Exporter ; for support mail: ideasman42@gmail.com ; ---------------------------------------------------- FBXHeaderExtension: { FBXHeaderVersion: 1003 FBXVersion: 6100 CreationTimeStamp: { Version: 1000 Year: 2013 Month: 09 Day: 17 Hour: 21 Minute: 41 Second: 43 Millisecond: 0 } Creator: "FBX SDK/FBX Plugins build 20070228" OtherFlags: { FlagPLE: 0 } } CreationTime: "2013-09-17 21:41:43:000" Creator: "Blender version 2.68 (sub 0)" ; Object definitions ;------------------------------------------------------------------ Definitions: { Version: 100 Count: 163 ObjectType: "Model" { Count: 92 } ObjectType: "Geometry" { Count: 1 } ObjectType: "Material" { Count: 1 } ObjectType: "Texture" { Count: 1 } ObjectType: "Video" { Count: 1 } ObjectType: "Deformer" { Count: 68 } ObjectType: "Pose" { Count: 1 } ObjectType: "GlobalSettings" { Count: 1 } } ; Object properties ;------------------------------------------------------------------ Objects: { Model: "Model::Camera Switcher", "CameraSwitcher" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Camera Index", "Integer", "A+",100 } MultiLayer: 0 MultiTake: 1 Hidden: "True" Shading: W Culling: "CullingOff" Version: 101 Name: "Model::Camera Switcher" CameraId: 0 CameraName: 100 CameraIndexName: } Model: "Model::right", "Null" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.000004325711919,89.999995674159678,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Null" } Model: "Model::front", "Null" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.000004325711105,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Null" } Model: "Model::Armature", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",-90.000009334538021,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::Camera", "Camera" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",1.501456499099731,1.453672647476196,1.395943880081177 Property: "Lcl Rotation", "Lcl Rotation", "A+",23.240195056629602,142.362356870423241,34.212069212897042 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 Property: "Roll", "Roll", "A+",0 Property: "FieldOfView", "FieldOfView", "A+",28.841546 Property: "FieldOfViewX", "FieldOfView", "A+",1 Property: "FieldOfViewY", "FieldOfView", "A+",1 Property: "FocalLength", "Number", "A+",35.000000 Property: "FilmOffsetX", "Number", "A+",0.000000 Property: "FilmOffsetY", "Number", "A+",0.000000 Property: "BackgroundColor", "Color", "A+",0,0,0 Property: "TurnTable", "Real", "A+",0 Property: "DisplayTurnTableIcon", "bool", "",1 Property: "Motion Blur Intensity", "Real", "A+",1 Property: "UseMotionBlur", "bool", "",0 Property: "UseRealTimeMotionBlur", "bool", "",1 Property: "ResolutionMode", "enum", "",0 Property: "ApertureMode", "enum", "",3 Property: "GateFit", "enum", "",2 Property: "CameraFormat", "enum", "",0 Property: "AspectW", "double", "",1920 Property: "AspectH", "double", "",1080 Property: "PixelAspectRatio", "double", "",1 Property: "UseFrameColor", "bool", "",0 Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3 Property: "ShowName", "bool", "",1 Property: "ShowGrid", "bool", "",1 Property: "ShowOpticalCenter", "bool", "",0 Property: "ShowAzimut", "bool", "",1 Property: "ShowTimeCode", "bool", "",0 Property: "NearPlane", "double", "",0.100000 Property: "FarPlane", "double", "",99.999994 Property: "FilmWidth", "double", "",1.259843 Property: "FilmHeight", "double", "",0.708661 Property: "FilmAspectRatio", "double", "",1.777778 Property: "FilmSqueezeRatio", "double", "",1 Property: "FilmFormatIndex", "enum", "",0 Property: "ViewFrustum", "bool", "",1 Property: "ViewFrustumNearFarPlane", "bool", "",0 Property: "ViewFrustumBackPlaneMode", "enum", "",2 Property: "BackPlaneDistance", "double", "",100 Property: "BackPlaneDistanceMode", "enum", "",0 Property: "ViewCameraToLookAt", "bool", "",1 Property: "LockMode", "bool", "",0 Property: "LockInterestNavigation", "bool", "",0 Property: "FitImage", "bool", "",0 Property: "Crop", "bool", "",0 Property: "Center", "bool", "",1 Property: "KeepRatio", "bool", "",1 Property: "BackgroundMode", "enum", "",0 Property: "BackgroundAlphaTreshold", "double", "",0.5 Property: "ForegroundTransparent", "bool", "",1 Property: "DisplaySafeArea", "bool", "",0 Property: "SafeAreaDisplayStyle", "enum", "",1 Property: "SafeAreaAspectRatio", "double", "",1.777778 Property: "Use2DMagnifierZoom", "bool", "",0 Property: "2D Magnifier Zoom", "Real", "A+",100 Property: "2D Magnifier X", "Real", "A+",50 Property: "2D Magnifier Y", "Real", "A+",50 Property: "CameraProjectionType", "enum", "",0 Property: "UseRealTimeDOFAndAA", "bool", "",0 Property: "UseDepthOfField", "bool", "",0 Property: "FocusSource", "enum", "",0 Property: "FocusAngle", "double", "",3.5 Property: "FocusDistance", "double", "",200 Property: "UseAntialiasing", "bool", "",0 Property: "AntialiasingIntensity", "double", "",0.77777 Property: "UseAccumulationBuffer", "bool", "",0 Property: "FrameSamplingCount", "int", "",7 } MultiLayer: 0 MultiTake: 0 Shading: Y Culling: "CullingOff" TypeFlags: "Camera" GeometryVersion: 124 Position: 1.501456,1.453673,1.395944 Up: -0.317370,0.895343,-0.312469 LookAt: -0.685881,0.010817,0.727634 ShowInfoOnMoving: 1 ShowAudio: 0 AudioColor: 0,1,0 CameraOrthoZoom: 1 } Model: "Model::Lamp_003", "Light" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",1.780160665512085,-0.345959365367889,3.401444435119629 Property: "Lcl Rotation", "Lcl Rotation", "A+",47.533574547422390,107.220753553002154,10.743666437040241 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 Property: "LightType", "enum", "",0 Property: "CastLightOnObject", "bool", "",1 Property: "DrawVolumetricLight", "bool", "",1 Property: "DrawGroundProjection", "bool", "",1 Property: "DrawFrontFacingVolumetricLight", "bool", "",0 Property: "GoboProperty", "object", "" Property: "Color", "Color", "A+",1,1,1 Property: "Intensity", "Intensity", "A+",50.00 Property: "Fog", "Fog", "A+",50 Property: "Color", "Color", "A",1.00,1.00,1.00 Property: "Intensity", "Intensity", "A+",50.00 Property: "Fog", "Fog", "A+",50 Property: "LightType", "enum", "",0 Property: "CastLightOnObject", "bool", "",1 Property: "DrawGroundProjection", "bool", "",1 Property: "DrawFrontFacingVolumetricLight", "bool", "",0 Property: "DrawVolumetricLight", "bool", "",1 Property: "GoboProperty", "object", "" Property: "DecayType", "enum", "",0 Property: "DecayStart", "double", "",30.00 Property: "EnableNearAttenuation", "bool", "",0 Property: "NearAttenuationStart", "double", "",0 Property: "NearAttenuationEnd", "double", "",0 Property: "EnableFarAttenuation", "bool", "",0 Property: "FarAttenuationStart", "double", "",0 Property: "FarAttenuationEnd", "double", "",0 Property: "CastShadows", "bool", "",0 Property: "ShadowColor", "ColorRGBA", "",0,0,0,1 } MultiLayer: 0 MultiTake: 0 Shading: Y Culling: "CullingOff" TypeFlags: "Light" GeometryVersion: 124 } Model: "Model::Lamp_002", "Light" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-1.309113621711731,0.093820199370384,-2.730629444122314 Property: "Lcl Rotation", "Lcl Rotation", "A+",47.533574547422390,107.220753553002154,10.743666437040241 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 Property: "LightType", "enum", "",0 Property: "CastLightOnObject", "bool", "",1 Property: "DrawVolumetricLight", "bool", "",1 Property: "DrawGroundProjection", "bool", "",1 Property: "DrawFrontFacingVolumetricLight", "bool", "",0 Property: "GoboProperty", "object", "" Property: "Color", "Color", "A+",1,1,1 Property: "Intensity", "Intensity", "A+",24.00 Property: "Fog", "Fog", "A+",50 Property: "Color", "Color", "A",1.00,1.00,1.00 Property: "Intensity", "Intensity", "A+",24.00 Property: "Fog", "Fog", "A+",50 Property: "LightType", "enum", "",0 Property: "CastLightOnObject", "bool", "",1 Property: "DrawGroundProjection", "bool", "",1 Property: "DrawFrontFacingVolumetricLight", "bool", "",0 Property: "DrawVolumetricLight", "bool", "",1 Property: "GoboProperty", "object", "" Property: "DecayType", "enum", "",0 Property: "DecayStart", "double", "",30.00 Property: "EnableNearAttenuation", "bool", "",0 Property: "NearAttenuationStart", "double", "",0 Property: "NearAttenuationEnd", "double", "",0 Property: "EnableFarAttenuation", "bool", "",0 Property: "FarAttenuationStart", "double", "",0 Property: "FarAttenuationEnd", "double", "",0 Property: "CastShadows", "bool", "",0 Property: "ShadowColor", "ColorRGBA", "",0,0,0,1 } MultiLayer: 0 MultiTake: 0 Shading: Y Culling: "CullingOff" TypeFlags: "Light" GeometryVersion: 124 } Model: "Model::Lamp_001", "Light" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",2.489465475082397,1.822827339172363,-1.523738741874695 Property: "Lcl Rotation", "Lcl Rotation", "A+",47.533574547422390,107.220753553002154,10.743666437040241 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 Property: "LightType", "enum", "",0 Property: "CastLightOnObject", "bool", "",1 Property: "DrawVolumetricLight", "bool", "",1 Property: "DrawGroundProjection", "bool", "",1 Property: "DrawFrontFacingVolumetricLight", "bool", "",0 Property: "GoboProperty", "object", "" Property: "Color", "Color", "A+",1,1,1 Property: "Intensity", "Intensity", "A+",24.00 Property: "Fog", "Fog", "A+",50 Property: "Color", "Color", "A",1.00,1.00,1.00 Property: "Intensity", "Intensity", "A+",24.00 Property: "Fog", "Fog", "A+",50 Property: "LightType", "enum", "",0 Property: "CastLightOnObject", "bool", "",1 Property: "DrawGroundProjection", "bool", "",1 Property: "DrawFrontFacingVolumetricLight", "bool", "",0 Property: "DrawVolumetricLight", "bool", "",1 Property: "GoboProperty", "object", "" Property: "DecayType", "enum", "",0 Property: "DecayStart", "double", "",30.00 Property: "EnableNearAttenuation", "bool", "",0 Property: "NearAttenuationStart", "double", "",0 Property: "NearAttenuationEnd", "double", "",0 Property: "EnableFarAttenuation", "bool", "",0 Property: "FarAttenuationStart", "double", "",0 Property: "FarAttenuationEnd", "double", "",0 Property: "CastShadows", "bool", "",0 Property: "ShadowColor", "ColorRGBA", "",0,0,0,1 } MultiLayer: 0 MultiTake: 0 Shading: Y Culling: "CullingOff" TypeFlags: "Light" GeometryVersion: 124 } Model: "Model::Lamp", "Light" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-2.071969509124756,1.547796368598938,3.290555953979492 Property: "Lcl Rotation", "Lcl Rotation", "A+",47.533574547422390,107.220753553002154,10.743666437040241 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 Property: "LightType", "enum", "",0 Property: "CastLightOnObject", "bool", "",1 Property: "DrawVolumetricLight", "bool", "",1 Property: "DrawGroundProjection", "bool", "",1 Property: "DrawFrontFacingVolumetricLight", "bool", "",0 Property: "GoboProperty", "object", "" Property: "Color", "Color", "A+",1,1,1 Property: "Intensity", "Intensity", "A+",50.00 Property: "Fog", "Fog", "A+",50 Property: "Color", "Color", "A",1.00,1.00,1.00 Property: "Intensity", "Intensity", "A+",50.00 Property: "Fog", "Fog", "A+",50 Property: "LightType", "enum", "",0 Property: "CastLightOnObject", "bool", "",1 Property: "DrawGroundProjection", "bool", "",1 Property: "DrawFrontFacingVolumetricLight", "bool", "",0 Property: "DrawVolumetricLight", "bool", "",1 Property: "GoboProperty", "object", "" Property: "DecayType", "enum", "",0 Property: "DecayStart", "double", "",30.00 Property: "EnableNearAttenuation", "bool", "",0 Property: "NearAttenuationStart", "double", "",0 Property: "NearAttenuationEnd", "double", "",0 Property: "EnableFarAttenuation", "bool", "",0 Property: "FarAttenuationStart", "double", "",0 Property: "FarAttenuationEnd", "double", "",0 Property: "CastShadows", "bool", "",0 Property: "ShadowColor", "ColorRGBA", "",0,0,0,1 } MultiLayer: 0 MultiTake: 0 Shading: Y Culling: "CullingOff" TypeFlags: "Light" GeometryVersion: 124 } Model: "Model::Orco-lowPoly", "Mesh" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,-0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Size", "double", "",100 Property: "Look", "enum", "",1 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" Vertices: 0.056633,0.113953,0.293289,-0.051369,0.113770,0.293045,0.124818,0.084702,0.488971,-0.123159,0.084979,0.484962,0.009308,0.112854,0.276901,0.006691,0.140930,0.470871,-0.081176,0.114114,0.394404 ,0.087579,0.114114,0.383083,0.012192,0.117676,0.380501,-0.027992,0.114014,0.290024,-0.055267,0.130188,0.476639,-0.067017,0.114114,0.330838,0.102320,0.107971,0.430290,0.029488,0.113098,0.282196 ,0.062248,0.127991,0.474243,-0.096069,0.102356,0.426346,0.068289,0.114114,0.332442,0.005142,0.114563,0.335373,0.009109,0.131042,0.430496,0.038591,0.120004,0.373724,-0.035004,0.114807,0.384659 ,-0.029083,0.115662,0.332809,0.031860,0.113831,0.331177,0.046441,0.120955,0.423123,-0.052376,0.120300,0.429565,0.050690,0.111389,0.300110,0.101608,0.113464,0.482101,0.063085,0.117059,0.378403 ,0.052078,0.113159,0.331146,0.078545,0.114258,0.430939,0.050781,0.128052,0.452849,0.007900,0.135986,0.450684,-0.120087,0.096252,0.461155,-0.051941,0.115162,0.329978,-0.062252,0.114674,0.385839 ,-0.100060,0.113953,0.483292,-0.039680,0.113892,0.291534,-0.021700,0.132660,0.451366,-0.088661,0.114410,0.461716,0.090076,0.113861,0.456520,-0.013737,0.116486,0.382843,-0.053822,0.125244,0.453102 ,-0.077263,0.114868,0.440140,-0.010429,0.113098,0.292160,-0.021767,0.139648,0.472702,-0.011971,0.115112,0.334091,-0.021633,0.125671,0.430031,0.116577,0.098022,0.464838,0.045700,-0.133138,0.212756 ,-0.048562,-0.133059,0.220487,0.072674,-0.127560,0.458478,-0.079512,-0.125347,0.459760,-0.001299,-0.133138,0.240355,0.002857,-0.136316,0.430096,-0.060961,-0.133138,0.339587,0.060961,-0.133138,0.341860 ,-0.001892,-0.129944,0.338844,-0.019974,-0.133972,0.211620,-0.034531,-0.135010,0.435594,-0.054954,-0.133138,0.282990,0.065344,-0.133138,0.400892,0.014995,-0.134487,0.217706,0.028272,-0.136408,0.435526 ,-0.067780,-0.127258,0.399727,0.052032,-0.133138,0.284126,-0.000168,-0.129334,0.289195,-0.003098,-0.129822,0.386165,0.032639,-0.132446,0.341350,-0.031036,-0.133606,0.339689,-0.030045,-0.130188,0.278912 ,0.027420,-0.129150,0.283583,0.032822,-0.134644,0.392243,-0.028915,-0.132019,0.395568,-0.030960,-0.130981,0.243026,-0.053299,-0.136536,0.442558,-0.046890,-0.130981,0.343969,-0.043320,-0.129578,0.283313 ,-0.050339,-0.129700,0.396073,0.032104,-0.132507,0.249094,0.052338,-0.138245,0.447396,0.047745,-0.133484,0.340423,0.038467,-0.132874,0.285036,0.054550,-0.130127,0.400702,0.058434,-0.214705,0.817411 ,0.049955,-0.231018,0.811927,0.051937,-0.223875,0.827411,0.036821,-0.238576,0.817227,0.054655,-0.223322,0.812065,0.046591,-0.233507,0.823033,0.044886,-0.236456,0.812941,0.056453,-0.215857,0.824508 ,0.068204,-0.209866,0.816674,0.053319,-0.237009,0.801881,0.055070,-0.224060,0.836859,0.028019,-0.249360,0.818471,0.061937,-0.221986,0.805798,0.042950,-0.239682,0.828149,0.043273,-0.247194,0.804784 ,0.066130,-0.213414,0.832342,0.068757,-0.198207,0.808505,0.056683,-0.241111,0.789945,0.052029,-0.221894,0.845707,0.011982,-0.251341,0.816213,0.068573,-0.215580,0.794185,0.038204,-0.238115,0.839347 ,0.035254,-0.254337,0.799070,0.064610,-0.203679,0.838731,0.006498,-0.261111,0.805199,0.009309,-0.276918,0.789945,0.018756,-0.265305,0.796259,0.019447,-0.271664,0.790682,0.030231,-0.259498,0.791604 ,0.028710,-0.268623,0.779162,0.007235,-0.276457,0.779392,0.017834,-0.256226,0.803724,0.012120,-0.273784,0.781927,0.020922,-0.271388,0.781650,0.011268,-0.244245,0.831328,0.042766,-0.212401,0.851467 ,0.025484,-0.230880,0.842296,0.057282,-0.196686,0.843356,0.024563,-0.248853,0.828840,0.037616,-0.272632,0.764346,0.009493,-0.282356,0.769161,0.020738,-0.279591,0.766120,0.030600,-0.277978,0.760843 ,0.050324,-0.252678,0.781028,0.045116,-0.260512,0.773155,0.044932,-0.267010,0.762394,0.025623,-0.215719,0.855154,0.029125,-0.186455,0.867274,0.027166,-0.159416,0.864094,0.028111,-0.135441,0.852251 ,0.029540,-0.104426,0.853725,0.067928,-0.187561,0.801573,0.072720,-0.201744,0.788666,0.046176,-0.189105,0.855615,0.052720,-0.255397,0.760526,0.058066,-0.176997,0.837550,0.049033,-0.263415,0.754883 ,0.053365,-0.255766,0.743781,0.048273,-0.266826,0.744716,0.039759,-0.274752,0.741285,0.030554,-0.280743,0.746511,0.022788,-0.282033,0.753643,0.010830,-0.282126,0.757341,0.047743,-0.263185,0.735107 ,0.036038,-0.273923,0.732907,0.023112,-0.281480,0.739628,0.036452,-0.273093,0.759345,0.011981,-0.283692,0.744430,0.032305,-0.274383,0.756200,0.041522,-0.268761,0.758977,0.044241,-0.265005,0.753769 ,0.045070,-0.267379,0.746742,0.038987,-0.274660,0.744080,0.033042,-0.278900,0.748354,0.030127,-0.276042,0.752237,0.021469,-0.278807,0.759207,0.010231,-0.279360,0.762180,0.041176,-0.279312,0.763263 ,0.038466,-0.281296,0.762341,0.043818,-0.277748,0.762018,0.047190,-0.276377,0.759714,0.047697,-0.278807,0.755198,0.043872,-0.283047,0.752041,0.038630,-0.284430,0.755889,0.036798,-0.282863,0.759507 ,0.044529,-0.286550,0.767687,0.042535,-0.287471,0.767272,0.046128,-0.286084,0.766809,0.047651,-0.286319,0.765774,0.047743,-0.286411,0.762891,0.045623,-0.288669,0.761189,0.043319,-0.289407,0.762537 ,0.042213,-0.288669,0.765106,0.047197,-0.292946,0.770847,0.045750,-0.293032,0.771133,0.046877,-0.292002,0.772256,0.045969,-0.292015,0.772492,0.047493,-0.292261,0.771720,0.066822,-0.182999,0.787076 ,0.069494,-0.192688,0.775555,0.068665,-0.217239,0.781575,0.068573,-0.215949,0.769830,0.061798,-0.233092,0.778004,0.055485,-0.245719,0.770169,0.061476,-0.230419,0.764703,0.056038,-0.243323,0.756926 ,0.064610,-0.171478,0.804922,0.060831,-0.164059,0.818517,0.065255,-0.169185,0.787917,0.065163,-0.176951,0.768435,0.061568,-0.164427,0.779300,0.056591,-0.155026,0.785014,0.051568,-0.146731,0.796213 ,0.052075,-0.145279,0.812019,0.056683,-0.153505,0.822434,0.053365,-0.153477,0.835453,0.067928,-0.166386,0.805775,0.068388,-0.166962,0.790176,0.072075,-0.191254,0.788424,0.067614,-0.186134,0.801853 ,0.049494,-0.254464,0.730462,0.068941,-0.190603,0.758332,0.070232,-0.208967,0.754795,0.062305,-0.226318,0.747865,0.056960,-0.240327,0.739944,0.035531,-0.269591,0.724045,0.023463,-0.278623,0.729972 ,0.011630,-0.281204,0.734423,0.023463,-0.274199,0.722398,0.011804,-0.275766,0.721937,0.046545,-0.164289,0.851352,0.044609,-0.130878,0.836766,0.045853,-0.135590,0.816121,0.050047,-0.105486,0.844232 ,0.061107,-0.109173,0.832987,0.072905,-0.116408,0.815660,0.046176,-0.138482,0.794415,0.044932,-0.144335,0.774691,0.037927,-0.149727,0.756442,0.037835,-0.251526,0.717870,0.059264,-0.182446,0.749484 ,0.062213,-0.201709,0.742732,0.054195,-0.220557,0.736096,0.047559,-0.235028,0.728078,0.057328,-0.170234,0.763078,0.024010,-0.260305,0.713676,0.012765,-0.262079,0.712524,0.028860,-0.228576,0.720036 ,0.039263,-0.170050,0.747548,0.044102,-0.186859,0.740866,0.038975,-0.206133,0.733953,0.013917,-0.241745,0.712386,0.018802,-0.206179,0.727824,0.019470,-0.152768,0.740635,0.020369,-0.182907,0.733308 ,0.023503,-0.150602,0.729253,0.066361,-0.159450,0.818379,0.066868,-0.146743,0.826950,0.068227,-0.162872,0.779853,0.066499,-0.150706,0.786950,0.063310,-0.140482,0.819557,0.062190,-0.142284,0.800867 ,0.075209,-0.132537,0.833739,0.075578,-0.129853,0.832725,0.069218,-0.156639,0.818517,0.067605,-0.143690,0.801144,0.071748,-0.146459,0.824947,0.071362,-0.137170,0.816025,0.061153,-0.136915,0.774383 ,0.049264,-0.144335,0.750739,0.064241,-0.129311,0.796293,0.053503,-0.150141,0.702374,0.086908,-0.139450,0.762224,0.072052,-0.143690,0.729823,0.081684,-0.127652,0.794127,0.028981,-0.157423,0.673008 ,0.030784,-0.095163,0.864278,0.055347,-0.098527,0.854647,0.073089,-0.106362,0.841859,0.086131,-0.117007,0.823356,0.100204,-0.143137,0.766395,0.093504,-0.128943,0.799922,0.032074,-0.080359,0.869163 ,0.059425,-0.085209,0.860684,0.083688,-0.096131,0.845430,0.099956,-0.110325,0.826282,0.114472,-0.135763,0.769046,0.108850,-0.122491,0.801558,0.093550,-0.145809,0.739060,0.106915,-0.148667,0.743268 ,0.121661,-0.141846,0.747041,0.030784,-0.064731,0.861421,0.059448,-0.070537,0.853817,0.089218,-0.082767,0.839070,0.109311,-0.098164,0.819646,0.124795,-0.124064,0.766650,0.119726,-0.112445,0.794876 ,0.130003,-0.128989,0.744483,0.102191,-0.145625,0.721303,0.122030,-0.149358,0.720013,0.133551,-0.140971,0.728070,0.138943,-0.127975,0.730681,0.116753,-0.141938,0.701648,0.144104,-0.139450,0.698284 ,0.152630,-0.132998,0.715635,0.160003,-0.124288,0.721119,0.136547,-0.134749,0.687569,0.177100,-0.124242,0.691925,0.177308,-0.123044,0.712498,0.174013,-0.117007,0.720888,0.172054,-0.106730,0.677800 ,0.214613,-0.105993,0.700358,0.208553,-0.106362,0.718976,0.202861,-0.101246,0.725796,0.210235,-0.090509,0.684966,0.241019,-0.087329,0.715335,0.232816,-0.086730,0.731741,0.226364,-0.080002,0.739898 ,0.241134,-0.079725,0.703446,0.265950,-0.047559,0.732709,0.255858,-0.046913,0.749414,0.247148,-0.043641,0.754968,0.264545,-0.045900,0.719506,0.270697,-0.005055,0.736718,0.260282,-0.004424,0.753124 ,0.250143,-0.001204,0.757640,0.270328,-0.003364,0.724230,0.262402,0.041314,0.735612,0.250097,0.038250,0.748977,0.238254,0.037074,0.752663,0.261849,0.043549,0.719852,0.234521,0.081937,0.722087 ,0.224567,0.079034,0.738884,0.212942,0.070324,0.746119,0.235673,0.075716,0.706833,0.185453,0.105993,0.709275,0.179284,0.102352,0.730405,0.173736,0.095947,0.740059,0.181110,0.098804,0.693722 ,0.132076,0.132445,0.706556,0.129450,0.127560,0.730197,0.123113,0.116684,0.742824,0.128551,0.121754,0.688607,0.072167,0.149220,0.723170,0.075163,0.138620,0.744460,0.072605,0.125440,0.757087 ,0.065416,0.143044,0.707731,0.056729,-0.013779,0.862435,0.071660,0.038088,0.848379,0.079403,0.089495,0.808563,0.174888,-0.105993,0.747145,0.146685,-0.113551,0.759391,0.152906,-0.096039,0.790383 ,0.194290,-0.083642,0.770060,0.149127,-0.060047,0.824324,0.197239,-0.031014,0.809254,0.113136,-0.031014,0.846121,0.141017,0.019344,0.833310,0.155856,0.066464,0.795475,0.209728,0.017189,0.794231 ,0.070762,-0.152445,0.674689,0.089426,-0.146731,0.699955,0.052432,-0.157146,0.651717,0.029877,-0.159542,0.626375,0.175764,-0.087099,0.662016,0.191617,-0.076868,0.666832,0.215206,-0.076499,0.665680 ,0.247010,-0.072398,0.667892,0.275950,-0.039678,0.685934,0.282126,0.002949,0.689390,0.263968,0.048319,0.678111,0.235192,0.072352,0.680358,0.188160,0.086638,0.678589,0.124242,-0.133551,0.662663 ,0.159082,-0.104057,0.659113,0.172492,-0.063411,0.634239,0.105078,-0.141109,0.632844,0.152215,-0.100371,0.626428,0.172861,-0.042167,0.609895,0.088758,-0.145579,0.608640,0.149871,-0.099080,0.602990 ,0.180879,-0.051592,0.643537,0.178252,-0.023468,0.629343,0.177031,0.012903,0.628513,0.181432,0.046729,0.639712,0.202216,0.070508,0.659343,0.172999,0.011429,0.610673,0.163966,0.054563,0.612637 ,0.144404,0.089587,0.612240,0.108988,0.124426,0.609849,0.068388,0.145164,0.613893,0.138479,0.112721,0.668261,0.146109,0.103689,0.646221,0.166363,0.073826,0.644182,0.106315,0.131155,0.653733 ,0.110233,0.126915,0.631382,0.073688,0.145441,0.654505,0.071476,0.147192,0.632442,0.036545,0.151339,0.669194,0.028831,0.155395,0.647408,0.029302,0.152814,0.621071,0.072190,-0.145625,0.597130 ,0.047858,-0.147192,0.575321,0.104103,-0.118989,0.573489,0.162722,-0.036038,0.581231,0.139911,-0.090463,0.577216,0.162077,0.008111,0.585287,0.154704,0.046038,0.587798,0.137606,0.085808,0.589158 ,0.107871,0.120555,0.589630,0.067029,0.143782,0.597384,0.030162,0.150049,0.601600,0.051384,-0.147008,0.562577,0.102168,-0.120279,0.559906,0.162630,-0.035439,0.567657,0.139957,-0.090002,0.563640 ,0.162860,0.007926,0.571715,0.155994,0.047282,0.576208,0.138090,0.084794,0.576992,0.108182,0.118989,0.577360,0.067513,0.142860,0.585241,0.030968,0.150049,0.589688,0.049218,-0.144934,0.487988 ,0.098435,-0.118896,0.484953,0.157791,-0.036222,0.502462,0.137330,-0.085808,0.491742,0.158897,0.012304,0.505936,0.151155,0.045208,0.504744,0.130786,0.082951,0.515426,0.109634,0.106177,0.513381 ,0.078043,0.125256,0.499113,0.037190,0.138620,0.495389,0.091753,-0.119726,0.470603,0.073043,-0.132445,0.480676,0.047881,-0.141478,0.474478,0.039586,-0.139911,0.456284,0.043480,-0.129311,0.433003 ,0.064978,-0.116131,0.428601,0.083481,-0.108666,0.432841,0.094242,-0.116316,0.454558,0.138113,-0.082075,0.474547,0.160234,-0.034517,0.494962,0.140371,-0.085025,0.483557,0.160326,0.013733,0.497531 ,0.089357,-0.127007,0.459386,0.158298,-0.036683,0.486068,0.158621,0.012397,0.489084,0.072490,-0.133275,0.471436,0.055761,-0.139542,0.467565,0.048618,-0.139265,0.454869,0.052213,-0.133735,0.440952 ,0.067859,-0.124703,0.435445,0.081476,-0.120095,0.440929,0.078919,-0.126731,0.456920,0.069748,-0.127929,0.463003,0.061269,-0.131708,0.461528,0.057259,-0.130417,0.455077,0.058941,-0.126915,0.448348 ,0.066937,-0.122307,0.445560,0.074126,-0.120648,0.448164,0.067213,-0.126454,0.454408,0.039632,-0.123873,0.424500,0.140141,0.077651,0.491708,0.152906,0.046038,0.497321,0.139173,0.070785,0.502422 ,0.140740,0.065577,0.485962,0.151892,0.042858,0.488015,0.095808,0.111753,0.484997,0.131892,0.074886,0.463594,0.104656,0.098666,0.461937,0.130371,0.087421,0.505124,0.113781,0.104242,0.503848 ,0.105578,0.108389,0.486180,0.130970,0.082214,0.472632,0.113366,0.099956,0.470670,0.129726,0.084518,0.489994,0.120555,0.084794,0.496460,0.114565,0.096822,0.495737,0.109495,0.097974,0.485999 ,0.123044,0.084287,0.479421,0.114565,0.093136,0.478003,0.072813,0.115578,0.455538,0.034102,0.127376,0.450785,0.129680,-0.076637,0.442473,0.136132,-0.079817,0.461102,0.158160,-0.035761,0.471333 ,0.159082,0.009125,0.473856,0.151524,0.040784,0.471943,0.152998,-0.034932,0.452819,0.155072,0.006544,0.455307,0.148390,0.039033,0.452906,0.131385,0.066729,0.447170,0.101338,0.089587,0.443645 ,0.071476,0.105901,0.438281,0.032627,0.115486,0.431948,0.036498,-0.088758,0.376895,0.062697,-0.100924,0.398785,0.091638,-0.096223,0.407668,0.133551,-0.076223,0.412714,0.161432,-0.037512,0.414177 ,0.167653,0.000599,0.410813,0.159542,0.037881,0.410352,0.139819,0.063688,0.403682,0.103931,0.086269,0.395237,0.065646,0.097329,0.387003,0.031395,0.100924,0.388797,0.062858,0.088205,0.365029 ,0.031118,0.069863,0.361826,0.025692,-0.044609,0.354637,0.021631,0.013088,0.352102,0.184151,-0.003134,0.364343,0.171616,0.033134,0.357684,0.146915,0.057144,0.352217,0.108044,0.073734,0.345054 ,0.105350,-0.101292,0.366480,0.144243,-0.092905,0.367909,0.178160,-0.054195,0.372195,0.073273,-0.095025,0.359176,0.056222,-0.079817,0.347189,0.043388,-0.047559,0.331687,0.041890,0.010138,0.330322 ,0.052259,0.053319,0.334216,0.072905,0.075670,0.337963,0.120636,-0.119357,0.306756,0.158989,-0.106177,0.314682,0.188160,-0.071522,0.314866,0.091753,-0.111938,0.297113,0.072720,-0.091799,0.291761 ,0.065623,-0.062351,0.283092,0.192354,-0.038342,0.292631,0.181478,-0.004165,0.286548,0.155026,0.018157,0.280868,0.124000,0.027742,0.278575,0.079080,0.009401,0.277250,0.099126,0.025715,0.278253 ,0.067928,-0.022443,0.277475,0.128712,-0.124426,0.269232,0.162722,-0.108528,0.293576,0.105578,-0.119449,0.239407,0.088665,-0.099080,0.239865,0.183137,-0.043849,0.241714,0.167653,-0.023595,0.239387 ,0.148390,-0.008940,0.240211,0.083181,-0.080739,0.241636,0.127583,-0.002949,0.243520,0.092536,-0.020185,0.243857,0.108988,-0.006083,0.245167,0.084702,-0.047098,0.242958,0.107577,-0.110601,0.221316 ,0.091983,-0.090140,0.200901,0.175395,-0.047921,0.213021,0.172907,-0.031118,0.205463,0.158252,-0.005392,0.212819,0.079817,-0.068435,0.209173,0.128401,0.005438,0.220579,0.087052,-0.012350,0.221236 ,0.105993,0.000553,0.223183,0.077882,-0.038204,0.215510,0.162953,-0.068112,0.190256,0.123136,-0.099495,0.188320,0.191709,-0.076868,0.306802,0.132814,-0.127652,0.264059,0.111189,-0.125625,0.237615 ,0.113389,-0.119265,0.219254,0.129127,-0.107375,0.192652,0.168068,-0.073181,0.195555,0.145579,-0.090140,0.182191,0.149035,-0.094011,0.187813,0.197608,-0.047259,0.289221,0.185073,-0.055589,0.217238 ,0.167492,-0.109726,0.287953,0.191525,-0.081753,0.300327,0.140740,-0.124611,0.257158,0.122422,-0.126961,0.240303,0.124288,-0.121155,0.221731,0.137284,-0.109772,0.201062,0.168529,-0.084241,0.201938 ,0.153183,-0.097606,0.196177,0.197239,-0.057121,0.285235,0.186087,-0.063616,0.224335,0.170280,-0.108850,0.279889,0.194151,-0.085532,0.293990,0.144542,-0.125625,0.252815,0.128712,-0.128205,0.238897 ,0.129542,-0.124242,0.223183,0.141708,-0.112998,0.204334,0.170695,-0.088804,0.205947,0.156777,-0.101753,0.200532,0.198806,-0.064011,0.282078,0.187285,-0.070024,0.226846,0.173460,-0.109265,0.274359 ,0.172722,-0.030127,0.193942,0.163275,-0.061292,0.177905,0.117099,-0.096684,0.179541,0.142952,-0.087283,0.171845,0.091188,-0.086822,0.189610,0.077790,-0.064517,0.198574,0.074564,-0.035623,0.205279 ,0.157607,-0.002442,0.202047,0.127468,0.009770,0.208735,0.085347,-0.007788,0.209887,0.102997,0.005207,0.211016,0.156501,-0.050324,0.155958,0.106869,-0.082582,0.157628,0.137169,-0.078896,0.158930 ,0.088020,-0.070693,0.156914,0.071154,-0.045807,0.157697,0.066729,-0.014424,0.165324,0.077974,0.012120,0.169656,0.163506,-0.019263,0.156433,0.153459,0.012212,0.161361,0.130463,0.026636,0.167260 ,0.102997,0.027558,0.169357,0.150464,-0.042121,0.134442,0.105002,-0.072444,0.137582,0.133735,-0.071084,0.139001,0.151339,-0.020323,0.114361,0.150233,0.009908,0.122443,0.130832,0.031107,0.122052 ,0.067375,-0.001936,0.121452,0.076684,0.023687,0.120942,0.106269,0.037512,0.121533,0.088205,-0.055715,0.121637,0.071200,-0.031014,0.122512,0.129922,0.030508,0.080156,0.069679,-0.006037,0.079124 ,0.076776,0.028526,0.070299,0.109081,0.042028,0.072120,0.079587,-0.040738,0.096164,0.073458,-0.026176,0.095288,0.083181,-0.050139,0.074862,0.158160,-0.022351,0.074787,0.150233,0.005461,0.086002 ,0.132215,0.032074,0.056774,0.159911,-0.026314,0.053525,0.150786,0.006705,0.049469,0.065255,-0.006636,0.051589,0.087375,0.041291,0.024815,0.073527,-0.049494,0.059562,0.109173,0.044148,0.024538 ,0.134265,0.031706,0.023317,0.069541,0.018157,0.025045,0.165533,-0.061845,0.045230,0.174255,-0.091062,0.036289,0.175533,-0.127606,0.029538,0.162031,-0.064540,0.057119,0.128551,-0.087191,0.071636 ,0.092548,-0.081845,0.067534,0.081476,-0.080071,0.056566,0.161017,-0.030735,0.078687,0.163045,-0.034448,0.066843,0.156685,-0.031614,0.111222,0.152538,-0.047512,0.126706,0.106869,-0.074057,0.129241 ,0.135371,-0.072121,0.129932,0.092721,-0.063411,0.117374,0.082997,-0.055623,0.096798,0.083227,-0.061476,0.084562,0.155395,-0.057052,0.081797,0.097467,-0.075117,0.093733,0.127963,-0.077144,0.097581 ,0.083873,-0.106892,0.044561,0.090831,-0.146455,0.035137,0.170372,-0.096223,0.047810,0.133551,-0.117836,0.057073,0.095466,-0.116039,0.057211,0.169681,-0.124334,0.038133,0.135763,-0.144980,0.041451 ,0.099550,-0.143321,0.045045,0.164612,-0.022097,0.020091,0.138298,-0.153045,0.035782,0.152031,0.007742,0.020874,0.175027,-0.057052,0.020967,0.181294,-0.088642,0.018708,0.184520,-0.121984,0.016335 ,0.065854,-0.009678,0.022614,0.067559,-0.048780,0.023570,0.071246,-0.083804,0.023755,0.074195,-0.112260,0.019861,0.080923,-0.147238,0.017971,0.092237,0.029770,0.009077,0.109524,0.031061,0.008132 ,0.129980,0.023042,0.008178,0.076338,0.012074,0.009376,0.147929,0.003042,0.008178,0.159542,-0.023065,0.008895,0.170603,-0.057720,0.009077,0.176962,-0.089334,0.007493,0.176225,-0.125011,0.004768 ,0.072444,-0.009309,0.009584,0.075578,-0.048757,0.010920,0.078435,-0.083527,0.010874,0.081384,-0.112606,0.006980,0.091108,-0.148574,0.005770,0.092122,-0.169312,0.032372,0.085532,-0.174474,0.020275 ,0.090094,-0.170971,0.009077,0.120011,-0.172354,0.029699,0.181294,-0.151063,0.021358,0.121581,-0.174842,0.008478,0.103781,-0.186087,0.021473,0.120141,-0.181110,0.019446,0.182216,-0.153528,0.013800 ,0.177193,-0.150118,0.007303,0.149220,-0.171334,0.008316,0.146353,-0.133281,0.005120,0.151201,-0.175672,0.017026,0.151452,-0.161593,0.025391,0.275950,-0.034332,0.657131,0.284522,0.006175,0.662708 ,0.228726,-0.063043,0.629758,0.258312,-0.049678,0.632638,0.209733,-0.048757,0.620656,0.202815,-0.023411,0.605253,0.200465,0.011337,0.600333,0.207009,0.047374,0.608697,0.276227,0.051775,0.640495 ,0.256710,0.075578,0.628652,0.231767,0.073458,0.617833,0.284199,-0.030508,0.637361,0.290513,0.012143,0.635979,0.242920,-0.052536,0.589135,0.269729,-0.036775,0.603974,0.224371,-0.037973,0.586531 ,0.255397,-0.033826,0.557325,0.271757,-0.033457,0.565286,0.239901,-0.020277,0.552383,0.294799,-0.024954,0.610126,0.303140,0.015864,0.607545,0.297932,-0.021567,0.570632,0.317057,0.018906,0.576300 ,0.289545,0.056545,0.603398,0.214981,-0.016314,0.580966,0.211249,0.013825,0.575442,0.229912,-0.005714,0.547544,0.222170,0.015116,0.539168,0.229912,0.058527,0.540101,0.219544,0.051937,0.579181 ,0.267886,0.083412,0.581496,0.247655,0.081845,0.572406,0.303555,0.069587,0.564134,0.306642,0.084518,0.549687,0.318209,0.072813,0.540850,0.341804,0.060001,0.512198,0.338647,0.051522,0.470561 ,0.311216,0.042582,0.442841,0.260489,0.034932,0.452703,0.234244,0.028710,0.486598,0.228622,0.043411,0.516437,0.225719,0.066822,0.525700,0.306227,-0.021659,0.562798,0.325813,0.021682,0.568420 ,0.332265,0.018387,0.555424,0.310605,-0.024655,0.550447,0.256733,-0.035577,0.548765,0.281261,-0.036683,0.556496,0.240788,-0.024609,0.542187,0.226733,-0.010691,0.535372,0.219175,0.012719,0.529571 ,0.260858,-0.034747,0.536138,0.283554,-0.037282,0.543258,0.243622,-0.026636,0.529525,0.231894,-0.013733,0.523926,0.224705,0.013364,0.518258,0.312956,-0.026636,0.547221,0.290156,-0.040922,0.538465 ,0.338394,0.015669,0.547406,0.281572,-0.054932,0.511472,0.297823,-0.074932,0.456344,0.320352,-0.098020,0.408555,0.260881,-0.047098,0.493044,0.241295,-0.028434,0.484317,0.231756,-0.000369,0.481160 ,0.272125,-0.064978,0.452600,0.255812,-0.049402,0.443740,0.249959,-0.019447,0.439155,0.263277,0.006037,0.434132,0.315191,0.023180,0.426389,0.342657,0.008894,0.420445,0.298393,-0.093274,0.398002 ,0.283600,-0.078711,0.392011,0.285075,-0.056683,0.387034,0.330537,-0.020692,0.390997,0.356228,-0.027374,0.392368,0.303624,-0.034517,0.386665,0.329684,-0.099772,0.412979,0.354155,-0.089403,0.415237 ,0.373740,-0.063089,0.412426,0.375998,-0.039263,0.405525,0.362864,-0.025577,0.398970,0.319534,-0.031579,0.544456,0.298485,-0.046637,0.535585,0.347288,0.010415,0.543765,0.292725,-0.057881,0.515700 ,0.308131,-0.077605,0.461782,0.352311,0.051568,0.510423,0.354523,0.047282,0.472589,0.357380,0.008433,0.422703,0.327011,-0.047213,0.514179,0.358717,-0.012615,0.505239,0.364892,0.021973,0.487946 ,0.338163,-0.069080,0.464293,0.365998,-0.044978,0.456413,0.373832,-0.015438,0.439636,0.269602,0.090601,0.573858,0.249325,0.089403,0.565148,0.258796,0.044333,0.454362,0.231825,0.042582,0.482750 ,0.332080,0.062213,0.473165,0.305663,0.054010,0.447219,0.334477,0.070647,0.510930,0.246318,0.076591,0.497981,0.307737,0.087652,0.513857,0.285029,0.084333,0.489064,0.284222,0.095394,0.537696 ,0.250604,0.089403,0.527935,0.332530,-0.105993,0.408325,0.317956,-0.101292,0.396965,0.326343,-0.108850,0.401343,0.319914,-0.111154,0.379683,0.328901,-0.116961,0.386262,0.325951,-0.126270,0.358174 ,0.334938,-0.123689,0.365789,0.358360,-0.093689,0.409891,0.377796,-0.067651,0.405836,0.379178,-0.042305,0.399211,0.368210,-0.030139,0.390997,0.358210,-0.040185,0.375605,0.370975,-0.039701,0.378255 ,0.372219,-0.052651,0.358231,0.377980,-0.051222,0.366112,0.388487,-0.073008,0.352955,0.387197,-0.077156,0.361077,0.341988,-0.128666,0.363301,0.330928,-0.132076,0.353139,0.388487,-0.086546,0.359833 ,0.392266,-0.078412,0.349533,0.357427,-0.114795,0.373946,0.375031,-0.095509,0.372241,0.361021,-0.119265,0.368462,0.379270,-0.100924,0.366573,0.320513,-0.133920,0.338893,0.326827,-0.137514,0.340247 ,0.324304,-0.136777,0.320304,0.331205,-0.138897,0.324602,0.389224,-0.072548,0.331733,0.394478,-0.079276,0.332701,0.392266,-0.084126,0.318092,0.393741,-0.088182,0.322816,0.382957,-0.104887,0.306537 ,0.383510,-0.109311,0.313230,0.349648,-0.133182,0.305281,0.352461,-0.136132,0.312055,0.361666,-0.103597,0.391112,0.378533,-0.082628,0.388186,0.384708,-0.055013,0.380974,0.344108,-0.137699,0.338058 ,0.371067,-0.124035,0.338836,0.387473,-0.103712,0.340829,0.309200,-0.129957,0.348162,0.300882,-0.097375,0.338554,0.358768,-0.112960,0.199017,0.349286,-0.102611,0.202927,0.398345,-0.075587,0.235056 ,0.329684,-0.143597,0.279566,0.320744,-0.131224,0.278829,0.388948,-0.074656,0.287147,0.398626,-0.084979,0.288573,0.352012,-0.105394,0.274912,0.365814,-0.124519,0.276479,0.311458,-0.135487,0.327217 ,0.370653,-0.062398,0.328968,0.349546,-0.077744,0.323899,0.359178,-0.048941,0.355052,0.310047,-0.108781,0.314406,0.292633,-0.128528,0.330178,0.289155,-0.106548,0.319404,0.290186,-0.121177,0.266146 ,0.287258,-0.131120,0.267001,0.281769,-0.128855,0.292302,0.285044,-0.113809,0.290489,0.298958,-0.133551,0.295926,0.302696,-0.117481,0.292540,0.299272,-0.133942,0.269341,0.301380,-0.124412,0.267775 ,0.325701,-0.140095,0.304359,0.380169,-0.068388,0.309394,0.317287,-0.123551,0.300120,0.368579,-0.121661,0.302985,0.348733,-0.102721,0.295904,0.384311,-0.087970,0.247907,0.385473,-0.091875,0.264969 ,0.399920,-0.074255,0.251315,0.400503,-0.076886,0.268726,0.322188,-0.142768,0.256312,0.357292,-0.099348,0.276339,0.371989,-0.116224,0.278944,0.321909,-0.138800,0.233421,0.367379,-0.099378,0.210139 ,0.340125,-0.125304,0.231826,0.390414,-0.068707,0.238125,0.341722,-0.128176,0.254655,0.363684,-0.106137,0.231785,0.365163,-0.110509,0.254825,0.382575,-0.093842,0.260436,0.381433,-0.091029,0.236654 ,0.368038,-0.080655,0.304071,0.295490,-0.097145,0.366112,0.376442,-0.083125,0.282544,0.337956,-0.056729,0.352886,0.390146,-0.096776,0.284382,0.346108,-0.129380,0.248119,0.345561,-0.125561,0.222710 ,0.365345,-0.115137,0.248092,0.318007,-0.122154,0.216870,0.363647,-0.110439,0.223092,0.395072,-0.070458,0.235135,0.385077,-0.102606,0.281870,0.337979,-0.116546,0.277400,0.331542,-0.114407,0.297721 ,0.322900,-0.129323,0.210292,0.318865,-0.125020,0.211294,0.382613,-0.091368,0.282561,0.354149,-0.105832,0.197956,0.339623,-0.127744,0.276828,0.342413,-0.125719,0.276604,0.322288,-0.093504,0.321733 ,0.379881,-0.093983,0.281947,0.361343,-0.094019,0.210353,0.363925,-0.109508,0.275764,0.317450,-0.135048,0.301389,0.391529,-0.073596,0.310880,0.279668,-0.120974,0.291163,0.301994,-0.127595,0.294876 ,0.287195,-0.117237,0.324728,0.351943,-0.132261,0.276640,0.301118,-0.129727,0.265339,0.288863,-0.126481,0.263121,0.372276,-0.089478,0.282013,0.313149,-0.122823,0.316831,0.382312,-0.064379,0.330719 ,0.360667,-0.112365,0.275133,0.320788,-0.141527,0.279020,0.397975,-0.076796,0.288139,0.305536,-0.106269,0.375282,0.372164,-0.084781,0.213504,0.343694,-0.135302,0.277327,0.343458,-0.114049,0.198849 ,0.329671,-0.117224,0.210114,0.385091,-0.079251,0.231960,0.331458,-0.120884,0.276407,0.297748,-0.109818,0.355605,0.326362,-0.115463,0.216105,0.332770,-0.122555,0.209387,0.390507,-0.083454,0.232498 ,0.382591,-0.074963,0.236157,0.341238,-0.109474,0.203437,0.358933,-0.089048,0.216448,0.367339,-0.082008,0.218774,0.349742,-0.119740,0.199533,0.376384,-0.091169,0.212764,0.367464,-0.124359,0.248043 ,0.365918,-0.119949,0.220511,0.352979,-0.106822,0.225832,0.354293,-0.108804,0.249243,0.343947,-0.116408,0.227998,0.345701,-0.122528,0.250954,0.353741,-0.129043,0.220753,0.354671,-0.133599,0.248343 ,0.361094,-0.099410,0.256080,0.360220,-0.095890,0.235821,0.371837,-0.109391,0.229025,0.374045,-0.114494,0.254817,0.382035,-0.098159,0.233621,0.383971,-0.101523,0.258690,0.373202,-0.088456,0.260131 ,0.372171,-0.086774,0.239051,0.330491,-0.143690,0.256570,0.328463,-0.138989,0.230556,0.340528,-0.131387,0.228268,0.343687,-0.136223,0.254189,0.321481,-0.133033,0.257100,0.322034,-0.129933,0.236939 ,0.332769,-0.123706,0.255358,0.331861,-0.120894,0.235667,0.392012,-0.091371,0.246401,0.392503,-0.095420,0.265203,0.380982,-0.083500,0.265835,0.381834,-0.079848,0.250188,0.392415,-0.071580,0.252391 ,0.392318,-0.073789,0.268588,0.401391,-0.085301,0.268411,0.400192,-0.080877,0.249200,0.370376,-0.125717,0.311016,0.299361,-0.080624,0.360582,0.312449,-0.074564,0.352655,0.000000,-0.280052,0.790129 ,0.000000,-0.281342,0.768562,-0.000000,-0.134657,0.859716,0.000000,-0.281112,0.734350,0.000000,-0.277241,0.724483,-0.000000,-0.205603,0.725382,-0.000000,-0.078988,0.872620,-0.000000,0.143782,0.755440 ,-0.000000,0.147468,0.713780,-0.000000,-0.008433,0.866583,-0.000000,0.152722,0.621232,-0.000000,0.150141,0.601808,-0.000000,-0.153275,0.579712,-0.000000,-0.127468,0.422726,-0.000000,0.117883,0.428970 ,0.000000,-0.253600,0.816812,0.000000,-0.263323,0.806674,0.000000,-0.219405,0.857642,0.000000,-0.282402,0.758124,0.000000,-0.265374,0.713907,-0.000000,-0.152353,0.720131,-0.000000,-0.155303,0.697854 ,-0.000000,-0.063544,0.865246,-0.000000,0.151985,0.731638,-0.000000,0.043688,0.848241,-0.000000,0.092721,0.809439,-0.000000,0.155671,0.652223,-0.000000,0.150233,0.589918,-0.000000,-0.089864,0.383071 ,-0.000000,0.066038,0.367126,-0.000000,-0.043042,0.361227,-0.058434,-0.214705,0.817411,-0.049955,-0.231018,0.811927,-0.051937,-0.223875,0.827411,-0.036821,-0.238576,0.817227,-0.054655,-0.223322,0.812065 ,-0.046591,-0.233507,0.823033,-0.044886,-0.236456,0.812941,-0.056453,-0.215857,0.824508,-0.068204,-0.209866,0.816674,-0.053319,-0.237009,0.801881,-0.055070,-0.224060,0.836859,-0.028019,-0.249360,0.818471 ,-0.061937,-0.221986,0.805798,-0.042950,-0.239682,0.828149,-0.043273,-0.247194,0.804784,-0.066130,-0.213414,0.832342,-0.068757,-0.198207,0.808505,-0.056683,-0.241111,0.789945,-0.052029,-0.221894,0.845707 ,-0.011982,-0.251341,0.816213,-0.068573,-0.215580,0.794185,-0.038204,-0.238115,0.839347,-0.035254,-0.254337,0.799070,-0.064610,-0.203679,0.838731,-0.006498,-0.261111,0.805199,-0.009309,-0.276918,0.789945 ,-0.018756,-0.265305,0.796259,-0.019447,-0.271664,0.790682,-0.030231,-0.259498,0.791604,-0.028710,-0.268623,0.779162,-0.007235,-0.276457,0.779392,-0.017834,-0.256226,0.803724,-0.012120,-0.273784,0.781927 ,-0.020922,-0.271388,0.781650,-0.011268,-0.244245,0.831328,-0.042766,-0.212401,0.851467,-0.025484,-0.230880,0.842296,-0.057282,-0.196686,0.843356,-0.024563,-0.248853,0.828840,-0.037616,-0.272632,0.764346 ,-0.009493,-0.282356,0.769161,-0.020738,-0.279591,0.766120,-0.030600,-0.277978,0.760843,-0.050324,-0.252678,0.781028,-0.045116,-0.260512,0.773155,-0.044932,-0.267010,0.762394,-0.025623,-0.215719,0.855154 ,-0.029125,-0.186455,0.867274,-0.027166,-0.159416,0.864094,-0.028111,-0.135441,0.852251,-0.029540,-0.104426,0.853725,-0.067928,-0.187561,0.801573,-0.072720,-0.201744,0.788666,-0.046176,-0.189105,0.855615 ,-0.052720,-0.255397,0.760526,-0.058066,-0.176997,0.837550,-0.049033,-0.263415,0.754883,-0.053365,-0.255766,0.743781,-0.048273,-0.266826,0.744716,-0.039759,-0.274752,0.741285,-0.030554,-0.280743,0.746511 ,-0.022788,-0.282033,0.753643,-0.010830,-0.282126,0.757341,-0.047743,-0.263185,0.735107,-0.036038,-0.273923,0.732907,-0.023112,-0.281480,0.739628,-0.036452,-0.273093,0.759345,-0.011981,-0.283692,0.744430 ,-0.032305,-0.274383,0.756200,-0.041522,-0.268761,0.758977,-0.044241,-0.265005,0.753769,-0.045070,-0.267379,0.746742,-0.038987,-0.274660,0.744080,-0.033042,-0.278900,0.748354,-0.030127,-0.276042,0.752237 ,-0.021469,-0.278807,0.759207,-0.010231,-0.279360,0.762180,-0.041176,-0.279312,0.763263,-0.038466,-0.281296,0.762341,-0.043818,-0.277748,0.762018,-0.047190,-0.276377,0.759714,-0.047697,-0.278807,0.755198 ,-0.043872,-0.283047,0.752041,-0.038630,-0.284430,0.755889,-0.036798,-0.282863,0.759507,-0.044529,-0.286550,0.767687,-0.042535,-0.287471,0.767272,-0.046128,-0.286084,0.766809,-0.047651,-0.286319,0.765774 ,-0.047743,-0.286411,0.762891,-0.045623,-0.288669,0.761189,-0.043319,-0.289407,0.762537,-0.042213,-0.288669,0.765106,-0.047197,-0.292946,0.770847,-0.045750,-0.293032,0.771133,-0.046877,-0.292002,0.772256 ,-0.045969,-0.292015,0.772492,-0.047493,-0.292261,0.771720,-0.066822,-0.182999,0.787076,-0.069494,-0.192688,0.775555,-0.068665,-0.217239,0.781575,-0.068573,-0.215949,0.769830,-0.061798,-0.233092,0.778004 ,-0.055485,-0.245719,0.770169,-0.061476,-0.230419,0.764703,-0.056038,-0.243323,0.756926,-0.064610,-0.171478,0.804922,-0.060831,-0.164059,0.818517,-0.065255,-0.169185,0.787917,-0.065163,-0.176951,0.768435 ,-0.061568,-0.164427,0.779300,-0.056591,-0.155026,0.785014,-0.051568,-0.146731,0.796213,-0.052075,-0.145279,0.812019,-0.056683,-0.153505,0.822434,-0.053365,-0.153477,0.835453,-0.067928,-0.166386,0.805775 ,-0.068388,-0.166962,0.790176,-0.072075,-0.191254,0.788424,-0.067614,-0.186134,0.801853,-0.049494,-0.254464,0.730462,-0.068941,-0.190603,0.758332,-0.070232,-0.208967,0.754795,-0.062305,-0.226318,0.747865 ,-0.056960,-0.240327,0.739944,-0.035531,-0.269591,0.724045,-0.023463,-0.278623,0.729972,-0.011630,-0.281204,0.734423,-0.023463,-0.274199,0.722398,-0.011804,-0.275766,0.721937,-0.046545,-0.164289,0.851352 ,-0.044609,-0.130878,0.836766,-0.045853,-0.135590,0.816121,-0.050047,-0.105486,0.844232,-0.061107,-0.109173,0.832987,-0.072905,-0.116408,0.815660,-0.046176,-0.138482,0.794415,-0.044932,-0.144335,0.774691 ,-0.037927,-0.149727,0.756442,-0.037835,-0.251526,0.717870,-0.059264,-0.182446,0.749484,-0.062213,-0.201709,0.742732,-0.054195,-0.220557,0.736096,-0.047559,-0.235028,0.728078,-0.057328,-0.170234,0.763078 ,-0.024010,-0.260305,0.713676,-0.012765,-0.262079,0.712524,-0.028860,-0.228576,0.720036,-0.039263,-0.170050,0.747548,-0.044102,-0.186859,0.740866,-0.038975,-0.206133,0.733953,-0.013917,-0.241745,0.712386 ,-0.018802,-0.206179,0.727824,-0.019470,-0.152768,0.740635,-0.020369,-0.182907,0.733308,-0.023503,-0.150602,0.729253,-0.066361,-0.159450,0.818379,-0.066868,-0.146743,0.826950,-0.068227,-0.162872,0.779853 ,-0.066499,-0.150706,0.786950,-0.063310,-0.140482,0.819557,-0.062190,-0.142284,0.800867,-0.075209,-0.132537,0.833739,-0.075578,-0.129853,0.832725,-0.069218,-0.156639,0.818517,-0.067605,-0.143690,0.801144 ,-0.071748,-0.146459,0.824947,-0.071362,-0.137170,0.816025,-0.061153,-0.136915,0.774383,-0.049264,-0.144335,0.750739,-0.064241,-0.129311,0.796293,-0.053503,-0.150141,0.702374,-0.086908,-0.139450,0.762224 ,-0.072052,-0.143690,0.729823,-0.081684,-0.127652,0.794127,-0.028981,-0.157423,0.673008,-0.030784,-0.095163,0.864278,-0.055347,-0.098527,0.854647,-0.073089,-0.106362,0.841859,-0.086131,-0.117007,0.823356 ,-0.100204,-0.143137,0.766395,-0.093504,-0.128943,0.799922,-0.032074,-0.080359,0.869163,-0.059425,-0.085209,0.860684,-0.083688,-0.096131,0.845430,-0.099956,-0.110325,0.826282,-0.114472,-0.135763,0.769046 ,-0.108850,-0.122491,0.801558,-0.093550,-0.145809,0.739060,-0.106915,-0.148667,0.743268,-0.121661,-0.141846,0.747041,-0.030784,-0.064731,0.861421,-0.059448,-0.070537,0.853817,-0.089218,-0.082767,0.839071 ,-0.109311,-0.098164,0.819646,-0.124795,-0.124064,0.766650,-0.119726,-0.112445,0.794876,-0.130003,-0.128989,0.744483,-0.102191,-0.145625,0.721303,-0.122030,-0.149358,0.720013,-0.133551,-0.140971,0.728070 ,-0.138943,-0.127975,0.730681,-0.116754,-0.141938,0.701648,-0.144104,-0.139450,0.698284,-0.152630,-0.132998,0.715635,-0.160003,-0.124288,0.721119,-0.136547,-0.134749,0.687569,-0.177100,-0.124242,0.691925 ,-0.177308,-0.123044,0.712498,-0.174013,-0.117007,0.720888,-0.172054,-0.106730,0.677800,-0.214613,-0.105993,0.700358,-0.208553,-0.106362,0.718976,-0.202861,-0.101246,0.725796,-0.210235,-0.090509,0.684966 ,-0.241019,-0.087329,0.715335,-0.232816,-0.086730,0.731741,-0.226364,-0.080002,0.739898,-0.241134,-0.079725,0.703446,-0.265950,-0.047559,0.732709,-0.255858,-0.046913,0.749414,-0.247148,-0.043641,0.754967 ,-0.264545,-0.045900,0.719506,-0.270697,-0.005055,0.736718,-0.260282,-0.004424,0.753124,-0.250143,-0.001204,0.757640,-0.270328,-0.003364,0.724230,-0.262402,0.041314,0.735612,-0.250097,0.038250,0.748977 ,-0.238254,0.037074,0.752663,-0.261849,0.043549,0.719852,-0.234521,0.081937,0.722087,-0.224567,0.079034,0.738884,-0.212942,0.070324,0.746119,-0.235673,0.075716,0.706833,-0.185453,0.105993,0.709275 ,-0.179284,0.102352,0.730405,-0.173736,0.095947,0.740059,-0.181110,0.098804,0.693722,-0.132076,0.132445,0.706556,-0.129450,0.127560,0.730197,-0.123113,0.116684,0.742824,-0.128551,0.121754,0.688607 ,-0.072167,0.149220,0.723170,-0.075163,0.138620,0.744460,-0.072605,0.125440,0.757087,-0.065416,0.143044,0.707731,-0.056729,-0.013779,0.862435,-0.071660,0.038088,0.848379,-0.079403,0.089495,0.808563 ,-0.174888,-0.105993,0.747145,-0.146685,-0.113551,0.759392,-0.152906,-0.096039,0.790383,-0.194290,-0.083642,0.770060,-0.149127,-0.060047,0.824324,-0.197239,-0.031014,0.809254,-0.113136,-0.031014,0.846121 ,-0.141017,0.019344,0.833310,-0.155856,0.066464,0.795475,-0.209728,0.017189,0.794231,-0.070762,-0.152445,0.674689,-0.089426,-0.146731,0.699955,-0.052432,-0.157146,0.651717,-0.029877,-0.159542,0.626375 ,-0.175764,-0.087099,0.662016,-0.191617,-0.076868,0.666832,-0.215206,-0.076499,0.665680,-0.247010,-0.072398,0.667892,-0.275950,-0.039678,0.685934,-0.282126,0.002949,0.689390,-0.263969,0.048319,0.678111 ,-0.235192,0.072352,0.680358,-0.188161,0.086638,0.678589,-0.124242,-0.133551,0.662663,-0.159082,-0.104057,0.659113,-0.172492,-0.063411,0.634239,-0.105078,-0.141109,0.632844,-0.152215,-0.100371,0.626428 ,-0.172861,-0.042167,0.609895,-0.088758,-0.145579,0.608640,-0.149871,-0.099080,0.602990,-0.180879,-0.051592,0.643537,-0.178252,-0.023468,0.629343,-0.177031,0.012903,0.628513,-0.181432,0.046729,0.639712 ,-0.202216,0.070508,0.659343,-0.172999,0.011429,0.610673,-0.163966,0.054563,0.612637,-0.144404,0.089587,0.612240,-0.108988,0.124426,0.609849,-0.068388,0.145164,0.613893,-0.138479,0.112721,0.668261 ,-0.146109,0.103689,0.646221,-0.166363,0.073826,0.644182,-0.106315,0.131155,0.653733,-0.110233,0.126915,0.631382,-0.073688,0.145441,0.654505,-0.071476,0.147192,0.632442,-0.036545,0.151339,0.669194 ,-0.028831,0.155395,0.647408,-0.029302,0.152814,0.621071,-0.072190,-0.145625,0.597130,-0.047858,-0.147192,0.575321,-0.104103,-0.118989,0.573489,-0.162722,-0.036038,0.581231,-0.139911,-0.090463,0.577216 ,-0.162077,0.008111,0.585287,-0.154704,0.046038,0.587798,-0.137606,0.085808,0.589158,-0.107871,0.120555,0.589630,-0.067029,0.143782,0.597384,-0.030162,0.150049,0.601600,-0.051384,-0.147008,0.562577 ,-0.102168,-0.120279,0.559906,-0.162630,-0.035439,0.567657,-0.139957,-0.090002,0.563640,-0.162860,0.007926,0.571715,-0.155994,0.047282,0.576208,-0.138090,0.084794,0.576992,-0.108182,0.118989,0.577360 ,-0.067513,0.142860,0.585241,-0.030968,0.150049,0.589688,-0.049218,-0.144934,0.487988,-0.098435,-0.118896,0.484953,-0.157791,-0.036222,0.502462,-0.137330,-0.085808,0.491742,-0.158897,0.012304,0.505936 ,-0.151155,0.045208,0.504744,-0.130786,0.082951,0.515426,-0.109634,0.106177,0.513381,-0.078043,0.125256,0.499113,-0.037190,0.138620,0.495389,-0.091753,-0.119726,0.470603,-0.073043,-0.132445,0.480676 ,-0.047881,-0.141478,0.474478,-0.039586,-0.139911,0.456284,-0.043480,-0.129311,0.433003,-0.064978,-0.116131,0.428602,-0.083481,-0.108666,0.432841,-0.094242,-0.116316,0.454558,-0.138113,-0.082075,0.474547 ,-0.160234,-0.034517,0.494962,-0.140371,-0.085025,0.483557,-0.160326,0.013733,0.497531,-0.089357,-0.127007,0.459386,-0.158298,-0.036683,0.486068,-0.158621,0.012397,0.489084,-0.072490,-0.133275,0.471436 ,-0.055761,-0.139542,0.467565,-0.048618,-0.139265,0.454869,-0.052213,-0.133735,0.440952,-0.067859,-0.124703,0.435445,-0.081476,-0.120095,0.440929,-0.078919,-0.126731,0.456920,-0.069748,-0.127929,0.463003 ,-0.061269,-0.131708,0.461528,-0.057259,-0.130417,0.455077,-0.058941,-0.126915,0.448348,-0.066937,-0.122307,0.445560,-0.074126,-0.120648,0.448164,-0.067213,-0.126454,0.454408,-0.039632,-0.123873,0.424500 ,-0.140141,0.077651,0.491708,-0.152906,0.046038,0.497321,-0.139173,0.070785,0.502422,-0.140740,0.065577,0.485962,-0.151892,0.042858,0.488015,-0.095808,0.111753,0.484997,-0.131892,0.074886,0.463594 ,-0.104656,0.098666,0.461937,-0.130371,0.087421,0.505124,-0.113781,0.104242,0.503848,-0.105578,0.108389,0.486180,-0.130970,0.082214,0.472632,-0.113366,0.099956,0.470670,-0.129726,0.084518,0.489994 ,-0.120555,0.084794,0.496460,-0.114565,0.096822,0.495737,-0.109495,0.097974,0.485999,-0.123044,0.084287,0.479421,-0.114565,0.093136,0.478003,-0.072813,0.115578,0.455537,-0.034102,0.127376,0.450785 ,-0.129680,-0.076637,0.442473,-0.136132,-0.079817,0.461102,-0.158160,-0.035761,0.471333,-0.159082,0.009125,0.473856,-0.151524,0.040784,0.471943,-0.152998,-0.034932,0.452819,-0.155072,0.006544,0.455307 ,-0.148390,0.039033,0.452906,-0.131385,0.066729,0.447170,-0.101338,0.089587,0.443645,-0.071476,0.105901,0.438281,-0.032627,0.115486,0.431948,-0.036498,-0.088758,0.376895,-0.062697,-0.100924,0.398785 ,-0.091638,-0.096223,0.407668,-0.133551,-0.076223,0.412714,-0.161432,-0.037512,0.414177,-0.167653,0.000599,0.410813,-0.159542,0.037881,0.410352,-0.139818,0.063688,0.403682,-0.103931,0.086269,0.395237 ,-0.065646,0.097329,0.387003,-0.031395,0.100924,0.388797,-0.062858,0.088205,0.365029,-0.031118,0.069863,0.361826,-0.025692,-0.044609,0.354637,-0.021631,0.013088,0.352102,-0.184151,-0.003134,0.364343 ,-0.171616,0.033134,0.357684,-0.146915,0.057144,0.352217,-0.108044,0.073734,0.345054,-0.105350,-0.101292,0.366480,-0.144243,-0.092905,0.367909,-0.178160,-0.054195,0.372195,-0.073273,-0.095025,0.359176 ,-0.056222,-0.079817,0.347189,-0.043388,-0.047559,0.331687,-0.041890,0.010138,0.330322,-0.052259,0.053319,0.334216,-0.072905,0.075670,0.337963,-0.120636,-0.119357,0.306756,-0.158989,-0.106177,0.314682 ,-0.188160,-0.071522,0.314866,-0.091753,-0.111938,0.297113,-0.072720,-0.091799,0.291761,-0.065623,-0.062351,0.283092,-0.192354,-0.038342,0.292631,-0.181478,-0.004165,0.286548,-0.155026,0.018157,0.280868 ,-0.124000,0.027743,0.278575,-0.079080,0.009401,0.277250,-0.099126,0.025715,0.278253,-0.067928,-0.022443,0.277475,-0.128712,-0.124426,0.269232,-0.162722,-0.108528,0.293576,-0.105578,-0.119449,0.239407 ,-0.088665,-0.099080,0.239865,-0.183137,-0.043849,0.241714,-0.167653,-0.023595,0.239387,-0.148390,-0.008940,0.240211,-0.083181,-0.080739,0.241636,-0.127583,-0.002949,0.243520,-0.092536,-0.020185,0.243857 ,-0.108988,-0.006083,0.245167,-0.084702,-0.047098,0.242958,-0.107577,-0.110601,0.221316,-0.091983,-0.090140,0.200901,-0.175395,-0.047921,0.213021,-0.172907,-0.031118,0.205463,-0.158252,-0.005392,0.212819 ,-0.079817,-0.068435,0.209173,-0.128401,0.005438,0.220579,-0.087052,-0.012350,0.221236,-0.105993,0.000553,0.223183,-0.077882,-0.038204,0.215510,-0.162953,-0.068112,0.190256,-0.123136,-0.099495,0.188320 ,-0.191709,-0.076868,0.306802,-0.132814,-0.127652,0.264059,-0.111189,-0.125625,0.237615,-0.113389,-0.119265,0.219254,-0.129127,-0.107375,0.192652,-0.168068,-0.073181,0.195555,-0.145579,-0.090140,0.182191 ,-0.149035,-0.094011,0.187813,-0.197608,-0.047259,0.289221,-0.185073,-0.055589,0.217238,-0.167492,-0.109726,0.287953,-0.191525,-0.081753,0.300327,-0.140740,-0.124611,0.257158,-0.122422,-0.126961,0.240303 ,-0.124288,-0.121155,0.221731,-0.137284,-0.109772,0.201062,-0.168529,-0.084241,0.201938,-0.153183,-0.097606,0.196177,-0.197239,-0.057121,0.285235,-0.186087,-0.063616,0.224335,-0.170280,-0.108850,0.279889 ,-0.194151,-0.085532,0.293990,-0.144542,-0.125625,0.252815,-0.128712,-0.128205,0.238897,-0.129542,-0.124242,0.223183,-0.141708,-0.112998,0.204334,-0.170695,-0.088804,0.205947,-0.156777,-0.101753,0.200532 ,-0.198806,-0.064011,0.282078,-0.187285,-0.070024,0.226846,-0.173460,-0.109265,0.274359,-0.172722,-0.030127,0.193942,-0.163275,-0.061292,0.177905,-0.117099,-0.096684,0.179541,-0.142952,-0.087283,0.171845 ,-0.091188,-0.086822,0.189610,-0.077790,-0.064517,0.198574,-0.074564,-0.035623,0.205279,-0.157607,-0.002442,0.202047,-0.127468,0.009770,0.208735,-0.085347,-0.007788,0.209887,-0.102997,0.005207,0.211016 ,-0.156501,-0.050324,0.155958,-0.106869,-0.082582,0.157628,-0.137169,-0.078896,0.158930,-0.088020,-0.070693,0.156914,-0.071154,-0.045807,0.157697,-0.066729,-0.014424,0.165324,-0.077974,0.012120,0.169656 ,-0.163506,-0.019263,0.156433,-0.153459,0.012212,0.161361,-0.130463,0.026636,0.167260,-0.102997,0.027558,0.169357,-0.150464,-0.042121,0.134442,-0.105002,-0.072444,0.137582,-0.133735,-0.071084,0.139001 ,-0.151339,-0.020323,0.114361,-0.150233,0.009908,0.122443,-0.130832,0.031107,0.122052,-0.067375,-0.001936,0.121452,-0.076684,0.023687,0.120942,-0.106269,0.037512,0.121533,-0.088205,-0.055715,0.121637 ,-0.071200,-0.031014,0.122512,-0.129922,0.030508,0.080156,-0.069679,-0.006037,0.079124,-0.076776,0.028526,0.070299,-0.109081,0.042028,0.072120,-0.079587,-0.040738,0.096164,-0.073458,-0.026176,0.095288 ,-0.083181,-0.050139,0.074862,-0.158160,-0.022351,0.074787,-0.150233,0.005461,0.086002,-0.132215,0.032074,0.056774,-0.159911,-0.026314,0.053525,-0.150786,0.006705,0.049469,-0.065255,-0.006636,0.051589 ,-0.087375,0.041291,0.024815,-0.073527,-0.049494,0.059562,-0.109173,0.044148,0.024538,-0.134265,0.031706,0.023317,-0.069541,0.018157,0.025045,-0.165533,-0.061845,0.045230,-0.174255,-0.091062,0.036289 ,-0.175533,-0.127606,0.029538,-0.162031,-0.064540,0.057119,-0.128551,-0.087191,0.071636,-0.092548,-0.081845,0.067534,-0.081476,-0.080071,0.056566,-0.161017,-0.030735,0.078687,-0.163045,-0.034448,0.066843 ,-0.156685,-0.031614,0.111222,-0.152538,-0.047512,0.126706,-0.106869,-0.074057,0.129241,-0.135371,-0.072121,0.129932,-0.092721,-0.063411,0.117374,-0.082997,-0.055623,0.096798,-0.083227,-0.061476,0.084562 ,-0.155395,-0.057052,0.081797,-0.097467,-0.075117,0.093733,-0.127963,-0.077144,0.097581,-0.083873,-0.106892,0.044561,-0.090831,-0.146455,0.035137,-0.170372,-0.096223,0.047810,-0.133551,-0.117836,0.057073 ,-0.095466,-0.116039,0.057211,-0.169681,-0.124334,0.038133,-0.135763,-0.144980,0.041451,-0.099550,-0.143321,0.045045,-0.164612,-0.022097,0.020091,-0.138298,-0.153045,0.035782,-0.152031,0.007742,0.020874 ,-0.175027,-0.057052,0.020967,-0.181294,-0.088642,0.018708,-0.184520,-0.121984,0.016335,-0.065854,-0.009678,0.022614,-0.067559,-0.048780,0.023570,-0.071246,-0.083804,0.023755,-0.074195,-0.112260,0.019861 ,-0.080923,-0.147238,0.017971,-0.092237,0.029770,0.009077,-0.109524,0.031061,0.008132,-0.129980,0.023042,0.008178,-0.076338,0.012074,0.009376,-0.147929,0.003042,0.008178,-0.159542,-0.023065,0.008895 ,-0.170603,-0.057720,0.009077,-0.176962,-0.089334,0.007493,-0.176225,-0.125011,0.004768,-0.072444,-0.009309,0.009584,-0.075578,-0.048757,0.010920,-0.078435,-0.083527,0.010874,-0.081384,-0.112606,0.006980 ,-0.091108,-0.148574,0.005770,-0.092122,-0.169312,0.032372,-0.085532,-0.174474,0.020275,-0.090094,-0.170971,0.009077,-0.120011,-0.172354,0.029699,-0.181294,-0.151063,0.021358,-0.121581,-0.174842,0.008478 ,-0.103781,-0.186087,0.021473,-0.120141,-0.181110,0.019446,-0.182216,-0.153528,0.013800,-0.177193,-0.150118,0.007303,-0.149220,-0.171334,0.008317,-0.146353,-0.133281,0.005120,-0.151201,-0.175672,0.017026 ,-0.151452,-0.161593,0.025391,-0.275950,-0.034332,0.657131,-0.284522,0.006175,0.662708,-0.228726,-0.063043,0.629758,-0.258312,-0.049678,0.632638,-0.209733,-0.048757,0.620656,-0.202815,-0.023411,0.605253 ,-0.200465,0.011337,0.600333,-0.207009,0.047374,0.608697,-0.276227,0.051775,0.640495,-0.256710,0.075578,0.628652,-0.231767,0.073458,0.617833,-0.284199,-0.030508,0.637361,-0.290513,0.012143,0.635979 ,-0.242920,-0.052536,0.589135,-0.269729,-0.036775,0.603974,-0.224371,-0.037973,0.586531,-0.255397,-0.033826,0.557325,-0.271757,-0.033457,0.565286,-0.239901,-0.020277,0.552383,-0.294799,-0.024954,0.610126 ,-0.303140,0.015864,0.607545,-0.297932,-0.021567,0.570632,-0.317057,0.018906,0.576300,-0.289545,0.056545,0.603398,-0.214981,-0.016314,0.580966,-0.211249,0.013825,0.575442,-0.229913,-0.005714,0.547544 ,-0.222170,0.015116,0.539168,-0.229913,0.058527,0.540101,-0.219544,0.051937,0.579181,-0.267886,0.083412,0.581496,-0.247655,0.081845,0.572406,-0.303555,0.069587,0.564134,-0.306642,0.084518,0.549687 ,-0.318209,0.072813,0.540850,-0.341804,0.060001,0.512198,-0.338647,0.051522,0.470561,-0.311216,0.042581,0.442841,-0.260489,0.034932,0.452703,-0.234244,0.028710,0.486598,-0.228622,0.043411,0.516437 ,-0.225719,0.066822,0.525700,-0.306227,-0.021659,0.562798,-0.325813,0.021682,0.568420,-0.332265,0.018387,0.555424,-0.310605,-0.024655,0.550447,-0.256733,-0.035577,0.548765,-0.281261,-0.036683,0.556496 ,-0.240788,-0.024609,0.542187,-0.226733,-0.010691,0.535372,-0.219175,0.012719,0.529571,-0.260858,-0.034747,0.536138,-0.283554,-0.037282,0.543258,-0.243622,-0.026636,0.529525,-0.231894,-0.013733,0.523926 ,-0.224705,0.013364,0.518258,-0.312956,-0.026636,0.547221,-0.290156,-0.040922,0.538465,-0.338394,0.015669,0.547406,-0.281572,-0.054932,0.511472,-0.297823,-0.074932,0.456344,-0.320352,-0.098020,0.408555 ,-0.260881,-0.047098,0.493044,-0.241295,-0.028434,0.484317,-0.231756,-0.000369,0.481160,-0.272125,-0.064978,0.452600,-0.255812,-0.049402,0.443740,-0.249959,-0.019447,0.439155,-0.263277,0.006037,0.434132 ,-0.315191,0.023180,0.426389,-0.342657,0.008894,0.420445,-0.298393,-0.093274,0.398002,-0.283600,-0.078711,0.392011,-0.285075,-0.056683,0.387034,-0.330537,-0.020692,0.390997,-0.356228,-0.027374,0.392368 ,-0.303624,-0.034517,0.386665,-0.329684,-0.099772,0.412979,-0.354155,-0.089403,0.415237,-0.373740,-0.063089,0.412426,-0.375998,-0.039263,0.405525,-0.362864,-0.025577,0.398970,-0.319534,-0.031579,0.544456 ,-0.298485,-0.046637,0.535585,-0.347288,0.010415,0.543765,-0.292725,-0.057881,0.515700,-0.308131,-0.077605,0.461782,-0.352311,0.051568,0.510423,-0.354523,0.047282,0.472589,-0.357380,0.008433,0.422703 ,-0.327011,-0.047213,0.514179,-0.358717,-0.012615,0.505239,-0.364892,0.021973,0.487946,-0.338163,-0.069080,0.464293,-0.365998,-0.044978,0.456413,-0.373832,-0.015438,0.439636,-0.269602,0.090601,0.573858 ,-0.249325,0.089403,0.565148,-0.258795,0.044333,0.454362,-0.231825,0.042581,0.482750,-0.332080,0.062213,0.473165,-0.305663,0.054010,0.447219,-0.334477,0.070647,0.510930,-0.246318,0.076591,0.497981 ,-0.307737,0.087652,0.513857,-0.285029,0.084333,0.489064,-0.284222,0.095394,0.537696,-0.250604,0.089403,0.527935,-0.332530,-0.105993,0.408325,-0.317956,-0.101292,0.396965,-0.326343,-0.108850,0.401343 ,-0.319914,-0.111154,0.379683,-0.328901,-0.116961,0.386262,-0.325951,-0.126270,0.358174,-0.334938,-0.123689,0.365789,-0.358360,-0.093689,0.409891,-0.377796,-0.067651,0.405836,-0.379178,-0.042305,0.399211 ,-0.368210,-0.030139,0.390997,-0.358210,-0.040185,0.375605,-0.370975,-0.039701,0.378255,-0.372219,-0.052651,0.358231,-0.377980,-0.051222,0.366112,-0.388487,-0.073008,0.352955,-0.387197,-0.077156,0.361077 ,-0.341988,-0.128666,0.363301,-0.330928,-0.132076,0.353139,-0.388487,-0.086546,0.359833,-0.392266,-0.078412,0.349533,-0.357427,-0.114795,0.373946,-0.375031,-0.095509,0.372241,-0.361021,-0.119265,0.368462 ,-0.379270,-0.100924,0.366573,-0.320513,-0.133920,0.338893,-0.326827,-0.137514,0.340247,-0.324304,-0.136777,0.320304,-0.331205,-0.138897,0.324602,-0.389224,-0.072548,0.331733,-0.394478,-0.079276,0.332701 ,-0.392266,-0.084126,0.318092,-0.393741,-0.088181,0.322816,-0.382957,-0.104887,0.306537,-0.383510,-0.109311,0.313230,-0.349648,-0.133182,0.305281,-0.352461,-0.136132,0.312055,-0.361666,-0.103597,0.391112 ,-0.378533,-0.082628,0.388186,-0.384708,-0.055013,0.380974,-0.344108,-0.137699,0.338058,-0.371067,-0.124035,0.338836,-0.387473,-0.103712,0.340829,-0.309200,-0.129957,0.348162,-0.300882,-0.097375,0.338554 ,-0.358768,-0.112960,0.199017,-0.349286,-0.102611,0.202927,-0.398345,-0.075587,0.235056,-0.329684,-0.143597,0.279566,-0.320744,-0.131224,0.278829,-0.388948,-0.074656,0.287147,-0.398626,-0.084979,0.288573 ,-0.352012,-0.105394,0.274912,-0.365814,-0.124519,0.276479,-0.311458,-0.135487,0.327217,-0.370653,-0.062398,0.328968,-0.349546,-0.077743,0.323899,-0.359178,-0.048941,0.355052,-0.310047,-0.108781,0.314406 ,-0.292633,-0.128528,0.330178,-0.289155,-0.106548,0.319404,-0.290186,-0.121177,0.266146,-0.287258,-0.131120,0.267001,-0.281769,-0.128855,0.292302,-0.285044,-0.113809,0.290488,-0.298958,-0.133551,0.295926 ,-0.302696,-0.117481,0.292540,-0.299272,-0.133942,0.269341,-0.301380,-0.124412,0.267775,-0.325701,-0.140095,0.304359,-0.380169,-0.068388,0.309394,-0.317287,-0.123551,0.300120,-0.368579,-0.121661,0.302985 ,-0.348733,-0.102721,0.295904,-0.384311,-0.087969,0.247907,-0.385473,-0.091875,0.264969,-0.399920,-0.074255,0.251315,-0.400503,-0.076886,0.268726,-0.322188,-0.142768,0.256312,-0.357292,-0.099348,0.276339 ,-0.371989,-0.116224,0.278944,-0.321909,-0.138800,0.233421,-0.367379,-0.099378,0.210139,-0.340125,-0.125304,0.231826,-0.390414,-0.068707,0.238126,-0.341722,-0.128176,0.254655,-0.363684,-0.106137,0.231785 ,-0.365163,-0.110509,0.254825,-0.382575,-0.093842,0.260436,-0.381433,-0.091029,0.236654,-0.368038,-0.080655,0.304071,-0.295490,-0.097145,0.366112,-0.376442,-0.083125,0.282544,-0.337956,-0.056729,0.352886 ,-0.390146,-0.096776,0.284382,-0.346108,-0.129380,0.248119,-0.345561,-0.125561,0.222710,-0.365345,-0.115138,0.248092,-0.318007,-0.122154,0.216870,-0.363647,-0.110439,0.223092,-0.395072,-0.070458,0.235135 ,-0.385077,-0.102606,0.281870,-0.337979,-0.116546,0.277400,-0.331542,-0.114407,0.297721,-0.322900,-0.129323,0.210292,-0.318865,-0.125020,0.211294,-0.382613,-0.091368,0.282561,-0.354149,-0.105832,0.197956 ,-0.339623,-0.127744,0.276828,-0.342413,-0.125719,0.276604,-0.322288,-0.093504,0.321733,-0.379881,-0.093983,0.281947,-0.361343,-0.094019,0.210353,-0.363925,-0.109508,0.275764,-0.317450,-0.135048,0.301389 ,-0.391529,-0.073596,0.310880,-0.279668,-0.120974,0.291163,-0.301994,-0.127595,0.294876,-0.287195,-0.117237,0.324728,-0.351943,-0.132261,0.276640,-0.301118,-0.129727,0.265339,-0.288863,-0.126481,0.263121 ,-0.372276,-0.089478,0.282013,-0.313149,-0.122823,0.316831,-0.382312,-0.064379,0.330719,-0.360667,-0.112365,0.275133,-0.320788,-0.141527,0.279020,-0.397975,-0.076796,0.288139,-0.305536,-0.106269,0.375282 ,-0.372164,-0.084781,0.213504,-0.343694,-0.135302,0.277327,-0.343458,-0.114049,0.198849,-0.329671,-0.117224,0.210114,-0.385091,-0.079251,0.231960,-0.331458,-0.120884,0.276407,-0.297748,-0.109818,0.355605 ,-0.326362,-0.115463,0.216105,-0.332770,-0.122555,0.209387,-0.390507,-0.083454,0.232498,-0.382591,-0.074963,0.236157,-0.341238,-0.109474,0.203437,-0.358933,-0.089048,0.216448,-0.367339,-0.082008,0.218774 ,-0.349741,-0.119740,0.199533,-0.376384,-0.091169,0.212764,-0.367464,-0.124359,0.248043,-0.365918,-0.119949,0.220511,-0.352979,-0.106822,0.225832,-0.354293,-0.108804,0.249243,-0.343947,-0.116408,0.227998 ,-0.345701,-0.122528,0.250954,-0.353740,-0.129043,0.220753,-0.354671,-0.133599,0.248343,-0.361094,-0.099410,0.256080,-0.360220,-0.095890,0.235821,-0.371837,-0.109391,0.229025,-0.374045,-0.114494,0.254817 ,-0.382035,-0.098159,0.233621,-0.383971,-0.101523,0.258690,-0.373202,-0.088456,0.260131,-0.372171,-0.086774,0.239051,-0.330491,-0.143690,0.256570,-0.328463,-0.138989,0.230556,-0.340528,-0.131387,0.228268 ,-0.343687,-0.136223,0.254189,-0.321481,-0.133033,0.257100,-0.322034,-0.129933,0.236939,-0.332769,-0.123706,0.255358,-0.331861,-0.120894,0.235667,-0.392012,-0.091371,0.246401,-0.392503,-0.095420,0.265203 ,-0.380982,-0.083500,0.265835,-0.381834,-0.079848,0.250189,-0.392415,-0.071580,0.252391,-0.392318,-0.073789,0.268588,-0.401391,-0.085301,0.268411,-0.400192,-0.080877,0.249200,-0.370376,-0.125717,0.311016 ,-0.299361,-0.080624,0.360582,-0.312449,-0.074564,0.352655,0.000000,-0.276964,0.778839,0.000000,-0.231756,0.844555,-0.000000,-0.103458,0.858748,0.000000,-0.280743,0.762525,0.000000,-0.243162,0.711372 ,-0.000000,-0.181617,0.729990,-0.000000,0.130878,0.766535,0.000000,-0.154796,0.489641,0.000000,0.143321,0.496428,0.000000,-0.145441,0.455399,-0.000000,-0.136132,0.430237,-0.000000,0.101108,0.390530 ,-0.000000,0.015686,0.357909,-0.000000,-0.159174,0.645215,-0.000000,-0.154842,0.603432,0.000000,-0.247102,0.832020,0.000000,-0.190695,0.873956,-0.000000,-0.158022,0.870684,0.000000,-0.284338,0.745059 ,-0.000000,-0.154128,0.736350,-0.000000,-0.156777,0.672121,-0.000000,-0.094380,0.867873,-0.000000,0.150510,0.676164,-0.000000,-0.155764,0.566355,0.000000,0.130786,0.450599 PolygonVertexIndex: 33,36,1,-12,22,13,4,-18,23,19,8,-19,42,34,6,-16,45,43,9,-22,40,45,21,-21,34,33,11,-7,28,25,13,-23,27,28,22,-20,19,22,17,-9,29,27,19,-24,39,29,23,-31,30,23,18,-32 ,46,40,20,-25,37,46,24,-42,38,42,15,-33,16,0,25,-29,7,16,28,-28,12,7,27,-30,47,12,29,-40,20,21,33,-35,21,9,36,-34,18,8,40,-47,10,41,38,-36,24,20,34,-43,41,24,42,-39 ,14,30,31,-6,31,18,46,-38,17,4,43,-46,8,17,45,-41,2,47,39,-27,26,39,30,-15,44,37,41,-11,5,31,37,-45,35,38,32,-4,76,59,49,-74,70,65,52,-62,71,66,56,-68,77,63,54,-76 ,65,69,57,-53,56,68,69,-66,75,54,59,-77,81,70,61,-79,80,67,70,-82,67,56,65,-71,82,71,67,-81,79,62,71,-83,62,53,66,-72,66,72,68,-57,53,58,72,-67,74,51,63,-78,69,76,73,-58 ,72,77,75,-69,68,75,76,-70,58,74,77,-73,64,81,78,-49,55,80,81,-65,60,82,80,-56,50,79,82,-61,97,89,86,-95,97,92,84,-90,96,88,85,-94,96,94,86,-89,95,91,83,-88,98,90,83,-92 ,95,87,84,-93,98,93,85,-91,104,96,93,-102,105,100,92,-98,103,99,91,-96,106,98,91,-100,106,101,93,-99,103,95,92,-101,108,113,-116,121,102,-95,89,88,-87,88,89,-85,85,88,84,-88 ,83,90,85,-88,116,110,108,-116,105,114,-112,109,107,108,-111,111,109,110,-113,105,102,-115,105,97,94,-103,114,107,-110,114,102,-108,111,114,-110,112,110,-117,119,104,101,-119,120,118,101,-107 ,119,117,121,-105,117,102,-122,104,121,94,-97,120,106,-100,113,123,124,-116,125,116,115,-125,122,112,116,-126,111,112,127,-127,111,126,100,-106,112,122,-128,119,118,-130,135,134,99,-104,128,127,-123 ,120,136,-119,136,130,129,-119,120,138,-137,134,138,120,-100,137,127,128,-140,140,137,139,-142,147,142,143,-149,146,141,142,-148,140,141,-147,141,154,155,-143,148,144,145,-151,153,139,128,-153,149,122,125,-152 ,154,141,139,-154,142,155,156,-144,122,149,152,-129,156,157,144,-144,151,125,158,-158,144,157,-159,125,124,-159,158,159,145,-145,159,158,124,-124,164,154,153,-164,161,151,157,-168,160,149,151,-162,163,153,152,-163 ,149,160,162,-153,155,165,166,-157,154,164,165,-156,156,166,167,-158,172,164,163,-172,166,174,175,-168,171,163,162,-171,165,173,174,-167,168,160,161,-170,164,172,173,-166,169,161,167,-176,160,168,170,-163,177,175,-175 ,182,201,-136,134,201,-182,182,135,183,-185,103,183,-136,185,100,126,-187,126,127,137,-187,103,100,185,-184,187,185,186,-189,137,140,188,-187,184,183,185,-188,189,190,-139,189,138,-203,138,134,-203 ,181,189,202,-135,181,182,192,-192,181,191,-190,193,191,-193,197,198,138,-191,189,191,200,-200,176,173,-173,176,177,174,-174,180,178,179,-178,172,171,180,-177,171,170,-181,178,180,170,-169,168,169,179,-179 ,169,175,177,-180,143,144,-149,181,201,-183,135,201,-135,206,187,188,-208,205,184,187,-207,184,205,204,-183,140,203,207,-189,204,192,-183,140,146,-204,146,147,208,-204,209,148,150,-211,147,148,209,-209 ,211,209,210,-213,212,210,982,-984,208,209,-212,136,138,-214,213,138,-199,131,130,136,-214,214,213,-199,132,131,213,-215,215,214,198,-198,133,132,214,-217,217,214,215,-219,217,216,-215,215,197,-197 ,219,215,196,-196,220,219,195,-195,203,222,226,-208,224,205,206,-226,205,224,223,-205,225,206,207,-227,192,227,194,-194,192,204,223,-228,227,221,220,-195,228,211,212,-230,222,208,211,-229,232,224,225,-234,230,222,228,-235 ,224,232,231,-224,234,228,-230,231,221,227,-224,222,230,-227,233,225,226,-231,230,235,-234,230,234,-236,237,236,231,-233,232,233,235,-238,221,231,-237,190,239,240,-198,199,239,190,-190,193,194,242,-242 ,191,193,241,-201,196,197,240,-244,194,195,244,-243,195,196,243,-245,240,245,246,-244,249,245,-241,243,250,248,-245,242,244,-249,247,239,-200,241,242,-201,199,200,242,-249,247,249,240,-240,246,250,-244 ,249,250,246,-246,249,247,248,-251,248,247,-200,203,208,-223,251,220,221,-253,218,215,219,-254,219,220,251,-254,221,236,238,-253,251,255,257,-254,238,254,256,-253,255,251,252,-257,218,253,-258,261,217,218,-263 ,260,216,217,-262,262,218,257,-265,259,133,216,-261,255,263,264,-258,267,261,262,-269,268,262,264,-271,265,259,260,-267,263,269,270,-265,266,260,261,-268,273,269,263,-273,272,263,255,-272,275,266,267,-277,278,269,273,-281 ,276,267,268,-278,277,268,270,-280,274,265,266,-276,269,278,279,-271,284,280,273,-284,282,272,271,-282,283,273,272,-283,282,281,-286,288,284,283,-288,287,283,282,-287,282,285,289,-287,291,287,286,-291,292,288,287,-292 ,290,286,289,-294,294,290,293,-298,295,291,290,-295,296,292,291,-296,299,295,294,-299,300,296,295,-300,298,294,297,-302,303,299,298,-303,304,300,299,-304,302,298,301,-306,306,302,305,-310,307,303,302,-307,308,304,303,-308 ,311,307,306,-311,312,308,307,-312,310,306,309,-314,315,311,310,-315,316,312,311,-316,314,310,313,-318,318,314,317,-322,319,315,314,-319,320,316,315,-320,322,318,321,-326,323,319,318,-323,324,320,319,-324,326,322,325,-330 ,327,323,322,-327,328,324,323,-328,333,296,300,-337,278,334,335,-280,334,333,336,-336,292,296,-334,278,280,-335,336,338,337,-336,288,292,-334,280,284,-335,340,331,330,-340,334,284,288,-334,340,339,337,-339 ,277,279,335,-338,276,277,337,-340,274,275,-331,275,276,339,-331,300,304,338,-337,332,331,340,-342,324,328,332,-342,320,324,-342,312,316,341,-343,316,320,-342,304,308,342,-339,342,341,340,-339,308,312,-343 ,255,256,-272,344,281,271,-257,343,344,256,-255,254,258,345,-344,348,297,293,-348,353,313,309,-353,351,305,301,-351,350,301,297,-350,355,317,-369,352,309,305,-352,354,317,313,-354,297,348,-350,344,285,-282 ,357,293,289,-357,360,357,356,-360,347,293,-358,285,344,356,-290,358,347,357,-361,343,345,-360,344,343,359,-357,361,358,360,-364,363,360,359,-363,345,346,362,-360,348,347,358,-365,358,361,365,-365,364,349,-349 ,369,366,365,-362,369,370,367,-367,325,321,-375,321,317,-356,321,355,375,-375,376,355,368,-368,376,375,-356,367,370,371,-377,375,376,-372,377,374,375,-379,372,373,380,-379,381,379,380,-383,379,377,378,-381 ,378,375,371,-373,383,382,380,-374,325,374,-378,329,325,377,-380,379,381,-330,384,362,-347,384,385,-387,363,362,384,-387,387,361,363,-389,363,386,-389,383,394,990,-990,372,392,393,-374,369,389,390,-371 ,394,383,373,-394,371,391,392,-373,370,390,391,-372,387,389,369,-362,386,396,398,-389,397,387,388,-399,385,395,396,-387,387,397,399,-390,392,402,403,-394,390,400,401,-392,404,394,393,-404,391,401,402,-393,399,400,390,-390 ,396,406,408,-399,397,407,409,-400,395,405,406,-397,407,397,398,-409,402,412,413,-404,400,410,411,-402,414,404,403,-414,401,411,412,-403,409,410,400,-400,415,408,-407,407,424,426,-410,424,407,408,-426,408,415,427,-426 ,422,423,425,-428,424,428,429,-427,424,425,423,-429,432,418,419,-434,433,419,420,-435,430,416,417,-432,434,420,421,-436,431,417,418,-433,415,416,430,-428,421,422,427,-436,439,432,433,-441,427,436,442,-436,438,431,432,-440 ,436,427,430,-438,441,434,435,-443,437,430,431,-439,440,433,434,-442,436,437,-444,443,442,-437,443,440,-442,439,440,-444,437,438,439,-444,441,442,-444,416,406,-406,416,415,-407,417,416,-406 ,444,420,-420,447,411,-411,410,446,445,-448,426,446,410,-410,446,449,448,-446,426,429,449,-447,450,413,-413,456,451,452,-458,412,454,455,-451,411,453,454,-413,457,452,450,-456,447,445,453,-412,445,448,451,-457 ,462,456,457,-464,454,460,461,-456,458,445,456,-463,463,457,455,-462,453,459,460,-455,445,458,459,-454,462,459,-459,462,463,460,-460,463,461,-461,465,414,413,-465,413,450,452,-465,469,470,449,-430,423,467,468,-429 ,428,468,469,-430,422,421,467,-424,449,470,451,-449,469,472,473,-471,468,471,472,-470,467,466,471,-469,466,467,-422,451,474,475,-453,477,465,464,-477,452,475,476,-465,473,474,451,-471,420,444,-479,420,479,480,-422 ,420,478,-480,471,482,483,-473,472,483,484,-474,473,484,485,-475,466,481,482,-472,480,481,466,-422,488,477,476,-488,475,486,487,-477,485,486,475,-475,490,488,487,-490,483,493,494,-485,485,495,496,-487,484,494,495,-486 ,496,489,487,-487,480,497,498,-482,481,498,499,-483,499,493,483,-483,500,497,480,-480,501,500,479,-479,478,491,502,-502,491,492,503,-503,504,503,492,-491,490,489,505,-505,489,496,-506,506,497,500,-510,510,501,502,-512 ,498,507,508,-500,497,506,507,-499,509,500,501,-511,496,515,517,-506,494,513,514,-496,516,504,505,-518,495,514,515,-497,493,512,513,-495,493,499,508,-513,502,503,518,-512,503,504,516,-519,521,509,510,-523,506,519,520,-508 ,519,506,509,-522,520,508,-508,512,523,524,-514,524,525,514,-514,516,528,530,-519,528,516,517,-530,515,527,529,-518,526,511,518,-531,525,527,515,-515,510,511,526,-523,538,528,529,-540,527,537,539,-530,523,533,534,-525 ,531,521,522,-533,536,526,530,-541,525,535,537,-528,528,538,540,-531,532,522,526,-537,524,534,535,-526,531,532,-543,508,520,553,-544,519,521,545,-545,521,531,546,-546,547,546,531,-543,550,547,542,-550,548,550,549,-542 ,552,548,541,-534,512,551,552,-534,543,551,512,-509,544,553,520,-520,562,552,551,-562,550,560,558,-548,556,545,546,-558,543,554,561,-552,554,543,553,-564,544,555,563,-554,559,548,552,-563,557,546,547,-559,560,550,548,-560 ,555,544,545,-557,555,565,573,-564,567,557,558,-569,570,560,559,-570,560,570,568,-559,569,559,562,-573,564,554,563,-574,572,562,561,-572,565,555,556,-567,554,564,571,-562,566,556,557,-568,564,573,572,-572,569,572,573,-566 ,565,566,570,-570,566,567,568,-571,541,534,-534,577,549,542,-577,549,577,575,-542,574,534,541,-576,578,532,536,-580,579,536,540,-581,578,576,542,-533,535,581,582,-538,537,582,584,-540,583,538,539,-585,583,580,540,-539 ,574,581,535,-535,577,587,585,-576,587,577,576,-587,588,578,579,-590,590,580,583,-592,589,579,580,-591,576,578,588,-587,581,593,594,-583,574,592,593,-582,582,594,595,-585,574,575,585,-593,583,584,595,-592,587,598,596,-586 ,598,587,586,-598,592,599,600,-594,593,600,601,-595,603,591,595,-605,602,590,591,-604,605,588,589,-607,586,588,605,-598,596,599,592,-586,601,604,595,-595,589,590,602,-607,601,607,610,-605,608,602,603,-610,609,603,604,-611 ,611,605,606,-613,608,612,606,-603,599,614,615,-601,613,611,612,-609,615,607,601,-601,616,607,615,-619,614,617,618,-616,616,610,-608,621,613,608,-620,620,609,610,-623,619,608,-610,624,619,609,-621,622,610,616,-624 ,613,621,631,-631,633,617,614,-633,633,628,625,-618,614,599,634,-633,598,637,635,-597,637,598,597,-637,635,634,599,-597,638,605,611,-640,597,605,638,-637,611,613,640,-640,613,630,-641,633,632,641,-629,642,640,-631 ,643,642,630,-630,641,643,629,-629,632,634,-642,638,639,640,-643,643,641,635,-638,634,635,-642,637,636,642,-644,636,638,-643,647,629,630,-649,646,628,629,-648,628,646,626,-626,630,631,644,-649,650,647,648,-652 ,649,646,647,-651,656,626,627,-658,653,650,651,-646,627,649,650,-654,652,617,625,-656,655,625,626,-657,617,652,654,-619,616,618,654,-624,659,621,619,-659,631,660,661,-645,661,662,645,-645,621,659,660,-632,619,624,-659 ,665,623,654,-668,666,624,620,-664,664,622,623,-666,663,620,622,-665,669,655,656,-671,668,652,655,-670,670,656,657,-672,668,667,654,-653,659,673,674,-661,660,674,675,-662,675,676,662,-662,673,659,658,-673,666,672,658,-625 ,664,665,666,-664,665,667,672,-667,667,668,673,-673,668,669,674,-674,669,670,675,-675,670,671,-689,670,688,-677,670,676,-676,679,678,662,-677,678,677,645,-663,678,683,-678,679,683,-679,683,679,682,-685 ,677,683,684,-681,657,627,681,-686,671,657,685,-687,687,682,-680,671,687,-680,671,679,-677,671,676,-689,644,645,651,-649,646,649,627,-627,686,687,-672,687,689,684,-683,689,687,686,-686,689,685,681,-691 ,680,684,689,-691,680,690,-654,680,653,645,-678,627,653,690,-682,368,317,-355,692,352,351,-692,351,350,-692,353,352,-693,693,349,364,-696,694,350,349,-694,697,366,367,-699,696,365,366,-698,364,365,696,-696 ,701,368,354,-701,700,354,353,-700,367,368,701,-699,694,702,691,-351,353,692,703,-700,703,692,691,-703,704,693,695,-707,705,694,693,-705,707,704,706,-710,708,705,704,-708,711,703,702,-711,713,711,710,-713,705,710,702,-695 ,705,708,712,-711,715,696,697,-717,695,696,715,-707,709,706,715,-718,715,716,718,-718,697,698,720,-717,720,719,718,-717,722,701,700,-722,698,701,722,-721,719,720,-723,700,699,714,-722,714,723,-722,714,699,703,-712 ,714,711,713,-724,734,735,725,-725,735,734,733,-737,713,734,724,-724,734,713,712,-734,738,708,707,-738,739,709,717,-741,718,719,732,-742,717,718,741,-741,707,709,739,-738,738,733,712,-709,744,739,740,-746,743,738,737,-743 ,745,740,741,-747,742,737,739,-745,732,731,746,-742,736,733,738,-744,747,736,743,-749,749,735,736,-748,725,735,749,-727,753,744,745,-755,754,745,746,-756,743,742,750,-749,755,746,731,-731,757,754,755,-759,753,756,751,-751 ,756,753,754,-758,759,730,-730,759,758,755,-731,742,744,753,-751,763,757,758,-765,760,759,729,-729,762,756,757,-764,756,762,752,-752,727,761,760,-729,760,761,766,-766,764,758,759,-768,765,767,759,-761,773,775,749,-748 ,773,747,748,-775,748,750,776,-775,750,751,777,-777,751,752,768,-778,761,780,772,-767,727,779,780,-762,726,778,779,-728,778,726,749,-776,782,783,778,-776,781,782,775,-774,773,774,776,-782,778,783,-780,785,786,783,-783 ,784,785,782,-782,779,783,786,-781,776,777,784,-782,772,780,786,-772,785,770,771,-787,784,769,770,-786,768,769,784,-778,788,722,721,-788,721,723,724,-788,719,722,788,-733,789,729,730,-791,730,731,732,-791,727,728,792,-792 ,792,728,729,-790,793,726,727,-792,793,724,725,-727,794,796,792,-790,791,792,796,-796,791,795,-794,794,789,-791,794,732,788,-799,798,788,787,-798,794,790,-733,724,795,797,-788,795,724,-794,797,795,-797 ,798,796,-795,798,797,-797,800,768,-753,800,799,-769,800,801,-800,800,802,803,-802,802,804,805,-804,799,806,769,-769,807,808,771,-771,769,806,807,-771,809,772,771,-809,810,766,809,-812,812,810,811,-814 ,814,812,813,-816,804,817,816,-806,819,814,815,-819,822,823,821,-821,823,818,815,-822,820,805,816,-823,825,817,804,-825,827,825,824,-827,828,814,819,-830,830,828,829,-832,832,830,831,-834,827,826,834,-836,836,837,807,-807 ,837,838,808,-808,803,799,-802,799,803,836,-807,803,805,820,-837,836,820,821,-838,808,838,811,-810,813,811,838,-816,837,821,815,-839,839,840,822,-817,825,827,835,-840,840,841,823,-823,829,819,841,-832,817,825,839,-817 ,976,833,-841,833,831,841,-841,818,823,841,-820,809,766,-773,889,869,849,-892,875,975,846,-900,912,879,852,-925,913,868,853,-923,871,834,918,-853,917,858,842,-935,916,865,857,-923,867,860,863,-866,915,862,858,-918 ,864,862,861,-867,920,861,862,-916,865,863,859,-858,857,859,-844,853,842,-859,919,867,865,-917,853,858,862,-865,919,866,861,-921,842,824,-805,925,847,868,-914,752,762,-801,834,868,847,-930,902,872,851,-902 ,887,958,921,-911,882,962,936,-932,951,944,852,-919,885,953,940,-912,870,902,933,-849,909,857,-844,842,853,-827,873,971,938,-933,834,929,-919,826,853,868,-835,966,964,848,-934,907,908,918,-930,902,901,-934 ,956,954,881,-944,905,893,900,-911,812,814,828,-924,877,960,847,-926,958,952,878,-922,896,947,851,-925,914,830,850,-927,894,951,918,-909,872,878,-852,879,871,-853,889,891,-922,971,972,883,-939,872,902,909,-856 ,842,826,-825,962,961,903,-937,902,870,857,-910,969,974,850,-894,948,946,845,-940,872,889,921,-879,904,931,936,-904,899,846,937,-933,928,943,881,-912,969,874,873,-969,893,905,874,-970,973,876,875,-973,930,906,844,-943 ,849,926,876,-974,965,880,877,-965,897,904,880,-966,966,884,882,-968,933,907,884,-967,955,886,885,-955,879,912,886,-956,956,888,887,-958,943,928,888,-957,948,895,894,-950,939,930,895,-949,945,898,896,-945,844,906,898,-946 ,939,845,906,-931,941,928,911,-941,883,899,932,-939,897,935,931,-905,942,844,945,-951,950,945,944,-952,906,845,946,-899,898,946,947,-897,930,942,950,-896,895,950,951,-895,901,851,947,-950,949,947,946,-949,928,941,959,-889 ,888,959,958,-888,912,878,952,-887,886,952,953,-886,900,879,955,-958,957,955,954,-957,941,940,953,-960,959,953,952,-959,907,929,963,-885,884,963,962,-883,935,897,965,-968,967,965,964,-967,904,903,961,-881,880,961,960,-878 ,929,847,960,-964,963,960,961,-963,926,850,974,-877,876,974,975,-876,905,891,970,-875,874,970,971,-874,891,849,973,-971,970,973,972,-972,937,846,975,-969,968,975,974,-970,949,894,908,-902,944,896,924,-853,964,877,925,-849 ,891,905,910,-922,933,901,908,-908,968,873,932,-938,954,885,911,-882,967,882,931,-936,957,887,910,-901,848,925,913,-871,854,923,914,-870,867,919,920,-861,866,919,916,-865,860,920,915,-864,863,915,917,-860,864,916,922,-854 ,859,917,934,-844,870,913,922,-858,869,914,926,-850,878,912,924,-852,972,875,899,-884,835,976,840,-840,871,832,833,-977,834,871,976,-836,893,832,-901,900,832,871,-880,850,830,832,-894,927,762,763,-891,802,800,762,-928 ,804,802,927,-843,934,842,927,-891,763,764,977,-891,890,977,843,-935,923,828,830,-915,812,923,854,-857,978,909,843,-978,855,854,869,-890,855,889,-873,764,767,978,-978,856,810,-813,765,766,810,-893,856,892,-811 ,978,892,855,-910,855,892,856,-855,892,978,767,-766,177,176,-181,108,107,995,-980,107,102,994,-996,229,212,983,-999,254,238,999,-1001,265,274,1001,-986,986,327,326,-1003,1002,326,329,-988,274,330,988,-1002,330,331,1003,-989 ,331,332,1004,-1004,383,989,1005,-383,394,404,1006,-991,478,444,992,-1008,491,478,1007,-1010,1024,1021,1013,-1017,1024,1016,1011,-1020,1023,1020,1012,-1016,1023,1015,1013,-1022,1022,1014,1010,-1019,1025,1018,1010,-1018,1022,1019,1011,-1015,1025,1017,1012,-1021 ,1031,1028,1020,-1024,1032,1024,1019,-1028,1030,1022,1018,-1027,1033,1026,1018,-1026,1033,1025,1020,-1029,1030,1027,1019,-1023,1035,1042,-1041,1048,1021,-1030,1016,1013,-1016,1015,1011,-1017,1012,1014,1011,-1016,1010,1014,1012,-1018,1043,1042,1035,-1038 ,1032,1038,-1042,1036,1037,1035,-1035,1038,1039,1037,-1037,1032,1041,-1030,1032,1029,1021,-1025,1041,1036,-1035,1041,1034,-1030,1038,1036,-1042,1039,1043,-1038,1046,1045,1028,-1032,1047,1033,1028,-1046,1046,1031,1048,-1045,1044,1048,-1030 ,1031,1023,1021,-1049,1047,1026,-1034,1040,1042,1051,-1051,1052,1051,1042,-1044,1049,1052,1043,-1040,1038,1053,1054,-1040,1038,1032,1027,-1054,1039,1054,-1050,1046,1056,-1046,1062,1030,1026,-1062,1055,1049,-1055,1047,1045,-1064,1063,1045,1056,-1058 ,1047,1063,-1066,1061,1026,1047,-1066,1064,1066,1055,-1055,1067,1068,1066,-1065,1074,1075,1070,-1070,1073,1074,1069,-1069,1067,1073,-1069,1068,1069,1082,-1082,1075,1077,1072,-1072,1080,1079,1055,-1067,1076,1078,1052,-1050,1081,1080,1066,-1069,1069,1070,1083,-1083 ,1049,1055,1079,-1077,1083,1070,1071,-1085,1078,1084,1085,-1053,1071,1085,-1085,1052,1085,-1052,1085,1071,1072,-1087,1086,1050,1051,-1086,1091,1090,1080,-1082,1088,1094,1084,-1079,1087,1088,1078,-1077,1090,1089,1079,-1081,1076,1079,1089,-1088,1082,1083,1093,-1093 ,1081,1082,1092,-1092,1083,1084,1094,-1094,1099,1098,1090,-1092,1093,1094,1102,-1102,1098,1097,1089,-1091,1092,1093,1101,-1101,1095,1096,1088,-1088,1091,1092,1100,-1100,1096,1102,1094,-1089,1087,1089,1097,-1096,1104,1101,-1103,1109,1062,-1129,1061,1108,-1129 ,1109,1111,1110,-1063,1030,1062,-1111,1112,1113,1053,-1028,1053,1113,1064,-1055,1030,1110,1112,-1028,1114,1115,1113,-1113,1064,1113,1115,-1068,1111,1114,1112,-1111,1116,1065,-1118,1116,1129,-1066,1129,1061,-1066,1108,1061,1129,-1117,1108,1118,1119,-1110 ,1108,1116,-1119,1120,1119,-1119,1124,1117,1065,-1126,1116,1126,1127,-1119,1103,1099,-1101,1103,1100,1101,-1105,1107,1104,1106,-1106,1099,1103,1107,-1099,1098,1107,-1098,1105,1095,1097,-1108,1095,1105,1106,-1097,1096,1106,1104,-1103,1070,1075,-1072 ,1108,1109,-1129,1062,1061,-1129,1133,1134,1115,-1115,1132,1133,1114,-1112,1111,1109,1131,-1133,1067,1115,1134,-1131,1131,1109,-1120,1067,1130,-1074,1073,1130,1135,-1075,1136,1137,1077,-1076,1074,1135,1136,-1076,1138,1139,1137,-1137,1135,1138,-1137 ,1063,1140,-1066,1140,1125,-1066,1058,1140,1063,-1058,1141,1125,-1141,1059,1141,1140,-1059,1142,1124,1125,-1142,1060,1143,1141,-1060,1144,1145,1142,-1142,1144,1141,-1144,1142,1123,-1125,1146,1122,1123,-1143,1147,1121,1122,-1147,1130,1134,1153,-1150 ,1151,1152,1133,-1133,1132,1131,1150,-1152,1152,1153,1134,-1134,1119,1120,1121,-1155,1119,1154,1150,-1132,1154,1121,1147,-1149,1155,1156,1139,-1139,1149,1155,1138,-1136,1159,1160,1152,-1152,1157,1161,1155,-1150,1151,1150,1158,-1160,1161,1156,-1156,1158,1150,1154,-1149 ,1149,1153,-1158,1160,1157,1153,-1153,1157,1160,-1163,1157,1162,-1162,1164,1159,1158,-1164,1159,1164,1162,-1161,1148,1163,-1159,1117,1124,1167,-1167,1126,1116,1117,-1167,1120,1168,1169,-1122,1118,1127,1168,-1121,1123,1170,1167,-1125,1121,1169,1171,-1123 ,1122,1171,1170,-1124,1167,1170,1173,-1173,1176,1167,-1173,1170,1171,1175,-1178,1169,1175,-1172,1174,1126,-1167,1168,1127,-1170,1126,1175,1169,-1128,1174,1166,1167,-1177,1173,1170,-1178,1176,1172,1173,-1178,1176,1177,1175,-1175,1175,1126,-1175 ,1130,1149,-1136,1178,1179,1148,-1148,1145,1180,1146,-1143,1146,1180,1178,-1148,1148,1179,1165,-1164,1178,1180,1184,-1183,1165,1179,1183,-1182,1182,1183,1179,-1179,1145,1184,-1181,1188,1189,1145,-1145,1187,1188,1144,-1144,1189,1191,1184,-1146,1186,1187,1143,-1061 ,1182,1184,1191,-1191,1194,1195,1189,-1189,1195,1197,1191,-1190,1192,1193,1187,-1187,1190,1191,1197,-1197,1193,1194,1188,-1188,1200,1199,1190,-1197,1199,1198,1182,-1191,1202,1203,1194,-1194,1205,1207,1200,-1197,1203,1204,1195,-1195,1204,1206,1197,-1196,1201,1202,1193,-1193 ,1196,1197,1206,-1206,1211,1210,1200,-1208,1209,1208,1198,-1200,1210,1209,1199,-1201,1209,1212,-1209,1215,1214,1210,-1212,1214,1213,1209,-1211,1209,1213,1216,-1213,1218,1217,1213,-1215,1219,1218,1214,-1216,1217,1220,1216,-1214,1221,1224,1220,-1218,1222,1221,1217,-1219 ,1223,1222,1218,-1220,1226,1225,1221,-1223,1227,1226,1222,-1224,1225,1228,1224,-1222,1230,1229,1225,-1227,1231,1230,1226,-1228,1229,1232,1228,-1226,1233,1236,1232,-1230,1234,1233,1229,-1231,1235,1234,1230,-1232,1238,1237,1233,-1235,1239,1238,1234,-1236,1237,1240,1236,-1234 ,1242,1241,1237,-1239,1243,1242,1238,-1240,1241,1244,1240,-1238,1245,1248,1244,-1242,1246,1245,1241,-1243,1247,1246,1242,-1244,1249,1252,1248,-1246,1250,1249,1245,-1247,1251,1250,1246,-1248,1253,1256,1252,-1250,1254,1253,1249,-1251,1255,1254,1250,-1252,1260,1263,1227,-1224 ,1205,1206,1262,-1262,1261,1262,1263,-1261,1219,1260,-1224,1205,1261,-1208,1263,1262,1264,-1266,1215,1260,-1220,1207,1261,-1212,1267,1266,1257,-1259,1261,1260,1215,-1212,1267,1265,1264,-1267,1204,1264,1262,-1207,1203,1266,1264,-1205,1201,1257,-1203 ,1202,1257,1266,-1204,1227,1263,1265,-1232,1259,1268,1267,-1259,1251,1268,1259,-1256,1247,1268,-1252,1239,1269,1268,-1244,1243,1268,-1248,1231,1265,1269,-1236,1269,1265,1267,-1269,1235,1269,-1240,1182,1198,-1184,1271,1183,1198,-1209,1270,1181,1183,-1272 ,1181,1270,1272,-1186,1275,1274,1220,-1225,1280,1279,1236,-1241,1278,1277,1228,-1233,1277,1276,1224,-1229,1282,1295,-1245,1279,1278,1232,-1237,1281,1280,1240,-1245,1224,1276,-1276,1271,1208,-1213,1284,1283,1216,-1221,1287,1286,1283,-1285,1274,1284,-1221 ,1212,1216,1283,-1272,1285,1287,1284,-1275,1270,1286,-1273,1271,1283,1286,-1271,1288,1290,1287,-1286,1290,1289,1286,-1288,1272,1286,1289,-1274,1275,1291,1285,-1275,1285,1291,1292,-1289,1291,1275,-1277,1296,1288,1292,-1294,1296,1293,1294,-1298,1252,1301,-1249 ,1248,1282,-1245,1248,1301,1302,-1283,1303,1294,1295,-1283,1303,1282,-1303,1294,1303,1298,-1298,1302,1298,-1304,1304,1305,1302,-1302,1299,1305,1307,-1301,1308,1309,1307,-1307,1306,1307,1305,-1305,1305,1299,1298,-1303,1310,1300,1307,-1310,1252,1304,-1302 ,1256,1306,1304,-1253,1306,1256,-1309,1311,1273,-1290,1311,1313,-1313,1290,1313,1311,-1290,1314,1315,1290,-1289,1290,1315,-1314,1299,1300,1320,-1320,1296,1297,1317,-1317,1321,1320,1300,-1311,1298,1299,1319,-1319,1297,1298,1318,-1318,1314,1288,1296,-1317 ,1313,1315,1325,-1324,1324,1325,1315,-1315,1312,1313,1323,-1323,1314,1316,1326,-1325,1319,1320,1330,-1330,1317,1318,1328,-1328,1331,1330,1320,-1322,1318,1319,1329,-1329,1326,1316,1317,-1328,1323,1325,1335,-1334,1324,1326,1336,-1335,1322,1323,1333,-1333,1334,1335,1325,-1325 ,1329,1330,1340,-1340,1327,1328,1338,-1338,1341,1340,1330,-1332,1328,1329,1339,-1339,1336,1326,1327,-1338,1342,1333,-1336,1334,1336,1353,-1352,1351,1352,1335,-1335,1335,1352,1354,-1343,1349,1354,1352,-1351,1351,1353,1356,-1356,1351,1355,1350,-1353,1359,1360,1346,-1346 ,1360,1361,1347,-1347,1357,1358,1344,-1344,1361,1362,1348,-1348,1358,1359,1345,-1345,1342,1354,1357,-1344,1348,1362,1354,-1350,1366,1367,1360,-1360,1354,1362,1369,-1364,1365,1366,1359,-1359,1363,1364,1357,-1355,1368,1369,1362,-1362,1364,1365,1358,-1358,1367,1368,1361,-1361 ,1363,1370,-1365,1370,1363,-1370,1370,1368,-1368,1366,1370,-1368,1364,1370,1366,-1366,1368,1370,-1370,1333,1342,-1344,1332,1333,-1344,1344,1332,-1344,1332,1344,1345,-1914,1371,1346,-1348,1345,1346,1916,-1916,1915,1913,-1346 ,1374,1337,-1339,1337,1374,1372,-1374,1353,1336,1337,-1374,1373,1372,1375,-1377,1353,1373,1376,-1357,1377,1339,-1341,1383,1384,1379,-1379,1339,1377,1382,-1382,1338,1339,1381,-1381,1384,1382,1377,-1380,1374,1338,1380,-1373,1372,1383,1378,-1376,1389,1390,1384,-1384 ,1381,1382,1388,-1388,1385,1389,1383,-1373,1390,1388,1382,-1385,1380,1381,1387,-1387,1372,1380,1386,-1386,1389,1385,-1387,1389,1386,1387,-1391,1390,1387,-1389,1392,1391,1340,-1342,1340,1391,1379,-1378,1396,1356,1376,-1398,1350,1355,1395,-1395,1355,1356,1396,-1396 ,1349,1350,1394,-1349,1376,1375,1378,-1398,1396,1397,1400,-1400,1395,1396,1399,-1399,1394,1395,1398,-1394,1393,1348,-1395,1378,1379,1402,-1402,1404,1403,1391,-1393,1379,1391,1403,-1403,1400,1397,1378,-1402,1347,1405,-1372,1347,1348,1407,-1407,1347,1406,-1406 ,1398,1399,1410,-1410,1399,1400,1411,-1411,1400,1401,1412,-1412,1393,1398,1409,-1409,1407,1348,1393,-1409,1415,1414,1403,-1405,1402,1403,1414,-1414,1412,1401,1402,-1414,1417,1416,1414,-1416,1410,1411,1421,-1421,1412,1413,1423,-1423,1411,1412,1422,-1422,1423,1413,1414,-1417 ,1407,1408,1425,-1425,1408,1409,1426,-1426,1426,1409,1410,-1421,1427,1406,1407,-1425,1428,1405,1406,-1428,1405,1428,1429,-1419,1418,1429,1430,-1420,1431,1417,1419,-1431,1417,1431,1432,-1417,1416,1432,-1424,1433,1436,1427,-1425,1437,1438,1429,-1429,1425,1426,1435,-1435 ,1424,1425,1434,-1434,1436,1437,1428,-1428,1423,1432,1444,-1443,1421,1422,1441,-1441,1443,1444,1432,-1432,1422,1423,1442,-1442,1420,1421,1440,-1440,1420,1439,1435,-1427,1429,1438,1445,-1431,1430,1445,1443,-1432,1448,1449,1437,-1437,1433,1434,1447,-1447,1446,1448,1436,-1434 ,1447,1434,-1436,1439,1440,1451,-1451,1451,1440,1441,-1453,1443,1445,1457,-1456,1455,1456,1444,-1444,1442,1444,1456,-1455,1453,1457,1445,-1439,1452,1441,1442,-1455,1437,1449,1453,-1439,1465,1466,1456,-1456,1454,1456,1466,-1465,1450,1451,1461,-1461,1458,1459,1449,-1449 ,1463,1467,1457,-1454,1452,1454,1464,-1463,1455,1457,1467,-1466,1459,1463,1453,-1450,1451,1452,1462,-1462,1458,1469,-1460,1435,1470,1480,-1448,1446,1471,1472,-1449,1448,1472,1473,-1459,1474,1469,1458,-1474,1477,1476,1469,-1475,1475,1468,1476,-1478,1479,1460,1468,-1476 ,1439,1460,1479,-1479,1470,1435,1439,-1479,1471,1446,1447,-1481,1489,1488,1478,-1480,1477,1474,1485,-1488,1483,1484,1473,-1473,1470,1478,1488,-1482,1481,1490,1480,-1471,1471,1480,1490,-1483,1486,1489,1479,-1476,1484,1485,1474,-1474,1487,1486,1475,-1478,1482,1483,1472,-1472 ,1482,1490,1500,-1493,1494,1495,1485,-1485,1497,1496,1486,-1488,1487,1485,1495,-1498,1496,1499,1489,-1487,1491,1500,1490,-1482,1499,1498,1488,-1490,1492,1493,1483,-1483,1481,1488,1498,-1492,1493,1494,1484,-1484,1491,1498,1499,-1501,1496,1492,1500,-1500,1492,1496,1497,-1494 ,1493,1497,1495,-1495,1468,1460,-1462,1504,1503,1469,-1477,1476,1468,1502,-1505,1501,1502,1468,-1462,1505,1506,1463,-1460,1506,1507,1467,-1464,1505,1459,1469,-1504,1462,1464,1509,-1509,1464,1466,1511,-1510,1510,1511,1466,-1466,1510,1465,1467,-1508,1501,1461,1462,-1509 ,1504,1502,1512,-1515,1514,1513,1503,-1505,1515,1516,1506,-1506,1517,1518,1510,-1508,1516,1517,1507,-1507,1503,1513,1515,-1506,1508,1509,1521,-1521,1501,1508,1520,-1520,1509,1511,1522,-1522,1501,1519,1512,-1503,1510,1518,1522,-1512,1514,1512,1523,-1526,1525,1524,1513,-1515 ,1519,1520,1527,-1527,1520,1521,1528,-1528,1530,1531,1522,-1519,1529,1530,1518,-1518,1532,1533,1516,-1516,1513,1524,1532,-1516,1523,1512,1519,-1527,1528,1521,1522,-1532,1516,1533,1529,-1518,1528,1531,1537,-1535,1535,1536,1530,-1530,1536,1537,1531,-1531,1538,1539,1533,-1533 ,1535,1529,1533,-1540,1526,1527,1542,-1542,1540,1535,1539,-1539,1542,1527,1528,-1535,1543,1545,1542,-1535,1541,1542,1545,-1545,1543,1534,-1538,1548,1546,1535,-1541,1547,1549,1537,-1537,1546,1536,-1536,1551,1547,1536,-1547,1549,1550,1543,-1538,1540,1557,1558,-1549 ,1560,1559,1541,-1545,1560,1544,1552,-1556,1541,1559,1561,-1527,1525,1523,1562,-1565,1564,1563,1524,-1526,1562,1523,1526,-1562,1565,1566,1538,-1533,1524,1563,1565,-1533,1538,1566,1567,-1541,1540,1567,-1558,1560,1555,1568,-1560,1569,1557,-1568,1570,1556,1557,-1570 ,1568,1555,1556,-1571,1559,1568,-1562,1565,1569,1567,-1567,1570,1564,1562,-1569,1561,1568,-1563,1564,1570,1569,-1564,1563,1569,-1566,1574,1575,1557,-1557,1573,1574,1556,-1556,1555,1552,1553,-1574,1557,1575,1571,-1559,1577,1578,1575,-1575,1576,1577,1574,-1574 ,1583,1584,1554,-1554,1580,1572,1578,-1578,1554,1580,1577,-1577,1579,1582,1552,-1545,1582,1583,1553,-1553,1544,1545,1581,-1580,1543,1550,1581,-1546,1586,1585,1546,-1549,1558,1571,1588,-1588,1588,1571,1572,-1590,1548,1558,1587,-1587,1546,1585,-1552,1592,1594,1581,-1551 ,1593,1590,1547,-1552,1591,1592,1550,-1550,1590,1591,1549,-1548,1596,1597,1583,-1583,1595,1596,1582,-1580,1597,1598,1584,-1584,1595,1579,1581,-1595,1586,1587,1601,-1601,1587,1588,1602,-1602,1602,1588,1589,-1604,1600,1599,1585,-1587,1593,1551,1585,-1600,1591,1590,1593,-1593 ,1592,1593,1599,-1595,1594,1599,1600,-1596,1595,1600,1601,-1597,1596,1601,1602,-1598,1597,1615,-1599,1597,1603,-1616,1597,1602,-1604,1606,1603,1589,-1606,1605,1589,1572,-1605,1605,1604,-1611,1606,1605,-1611,1610,1611,1609,-1607,1604,1607,1611,-1611 ,1584,1612,1608,-1555,1598,1613,1612,-1585,1606,1609,-1615,1598,1606,-1615,1598,1603,-1607,1598,1615,-1604,1571,1575,1578,-1573,1573,1553,1554,-1577,1613,1598,-1615,1614,1609,1611,-1617,1616,1612,1613,-1615,1616,1617,1608,-1613,1607,1617,1616,-1612 ,1607,1580,-1618,1607,1604,1572,-1581,1554,1608,1617,-1581,1295,1281,-1245,1619,1618,1278,-1280,1278,1618,-1278,1280,1619,-1280,1620,1622,1291,-1277,1621,1620,1276,-1278,1624,1625,1294,-1294,1623,1624,1293,-1293,1291,1622,1623,-1293,1628,1627,1281,-1296 ,1627,1626,1280,-1282,1294,1625,1628,-1296,1621,1277,1618,-1630,1280,1626,1630,-1620,1630,1629,1618,-1620,1631,1633,1622,-1621,1632,1631,1620,-1622,1634,1636,1633,-1632,1635,1634,1631,-1633,1638,1637,1629,-1631,1640,1639,1637,-1639,1632,1621,1629,-1638,1632,1637,1639,-1636 ,1642,1643,1624,-1624,1622,1633,1642,-1624,1636,1644,1642,-1634,1642,1644,1645,-1644,1624,1643,1647,-1626,1647,1643,1645,-1647,1649,1648,1627,-1629,1625,1647,1649,-1629,1646,1649,-1648,1627,1648,1641,-1627,1641,1648,-1651,1641,1638,1630,-1627,1641,1650,1640,-1639 ,1661,1651,1652,-1663,1662,1663,1660,-1662,1640,1650,1651,-1662,1661,1660,1639,-1641,1665,1664,1634,-1636,1666,1667,1644,-1637,1645,1668,1659,-1647,1644,1667,1668,-1646,1634,1664,1666,-1637,1665,1635,1639,-1661,1671,1672,1667,-1667,1670,1669,1664,-1666,1672,1673,1668,-1668 ,1669,1671,1666,-1665,1659,1668,1673,-1659,1663,1670,1665,-1661,1674,1675,1670,-1664,1676,1674,1663,-1663,1652,1653,1676,-1663,1680,1681,1672,-1672,1681,1682,1673,-1673,1670,1675,1677,-1670,1682,1657,1658,-1674,1684,1685,1682,-1682,1680,1677,1678,-1684,1683,1684,1681,-1681 ,1686,1656,-1658,1686,1657,1682,-1686,1669,1677,1680,-1672,1690,1691,1685,-1685,1687,1655,1656,-1687,1689,1690,1684,-1684,1683,1678,1679,-1690,1654,1655,1687,-1689,1687,1692,1693,-1689,1691,1694,1686,-1686,1692,1687,1686,-1695,1700,1674,1676,-1703,1700,1701,1675,-1675 ,1675,1701,1703,-1678,1677,1703,1704,-1679,1678,1704,1695,-1680,1688,1693,1699,-1708,1654,1688,1707,-1707,1653,1654,1706,-1706,1705,1702,1676,-1654,1709,1702,1705,-1711,1708,1700,1702,-1710,1700,1708,1703,-1702,1705,1706,-1711,1712,1709,1710,-1714,1711,1708,1709,-1713 ,1706,1707,1713,-1711,1703,1708,1711,-1705,1699,1698,1713,-1708,1712,1713,1698,-1698,1711,1712,1697,-1697,1695,1704,1711,-1697,1715,1714,1648,-1650,1648,1714,1651,-1651,1646,1659,1715,-1650,1716,1717,1657,-1657,1657,1717,1659,-1659,1654,1718,1719,-1656,1719,1716,1656,-1656 ,1720,1718,1654,-1654,1720,1653,1652,-1652,1721,1716,1719,-1724,1718,1722,1723,-1720,1718,1720,-1723,1721,1717,-1717,1721,1725,1715,-1660,1725,1724,1714,-1716,1721,1659,-1718,1651,1714,1724,-1723,1722,1720,-1652,1724,1723,-1723,1725,1721,-1724 ,1725,1723,-1725,1727,1679,-1696,1727,1695,-1727,1727,1726,-1729,1727,1728,1730,-1730,1729,1730,1732,-1732,1726,1695,1696,-1734,1734,1697,1698,-1736,1696,1697,1734,-1734,1736,1735,1698,-1700,1737,1738,1736,-1694,1739,1740,1738,-1738,1741,1742,1740,-1740 ,1731,1732,1743,-1745,1746,1745,1742,-1742,1749,1747,1748,-1751,1750,1748,1742,-1746,1747,1749,1743,-1733,1752,1751,1731,-1745,1754,1753,1751,-1753,1755,1756,1746,-1742,1757,1758,1756,-1756,1759,1760,1758,-1758,1754,1762,1761,-1754,1763,1733,1734,-1765,1764,1734,1735,-1766 ,1730,1728,-1727,1726,1733,1763,-1731,1730,1763,1747,-1733,1763,1764,1748,-1748,1735,1736,1738,-1766,1740,1742,1765,-1739,1764,1765,1742,-1749,1766,1743,1749,-1768,1752,1766,1762,-1755,1767,1749,1750,-1769,1756,1758,1768,-1747,1744,1743,1766,-1753,1903,1767,-1761 ,1760,1767,1768,-1759,1745,1746,1768,-1751,1736,1699,-1694,1816,1818,1776,-1797,1802,1826,1773,-1903,1839,1851,1779,-1807,1840,1849,1780,-1796,1798,1779,1845,-1762,1844,1861,1769,-1786,1843,1849,1784,-1793,1794,1792,1790,-1788,1842,1844,1785,-1790,1791,1793,1788,-1790 ,1847,1842,1789,-1789,1792,1784,1786,-1791,1784,1770,-1787,1780,1785,-1770,1846,1843,1792,-1795,1780,1791,1789,-1786,1846,1847,1788,-1794,1769,1731,-1752,1852,1840,1795,-1775,1679,1727,-1690,1761,1856,1774,-1796,1829,1828,1778,-1800,1814,1837,1848,-1886 ,1809,1858,1863,-1890,1878,1845,1779,-1872,1812,1838,1867,-1881,1797,1775,1860,-1830,1836,1770,-1785,1769,1753,-1781,1800,1859,1865,-1899,1761,1845,-1857,1753,1761,1795,-1781,1893,1860,1775,-1892,1834,1856,1845,-1836,1829,1860,-1829,1883,1870,1808,-1882 ,1832,1837,1827,-1821,1739,1850,1755,-1742,1804,1852,1774,-1888,1885,1848,1805,-1880,1823,1851,1778,-1875,1841,1853,1777,-1758,1821,1835,1845,-1879,1799,1778,-1806,1806,1779,-1799,1816,1848,-1819,1898,1865,1810,-1900,1799,1782,1836,-1830,1769,1751,-1754 ,1889,1863,1830,-1889,1829,1836,1784,-1798,1896,1820,1777,-1902,1875,1866,1772,-1874,1799,1805,1848,-1817,1831,1830,1863,-1859,1826,1859,1864,-1774,1855,1838,1808,-1871,1896,1895,1800,-1802,1820,1896,1801,-1833,1900,1899,1802,-1804,1857,1869,1771,-1834,1776,1900,1803,-1854 ,1892,1891,1804,-1808,1824,1892,1807,-1832,1893,1894,1809,-1812,1860,1893,1811,-1835,1882,1881,1812,-1814,1806,1882,1813,-1840,1883,1884,1814,-1816,1870,1883,1815,-1856,1875,1876,1821,-1823,1866,1875,1822,-1858,1872,1871,1823,-1826,1771,1872,1825,-1834,1866,1857,1833,-1773 ,1868,1867,1838,-1856,1810,1865,1859,-1827,1824,1831,1858,-1863,1869,1877,1872,-1772,1877,1878,1871,-1873,1833,1825,1873,-1773,1825,1823,1874,-1874,1857,1822,1877,-1870,1822,1821,1878,-1878,1828,1876,1874,-1779,1876,1875,1873,-1875,1855,1815,1886,-1869,1815,1814,1885,-1887 ,1839,1813,1879,-1806,1813,1812,1880,-1880,1827,1884,1882,-1807,1884,1883,1881,-1883,1868,1886,1880,-1868,1886,1885,1879,-1881,1834,1811,1890,-1857,1811,1809,1889,-1891,1862,1894,1892,-1825,1894,1893,1891,-1893,1831,1807,1888,-1831,1807,1804,1887,-1889,1856,1890,1887,-1775 ,1890,1889,1888,-1888,1853,1803,1901,-1778,1803,1802,1902,-1902,1832,1801,1897,-1819,1801,1800,1898,-1898,1818,1897,1900,-1777,1897,1898,1899,-1901,1864,1895,1902,-1774,1895,1896,1901,-1903,1876,1828,1835,-1822,1871,1779,1851,-1824,1891,1775,1852,-1805,1818,1848,1837,-1833 ,1860,1834,1835,-1829,1895,1864,1859,-1801,1881,1808,1838,-1813,1894,1862,1858,-1810,1884,1827,1837,-1815,1775,1797,1840,-1853,1781,1796,1841,-1851,1794,1787,1847,-1847,1793,1791,1843,-1847,1787,1790,1842,-1848,1790,1786,1844,-1843,1791,1780,1849,-1844,1786,1770,1861,-1845 ,1797,1784,1849,-1841,1796,1776,1853,-1842,1805,1778,1851,-1840,1899,1810,1826,-1803,1762,1766,1767,-1904,1798,1903,1760,-1760,1761,1762,1903,-1799,1820,1827,-1760,1827,1806,1798,-1760,1777,1820,1759,-1758,1854,1817,1690,-1690,1729,1854,1689,-1728,1731,1769,1854,-1730 ,1861,1817,1854,-1770,1690,1817,1904,-1692,1817,1861,1770,-1905,1850,1841,1757,-1756,1739,1783,1781,-1851,1905,1904,1770,-1837,1782,1816,1796,-1782,1782,1799,-1817,1691,1904,1905,-1695,1783,1739,-1738,1692,1819,1737,-1694,1783,1737,-1820,1905,1836,1782,-1820 ,1782,1781,1783,-1820,1819,1692,1694,-1906,1104,1107,-1104,1044,1921,1907,-1047,1057,1922,1923,-1059,1163,1925,1911,-1165,1060,1908,1927,-1187,1185,1272,1273,-1920,1311,1312,1920,-1274,1332,1913,1929,-1323,1341,1914,1930,-1393,1919,1273,-1921,1919,1926,-1186 ,113,108,979,-1907,123,113,1906,-981,132,133,1908,-982,123,980,1909,-160,235,234,1910,-985,237,235,984,-1912,1912,328,327,-987,405,1913,418,-418,419,1916,992,-445,418,1915,1916,-420,1915,418,-1914,477,488,1917,-994,102,117,1921,-995 ,119,129,996,-1908,117,119,1907,-1922,129,130,1922,-997,130,131,1923,-1923,131,132,981,-1924,150,145,997,-1925,159,1909,997,-146,210,150,1924,-983,234,229,998,-1911,236,237,1911,-1926,238,236,1925,-1000,258,254,1000,-1927,133,259,1927,-1909 ,259,265,985,-1928,332,328,1912,-1005,258,1919,346,-346,1928,381,382,-1006,987,329,381,-1929,384,346,1920,-386,395,385,991,-1930,405,395,1929,-1914,404,414,1914,-1007,414,465,1930,-1915,465,477,993,-1931,488,490,1008,-1918,492,491,1009,-1919 ,492,1918,1008,-491,1919,1920,-347,385,1920,-992,1919,258,-1927,1040,1906,979,-1036,1050,980,1906,-1041,1059,981,1908,-1061,1050,1086,1909,-981,1139,983,982,-1138,1162,984,1910,-1162,1164,1911,984,-1163,1912,986,1254,-1256,1310,989,990,-1322 ,1346,1371,992,-1917,1404,993,1917,-1416,1035,979,995,-1035,1034,995,994,-1030,1029,994,1921,-1045,1046,1907,996,-1057,1056,996,1922,-1058,1058,1923,981,-1060,1077,1924,997,-1073,1086,1072,997,-1910,1137,982,1924,-1078,1156,998,983,-1140,1161,1910,998,-1157 ,1165,999,1925,-1164,1181,1000,999,-1166,1185,1926,1000,-1182,1186,1927,985,-1193,1192,985,1001,-1202,986,1002,1253,-1255,1002,987,1256,-1254,1201,1001,988,-1258,1257,988,1003,-1259,1258,1003,1004,-1260,1259,1004,1912,-1256,1928,1005,1309,-1309,1310,1309,1005,-990 ,987,1928,1308,-1257,1322,1929,991,-1313,1321,990,1006,-1332,1331,1006,1914,-1342,1392,1930,993,-1405,1405,1007,992,-1372,1415,1917,1008,-1418,1418,1009,1007,-1406,1419,1918,1009,-1419,1419,1417,1008,-1919,1312,991,-1921 Edges: GeometryVersion: 124 LayerElementNormal: 0 { Version: 101 Name: "" MappingInformationType: "ByVertice" ReferenceInformationType: "Direct" Normals: -0.156376838684082,0.987670540809631,0.001861629076302,-0.047029022127390,0.998138368129730,-0.038361765444279 ,0.677632987499237,0.732291638851166,-0.067445904016495,-0.654042184352875,0.756309688091278,-0.013031403534114 ,0.009674367494881,0.999542236328125,-0.027832880616188,0.055818352848291,0.972167134284973,-0.227454453706741 ,-0.252632230520248,0.967497766017914,0.007446516305208,0.143223360180855,0.989654242992401,0.002441480755806 ,-0.017303995788097,0.991027534008026,-0.132389292120934,0.015533921308815,0.999053955078125,-0.040192876011133 ,-0.308664202690125,0.925046563148499,-0.221259191632271,-0.048188727349043,0.998657166957855,-0.018189031630754 ,0.320932656526566,0.947080910205841,0.002594073303044,0.029633473604918,0.999206542968750,-0.026215400546789 ,0.313913375139236,0.934598803520203,-0.167088836431503,-0.403576761484146,0.910184025764465,-0.092928864061832 ,-0.022766808047891,0.999084472656250,-0.035431988537312,-0.012848292477429,0.998565614223480,-0.051789909601212 ,0.012359996326268,0.972380757331848,-0.233008816838264,0.069917902350426,0.992095708847046,-0.104037597775459 ,-0.077883236110210,0.993804752826691,-0.079012423753738,-0.002746665850282,0.999786376953125,-0.019043549895287 ,0.030182804912329,0.997161805629730,-0.068575091660023,0.184179201722145,0.972655415534973,-0.141361743211746 ,-0.182226017117500,0.967833518981934,-0.173406168818474,-0.042573321610689,0.998931825160980,-0.016388438642025 ,0.582598328590393,0.806329548358917,-0.101840265095234,0.124088257551193,0.991302251815796,-0.043610949069262 ,0.013489181175828,0.998290956020355,-0.056672871112823,0.269142746925354,0.960631132125854,-0.068697161972523 ,0.259285271167755,0.946287393569946,-0.193121135234833,0.046662800014019,0.968779563903809,-0.243385106325150 ,-0.595507681369781,0.799645960330963,-0.076754048466682,-0.031861323863268,0.999298095703125,-0.018860438838601 ,-0.104464858770370,0.994140446186066,-0.027649769559503,-0.560960710048676,0.824518561363220,-0.073854789137840 ,-0.027527695521712,0.998870790004730,-0.038514360785484,-0.171880245208740,0.947965919971466,-0.267952501773834 ,-0.443159282207489,0.882076501846313,-0.159733876585960,0.418866544961929,0.901760935783386,-0.106387525796890 ,-0.075655385851860,0.989501655101776,-0.122928559780121,-0.279915779829025,0.934018969535828,-0.221778005361557 ,-0.334299743175507,0.932615101337433,-0.135837882757187,0.023926511406898,0.998931825160980,-0.038758508861065 ,-0.177495658397675,0.946989357471466,-0.267708361148834,0.001770073547959,0.999450683593750,-0.032868433743715 ,-0.149021878838539,0.959105193614960,-0.240516379475594,0.611651957035065,0.789208650588989,-0.054445020854473 ,-0.032349620014429,-0.999450683593750,0.000396740622818,0.157780691981316,-0.986571848392487,0.041474655270576 ,0.251411467790604,-0.967192590236664,-0.035889767110348,-0.335581541061401,-0.937711715698242,-0.089632861316204 ,0.002746665850282,-0.997497498989105,0.070192575454712,-0.039674062281847,-0.993987858295441,-0.101748712360859 ,0.117831967771053,-0.992522954940796,0.030976288020611,-0.063325904309750,-0.997772157192230,0.019531846046448 ,0.013153477571905,-0.999694824218750,-0.019562363624573,-0.036286506801844,-0.997772157192230,0.055818352848291 ,-0.030213324353099,-0.992889165878296,-0.115024261176586,0.188360244035721,-0.981810986995697,0.022888882085681 ,0.082247383892536,-0.996581912040710,-0.001037629321218,-0.025177769362926,-0.996734499931335,0.076662495732307 ,0.031586658209562,-0.994689762592316,-0.097872860729694,-0.213293865323067,-0.976470232009888,-0.031220436096191 ,-0.013977477326989,-0.999877929687500,-0.002838221378624,0.014954069629312,-0.999816894531250,0.009125034324825 ,-0.008911404758692,-0.998962342739105,-0.044251836836338,-0.057008575648069,-0.998229920864105,-0.015350810252130 ,-0.016876734793186,-0.999755859375000,-0.012146366760135,-0.048707541078329,-0.998748719692230,0.010376293212175 ,-0.086428418755531,-0.995757937431335,0.031434066593647,0.011597033590078,-0.998718202114105,-0.049195837229490 ,-0.023407697677612,-0.998260438442230,-0.054048281162977,0.000671407207847,-0.999481201171875,0.031983397901058 ,-0.234351634979248,-0.966948449611664,-0.100253306329250,-0.020722068846226,-0.999603271484375,0.018127994611859 ,0.044160284101963,-0.998992860317230,0.003631702624261,-0.116000853478909,-0.992919683456421,-0.025421917438507 ,-0.093234047293663,-0.994842350482941,0.039551988244057,0.195715203881264,-0.978759109973907,-0.060701314359903 ,-0.041291542351246,-0.999114990234375,0.005157628096640,-0.091372415423393,-0.995727419853210,0.010864589363337 ,0.080568864941597,-0.996337771415710,-0.028290659189224,0.619586765766144,-0.748161256313324,0.237281411886215 ,0.752281248569489,-0.552934348583221,0.358165234327316,0.819422006607056,-0.561662673950195,-0.114139229059219 ,0.669850766658783,-0.728110611438751,0.145298629999161,0.725821733474731,-0.557176411151886,0.403332620859146 ,0.772606611251831,-0.629932582378387,-0.078615680336952,0.628955960273743,-0.657155036926270,0.415356904268265 ,0.682882189750671,-0.721579611301422,-0.113773003220558,0.905392646789551,-0.393536180257797,0.159123510122299 ,0.718832969665527,-0.561876296997070,0.409283727407455,0.765129566192627,-0.621173739433289,0.169347211718559 ,0.367931157350540,-0.896847426891327,0.245460376143456,0.776818156242371,-0.501113951206207,0.381298243999481 ,0.667104125022888,-0.744804203510284,-0.014740440063179,0.568071544170380,-0.701437413692474,0.430372029542923 ,0.871852755546570,-0.466750085353851,0.148228406906128,0.980162978172302,0.005310220643878,0.198034614324570 ,0.784783482551575,-0.580004274845123,0.218268379569054,0.492202520370483,-0.417249053716660,0.763908803462982 ,0.184484392404556,-0.885158836841583,0.427076011896133,0.942258954048157,-0.305642873048782,0.136783957481384 ,0.282509833574295,-0.700216650962830,0.655598640441895,0.391216784715652,-0.838526546955109,0.379192471504211 ,0.845698416233063,0.161717578768730,0.508529901504517,0.306772053241730,-0.694051921367645,0.651264965534210 ,0.353190720081329,-0.885738670825958,0.301126122474670,0.452955722808838,-0.593981742858887,0.664784669876099 ,0.469313651323318,-0.791375458240509,0.391674548387527,0.497207552194595,-0.721579611301422,0.481734663248062 ,0.489242225885391,-0.757652521133423,0.431928455829620,0.234534740447998,-0.949674963951111,0.207495346665382 ,0.331919312477112,-0.753563046455383,0.567369580268860,0.401348918676376,-0.904812753200531,0.142155215144157 ,0.361125528812408,-0.910672307014465,0.200567647814751,0.037171542644501,-0.777092814445496,0.628254055976868 ,0.373271882534027,-0.316385388374329,0.872066378593445,0.060762353241444,-0.600176990032196,0.797540187835693 ,0.776055157184601,0.100589007139206,0.622547090053558,0.091708123683929,-0.879879117012024,0.466200739145279 ,0.568041026592255,-0.795037686824799,0.212500378489494,0.106112860143185,-0.983062207698822,0.149204999208450 ,0.218176826834679,-0.962675869464874,0.160100102424622,0.399456769227982,-0.915921509265900,0.038300730288029 ,0.704000949859619,-0.654469430446625,0.275734722614288,0.670857846736908,-0.650837719440460,0.355388045310974 ,0.688405990600586,-0.713889002799988,0.128055661916733,0.251716673374176,-0.527329325675964,0.811487138271332 ,0.370433658361435,-0.109286785125732,0.922391414642334,0.401684612035751,0.263344228267670,0.877071440219879 ,0.433027118444443,0.169774472713470,0.885219871997833,0.274422436952591,-0.494643986225128,0.824610114097595 ,0.973387837409973,0.153569132089615,0.169927060604095,0.998382508754730,-0.048738058656454,0.029206212610006 ,0.627155363559723,-0.059266947209835,0.776604533195496,0.901486277580261,-0.415906250476837,0.119449444115162 ,0.901760935783386,0.151280254125595,0.404889076948166,0.740073859691620,-0.664235353469849,0.105136267840862 ,0.937162399291992,-0.334696501493454,-0.098239079117775,0.737754464149475,-0.674794733524323,0.018585771322250 ,0.599871814250946,-0.796014308929443,-0.080324716866016,0.425366997718811,-0.899777233600616,0.096957303583622 ,0.319437235593796,-0.891048908233643,0.322428047657013,0.111819818615913,-0.944120585918427,0.310007005929947 ,0.783471167087555,-0.511673331260681,-0.352610856294632,0.532822668552399,-0.766533374786377,-0.358439892530441 ,0.212652981281281,-0.957365632057190,-0.195410013198853,0.283303320407867,-0.601245164871216,0.747123658657074 ,0.071810051798820,-0.994720280170441,-0.073000274598598,-0.211035490036011,-0.917569518089294,0.336924344301224 ,0.772576093673706,-0.418500334024429,0.477431565523148,0.801568627357483,-0.577562808990479,0.154454171657562 ,0.742973089218140,-0.656270027160645,0.131382182240486,0.607898175716400,-0.777611613273621,-0.160466328263283 ,0.162175357341766,-0.986632883548737,0.015015106648207,-0.016357921063900,-0.940000593662262,0.340739160776138 ,0.244331181049347,-0.958830535411835,0.144505143165588,0.094119086861610,-0.991668462753296,0.087801754474640 ,-0.225287631154060,0.386455893516541,0.894344925880432,-0.704367220401764,0.009338663890958,0.709738433361053 ,0.233680233359337,0.481521040201187,0.844691276550293,0.838068783283234,0.349467456340790,0.418897062540054 ,0.950254857540131,-0.104159675538540,-0.293435454368591,0.395397812128067,-0.645435929298401,-0.653462350368500 ,-0.433759570121765,-0.835901975631714,-0.336283445358276,-0.820001840591431,-0.506393611431122,0.266701251268387 ,-0.032532729208469,0.578142642974854,0.815271437168121,-0.727286577224731,0.084597304463387,0.681081593036652 ,0.356089979410172,0.581194519996643,0.731681287288666,0.879757046699524,0.278878152370453,0.384960472583771 ,0.954344332218170,-0.229621261358261,-0.190862759947777,0.414868623018265,-0.762321829795837,-0.496688753366470 ,-0.364604622125626,-0.879055142402649,-0.307016193866730,-0.828241825103760,-0.536149144172668,0.162785723805428 ,0.591784417629242,-0.805169820785522,0.038270212709904,-0.408520758152008,-0.887997090816498,0.210974454879761 ,0.178502768278122,-0.037018951028585,0.983214795589447,-0.454115420579910,-0.161809131503105,0.876094877719879 ,0.716910302639008,-0.176793724298477,0.674336969852448,0.953459262847900,0.300790429115295,-0.020111698657274 ,0.988494515419006,0.130344554781914,-0.076326794922352,0.955565035343170,-0.292489409446716,-0.035859249532223 ,0.967314660549164,-0.243171483278275,-0.071687981486320,0.903897225856781,-0.427655875682831,0.007812738418579 ,0.895565688610077,-0.442457348108292,0.046540725976229,0.919858396053314,-0.387371450662613,-0.061342202126980 ,0.948759436607361,-0.314157545566559,-0.033417768776417,0.961119413375854,-0.207770019769669,0.181707203388214 ,0.850215137004852,-0.165257722139359,0.499771118164062,0.939603865146637,-0.286904513835907,-0.186498612165451 ,0.880703151226044,0.415845215320587,-0.226630449295044,0.697531044483185,0.384960472583771,-0.604358017444611 ,0.411481052637100,0.700003027915955,-0.583635985851288,0.439252912998199,0.849085986614227,-0.293313384056091 ,0.369029819965363,0.923917353153229,0.100802637636662,0.615985572338104,0.302774131298065,0.727195024490356 ,0.889278829097748,0.306985676288605,0.338938564062119,0.899044752120972,-0.407910406589508,0.159001439809799 ,0.906521797180176,-0.405835151672363,-0.116061888635159,0.958677947521210,0.284371465444565,0.007080294191837 ,0.979705214500427,0.170964688062668,0.104312263429165,0.827753543853760,-0.249641403555870,-0.502426207065582 ,0.929960012435913,0.255104213953018,-0.264656513929367,0.955046236515045,-0.087710194289684,-0.283120214939117 ,0.911557376384735,-0.242683187127113,-0.331827759742737,0.916287720203400,-0.162419512867928,-0.366069525480270 ,0.538407564163208,-0.571764290332794,-0.619006931781769,0.240913107991219,-0.892727434635162,-0.380718410015106 ,0.052491836249828,-0.943449199199677,-0.327280491590500,0.252601712942123,-0.705771028995514,-0.661854922771454 ,0.056367687880993,-0.764275014400482,-0.642384111881256,0.705160677433014,0.214972376823425,0.675649285316467 ,0.778435647487640,-0.072573013603687,0.623493134975433,0.965575098991394,-0.147343367338181,0.214209422469139 ,0.335551023483276,-0.651264965534210,0.680593252182007,0.289132356643677,-0.804132223129272,0.519333481788635 ,0.128177732229233,-0.907712042331696,0.399487286806107,0.961760282516479,-0.258003473281860,0.091647081077099 ,0.949919104576111,-0.283394873142242,-0.131443217396736,0.790307343006134,-0.367748051881790,-0.490035712718964 ,0.516586780548096,-0.057527389377356,-0.854274094104767,0.616870641708374,0.436201065778732,-0.655110299587250 ,0.634968101978302,0.169408246874809,-0.753685116767883,0.627521574497223,0.106570631265640,-0.771233260631561 ,0.634876549243927,0.140537738800049,-0.759697258472443,0.693746745586395,0.539658784866333,-0.476912736892700 ,0.261177390813828,-0.239356666803360,-0.935117661952972,0.061342202126980,-0.310434281826019,-0.948606848716736 ,0.296914577484131,0.308664202690125,-0.903622567653656,0.495254367589951,0.397991895675659,-0.772179305553436 ,0.356791883707047,0.306161701679230,-0.882564783096313,0.329783022403717,0.273873090744019,-0.903439462184906 ,0.130497142672539,0.178075507283211,-0.975310504436493,0.195959344506264,0.305215626955032,-0.931882679462433 ,0.425214380025864,-0.544633328914642,-0.722861409187317,0.274788647890091,0.243171483278275,-0.930234670639038 ,0.146305739879608,-0.989226937294006,0.001495406962931,0.432844012975693,-0.595080435276031,0.677114188671112 ,-0.212836086750031,-0.191778317093849,0.958067595958710,0.685354173183441,-0.073183387517929,-0.724478900432587 ,0.569933176040649,0.602404832839966,-0.558763384819031,-0.595812857151031,0.764244496822357,0.246772661805153 ,-0.155186623334885,0.939329206943512,-0.305856496095657,0.358745068311691,0.030884731560946,0.932920336723328 ,0.399578839540482,0.770531296730042,0.496536135673523,0.836054563522339,-0.419354826211929,0.353709518909454 ,0.693533122539520,0.652699351310730,-0.304879903793335,0.832972168922424,-0.426221489906311,0.352793961763382 ,0.597247242927551,0.706289887428284,-0.380016475915909,0.242835775017738,-0.942442119121552,0.229804381728172 ,0.233466595411301,-0.968901634216309,0.081698052585125,0.321481972932816,-0.892117083072662,0.317423015832901 ,0.101870782673359,-0.985625803470612,0.134586632251740,-0.130222484469414,-0.963164150714874,0.235175639390945 ,0.036286506801844,-0.990905463695526,0.129490032792091,-0.099612414836884,-0.921689510345459,0.374889373779297 ,0.050935391336679,-0.992950201034546,0.106875821948051,0.152439951896667,-0.563188552856445,0.812128067016602 ,0.204229861497879,-0.660420536994934,0.722556233406067,0.136387214064598,-0.776512980461121,0.615100562572479 ,0.065187536180019,-0.859004497528076,0.507766962051392,0.018463697284460,-0.947935402393341,0.317880809307098 ,0.025177769362926,-0.907101631164551,0.420117795467377,0.216498300433159,0.059724722057581,0.974425494670868 ,0.399548321962357,-0.032288581132889,0.916135132312775,0.519943833351135,-0.239600822329521,0.819879770278931 ,0.563829481601715,-0.502121031284332,0.655690193176270,0.558427691459656,-0.737357735633850,0.380016475915909 ,0.565080702304840,-0.673665583133698,0.476271867752075,-0.178685873746872,-0.980346083641052,0.083285011351109 ,0.045716725289822,-0.986815989017487,0.155217140913010,0.580584108829498,-0.733939647674561,0.352427750825882 ,0.185735642910004,0.172307506203651,0.967345178127289,0.356212049722672,0.083223976194859,0.930661916732788 ,0.488143563270569,-0.109256267547607,0.865871131420135,0.590960443019867,-0.391155749559402,0.705496370792389 ,0.637989461421967,-0.681142628192902,0.359141826629639,0.620471835136414,-0.615070044994354,0.486465036869049 ,0.679860830307007,-0.632465600967407,0.371105074882507,-0.076509900391102,-0.993896305561066,-0.079256571829319 ,0.147618025541306,-0.986877024173737,-0.065218053758144,0.573686957359314,-0.739402472972870,0.352275162935257 ,0.558397173881531,-0.669118344783783,0.490340888500214,0.089846491813660,-0.964445948600769,-0.248451188206673 ,0.293679624795914,-0.906613349914551,-0.302865684032440,0.482345044612885,-0.797540187835693,0.362254709005356 ,0.406689643859863,-0.746360659599304,0.526749491691589,0.275643169879913,-0.862392067909241,-0.424604028463364 ,0.406720161437988,-0.822351753711700,-0.397808760404587,0.389751881361008,-0.849116504192352,0.356395155191422 ,0.369121372699738,-0.778008341789246,0.508346796035767,0.459120452404022,-0.623798310756683,-0.632496118545532 ,0.549119532108307,-0.779259622097015,-0.301980644464493,0.378215879201889,-0.827448368072510,0.415021210908890 ,0.326639592647552,-0.760521233081818,0.561113297939301,0.383617669343948,-0.706625580787659,-0.594561576843262 ,0.730857253074646,-0.681356251239777,-0.039826653897762,0.464033931493759,-0.704886019229889,0.536423861980438 ,0.411481052637100,-0.632618188858032,0.656056404113770,0.698995947837830,-0.661519229412079,-0.271492660045624 ,0.914883852005005,-0.355143904685974,0.191930904984474,0.624835968017578,-0.373241364955902,0.685720384120941 ,0.533768713474274,-0.310892045497894,0.786370456218719,0.929624319076538,-0.368480473756790,-0.002227851189673 ,0.959837615489960,0.022431105375290,0.279549539089203,0.646046340465546,0.025543991476297,0.762840688228607 ,0.557298481464386,0.092013306915760,0.825189948081970,0.993591129779816,0.046693317592144,0.102664262056351 ,0.867488622665405,0.390636920928955,0.307931751012802,0.539963960647583,0.345255911350250,0.767601549625397 ,0.455763429403305,0.380016475915909,0.804864645004272,0.888973653316498,0.455519258975983,0.046571247279644 ,0.622974336147308,0.775292217731476,0.103854484856129,0.397747725248337,0.657979071140289,0.639393270015717 ,0.359935313463211,0.566942334175110,0.740928351879120,0.605578780174255,0.775872051715851,-0.176763206720352 ,0.446943581104279,0.887875020503998,-0.108920559287071,0.349162280559540,0.785943150520325,0.510238945484161 ,0.323374122381210,0.699423193931580,0.637318015098572,0.445600748062134,0.806482136249542,-0.388531148433685 ,0.336130857467651,0.929563283920288,-0.151280254125595,0.350962847471237,0.804223775863647,0.479598373174667 ,0.320902138948441,0.710440397262573,0.626270353794098,0.373760193586349,0.886684775352478,-0.272164076566696 ,0.154545724391937,0.987853646278381,-0.014923551119864,0.228308975696564,0.802392661571503,0.551377892494202 ,0.211890012025833,0.724967181682587,0.655323982238770,0.138798177242279,0.975310504436493,-0.171666622161865 ,0.176335945725441,0.060029909014702,0.982482373714447,0.177556693553925,0.410046696662903,0.894589066505432 ,0.196630761027336,0.698385596275330,0.688161849975586,0.414838105440140,-0.826837956905365,0.379711300134659 ,0.437543869018555,-0.822870552539825,0.362498849630356,0.475173205137253,-0.690847516059875,0.544907987117767 ,0.510025322437286,-0.667226195335388,0.542802214622498,0.444196909666061,-0.370433658361435,0.815729260444641 ,0.575029730796814,-0.166386917233467,0.800988793373108,0.329783022403717,-0.098727375268936,0.938871443271637 ,0.380932033061981,0.263008505105972,0.886379599571228,0.403912484645844,0.608752727508545,0.682790637016296 ,0.599749743938446,0.300485253334045,0.741599798202515,0.212408825755119,-0.975096881389618,0.063692130148411 ,0.155552849173546,-0.987578988075256,0.021790215745568,0.166936248540878,-0.985717356204987,0.020996734499931 ,0.078310497105122,-0.993041753768921,-0.087801754474640,0.655354499816895,-0.504745602607727,-0.561845779418945 ,0.316995769739151,-0.626148283481598,-0.712302029132843,0.076326794922352,-0.876613676548004,-0.475051105022430 ,0.532700598239899,-0.824274420738220,-0.191747799515724,0.909665226936340,-0.407300025224686,0.081270791590214 ,0.981475234031677,0.091555528342724,0.168218016624451,0.814172804355621,0.541734039783478,0.208807647228241 ,0.328592777252197,0.943967998027802,0.030610065907240,0.465132594108582,0.758384943008423,-0.456556916236877 ,0.457350373268127,-0.869594395160675,-0.185979798436165,0.665059328079224,-0.651722788810730,-0.364543586969376 ,0.862483620643616,-0.361796915531158,-0.353770554065704,0.458082824945450,-0.881588160991669,-0.113681450486183 ,0.752739012241364,-0.611682474613190,-0.243202000856400,0.931730091571808,-0.176030755043030,-0.317545086145401 ,0.397137373685837,-0.889370381832123,-0.226325273513794,0.754936397075653,-0.572832405567169,-0.319223612546921 ,0.363322854042053,-0.628589749336243,-0.687612533569336,0.340281367301941,-0.329630434513092,-0.880642116069794 ,0.241248816251755,0.182805866003036,-0.953062534332275,0.170873135328293,0.666402161121368,-0.725699663162231 ,0.049104280769825,0.903286814689636,-0.426160454750061,0.928952932357788,0.092257454991341,-0.358439892530441 ,0.858882427215576,0.334757536649704,-0.387585073709488,0.761223196983337,0.572832405567169,-0.303903311491013 ,0.569597482681274,0.796685695648193,-0.202002018690109,0.305673390626907,0.942716777324677,-0.133426919579506 ,0.497238069772720,0.849604785442352,-0.175725579261780,0.634327232837677,0.720450460910797,-0.280220955610275 ,0.665395081043243,0.546128749847412,-0.508896172046661,0.453077793121338,0.891079425811768,-0.025727104395628 ,0.534470677375793,0.832514405250549,-0.145695358514786,0.306802570819855,0.950621068477631,0.046327099204063 ,0.314279615879059,0.947355568408966,-0.060762353241444,0.111087374389172,0.986419260501862,0.120853297412395 ,0.088106937706470,0.995727419853210,0.026551103219390,0.078646197915077,0.990234076976776,-0.114810630679131 ,0.291665405035019,-0.907437384128571,-0.302407920360565,0.239509254693985,-0.968321800231934,-0.070436716079712 ,0.538193941116333,-0.821893990039825,-0.186498612165451,0.965300440788269,-0.169011503458023,-0.198950156569481 ,0.788354158401489,-0.564928114414215,-0.243507191538811,0.980071425437927,0.101779229938984,-0.170537427067757 ,0.938352584838867,0.301614433526993,-0.168736845254898,0.818536937236786,0.551622033119202,-0.160252690315247 ,0.611926615238190,0.779595315456390,-0.132999658584595,0.318124949932098,0.943296611309052,-0.094607383012772 ,0.085482344031334,0.993835270404816,-0.070314645767212,0.332682281732559,-0.942686259746552,0.025543991476297 ,0.547257900238037,-0.836878538131714,-0.011658070608974,0.981047987937927,-0.191259503364563,-0.030579546466470 ,0.803308188915253,-0.594256401062012,-0.039246805012226,0.995910525321960,0.090029604732990,-0.004791405983269 ,0.948118507862091,0.317880809307098,0.003387554548681,0.835596799850464,0.547654628753662,-0.042512282729149 ,0.633961021900177,0.767815172672272,-0.092104859650135,0.359080791473389,0.928708732128143,-0.092135377228260 ,0.124881744384766,0.990295112133026,-0.060640279203653,0.327372044324875,-0.938901960849762,-0.106082335114479 ,0.569902658462524,-0.809656083583832,-0.139988407492638,0.969756126403809,-0.228461563587189,0.085604421794415 ,0.766045093536377,-0.635639488697052,0.095370344817638,0.992217779159546,0.095828115940094,0.079409159719944 ,0.937620162963867,0.331003755331039,0.106204412877560,0.829035282135010,0.557237446308136,0.046479690819979 ,0.607043683528900,0.793938994407654,-0.033967100083828,0.410077214241028,0.894894242286682,-0.175939202308655 ,0.191534161567688,0.963743984699249,-0.185705125331879,0.541001617908478,-0.835596799850464,0.095309302210808 ,0.455427706241608,-0.890224933624268,0.005401776172221,0.253730893135071,-0.957640290260315,-0.136082038283348 ,0.111209452152252,-0.953611850738525,-0.279641091823578,0.170873135328293,-0.800378441810608,-0.574571967124939 ,0.307931751012802,-0.732444226741791,-0.607165753841400,0.510391533374786,-0.741874456405640,-0.434827715158463 ,0.670216977596283,-0.584887206554413,-0.456801056861877,0.810327470302582,-0.499404877424240,-0.306466877460480 ,0.985656321048737,-0.167241424322128,0.021668141707778,0.814905226230621,-0.579393923282623,-0.014374217949808 ,0.992858648300171,0.117984555661678,0.016510512679815,0.459395110607147,-0.859920024871826,-0.222327336668968 ,0.968688011169434,-0.203161716461182,-0.142582476139069,0.987090647220612,0.111972413957119,-0.114230781793594 ,0.386364340782166,-0.916318237781525,-0.104922637343407,0.355296492576599,-0.915707886219025,-0.187627792358398 ,0.293191313743591,-0.913510560989380,-0.281960517168045,0.322458565235138,-0.869106113910675,-0.374980926513672 ,0.394207596778870,-0.827692508697510,-0.399304181337357,0.439191877841949,-0.761925101280212,-0.475966662168503 ,-0.026429029181600,-0.909970402717590,-0.413800477981567,0.191015347838402,-0.892300188541412,-0.408978551626205 ,0.466780602931976,-0.763176381587982,-0.446790993213654,0.571916878223419,-0.765190601348877,-0.295541256666183 ,0.549638330936432,-0.830133974552155,-0.093508712947369,0.386486411094666,-0.921720027923584,-0.031708732247353 ,0.131809443235397,-0.958403289318085,-0.253120511770248,0.261482596397400,-0.886135458946228,-0.382580041885376 ,0.188085570931435,-0.750389099121094,-0.633625268936157,0.801355004310608,0.594897329807281,-0.062227241694927 ,0.947752296924591,0.318948954343796,0.000854518264532,0.874263763427734,0.422711879014969,0.238624230027199 ,0.891109943389893,0.368114262819290,-0.265266895294189,0.934629380702972,0.306222736835480,-0.180639058351517 ,0.446729928255081,0.871150851249695,-0.203711047768593,0.772606611251831,0.534806370735168,-0.342051446437836 ,0.500167846679688,0.761223196983337,-0.412671297788620,0.729270279407501,0.684133410453796,-0.009063997305930 ,0.658040106296539,0.746818423271179,-0.096102789044380,0.575304448604584,0.804498434066772,-0.147526472806931 ,0.734275341033936,0.633503198623657,-0.243873402476311,0.647633314132690,0.738273262977600,-0.188421279191971 ,0.265541553497314,0.957426667213440,-0.113162636756897,0.577013432979584,0.767143785953522,-0.280129402875900 ,0.777397990226746,0.513870656490326,-0.362681955099106,0.818170726299286,0.571337044239044,-0.064271979033947 ,0.579058170318604,0.800012230873108,0.156987220048904,0.763481557369232,0.595019400119781,0.251014739274979 ,0.394390702247620,0.840388178825378,-0.371715456247330,0.205053865909576,0.897488355636597,-0.390423297882080 ,0.724448382854462,-0.673726618289948,-0.145634323358536,0.778038859367371,-0.546189785003662,-0.310342729091644 ,0.965300440788269,-0.206366166472435,-0.159825429320335,0.989287972450256,0.094271674752235,-0.111301004886627 ,0.931302845478058,0.334635466337204,-0.143681138753891,0.960478544235229,-0.274147778749466,-0.048097170889378 ,0.996795535087585,0.079622790217400,0.002716147340834,0.924741327762604,0.380321651697159,-0.013489181175828 ,0.741080939769745,0.661793887615204,-0.113040558993816,0.526474833488464,0.810907304286957,-0.255348354578018 ,0.355082869529724,0.870479464530945,-0.340800195932388,0.157933279871941,0.896908462047577,-0.412976473569870 ,-0.235236674547195,-0.743766605854034,-0.625629425048828,-0.005279702134430,-0.946348488330841,-0.323007911443710 ,0.307016193866730,-0.950102210044861,-0.054597612470388,0.618610203266144,-0.752708494663239,0.225165560841560 ,0.890743732452393,-0.323526710271835,0.319132059812546,0.956144928932190,0.079622790217400,0.281807929277420 ,0.874568939208984,0.450636297464371,0.178899496793747,0.657826483249664,0.752555906772614,0.029450360685587 ,0.423963129520416,0.896755874156952,-0.126590773463249,0.167363509535789,0.927610099315643,-0.333933532238007 ,-0.009704886004329,0.851100206375122,-0.524887859821320,-0.072145760059357,0.858821392059326,-0.507156610488892 ,-0.330851167440414,0.527390360832214,-0.782525122165680,-0.515945911407471,-0.290139466524124,-0.805963337421417 ,-0.501236021518707,0.081514939665794,-0.861445963382721,0.974669635295868,0.137211218476295,0.176488533616066 ,0.849696338176727,0.527054667472839,-0.014648884534836,0.576799809932709,0.792199492454529,-0.199224829673767 ,0.280892372131348,0.884304344654083,-0.372905671596527,0.061464279890060,-0.974669635295868,0.215002894401550 ,0.487716287374496,-0.795251309871674,0.360118418931961,0.871852755546570,-0.352183610200882,0.340250849723816 ,-0.333841979503632,-0.940183699131012,-0.067629016935825,-0.694296061992645,-0.649067640304565,-0.310861527919769 ,-0.848811328411102,-0.237159341573715,-0.472457051277161,-0.793908476829529,0.121250040829182,-0.595782339572906 ,-0.599597156047821,0.454359561204910,-0.658772528171539,-0.178624838590622,0.793176054954529,-0.582171082496643 ,-0.003418073058128,-0.980437636375427,0.196783348917961,0.514450490474701,-0.814142286777496,0.269173264503479 ,0.868770420551300,-0.315408796072006,0.381725519895554,-0.507187128067017,-0.861171305179596,0.033112581819296 ,-0.831995606422424,-0.531723976135254,-0.158116400241852,-0.925107598304749,-0.163823366165161,-0.342509239912033 ,0.952269077301025,0.305185079574585,-0.001831110566854,0.818292796611786,0.508163690567017,-0.268593400716782 ,0.483657330274582,0.748008668422699,-0.454420596361160,0.150059506297112,0.798364222049713,-0.583117187023163 ,-0.634113609790802,0.433545947074890,-0.640247821807861,-0.229346603155136,0.699697852134705,-0.676595330238342 ,-0.857417523860931,0.130619227886200,-0.497695863246918,-0.136997595429420,-0.956266999244690,0.258308649063110 ,0.392437517642975,-0.838526546955109,0.377941220998764,-0.668355345726013,-0.738151192665100,-0.091463975608349 ,-0.822473824024200,-0.536820590496063,-0.187871947884560,0.893551409244537,0.393932908773422,-0.215308085083961 ,0.818811595439911,0.544907987117767,-0.180455952882767,0.530411720275879,0.832178711891174,-0.161473438143730 ,-0.963011562824249,-0.210242018103600,-0.168462172150612,0.093630790710449,0.972197651863098,-0.214545115828514 ,-0.841273248195648,0.511307120323181,-0.175450906157494,-0.389996021986008,0.885189354419708,-0.253608822822571 ,-0.984771251678467,0.107760854065418,-0.136387214064598,-0.668324828147888,-0.639423787593842,-0.380046993494034 ,-0.709952056407928,-0.674306452274323,-0.203009128570557,0.866756200790405,0.306192219257355,-0.393597215414047 ,0.955900728702545,0.286111027002335,-0.065828427672386,0.657216072082520,0.730674147605896,0.184698015451431 ,-0.963774502277374,-0.261543631553650,0.051911983639002,0.127933591604233,0.938871443271637,0.319589823484421 ,-0.779839456081390,0.515610218048096,0.354899734258652,-0.365672767162323,0.854823470115662,0.368114262819290 ,-0.962523281574249,0.099429301917553,0.252265989780426,0.845545828342438,-0.229621261358261,-0.481917768716812 ,-0.180059209465981,-0.835139036178589,-0.519669175148010,0.823572516441345,-0.342326134443283,0.452192753553391 ,-0.020722068846226,-0.974394977092743,0.223761707544327,-0.449140906333923,-0.888515889644623,-0.093539230525494 ,-0.434736162424088,-0.783532202243805,-0.443861186504364,-0.098635822534561,-0.749870300292969,-0.654164254665375 ,0.749504089355469,-0.125034332275391,-0.650044262409210,0.491195410490036,-0.638386189937592,-0.592577874660492 ,0.461897641420364,-0.530045449733734,-0.711081266403198,0.959135711193085,0.268288224935532,0.089663378894329 ,0.878902554512024,0.227637559175491,-0.419080168008804,0.435865342617035,-0.817010998725891,0.377452909946442 ,0.826441228389740,-0.447981208562851,0.340983301401138,0.191412091255188,-0.970549643039703,0.146092101931572 ,-0.068544574081898,-0.990264594554901,-0.120975375175476,-0.130588695406914,-0.900906383991241,-0.413830995559692 ,0.128360852599144,-0.792107939720154,-0.596697926521301,0.733970165252686,-0.291238129138947,-0.613513588905334 ,0.485152751207352,-0.537858188152313,-0.689413130283356,0.999816894531250,-0.004608294926584,0.016968291252851 ,0.938993513584137,-0.036805324256420,-0.341929376125336,0.453138828277588,-0.839991450309753,0.298348963260651 ,0.830317080020905,-0.495712161064148,0.254585415124893,0.388317525386810,-0.920621335506439,0.040070801973343 ,0.083132416009903,-0.993285953998566,-0.080416269600391,0.083468124270439,-0.935178697109222,-0.344157218933105 ,0.243354588747025,-0.820429086685181,-0.517349779605865,0.733359754085541,-0.464430689811707,-0.496444582939148 ,0.509506523609161,-0.652729868888855,-0.560625016689301,0.997375428676605,-0.071932129561901,0.004943998530507 ,0.914456605911255,-0.215338602662086,-0.342570275068283,0.625019073486328,-0.774040937423706,0.100894190371037 ,0.991088569164276,0.096713155508041,-0.091372415423393,0.880489528179169,-0.356486707925797,-0.312387466430664 ,-0.139927372336388,-0.917661070823669,-0.371837526559830,0.489669471979141,-0.727164506912231,-0.481063276529312 ,-0.660878300666809,-0.729636549949646,-0.175603508949280,-0.942197918891907,-0.333384186029434,0.032959990203381 ,-0.970580160617828,0.060792870819569,0.232856228947639,0.719351768493652,0.677785575389862,0.152012690901756 ,0.175389871001244,0.917752623558044,0.356242567300797,-0.751243650913239,0.538438081741333,0.381664484739304 ,-0.335520505905151,0.843897819519043,0.418591886758804,0.854670882225037,-0.356669813394547,-0.377239286899567 ,-0.219489127397537,-0.876644194126129,-0.428113639354706,0.441755414009094,-0.729056656360626,-0.522782087326050 ,-0.680166006088257,-0.684133410453796,-0.263191640377045,-0.936124742031097,-0.342448204755783,-0.079683825373650 ,-0.984679698944092,0.113834038376808,0.131931513547897,-0.740287482738495,0.612079203128815,0.277962595224380 ,0.975890398025513,0.077181309461594,-0.204138308763504,0.787865817546844,0.614856421947479,0.033875547349453 ,0.323953986167908,0.916165649890900,0.235938593745232,-0.226477861404419,0.923276484012604,0.310220658779144 ,0.960570096969604,-0.273476362228394,-0.049867242574692,-0.317789226770401,-0.930478811264038,-0.182134464383125 ,0.502822935581207,-0.856318831443787,-0.117557302117348,0.986907541751862,0.158970922231674,0.026276435703039 ,0.878322720527649,0.474349200725555,-0.059114351868629,0.494827121496201,0.868007421493530,0.040620137006044 ,-0.994018375873566,0.109042637050152,-0.003173924982548,-0.748100221157074,0.657490789890289,0.089327678084373 ,-0.095431379973888,0.987975716590881,0.121585741639137,-0.826105535030365,-0.561265885829926,-0.049867242574692 ,-0.938627302646637,-0.328989535570145,-0.103457748889923,0.603320419788361,0.796258449554443,0.043977171182632 ,-0.996734499931335,0.004730368964374,0.080416269600391,-0.739432990550995,0.669270932674408,0.072725608944893 ,0.038666952401400,0.995788455009460,0.082766197621822,-0.931913197040558,-0.360759288072586,-0.036500137299299 ,-0.949003577232361,-0.305215626955032,-0.078798793256283,-0.953672885894775,-0.255134731531143,0.159276098012924 ,0.953917026519775,0.294686734676361,0.056245613843203,0.911801517009735,0.409253209829330,0.032593768090010 ,0.633961021900177,0.771172225475311,0.057710502296686,0.966216027736664,0.235999628901482,0.103305153548717 ,0.887691855430603,0.455458223819733,0.067201755940914,-0.989532172679901,0.073244422674179,0.124301888048649 ,-0.521866500377655,0.813654005527496,-0.256141841411591,-0.927060782909393,-0.211127042770386,0.309701830148697 ,0.092318490147591,0.959440886974335,-0.266274005174637,0.601641893386841,0.760093986988068,-0.245399340987206 ,-0.893063127994537,0.381756037473679,-0.238074898719788,0.954954683780670,0.141727954149246,0.260628074407578 ,0.912289798259735,0.062227241694927,0.404736459255219,0.755546748638153,-0.204931795597076,0.622180879116058 ,0.898312330245972,-0.164128541946411,0.407513648271561,0.257240504026413,-0.637897908687592,0.725852251052856 ,-0.599810779094696,-0.535416722297668,0.594561576843262,-0.854457199573517,-0.249794006347656,0.455458223819733 ,0.980346083641052,0.136448249220848,0.142368853092194,0.988006234169006,0.099520862102509,0.117984555661678 ,0.974517047405243,0.113803520798683,0.193212687969208,0.917325377464294,-0.302621543407440,0.258674889802933 ,-0.318308055400848,-0.935941636562347,0.150395214557648,0.486587107181549,-0.850459277629852,0.199835196137428 ,-0.779381692409515,-0.600573718547821,0.178472250699997,-0.913327455520630,-0.389507740736008,0.118778035044670 ,-0.926053643226624,-0.376995146274567,0.015594958327711,0.863338112831116,-0.449262976646423,0.229712814092636 ,-0.473860889673233,-0.845271170139313,0.246864229440689,0.323526710271835,-0.922330379486084,0.211188077926636 ,-0.838923335075378,-0.248115479946136,0.484359264373779,-0.634083092212677,-0.330240786075592,0.699179053306580 ,0.733756542205811,-0.138859212398529,0.665028810501099,0.198553428053856,-0.375255584716797,0.905392646789551 ,-0.426862388849258,-0.384685814380646,0.818384349346161,0.619098484516144,-0.358378857374191,0.698721289634705 ,0.193639948964119,-0.598742663860321,0.777153849601746,-0.292397826910019,-0.587511837482452,0.754509091377258 ,0.946592628955841,0.302133232355118,-0.112399667501450,0.229804381728172,-0.523117780685425,0.820673227310181 ,0.850062549114227,0.490798681974411,-0.190954312682152,0.976226091384888,0.216101571917534,-0.015778068453074 ,0.992889165878296,0.118869595229626,0.000854518264532,0.998779237270355,0.010925626382232,-0.047944579273462 ,-0.971984028816223,0.023163549602032,-0.233802303671837,-0.976653337478638,-0.116702780127525,-0.180303350090981 ,-0.986541330814362,-0.133518472313881,-0.094210639595985,-0.983001172542572,-0.166417434811592,-0.077394939959049 ,-0.981047987937927,-0.182226017117500,-0.065462201833725,-0.274239331483841,0.446363717317581,-0.851771593093872 ,0.067537464201450,0.477492600679398,-0.876003265380859,0.318155467510223,0.422315120697021,-0.848750293254852 ,-0.523545026779175,0.212103635072708,-0.825159430503845,0.475783556699753,0.278542429208755,-0.834253966808319 ,0.523270368576050,0.185399949550629,-0.831720948219299,0.548142969608307,0.170720547437668,-0.818750560283661 ,0.543321013450623,0.122714929282665,-0.830469667911530,0.454725801944733,0.004547257907689,-0.890591144561768 ,-0.547654628753662,0.016602069139481,-0.836512327194214,-0.506668269634247,-0.053437910974026,-0.860469400882721 ,-0.522293746471405,-0.004669331945479,-0.852717697620392,-0.505142390727997,-0.021912289783359,-0.862727761268616 ,-0.424176752567291,-0.089175082743168,-0.901150524616241,-0.434064745903015,-0.381511896848679,0.816095471382141 ,-0.833796203136444,-0.551469445228577,0.024994660168886,-0.461073637008667,-0.401532024145126,-0.791283905506134 ,0.127689450979233,-0.472243428230286,0.872157990932465,0.638111531734467,-0.326822727918625,0.697073280811310 ,0.031861323863268,-0.525864422321320,-0.849940478801727,-0.114871665835381,-0.987487435340881,0.107943966984749 ,0.143314927816391,-0.982451856136322,0.119266331195831,0.863063454627991,-0.505050837993622,0.001831110566854 ,0.485030680894852,-0.277108073234558,-0.829401552677155,0.187536239624023,-0.543687224388123,-0.818048655986786 ,-0.006530961021781,-0.020691549405456,-0.999755859375000,0.383831292390823,-0.916653931140900,0.111270487308502 ,0.327890872955322,-0.512527823448181,0.793572783470154,0.889217793941498,-0.457258820533752,0.012359996326268 ,0.978423416614532,0.080538347363472,0.190191358327866,-0.014587847515941,-0.923612177371979,-0.382976770401001 ,0.538346529006958,-0.830408632755280,-0.143314927816391,-0.510513603687286,-0.681417286396027,-0.524399518966675 ,-0.747947633266449,-0.322916358709335,-0.579882204532623,-0.844477653503418,0.063753165304661,-0.531754493713379 ,-0.757347345352173,0.513504445552826,-0.403363138437271,0.787652194499969,0.522385299205780,0.326639592647552 ,0.314249098300934,0.926175713539124,0.208288833498955,-0.386577963829041,0.918088316917419,-0.087466046214104 ,0.845637381076813,-0.519577622413635,0.121982485055923,0.936765670776367,0.082857750356197,0.339945673942566 ,-0.002838221378624,-0.930478811264038,-0.366313666105270,0.472792744636536,-0.875667572021484,-0.098117008805275 ,-0.594470024108887,-0.627796232700348,-0.502426207065582,-0.236548960208893,-0.964812159538269,-0.114658042788506 ,0.268196672201157,-0.959288299083710,0.088351085782051,-0.716422021389008,-0.674855828285217,-0.176824241876602 ,0.799890160560608,-0.582872986793518,0.142704546451569,0.936796188354492,0.037781916558743,0.347788929939270 ,0.615039527416229,-0.702963352203369,0.357097089290619,0.845545828342438,-0.026886805891991,0.533158361911774 ,0.757133722305298,0.528855264186859,0.383404046297073,-0.805322408676147,-0.360942423343658,-0.470259726047516 ,-0.931241810321808,-0.003601184114814,-0.364360481500626,-0.903622567653656,-0.421399593353271,-0.076387830078602 ,-0.998413026332855,-0.026825770735741,0.048951689153910,-0.941373944282532,0.305887013673782,0.142063662409782 ,-0.855220198631287,0.469252586364746,-0.219855338335037,0.205023348331451,0.855037093162537,0.476271867752075 ,-0.604358017444611,0.756492793560028,0.249824523925781,0.651631236076355,0.480025649070740,0.587267696857452 ,0.583422362804413,0.711783170700073,0.391094684600830,0.797509670257568,0.426496177911758,0.426679283380508 ,0.745262026786804,0.623310029506683,0.236701563000679,0.491866827011108,0.728385269641876,-0.476973772048950 ,0.118472851812840,0.570726633071899,-0.812524795532227,-0.553819417953491,0.235847041010857,-0.798516809940338 ,-0.924283564090729,0.039490953087807,-0.379589229822159,-0.960966825485229,0.007477034814656,-0.276467174291611 ,-0.911252200603485,0.410046696662903,-0.037629321217537,0.603595077991486,-0.633198022842407,0.484450817108154 ,0.807214558124542,0.032563250511885,0.589312434196472,0.833033204078674,-0.032471694052219,0.552232444286346 ,0.529862344264984,-0.647175490856171,0.548020899295807,-0.343455314636230,-0.936460435390472,0.070802941918373 ,0.185460984706879,-0.946653664112091,0.263435781002045,-0.666219055652618,-0.741782903671265,0.076570942997932 ,-0.880916774272919,-0.472334980964661,0.029450360685587,-0.992431402206421,-0.105716116726398,-0.061983093619347 ,-0.351969957351685,-0.925229668617249,0.141514331102371,0.034089174121618,-0.933561205863953,0.356700330972672 ,-0.622516572475433,-0.782097816467285,0.027527695521712,-0.840845942497253,-0.527878642082214,-0.119602039456367 ,-0.948820471763611,-0.089114047586918,-0.302896201610565,0.265541553497314,-0.468001335859299,0.842860221862793 ,-0.107333600521088,-0.750541687011719,0.651997447013855,0.638019979000092,0.102481156587601,0.763145864009857 ,-0.393688768148422,-0.860652506351471,0.322824805974960,-0.367137670516968,-0.895229935646057,0.252449095249176 ,-0.422803431749344,-0.826837956905365,0.370891451835632,-0.594408988952637,-0.787285983562469,0.163701280951500 ,-0.865199744701385,-0.498275697231293,-0.055818352848291,-0.952269077301025,-0.043214209377766,-0.302163749933243 ,-0.576464116573334,-0.803033530712128,0.150852993130684,-0.864741981029510,-0.476149797439575,-0.159520253539085 ,-0.863368630409241,0.039643544703722,-0.502945065498352,-0.564714491367340,0.416577666997910,-0.712393581867218 ,0.000457777641714,0.655964851379395,-0.754753232002258,0.233832821249962,0.685262620449066,-0.689718306064606 ,-0.548417627811432,-0.806237995624542,0.221778005361557,-0.886806845664978,-0.411236912012100,-0.210730314254761 ,-0.774407148361206,0.167058318853378,-0.610187053680420,-0.040498062968254,0.666096985340118,-0.744743168354034 ,0.181707203388214,0.749382019042969,-0.636707663536072,-0.429853200912476,0.512772023677826,-0.743125677108765 ,-0.120609149336815,-0.820276498794556,0.559068560600281,0.462172299623489,-0.624195098876953,0.629840970039368 ,0.846095144748688,-0.256660670042038,0.467146813869476,0.946653664112091,0.303659170866013,0.107638783752918 ,0.554307699203491,0.701864659786224,-0.447309792041779,0.388164907693863,-0.528336405754089,0.755058467388153 ,0.005645924247801,-0.762779653072357,0.646626174449921,0.705465853214264,-0.015625476837158,0.708517730236053 ,-0.092379525303841,-0.893673539161682,0.439039289951324,-0.057496871799231,-0.931821644306183,0.358287304639816 ,0.759941399097443,0.582872986793518,0.287575900554657,0.650929272174835,0.703085422515869,-0.286172062158585 ,0.587786495685577,0.615558326244354,-0.524918377399445,0.513534963130951,-0.721640646457672,0.464186519384384 ,0.880764186382294,-0.280251473188400,0.381664484739304,0.977477312088013,0.182927951216698,0.105044707655907 ,0.486404001712799,-0.747428834438324,0.452436894178391,0.866786718368530,-0.365520179271698,0.339213222265244 ,0.986266672611237,0.163060396909714,-0.025757621973753,0.102114930748940,0.862422585487366,0.495773196220398 ,-0.543351531028748,0.788262605667114,0.288735628128052,-0.494582951068878,0.323465675115585,-0.806665241718292 ,-0.876216948032379,0.124881744384766,-0.465407282114029,0.567735850811005,0.705282747745514,-0.424481958150864 ,0.093020416796207,0.592669427394867,-0.800042748451233,0.717307031154633,0.695760965347290,0.036652728915215 ,-0.523667097091675,0.734763622283936,-0.431104451417923,0.349162280559540,0.927060782909393,-0.136387214064598 ,-0.037903986871243,0.886104941368103,-0.461867123842239,0.110415965318680,0.993804752826691,0.011597033590078 ,-0.403637796640396,0.903805673122406,-0.142124697566032,-0.036744285374880,-0.794854581356049,0.605639815330505 ,-0.482528150081635,-0.788537263870239,0.381206691265106,-0.438520461320877,-0.778435647487640,0.449110388755798 ,-0.435895860195160,-0.803430259227753,0.405499428510666,-0.187536239624023,-0.895626723766327,0.403302103281021 ,-0.314889967441559,-0.808648943901062,0.496871858835220,-0.165196686983109,-0.829676210880280,0.533188879489899 ,0.517715990543365,-0.604327499866486,0.605548262596130,0.857814252376556,-0.219000816345215,0.464888453483582 ,0.918851256370544,0.369212925434113,0.139011815190315,0.497085481882095,0.809259295463562,-0.312997817993164 ,0.131138041615486,0.816278576850891,-0.562547683715820,0.488113045692444,0.754417538642883,-0.438795119524002 ,0.504654049873352,0.809503436088562,-0.299996942281723,0.683034777641296,0.645222306251526,-0.342204034328461 ,0.870052158832550,0.485610514879227,0.084414198994637,0.960783720016479,0.130863368511200,0.244453266263008 ,0.071413308382034,-0.823175728321075,0.563249588012695,-0.242347478866577,-0.855677962303162,0.457197785377502 ,0.870540499687195,-0.144352555274963,0.470381796360016,0.965086817741394,0.158207952976227,0.208624526858330 ,0.371654421091080,-0.704702913761139,0.604358017444611,0.768883347511292,-0.394177079200745,0.503372311592102 ,0.432111561298370,-0.687215805053711,0.583910644054413,0.733726024627686,-0.399487286806107,0.549546778202057 ,-0.308023303747177,-0.928891897201538,0.205511644482613,-0.251747190952301,-0.938322067260742,0.236976221203804 ,-0.021393474191427,-0.997131288051605,0.072298347949982,-0.121860407292843,-0.986785471439362,-0.106540113687515 ,0.857142865657806,0.515030384063721,0.003845332190394,0.976897478103638,0.212714016437531,-0.019714957103133 ,0.995971560478210,0.062105167657137,-0.064241461455822,0.979461014270782,-0.129581585526466,-0.154362618923187 ,0.840784907341003,-0.520218491554260,-0.149693295359612,0.839228510856628,-0.498458802700043,-0.217139199376106 ,0.314279615879059,-0.935666978359222,-0.160374760627747,0.264503926038742,-0.937345504760742,-0.226722002029419 ,0.567216992378235,-0.724448382854462,0.391644030809402,0.870143771171570,-0.380474269390106,0.313089400529861 ,0.973937213420868,0.225745409727097,-0.020783104002476,0.226660966873169,-0.957518219947815,0.178258612751961 ,0.632282495498657,-0.755119502544403,0.173131510615349,0.866145789623260,-0.474776446819305,0.155919060111046 ,-0.400433361530304,-0.814691603183746,0.419354826211929,-0.759880363941193,0.588274776935577,-0.276558727025986 ,0.701101720333099,-0.135776847600937,-0.699972510337830,-0.234931483864784,0.948973059654236,-0.210211485624313 ,0.800256371498108,-0.018372142687440,-0.599353015422821,0.091189309954643,-0.993285953998566,0.071138642728329 ,-0.916287720203400,0.364055305719376,-0.166814178228378,-0.107028409838676,0.983916759490967,-0.142979219555855 ,0.957762360572815,-0.239448219537735,0.159062474966049,-0.378887295722961,0.801721215248108,-0.462233334779739 ,0.814386427402496,-0.562547683715820,-0.142307803034782,-0.128116697072983,-0.988341927528381,0.082155823707581 ,-0.057191684842110,0.893246233463287,-0.445844918489456,-0.410565495491028,0.700369298458099,-0.583849608898163 ,-0.025543991476297,0.895199418067932,-0.444868326187134,-0.145695358514786,0.733909130096436,-0.663411378860474 ,-0.645558059215546,-0.698263525962830,0.309244066476822,-0.580614626407623,0.808679461479187,-0.094149604439735 ,-0.222846150398254,0.771599471569061,-0.595751821994781,-0.603930771350861,-0.687368392944336,-0.403393656015396 ,-0.766777575016022,-0.640797138214111,0.037141025066376,-0.476607561111450,0.846400320529938,-0.237495034933090 ,0.324381232261658,-0.943449199199677,-0.067903682589531,0.725852251052856,0.601550340652466,-0.333475738763809 ,0.377330839633942,-0.885891318321228,-0.269814133644104,0.732169568538666,0.497390657663345,-0.465254664421082 ,-0.147892698645592,-0.984893321990967,0.089938044548035,-0.077242344617844,0.942167401313782,-0.326059758663177 ,-0.874111175537109,0.282906591892242,-0.394787430763245,0.645466446876526,-0.729758620262146,-0.225379198789597 ,-0.543229460716248,0.727896988391876,-0.418378233909607,-0.736075937747955,-0.636371970176697,-0.230597853660583 ,-0.686483323574066,-0.714438319206238,-0.135196998715401,0.788079440593719,0.615100562572479,0.023133030161262 ,0.807092487812042,0.584337890148163,0.084383681416512,-0.713461697101593,-0.697256386280060,-0.069032870233059 ,-0.733115613460541,0.551133751869202,-0.398449659347534,0.616016089916229,-0.733237683773041,-0.287789553403854 ,-0.733542919158936,-0.664815187454224,-0.140964999794960,0.061220131814480,-0.580492556095123,-0.811944961547852 ,0.815271437168121,0.577166080474854,-0.046693317592144,-0.210699796676636,0.958555877208710,-0.191656231880188 ,0.807794451713562,0.589373469352722,0.008972441777587,-0.742240667343140,-0.651997447013855,-0.154698327183723 ,-0.718558311462402,-0.690542340278625,-0.082369454205036,0.796502590179443,0.603534042835236,0.035981323570013 ,0.805444478988647,0.591753900051117,-0.032044433057308,-0.528946816921234,0.730368971824646,-0.432111561298370 ,-0.956236481666565,-0.290139466524124,-0.037079989910126,-0.720175802707672,0.486739695072174,-0.494338810443878 ,-0.276650279760361,0.725058734416962,-0.630634486675262,0.642506182193756,-0.739219307899475,-0.201635792851448 ,-0.781426429748535,-0.621478915214539,-0.055757317692041,-0.781090736389160,-0.612201273441315,-0.122745446860790 ,0.810235917568207,0.584612548351288,0.041291542351246,-0.894466996192932,0.446882545948029,0.014557329006493 ,0.761986136436462,0.646809279918671,-0.030610065907240,0.416943877935410,0.673085749149323,-0.610766947269440 ,0.895474076271057,-0.389172017574310,-0.215948969125748,-0.675405144691467,0.567278027534485,-0.471114218235016 ,-0.517166674137115,0.708456695079803,-0.480178236961365,-0.104678489267826,-0.636616110801697,-0.764000356197357 ,-0.737479805946350,-0.012146366760135,-0.675222039222717,-0.361766397953033,-0.421338528394699,-0.831598877906799 ,0.283333837985992,0.589953303337097,-0.756035029888153,0.510788321495056,0.407544165849686,-0.756950616836548 ,-0.500534057617188,-0.348979145288467,-0.792230010032654,-0.452681064605713,0.651814341545105,-0.608417034149170 ,0.566301465034485,0.471907705068588,-0.675679802894592,-0.608142316341400,-0.072328865528107,-0.790490448474884 ,-0.377056181430817,-0.458754241466522,-0.804559469223022,-0.884487450122833,-0.450910985469818,-0.119632557034492 ,0.757652521133423,0.651753306388855,0.033265173435211,-0.989287972450256,0.131321147084236,-0.063295386731625 ,0.946379005908966,-0.249824523925781,-0.204779192805290,-0.956663727760315,0.028443250805140,0.289742738008499 ,0.216406747698784,-0.966338098049164,-0.138920247554779,0.648701429367065,-0.260780662298203,-0.714926600456238 ,-0.424970239400864,-0.009826960042119,-0.905148446559906,-0.359630107879639,0.822840034961700,-0.439924299716949 ,-0.133793145418167,-0.665944397449493,-0.733878612518311,0.597430348396301,0.793725371360779,-0.114078186452389 ,0.621906161308289,0.417645812034607,-0.662373721599579,-0.772453963756561,-0.635029137134552,-0.002594073303044 ,0.783074438571930,0.612231791019440,0.109286785125732,-0.555345296859741,-0.735740244388580,0.387585073709488 ,0.341349542140961,0.696188211441040,-0.631458461284637,0.623859345912933,-0.731528699398041,-0.274941265583038 ,-0.649647533893585,-0.179357275366783,-0.738731026649475,0.212714016437531,0.699697852134705,-0.681997120380402 ,-0.525772869586945,-0.111301004886627,-0.843287467956543,-0.342387169599533,0.847285389900208,-0.405987739562988 ,-0.932493031024933,-0.240668967366219,0.269264817237854,-0.180700093507767,0.983184278011322,-0.026306955143809 ,0.604419052600861,-0.092532120645046,-0.791253387928009,0.155125588178635,-0.583086669445038,-0.797448635101318 ,-0.843592643737793,0.418378233909607,-0.336558133363724,-0.908322393894196,0.366466253995895,-0.201513722538948 ,-0.886349081993103,0.402600169181824,-0.228644669055939,-0.189092680811882,0.976500749588013,-0.103274635970592 ,-0.031617175787687,-0.710013151168823,-0.703451633453369,0.749565124511719,0.015625476837158,-0.661702334880829 ,0.935331284999847,-0.353526413440704,-0.010498367249966,0.921658992767334,-0.292428344488144,-0.254860073328018 ,-0.157353430986404,0.971800923347473,0.175542473793030,-0.156193733215332,0.987701058387756,-0.001434369944036 ,-0.958342254161835,0.260719627141953,0.116336554288864,-0.979064285755157,0.182897433638573,-0.088991969823837 ,0.069154940545559,-0.953703403472900,-0.292611479759216,0.071565903723240,-0.995757937431335,-0.057313762605190 ,-0.975768327713013,0.218604087829590,-0.008117923513055,-0.971098959445953,0.214087337255478,0.105441451072693 ,0.191259503364563,-0.915189087390900,-0.354686111211777,0.225287631154060,-0.965971887111664,-0.127018034458160 ,0.954710543155670,-0.189977720379829,-0.228858307003975,0.973296284675598,-0.223731189966202,-0.050843834877014 ,-0.070558793842793,0.995941042900085,0.055818352848291,-0.081911683082581,0.983642101287842,0.160283207893372 ,0.194586008787155,-0.977813065052032,-0.077455975115299,0.091097749769688,-0.936185777187347,-0.339426875114441 ,0.871883273124695,-0.348490864038467,-0.343974113464355,0.911343753337860,-0.404583871364594,-0.075624868273735 ,-0.929715871810913,0.367595434188843,-0.021637622267008,-0.919614255428314,0.362773507833481,0.150425732135773 ,-0.074159979820251,0.996826052665710,0.028107546269894,-0.033936582505703,0.978606522083282,0.202764973044395 ,0.202459797263145,-0.911679446697235,-0.357493817806244,0.222510457038879,-0.967711389064789,-0.118259221315384 ,-0.980986952781677,0.174291208386421,-0.084963530302048,-0.970946371555328,0.238044381141663,0.022980436682701 ,-0.141514331102371,0.975218951702118,0.169957578182220,-0.145664840936661,0.987792611122131,0.054902799427509 ,0.951322972774506,-0.308023303747177,0.008606219664216,0.956266999244690,-0.224707782268524,-0.187200531363487 ,0.622394502162933,-0.749534606933594,-0.225379198789597,-0.795007169246674,0.303781241178513,-0.525009930133820 ,-0.482009351253510,0.604968428611755,-0.633747339248657,0.000000000000000,-0.958372771739960,0.285409092903137 ,0.000000000000000,-0.996429324150085,0.084353163838387,0.000000000000000,0.217902153730392,0.975951433181763 ,0.000000000000000,-0.945280313491821,-0.326212346553802,0.000000000000000,-0.818781077861786,-0.574083685874939 ,0.000000000000000,0.287850588560104,-0.957640290260315,0.000000000000000,0.080172121524811,0.996765017509460 ,0.000000000000000,0.809503436088562,0.587054073810577,0.000000000000000,0.994323551654816,-0.106326490640640 ,0.000000000000000,0.134006768465042,0.990966498851776,0.000000000000000,0.993224918842316,-0.116061888635159 ,0.000000000000000,0.997772157192230,-0.066530346870422,0.000000000000000,-0.999847412109375,0.016846217215061 ,0.000000000000000,-0.751396238803864,-0.659810185432434,0.000000000000000,0.897335708141327,-0.441328167915344 ,0.000000000000000,-0.844355583190918,0.535752415657043,0.000000000000000,-0.726187944412231,0.687459945678711 ,0.000000000000000,-0.579424440860748,0.814996778964996,0.000000000000000,-0.955229341983795,0.295754879713058 ,0.000000000000000,-0.402630686759949,-0.915341675281525,0.000000000000000,-0.999938964843750,0.010467848740518 ,0.000000000000000,-0.993072271347046,0.117282629013062,0.000000000000000,0.203161716461182,0.979125320911407 ,0.000000000000000,0.998046815395355,0.062440872192383,0.000000000000000,0.467329949140549,0.884060204029083 ,0.000000000000000,0.708548247814178,0.705618441104889,0.000000000000000,0.997924745082855,0.064241461455822 ,0.000000000000000,0.998962342739105,-0.045197911560535,0.000000000000000,-0.637043356895447,-0.770775496959686 ,0.000000000000000,0.405102699995041,-0.914242982864380,0.000000000000000,-0.264442890882492,-0.964384913444519 ,-0.619586765766144,-0.748161256313324,0.237281411886215,-0.752281248569489,-0.552934348583221,0.358165234327316 ,-0.819422006607056,-0.561662673950195,-0.114139229059219,-0.669850766658783,-0.728110611438751,0.145298629999161 ,-0.725821733474731,-0.557176411151886,0.403332620859146,-0.772606611251831,-0.629932582378387,-0.078615680336952 ,-0.628955960273743,-0.657155036926270,0.415356904268265,-0.682882189750671,-0.721579611301422,-0.113773003220558 ,-0.905392646789551,-0.393536180257797,0.159123510122299,-0.718832969665527,-0.561876296997070,0.409283727407455 ,-0.765129566192627,-0.621173739433289,0.169347211718559,-0.367931157350540,-0.896847426891327,0.245460376143456 ,-0.776818156242371,-0.501113951206207,0.381298243999481,-0.667104125022888,-0.744804203510284,-0.014740440063179 ,-0.568071544170380,-0.701437413692474,0.430372029542923,-0.871852755546570,-0.466750085353851,0.148228406906128 ,-0.980162978172302,0.005310220643878,0.198034614324570,-0.784783482551575,-0.580004274845123,0.218268379569054 ,-0.492202520370483,-0.417249053716660,0.763908803462982,-0.184484392404556,-0.885158836841583,0.427076011896133 ,-0.942258954048157,-0.305642873048782,0.136783957481384,-0.282509833574295,-0.700216650962830,0.655598640441895 ,-0.391216784715652,-0.838526546955109,0.379192471504211,-0.845698416233063,0.161717578768730,0.508529901504517 ,-0.306772053241730,-0.694051921367645,0.651264965534210,-0.353190720081329,-0.885738670825958,0.301126122474670 ,-0.452955722808838,-0.593981742858887,0.664784669876099,-0.469313651323318,-0.791375458240509,0.391674548387527 ,-0.497207552194595,-0.721579611301422,0.481734663248062,-0.489242225885391,-0.757652521133423,0.431928455829620 ,-0.234534740447998,-0.949674963951111,0.207495346665382,-0.331919312477112,-0.753563046455383,0.567369580268860 ,-0.401348918676376,-0.904812753200531,0.142155215144157,-0.361125528812408,-0.910672307014465,0.200567647814751 ,-0.037171542644501,-0.777092814445496,0.628254055976868,-0.373271882534027,-0.316385388374329,0.872066378593445 ,-0.060762353241444,-0.600176990032196,0.797540187835693,-0.776055157184601,0.100589007139206,0.622547090053558 ,-0.091708123683929,-0.879879117012024,0.466200739145279,-0.568041026592255,-0.795037686824799,0.212500378489494 ,-0.106112860143185,-0.983062207698822,0.149204999208450,-0.218176826834679,-0.962675869464874,0.160100102424622 ,-0.399456769227982,-0.915921509265900,0.038300730288029,-0.704000949859619,-0.654469430446625,0.275734722614288 ,-0.670857846736908,-0.650837719440460,0.355388045310974,-0.688405990600586,-0.713889002799988,0.128055661916733 ,-0.251716673374176,-0.527329325675964,0.811487138271332,-0.370433658361435,-0.109286785125732,0.922391414642334 ,-0.401684612035751,0.263344228267670,0.877071440219879,-0.433027118444443,0.169774472713470,0.885219871997833 ,-0.274422436952591,-0.494643986225128,0.824610114097595,-0.973387837409973,0.153569132089615,0.169927060604095 ,-0.998382508754730,-0.048738058656454,0.029206212610006,-0.627155363559723,-0.059266947209835,0.776604533195496 ,-0.901486277580261,-0.415906250476837,0.119449444115162,-0.901760935783386,0.151280254125595,0.404889076948166 ,-0.740073859691620,-0.664235353469849,0.105136267840862,-0.937162399291992,-0.334696501493454,-0.098239079117775 ,-0.737754464149475,-0.674794733524323,0.018585771322250,-0.599871814250946,-0.796014308929443,-0.080324716866016 ,-0.425366997718811,-0.899777233600616,0.096957303583622,-0.319437235593796,-0.891048908233643,0.322428047657013 ,-0.111819818615913,-0.944120585918427,0.310007005929947,-0.783471167087555,-0.511673331260681,-0.352610856294632 ,-0.532822668552399,-0.766533374786377,-0.358439892530441,-0.212652981281281,-0.957365632057190,-0.195410013198853 ,-0.283303320407867,-0.601214647293091,0.747123658657074,-0.071810051798820,-0.994720280170441,-0.073000274598598 ,0.211035490036011,-0.917569518089294,0.336924344301224,-0.772576093673706,-0.418500334024429,0.477431565523148 ,-0.801568627357483,-0.577562808990479,0.154454171657562,-0.742973089218140,-0.656270027160645,0.131382182240486 ,-0.607898175716400,-0.777611613273621,-0.160466328263283,-0.162175357341766,-0.986632883548737,0.015015106648207 ,0.016357921063900,-0.940000593662262,0.340739160776138,-0.244331181049347,-0.958830535411835,0.144505143165588 ,-0.094119086861610,-0.991668462753296,0.087801754474640,0.225287631154060,0.386455893516541,0.894344925880432 ,0.704367220401764,0.009338663890958,0.709738433361053,-0.233680233359337,0.481521040201187,0.844691276550293 ,-0.838068783283234,0.349467456340790,0.418897062540054,-0.950254857540131,-0.104159675538540,-0.293435454368591 ,-0.395397812128067,-0.645435929298401,-0.653492867946625,0.433759570121765,-0.835901975631714,-0.336283445358276 ,0.820001840591431,-0.506393611431122,0.266701251268387,0.032532729208469,0.578142642974854,0.815271437168121 ,0.727286577224731,0.084597304463387,0.681081593036652,-0.356089979410172,0.581194519996643,0.731681287288666 ,-0.879757046699524,0.278878152370453,0.384960472583771,-0.954344332218170,-0.229621261358261,-0.190862759947777 ,-0.414868623018265,-0.762321829795837,-0.496688753366470,0.364604622125626,-0.879055142402649,-0.307016193866730 ,0.828241825103760,-0.536149144172668,0.162785723805428,-0.591784417629242,-0.805169820785522,0.038270212709904 ,0.408551275730133,-0.887997090816498,0.210974454879761,-0.178502768278122,-0.037018951028585,0.983214795589447 ,0.454115420579910,-0.161809131503105,0.876094877719879,-0.716910302639008,-0.176793724298477,0.674336969852448 ,-0.953459262847900,0.300790429115295,-0.020111698657274,-0.988494515419006,0.130344554781914,-0.076326794922352 ,-0.955565035343170,-0.292489409446716,-0.035859249532223,-0.967314660549164,-0.243171483278275,-0.071687981486320 ,-0.903897225856781,-0.427655875682831,0.007812738418579,-0.895565688610077,-0.442457348108292,0.046540725976229 ,-0.919858396053314,-0.387371450662613,-0.061342202126980,-0.948759436607361,-0.314157545566559,-0.033417768776417 ,-0.961119413375854,-0.207770019769669,0.181707203388214,-0.850215137004852,-0.165257722139359,0.499771118164062 ,-0.939603865146637,-0.286904513835907,-0.186498612165451,-0.880703151226044,0.415845215320587,-0.226630449295044 ,-0.697531044483185,0.384960472583771,-0.604358017444611,-0.411481052637100,0.700003027915955,-0.583635985851288 ,-0.439252912998199,0.849085986614227,-0.293313384056091,-0.369029819965363,0.923917353153229,0.100802637636662 ,-0.616016089916229,0.302774131298065,0.727195024490356,-0.889278829097748,0.306985676288605,0.338938564062119 ,-0.899044752120972,-0.407910406589508,0.159001439809799,-0.906521797180176,-0.405835151672363,-0.116061888635159 ,-0.958677947521210,0.284371465444565,0.007080294191837,-0.979705214500427,0.170964688062668,0.104312263429165 ,-0.827753543853760,-0.249641403555870,-0.502426207065582,-0.929960012435913,0.255104213953018,-0.264656513929367 ,-0.955046236515045,-0.087710194289684,-0.283120214939117,-0.911557376384735,-0.242683187127113,-0.331827759742737 ,-0.916287720203400,-0.162419512867928,-0.366069525480270,-0.538407564163208,-0.571764290332794,-0.619006931781769 ,-0.240913107991219,-0.892727434635162,-0.380718410015106,-0.052491836249828,-0.943449199199677,-0.327280491590500 ,-0.252601712942123,-0.705771028995514,-0.661854922771454,-0.056367687880993,-0.764275014400482,-0.642384111881256 ,-0.705160677433014,0.214972376823425,0.675649285316467,-0.778435647487640,-0.072573013603687,0.623493134975433 ,-0.965575098991394,-0.147343367338181,0.214209422469139,-0.335551023483276,-0.651264965534210,0.680593252182007 ,-0.289132356643677,-0.804132223129272,0.519333481788635,-0.128177732229233,-0.907712042331696,0.399487286806107 ,-0.961760282516479,-0.258003473281860,0.091647081077099,-0.949949622154236,-0.283394873142242,-0.131443217396736 ,-0.790307343006134,-0.367748051881790,-0.490035712718964,-0.516586780548096,-0.057527389377356,-0.854274094104767 ,-0.616870641708374,0.436201065778732,-0.655110299587250,-0.634968101978302,0.169408246874809,-0.753685116767883 ,-0.627521574497223,0.106570631265640,-0.771233260631561,-0.634876549243927,0.140537738800049,-0.759697258472443 ,-0.693746745586395,0.539658784866333,-0.476912736892700,-0.261177390813828,-0.239356666803360,-0.935117661952972 ,-0.061342202126980,-0.310434281826019,-0.948606848716736,-0.296914577484131,0.308664202690125,-0.903622567653656 ,-0.495254367589951,0.397991895675659,-0.772179305553436,-0.356791883707047,0.306161701679230,-0.882564783096313 ,-0.329783022403717,0.273873090744019,-0.903439462184906,-0.130497142672539,0.178075507283211,-0.975310504436493 ,-0.195959344506264,0.305215626955032,-0.931882679462433,-0.425214380025864,-0.544633328914642,-0.722861409187317 ,-0.274788647890091,0.243171483278275,-0.930234670639038,-0.146305739879608,-0.989226937294006,0.001495406962931 ,-0.432874530553818,-0.595080435276031,0.677114188671112,0.212836086750031,-0.191778317093849,0.958067595958710 ,-0.685354173183441,-0.073183387517929,-0.724478900432587,-0.569933176040649,0.602404832839966,-0.558763384819031 ,0.595812857151031,0.764244496822357,0.246772661805153,0.155186623334885,0.939329206943512,-0.305856496095657 ,-0.358714550733566,0.030884731560946,0.932920336723328,-0.399578839540482,0.770531296730042,0.496536135673523 ,-0.836054563522339,-0.419324308633804,0.353709518909454,-0.693533122539520,0.652699351310730,-0.304879903793335 ,-0.832972168922424,-0.426190972328186,0.352793961763382,-0.597247242927551,0.706289887428284,-0.380016475915909 ,-0.242805257439613,-0.942442119121552,0.229804381728172,-0.233466595411301,-0.968901634216309,0.081698052585125 ,-0.321481972932816,-0.892117083072662,0.317423015832901,-0.101870782673359,-0.985625803470612,0.134586632251740 ,0.130222484469414,-0.963164150714874,0.235175639390945,-0.036286506801844,-0.990905463695526,0.129490032792091 ,0.099612414836884,-0.921689510345459,0.374889373779297,-0.050935391336679,-0.992950201034546,0.106875821948051 ,-0.152439951896667,-0.563188552856445,0.812128067016602,-0.204229861497879,-0.660420536994934,0.722556233406067 ,-0.136387214064598,-0.776512980461121,0.615100562572479,-0.065187536180019,-0.859004497528076,0.507766962051392 ,-0.018463697284460,-0.947935402393341,0.317880809307098,-0.025177769362926,-0.907101631164551,0.420117795467377 ,-0.216467782855034,0.059724722057581,0.974425494670868,-0.399548321962357,-0.032288581132889,0.916135132312775 ,-0.519943833351135,-0.239600822329521,0.819879770278931,-0.563829481601715,-0.502121031284332,0.655690193176270 ,-0.558427691459656,-0.737357735633850,0.380016475915909,-0.565080702304840,-0.673665583133698,0.476271867752075 ,0.178685873746872,-0.980346083641052,0.083285011351109,-0.045716725289822,-0.986815989017487,0.155217140913010 ,-0.580584108829498,-0.733939647674561,0.352427750825882,-0.185735642910004,0.172307506203651,0.967345178127289 ,-0.356212049722672,0.083223976194859,0.930661916732788,-0.488143563270569,-0.109256267547607,0.865871131420135 ,-0.590960443019867,-0.391155749559402,0.705496370792389,-0.637989461421967,-0.681142628192902,0.359141826629639 ,-0.620471835136414,-0.615070044994354,0.486465036869049,-0.679860830307007,-0.632465600967407,0.371105074882507 ,0.076509900391102,-0.993896305561066,-0.079256571829319,-0.147618025541306,-0.986877024173737,-0.065218053758144 ,-0.573686957359314,-0.739402472972870,0.352275162935257,-0.558397173881531,-0.669118344783783,0.490340888500214 ,-0.089846491813660,-0.964445948600769,-0.248451188206673,-0.293679624795914,-0.906613349914551,-0.302865684032440 ,-0.482345044612885,-0.797540187835693,0.362254709005356,-0.406689643859863,-0.746360659599304,0.526749491691589 ,-0.275643169879913,-0.862392067909241,-0.424604028463364,-0.406720161437988,-0.822351753711700,-0.397808760404587 ,-0.389751881361008,-0.849116504192352,0.356395155191422,-0.369121372699738,-0.778008341789246,0.508346796035767 ,-0.459120452404022,-0.623798310756683,-0.632496118545532,-0.549119532108307,-0.779259622097015,-0.301980644464493 ,-0.378215879201889,-0.827448368072510,0.415021210908890,-0.326639592647552,-0.760521233081818,0.561113297939301 ,-0.383617669343948,-0.706625580787659,-0.594561576843262,-0.730857253074646,-0.681356251239777,-0.039826653897762 ,-0.464033931493759,-0.704886019229889,0.536423861980438,-0.411481052637100,-0.632618188858032,0.656056404113770 ,-0.698995947837830,-0.661519229412079,-0.271492660045624,-0.914883852005005,-0.355143904685974,0.191930904984474 ,-0.624835968017578,-0.373241364955902,0.685720384120941,-0.533768713474274,-0.310892045497894,0.786370456218719 ,-0.929624319076538,-0.368480473756790,-0.002227851189673,-0.959837615489960,0.022431105375290,0.279549539089203 ,-0.646046340465546,0.025543991476297,0.762840688228607,-0.557298481464386,0.092013306915760,0.825189948081970 ,-0.993591129779816,0.046693317592144,0.102664262056351,-0.867488622665405,0.390636920928955,0.307931751012802 ,-0.539963960647583,0.345255911350250,0.767601549625397,-0.455763429403305,0.380016475915909,0.804864645004272 ,-0.888973653316498,0.455519258975983,0.046571247279644,-0.622974336147308,0.775292217731476,0.103854484856129 ,-0.397747725248337,0.657979071140289,0.639393270015717,-0.359935313463211,0.566942334175110,0.740928351879120 ,-0.605578780174255,0.775872051715851,-0.176763206720352,-0.446974098682404,0.887875020503998,-0.108920559287071 ,-0.349162280559540,0.785943150520325,0.510238945484161,-0.323374122381210,0.699423193931580,0.637318015098572 ,-0.445600748062134,0.806482136249542,-0.388531148433685,-0.336130857467651,0.929563283920288,-0.151280254125595 ,-0.350962847471237,0.804223775863647,0.479598373174667,-0.320902138948441,0.710440397262573,0.626270353794098 ,-0.373760193586349,0.886684775352478,-0.272164076566696,-0.154545724391937,0.987853646278381,-0.014923551119864 ,-0.228308975696564,0.802392661571503,0.551377892494202,-0.211890012025833,0.724967181682587,0.655323982238770 ,-0.138798177242279,0.975310504436493,-0.171666622161865,-0.176335945725441,0.060029909014702,0.982482373714447 ,-0.177556693553925,0.410046696662903,0.894589066505432,-0.196630761027336,0.698385596275330,0.688161849975586 ,-0.414838105440140,-0.826837956905365,0.379711300134659,-0.437543869018555,-0.822870552539825,0.362498849630356 ,-0.475173205137253,-0.690847516059875,0.544907987117767,-0.510025322437286,-0.667226195335388,0.542802214622498 ,-0.444196909666061,-0.370433658361435,0.815729260444641,-0.575029730796814,-0.166386917233467,0.800988793373108 ,-0.329783022403717,-0.098727375268936,0.938871443271637,-0.380932033061981,0.263008505105972,0.886379599571228 ,-0.403912484645844,0.608752727508545,0.682790637016296,-0.599749743938446,0.300485253334045,0.741599798202515 ,-0.212408825755119,-0.975096881389618,0.063661612570286,-0.155552849173546,-0.987578988075256,0.021790215745568 ,-0.166936248540878,-0.985717356204987,0.020996734499931,-0.078310497105122,-0.993041753768921,-0.087801754474640 ,-0.655354499816895,-0.504745602607727,-0.561845779418945,-0.316995769739151,-0.626148283481598,-0.712302029132843 ,-0.076326794922352,-0.876613676548004,-0.475051105022430,-0.532700598239899,-0.824274420738220,-0.191747799515724 ,-0.909665226936340,-0.407300025224686,0.081270791590214,-0.981475234031677,0.091555528342724,0.168218016624451 ,-0.814172804355621,0.541734039783478,0.208807647228241,-0.328592777252197,0.943967998027802,0.030610065907240 ,-0.465132594108582,0.758384943008423,-0.456556916236877,-0.457350373268127,-0.869594395160675,-0.185979798436165 ,-0.665059328079224,-0.651722788810730,-0.364543586969376,-0.862483620643616,-0.361796915531158,-0.353770554065704 ,-0.458082824945450,-0.881588160991669,-0.113681450486183,-0.752739012241364,-0.611682474613190,-0.243202000856400 ,-0.931730091571808,-0.176030755043030,-0.317545086145401,-0.397137373685837,-0.889370381832123,-0.226325273513794 ,-0.754936397075653,-0.572801887989044,-0.319223612546921,-0.363322854042053,-0.628589749336243,-0.687612533569336 ,-0.340281367301941,-0.329630434513092,-0.880642116069794,-0.241248816251755,0.182805866003036,-0.953062534332275 ,-0.170873135328293,0.666402161121368,-0.725699663162231,-0.049104280769825,0.903286814689636,-0.426160454750061 ,-0.928952932357788,0.092257454991341,-0.358439892530441,-0.858882427215576,0.334757536649704,-0.387585073709488 ,-0.761223196983337,0.572832405567169,-0.303903311491013,-0.569597482681274,0.796685695648193,-0.202002018690109 ,-0.305673390626907,0.942716777324677,-0.133426919579506,-0.497238069772720,0.849604785442352,-0.175725579261780 ,-0.634327232837677,0.720450460910797,-0.280220955610275,-0.665395081043243,0.546128749847412,-0.508896172046661 ,-0.453077793121338,0.891079425811768,-0.025727104395628,-0.534470677375793,0.832514405250549,-0.145695358514786 ,-0.306802570819855,0.950621068477631,0.046327099204063,-0.314279615879059,0.947355568408966,-0.060762353241444 ,-0.111087374389172,0.986419260501862,0.120853297412395,-0.088106937706470,0.995727419853210,0.026551103219390 ,-0.078646197915077,0.990234076976776,-0.114810630679131,-0.291665405035019,-0.907437384128571,-0.302407920360565 ,-0.239509254693985,-0.968321800231934,-0.070436716079712,-0.538193941116333,-0.821893990039825,-0.186498612165451 ,-0.965300440788269,-0.169011503458023,-0.198950156569481,-0.788354158401489,-0.564928114414215,-0.243507191538811 ,-0.980071425437927,0.101779229938984,-0.170537427067757,-0.938352584838867,0.301614433526993,-0.168736845254898 ,-0.818536937236786,0.551622033119202,-0.160252690315247,-0.611926615238190,0.779595315456390,-0.132999658584595 ,-0.318124949932098,0.943296611309052,-0.094607383012772,-0.085482344031334,0.993835270404816,-0.070314645767212 ,-0.332682281732559,-0.942686259746552,0.025543991476297,-0.547257900238037,-0.836878538131714,-0.011658070608974 ,-0.981047987937927,-0.191259503364563,-0.030579546466470,-0.803308188915253,-0.594256401062012,-0.039246805012226 ,-0.995910525321960,0.090029604732990,-0.004791405983269,-0.948118507862091,0.317880809307098,0.003387554548681 ,-0.835596799850464,0.547654628753662,-0.042512282729149,-0.633961021900177,0.767815172672272,-0.092104859650135 ,-0.359080791473389,0.928708732128143,-0.092135377228260,-0.124881744384766,0.990295112133026,-0.060640279203653 ,-0.327372044324875,-0.938901960849762,-0.106082335114479,-0.569902658462524,-0.809656083583832,-0.139988407492638 ,-0.969756126403809,-0.228461563587189,0.085604421794415,-0.766045093536377,-0.635639488697052,0.095370344817638 ,-0.992217779159546,0.095828115940094,0.079409159719944,-0.937620162963867,0.331003755331039,0.106204412877560 ,-0.829035282135010,0.557237446308136,0.046479690819979,-0.607043683528900,0.793938994407654,-0.033967100083828 ,-0.410077214241028,0.894894242286682,-0.175939202308655,-0.191534161567688,0.963743984699249,-0.185705125331879 ,-0.541001617908478,-0.835596799850464,0.095309302210808,-0.455427706241608,-0.890224933624268,0.005401776172221 ,-0.253730893135071,-0.957640290260315,-0.136082038283348,-0.111209452152252,-0.953611850738525,-0.279641091823578 ,-0.170873135328293,-0.800378441810608,-0.574571967124939,-0.307931751012802,-0.732444226741791,-0.607165753841400 ,-0.510391533374786,-0.741874456405640,-0.434827715158463,-0.670216977596283,-0.584887206554413,-0.456801056861877 ,-0.810327470302582,-0.499404877424240,-0.306466877460480,-0.985656321048737,-0.167241424322128,0.021668141707778 ,-0.814905226230621,-0.579393923282623,-0.014374217949808,-0.992858648300171,0.117984555661678,0.016510512679815 ,-0.459395110607147,-0.859920024871826,-0.222327336668968,-0.968688011169434,-0.203161716461182,-0.142582476139069 ,-0.987090647220612,0.111972413957119,-0.114230781793594,-0.386364340782166,-0.916318237781525,-0.104922637343407 ,-0.355296492576599,-0.915707886219025,-0.187627792358398,-0.293191313743591,-0.913510560989380,-0.281960517168045 ,-0.322458565235138,-0.869106113910675,-0.374980926513672,-0.394207596778870,-0.827692508697510,-0.399304181337357 ,-0.439191877841949,-0.761925101280212,-0.475966662168503,0.026429029181600,-0.909970402717590,-0.413800477981567 ,-0.191015347838402,-0.892300188541412,-0.408978551626205,-0.466780602931976,-0.763176381587982,-0.446790993213654 ,-0.571916878223419,-0.765190601348877,-0.295541256666183,-0.549638330936432,-0.830133974552155,-0.093508712947369 ,-0.386486411094666,-0.921720027923584,-0.031708732247353,-0.131809443235397,-0.958403289318085,-0.253120511770248 ,-0.261482596397400,-0.886135458946228,-0.382580041885376,-0.188085570931435,-0.750389099121094,-0.633625268936157 ,-0.801355004310608,0.594897329807281,-0.062227241694927,-0.947752296924591,0.318948954343796,0.000854518264532 ,-0.874263763427734,0.422711879014969,0.238624230027199,-0.891109943389893,0.368114262819290,-0.265266895294189 ,-0.934629380702972,0.306222736835480,-0.180639058351517,-0.446729928255081,0.871150851249695,-0.203711047768593 ,-0.772606611251831,0.534806370735168,-0.342051446437836,-0.500167846679688,0.761223196983337,-0.412671297788620 ,-0.729270279407501,0.684133410453796,-0.009063997305930,-0.658040106296539,0.746818423271179,-0.096102789044380 ,-0.575304448604584,0.804498434066772,-0.147526472806931,-0.734275341033936,0.633503198623657,-0.243873402476311 ,-0.647602796554565,0.738273262977600,-0.188421279191971,-0.265541553497314,0.957426667213440,-0.113162636756897 ,-0.577013432979584,0.767143785953522,-0.280129402875900,-0.777397990226746,0.513870656490326,-0.362681955099106 ,-0.818170726299286,0.571337044239044,-0.064271979033947,-0.579058170318604,0.800012230873108,0.156987220048904 ,-0.763481557369232,0.595019400119781,0.251014739274979,-0.394390702247620,0.840388178825378,-0.371715456247330 ,-0.205053865909576,0.897488355636597,-0.390423297882080,-0.724448382854462,-0.673726618289948,-0.145634323358536 ,-0.778038859367371,-0.546189785003662,-0.310342729091644,-0.965300440788269,-0.206366166472435,-0.159825429320335 ,-0.989287972450256,0.094271674752235,-0.111301004886627,-0.931302845478058,0.334635466337204,-0.143681138753891 ,-0.960478544235229,-0.274147778749466,-0.048097170889378,-0.996795535087585,0.079622790217400,0.002716147340834 ,-0.924741327762604,0.380321651697159,-0.013489181175828,-0.741080939769745,0.661793887615204,-0.113040558993816 ,-0.526474833488464,0.810907304286957,-0.255348354578018,-0.355082869529724,0.870479464530945,-0.340800195932388 ,-0.157933279871941,0.896908462047577,-0.412976473569870,0.235236674547195,-0.743766605854034,-0.625629425048828 ,0.005279702134430,-0.946348488330841,-0.323007911443710,-0.307016193866730,-0.950102210044861,-0.054597612470388 ,-0.618610203266144,-0.752708494663239,0.225165560841560,-0.890743732452393,-0.323526710271835,0.319132059812546 ,-0.956144928932190,0.079622790217400,0.281807929277420,-0.874568939208984,0.450636297464371,0.178899496793747 ,-0.657826483249664,0.752555906772614,0.029450360685587,-0.423963129520416,0.896755874156952,-0.126590773463249 ,-0.167363509535789,0.927610099315643,-0.333933532238007,0.009704886004329,0.851100206375122,-0.524887859821320 ,0.072145760059357,0.858821392059326,-0.507156610488892,0.330851167440414,0.527390360832214,-0.782525122165680 ,0.515945911407471,-0.290139466524124,-0.805963337421417,0.501236021518707,0.081514939665794,-0.861445963382721 ,-0.974669635295868,0.137211218476295,0.176488533616066,-0.849696338176727,0.527054667472839,-0.014648884534836 ,-0.576799809932709,0.792199492454529,-0.199224829673767,-0.280892372131348,0.884304344654083,-0.372905671596527 ,-0.061464279890060,-0.974669635295868,0.215002894401550,-0.487716287374496,-0.795251309871674,0.360118418931961 ,-0.871852755546570,-0.352183610200882,0.340250849723816,0.333841979503632,-0.940183699131012,-0.067629016935825 ,0.694296061992645,-0.649067640304565,-0.310861527919769,0.848811328411102,-0.237159341573715,-0.472457051277161 ,0.793908476829529,0.121250040829182,-0.595782339572906,0.599597156047821,0.454359561204910,-0.658772528171539 ,0.178624838590622,0.793176054954529,-0.582171082496643,0.003418073058128,-0.980437636375427,0.196783348917961 ,-0.514450490474701,-0.814142286777496,0.269173264503479,-0.868770420551300,-0.315408796072006,0.381725519895554 ,0.507187128067017,-0.861171305179596,0.033112581819296,0.831995606422424,-0.531723976135254,-0.158116400241852 ,0.925107598304749,-0.163823366165161,-0.342509239912033,-0.952269077301025,0.305185079574585,-0.001831110566854 ,-0.818292796611786,0.508163690567017,-0.268593400716782,-0.483657330274582,0.748008668422699,-0.454420596361160 ,-0.150059506297112,0.798364222049713,-0.583117187023163,0.634113609790802,0.433545947074890,-0.640247821807861 ,0.229346603155136,0.699697852134705,-0.676595330238342,0.857417523860931,0.130619227886200,-0.497695863246918 ,0.136997595429420,-0.956266999244690,0.258308649063110,-0.392437517642975,-0.838526546955109,0.377941220998764 ,0.668355345726013,-0.738151192665100,-0.091463975608349,0.822473824024200,-0.536820590496063,-0.187871947884560 ,-0.893551409244537,0.393932908773422,-0.215308085083961,-0.818811595439911,0.544907987117767,-0.180455952882767 ,-0.530411720275879,0.832178711891174,-0.161473438143730,0.963011562824249,-0.210242018103600,-0.168462172150612 ,-0.093630790710449,0.972197651863098,-0.214545115828514,0.841273248195648,0.511307120323181,-0.175450906157494 ,0.389996021986008,0.885189354419708,-0.253608822822571,0.984771251678467,0.107760854065418,-0.136387214064598 ,0.668324828147888,-0.639423787593842,-0.380046993494034,0.709952056407928,-0.674306452274323,-0.203009128570557 ,-0.866756200790405,0.306192219257355,-0.393597215414047,-0.955900728702545,0.286111027002335,-0.065828427672386 ,-0.657216072082520,0.730674147605896,0.184698015451431,0.963774502277374,-0.261543631553650,0.051911983639002 ,-0.127933591604233,0.938871443271637,0.319589823484421,0.779839456081390,0.515610218048096,0.354899734258652 ,0.365672767162323,0.854823470115662,0.368114262819290,0.962523281574249,0.099429301917553,0.252265989780426 ,-0.845545828342438,-0.229621261358261,-0.481917768716812,0.180059209465981,-0.835139036178589,-0.519669175148010 ,-0.823603034019470,-0.342326134443283,0.452192753553391,0.020722068846226,-0.974394977092743,0.223761707544327 ,0.449140906333923,-0.888515889644623,-0.093539230525494,0.434736162424088,-0.783532202243805,-0.443861186504364 ,0.098635822534561,-0.749870300292969,-0.654164254665375,-0.749504089355469,-0.125034332275391,-0.650044262409210 ,-0.491195410490036,-0.638386189937592,-0.592577874660492,-0.461897641420364,-0.530045449733734,-0.711081266403198 ,-0.959135711193085,0.268288224935532,0.089663378894329,-0.878902554512024,0.227637559175491,-0.419080168008804 ,-0.435865342617035,-0.817010998725891,0.377452909946442,-0.826441228389740,-0.447981208562851,0.340983301401138 ,-0.191412091255188,-0.970549643039703,0.146092101931572,0.068544574081898,-0.990264594554901,-0.120975375175476 ,0.130588695406914,-0.900906383991241,-0.413830995559692,-0.128360852599144,-0.792107939720154,-0.596697926521301 ,-0.733970165252686,-0.291238129138947,-0.613513588905334,-0.485152751207352,-0.537858188152313,-0.689413130283356 ,-0.999816894531250,-0.004608294926584,0.016968291252851,-0.938993513584137,-0.036805324256420,-0.341929376125336 ,-0.453138828277588,-0.839991450309753,0.298348963260651,-0.830317080020905,-0.495712161064148,0.254585415124893 ,-0.388317525386810,-0.920621335506439,0.040070801973343,-0.083132416009903,-0.993285953998566,-0.080416269600391 ,-0.083468124270439,-0.935178697109222,-0.344157218933105,-0.243354588747025,-0.820429086685181,-0.517349779605865 ,-0.733359754085541,-0.464430689811707,-0.496444582939148,-0.509506523609161,-0.652729868888855,-0.560625016689301 ,-0.997375428676605,-0.071932129561901,0.004943998530507,-0.914456605911255,-0.215338602662086,-0.342570275068283 ,-0.625019073486328,-0.774040937423706,0.100894190371037,-0.991088569164276,0.096713155508041,-0.091372415423393 ,-0.880489528179169,-0.356486707925797,-0.312387466430664,0.139927372336388,-0.917661070823669,-0.371837526559830 ,-0.489669471979141,-0.727164506912231,-0.481063276529312,0.660878300666809,-0.729636549949646,-0.175603508949280 ,0.942197918891907,-0.333384186029434,0.032959990203381,0.970580160617828,0.060792870819569,0.232856228947639 ,-0.719351768493652,0.677785575389862,0.152012690901756,-0.175389871001244,0.917752623558044,0.356242567300797 ,0.751243650913239,0.538438081741333,0.381633967161179,0.335520505905151,0.843897819519043,0.418591886758804 ,-0.854670882225037,-0.356669813394547,-0.377239286899567,0.219489127397537,-0.876644194126129,-0.428113639354706 ,-0.441755414009094,-0.729056656360626,-0.522782087326050,0.680166006088257,-0.684133410453796,-0.263191640377045 ,0.936124742031097,-0.342448204755783,-0.079683825373650,0.984679698944092,0.113834038376808,0.131931513547897 ,0.740287482738495,0.612079203128815,0.277962595224380,-0.975890398025513,0.077181309461594,-0.204138308763504 ,-0.787865817546844,0.614856421947479,0.033875547349453,-0.323953986167908,0.916165649890900,0.235938593745232 ,0.226477861404419,0.923276484012604,0.310220658779144,-0.960570096969604,-0.273476362228394,-0.049867242574692 ,0.317789226770401,-0.930478811264038,-0.182134464383125,-0.502822935581207,-0.856318831443787,-0.117557302117348 ,-0.986907541751862,0.158970922231674,0.026276435703039,-0.878322720527649,0.474349200725555,-0.059114351868629 ,-0.494827121496201,0.868007421493530,0.040620137006044,0.994018375873566,0.109042637050152,-0.003173924982548 ,0.748100221157074,0.657490789890289,0.089327678084373,0.095431379973888,0.987975716590881,0.121585741639137 ,0.826105535030365,-0.561265885829926,-0.049867242574692,0.938627302646637,-0.328989535570145,-0.103457748889923 ,-0.603320419788361,0.796258449554443,0.043977171182632,0.996734499931335,0.004730368964374,0.080416269600391 ,0.739432990550995,0.669270932674408,0.072725608944893,-0.038666952401400,0.995788455009460,0.082766197621822 ,0.931913197040558,-0.360759288072586,-0.036500137299299,0.949003577232361,-0.305215626955032,-0.078798793256283 ,0.953672885894775,-0.255134731531143,0.159276098012924,-0.953917026519775,0.294686734676361,0.056245613843203 ,-0.911801517009735,0.409253209829330,0.032593768090010,-0.633961021900177,0.771172225475311,0.057710502296686 ,-0.966216027736664,0.235999628901482,0.103305153548717,-0.887691855430603,0.455458223819733,0.067171238362789 ,0.989532172679901,0.073244422674179,0.124301888048649,0.521866500377655,0.813654005527496,-0.256141841411591 ,0.927060782909393,-0.211127042770386,0.309701830148697,-0.092318490147591,0.959440886974335,-0.266274005174637 ,-0.601641893386841,0.760093986988068,-0.245399340987206,0.893063127994537,0.381756037473679,-0.238074898719788 ,-0.954954683780670,0.141727954149246,0.260628074407578,-0.912289798259735,0.062227241694927,0.404736459255219 ,-0.755546748638153,-0.204931795597076,0.622180879116058,-0.898312330245972,-0.164128541946411,0.407513648271561 ,-0.257240504026413,-0.637897908687592,0.725852251052856,0.599810779094696,-0.535416722297668,0.594561576843262 ,0.854457199573517,-0.249794006347656,0.455458223819733,-0.980346083641052,0.136448249220848,0.142368853092194 ,-0.988006234169006,0.099520862102509,0.117984555661678,-0.974517047405243,0.113803520798683,0.193212687969208 ,-0.917325377464294,-0.302621543407440,0.258674889802933,0.318308055400848,-0.935941636562347,0.150395214557648 ,-0.486587107181549,-0.850459277629852,0.199835196137428,0.779381692409515,-0.600573718547821,0.178472250699997 ,0.913327455520630,-0.389507740736008,0.118778035044670,0.926053643226624,-0.376995146274567,0.015594958327711 ,-0.863338112831116,-0.449262976646423,0.229712814092636,0.473860889673233,-0.845271170139313,0.246864229440689 ,-0.323526710271835,-0.922330379486084,0.211188077926636,0.838923335075378,-0.248115479946136,0.484359264373779 ,0.634083092212677,-0.330240786075592,0.699179053306580,-0.733756542205811,-0.138859212398529,0.665028810501099 ,-0.198553428053856,-0.375255584716797,0.905392646789551,0.426862388849258,-0.384685814380646,0.818384349346161 ,-0.619098484516144,-0.358378857374191,0.698721289634705,-0.193639948964119,-0.598742663860321,0.777153849601746 ,0.292397826910019,-0.587511837482452,0.754509091377258,-0.946592628955841,0.302133232355118,-0.112399667501450 ,-0.229804381728172,-0.523117780685425,0.820673227310181,-0.850062549114227,0.490798681974411,-0.190954312682152 ,-0.976226091384888,0.216101571917534,-0.015778068453074,-0.992889165878296,0.118869595229626,0.000854518264532 ,-0.998779237270355,0.010925626382232,-0.047944579273462,0.971984028816223,0.023163549602032,-0.233802303671837 ,0.976653337478638,-0.116702780127525,-0.180303350090981,0.986541330814362,-0.133518472313881,-0.094210639595985 ,0.983001172542572,-0.166417434811592,-0.077394939959049,0.981047987937927,-0.182226017117500,-0.065462201833725 ,0.274239331483841,0.446363717317581,-0.851771593093872,-0.067537464201450,0.477492600679398,-0.876003265380859 ,-0.318155467510223,0.422315120697021,-0.848750293254852,0.523545026779175,0.212103635072708,-0.825159430503845 ,-0.475783556699753,0.278542429208755,-0.834253966808319,-0.523270368576050,0.185399949550629,-0.831720948219299 ,-0.548142969608307,0.170720547437668,-0.818750560283661,-0.543321013450623,0.122714929282665,-0.830469667911530 ,-0.454725801944733,0.004547257907689,-0.890591144561768,0.547654628753662,0.016602069139481,-0.836512327194214 ,0.506668269634247,-0.053437910974026,-0.860469400882721,0.522293746471405,-0.004669331945479,-0.852717697620392 ,0.505142390727997,-0.021912289783359,-0.862727761268616,0.424176752567291,-0.089175082743168,-0.901150524616241 ,0.434064745903015,-0.381511896848679,0.816095471382141,0.833796203136444,-0.551469445228577,0.024994660168886 ,0.461073637008667,-0.401532024145126,-0.791283905506134,-0.127689450979233,-0.472243428230286,0.872157990932465 ,-0.638111531734467,-0.326822727918625,0.697073280811310,-0.031861323863268,-0.525864422321320,-0.849940478801727 ,0.114871665835381,-0.987487435340881,0.107943966984749,-0.143314927816391,-0.982451856136322,0.119266331195831 ,-0.863063454627991,-0.505050837993622,0.001831110566854,-0.485030680894852,-0.277108073234558,-0.829401552677155 ,-0.187536239624023,-0.543687224388123,-0.818048655986786,0.006530961021781,-0.020691549405456,-0.999755859375000 ,-0.383831292390823,-0.916653931140900,0.111239969730377,-0.327890872955322,-0.512527823448181,0.793572783470154 ,-0.889217793941498,-0.457258820533752,0.012359996326268,-0.978423416614532,0.080538347363472,0.190191358327866 ,0.014587847515941,-0.923612177371979,-0.382976770401001,-0.538346529006958,-0.830408632755280,-0.143314927816391 ,0.510513603687286,-0.681417286396027,-0.524369001388550,0.747917115688324,-0.322916358709335,-0.579882204532623 ,0.844477653503418,0.063753165304661,-0.531754493713379,0.757347345352173,0.513504445552826,-0.403363138437271 ,-0.787652194499969,0.522385299205780,0.326639592647552,-0.314249098300934,0.926175713539124,0.208288833498955 ,0.386577963829041,0.918088316917419,-0.087466046214104,-0.845637381076813,-0.519577622413635,0.121982485055923 ,-0.936765670776367,0.082857750356197,0.339945673942566,0.002838221378624,-0.930478811264038,-0.366313666105270 ,-0.472792744636536,-0.875667572021484,-0.098117008805275,0.594470024108887,-0.627796232700348,-0.502426207065582 ,0.236548960208893,-0.964812159538269,-0.114658042788506,-0.268196672201157,-0.959288299083710,0.088351085782051 ,0.716422021389008,-0.674855828285217,-0.176824241876602,-0.799890160560608,-0.582872986793518,0.142704546451569 ,-0.936796188354492,0.037781916558743,0.347788929939270,-0.615039527416229,-0.702963352203369,0.357097089290619 ,-0.845545828342438,-0.026886805891991,0.533158361911774,-0.757133722305298,0.528855264186859,0.383404046297073 ,0.805322408676147,-0.360942423343658,-0.470259726047516,0.931241810321808,-0.003601184114814,-0.364360481500626 ,0.903622567653656,-0.421399593353271,-0.076387830078602,0.998413026332855,-0.026825770735741,0.048951689153910 ,0.941373944282532,0.305887013673782,0.142063662409782,0.855220198631287,0.469252586364746,-0.219855338335037 ,-0.205023348331451,0.855037093162537,0.476271867752075,0.604358017444611,0.756492793560028,0.249824523925781 ,-0.651631236076355,0.480025649070740,0.587267696857452,-0.583422362804413,0.711783170700073,0.391094684600830 ,-0.797509670257568,0.426496177911758,0.426679283380508,-0.745262026786804,0.623310029506683,0.236701563000679 ,-0.491866827011108,0.728385269641876,-0.476973772048950,-0.118472851812840,0.570726633071899,-0.812524795532227 ,0.553819417953491,0.235847041010857,-0.798516809940338,0.924283564090729,0.039490953087807,-0.379589229822159 ,0.960966825485229,0.007477034814656,-0.276467174291611,0.911252200603485,0.410046696662903,-0.037629321217537 ,-0.603595077991486,-0.633198022842407,0.484450817108154,-0.807214558124542,0.032563250511885,0.589312434196472 ,-0.833033204078674,-0.032471694052219,0.552232444286346,-0.529892861843109,-0.647175490856171,0.548020899295807 ,0.343455314636230,-0.936460435390472,0.070802941918373,-0.185460984706879,-0.946653664112091,0.263435781002045 ,0.666219055652618,-0.741782903671265,0.076570942997932,0.880916774272919,-0.472334980964661,0.029450360685587 ,0.992431402206421,-0.105716116726398,-0.061983093619347,0.351969957351685,-0.925229668617249,0.141514331102371 ,-0.034089174121618,-0.933561205863953,0.356700330972672,0.622516572475433,-0.782097816467285,0.027527695521712 ,0.840845942497253,-0.527878642082214,-0.119602039456367,0.948820471763611,-0.089114047586918,-0.302896201610565 ,-0.265541553497314,-0.468001335859299,0.842860221862793,0.107333600521088,-0.750541687011719,0.652027964591980 ,-0.638019979000092,0.102481156587601,0.763145864009857,0.393688768148422,-0.860652506351471,0.322824805974960 ,0.367137670516968,-0.895229935646057,0.252449095249176,0.422803431749344,-0.826837956905365,0.370891451835632 ,0.594408988952637,-0.787285983562469,0.163701280951500,0.865199744701385,-0.498275697231293,-0.055818352848291 ,0.952269077301025,-0.043214209377766,-0.302163749933243,0.576464116573334,-0.803033530712128,0.150852993130684 ,0.864741981029510,-0.476149797439575,-0.159520253539085,0.863368630409241,0.039643544703722,-0.502945065498352 ,0.564714491367340,0.416577666997910,-0.712393581867218,-0.000457777641714,0.655964851379395,-0.754753232002258 ,-0.233832821249962,0.685262620449066,-0.689718306064606,0.548417627811432,-0.806237995624542,0.221778005361557 ,0.886806845664978,-0.411236912012100,-0.210730314254761,0.774407148361206,0.167058318853378,-0.610187053680420 ,0.040498062968254,0.666096985340118,-0.744743168354034,-0.181707203388214,0.749382019042969,-0.636707663536072 ,0.429853200912476,0.512772023677826,-0.743125677108765,0.120609149336815,-0.820276498794556,0.559068560600281 ,-0.462172299623489,-0.624195098876953,0.629840970039368,-0.846095144748688,-0.256660670042038,0.467146813869476 ,-0.946653664112091,0.303659170866013,0.107638783752918,-0.554307699203491,0.701864659786224,-0.447309792041779 ,-0.388164907693863,-0.528336405754089,0.755058467388153,-0.005645924247801,-0.762779653072357,0.646626174449921 ,-0.705496370792389,-0.015625476837158,0.708517730236053,0.092379525303841,-0.893673539161682,0.439039289951324 ,0.057496871799231,-0.931821644306183,0.358287304639816,-0.759941399097443,0.582872986793518,0.287575900554657 ,-0.650929272174835,0.703085422515869,-0.286172062158585,-0.587786495685577,0.615558326244354,-0.524918377399445 ,-0.513534963130951,-0.721640646457672,0.464186519384384,-0.880764186382294,-0.280251473188400,0.381664484739304 ,-0.977477312088013,0.182927951216698,0.105044707655907,-0.486404001712799,-0.747428834438324,0.452436894178391 ,-0.866786718368530,-0.365520179271698,0.339213222265244,-0.986266672611237,0.163060396909714,-0.025757621973753 ,-0.102114930748940,0.862422585487366,0.495773196220398,0.543351531028748,0.788262605667114,0.288735628128052 ,0.494582951068878,0.323465675115585,-0.806665241718292,0.876216948032379,0.124881744384766,-0.465407282114029 ,-0.567735850811005,0.705282747745514,-0.424481958150864,-0.093020416796207,0.592669427394867,-0.800042748451233 ,-0.717307031154633,0.695760965347290,0.036683246493340,0.523667097091675,0.734763622283936,-0.431104451417923 ,-0.349162280559540,0.927060782909393,-0.136387214064598,0.037903986871243,0.886104941368103,-0.461867123842239 ,-0.110415965318680,0.993804752826691,0.011597033590078,0.403637796640396,0.903805673122406,-0.142124697566032 ,0.036744285374880,-0.794854581356049,0.605639815330505,0.482528150081635,-0.788537263870239,0.381206691265106 ,0.438520461320877,-0.778435647487640,0.449110388755798,0.435895860195160,-0.803430259227753,0.405499428510666 ,0.187536239624023,-0.895626723766327,0.403302103281021,0.314889967441559,-0.808648943901062,0.496841341257095 ,0.165196686983109,-0.829676210880280,0.533188879489899,-0.517715990543365,-0.604327499866486,0.605548262596130 ,-0.857814252376556,-0.219000816345215,0.464888453483582,-0.918851256370544,0.369212925434113,0.139011815190315 ,-0.497085481882095,0.809259295463562,-0.312997817993164,-0.131138041615486,0.816278576850891,-0.562547683715820 ,-0.488113045692444,0.754417538642883,-0.438795119524002,-0.504654049873352,0.809503436088562,-0.299996942281723 ,-0.683034777641296,0.645222306251526,-0.342204034328461,-0.870052158832550,0.485641032457352,0.084414198994637 ,-0.960783720016479,0.130863368511200,0.244453266263008,-0.071413308382034,-0.823175728321075,0.563249588012695 ,0.242347478866577,-0.855677962303162,0.457197785377502,-0.870540499687195,-0.144352555274963,0.470381796360016 ,-0.965086817741394,0.158207952976227,0.208624526858330,-0.371654421091080,-0.704702913761139,0.604358017444611 ,-0.768883347511292,-0.394177079200745,0.503372311592102,-0.432111561298370,-0.687215805053711,0.583910644054413 ,-0.733726024627686,-0.399487286806107,0.549516260623932,0.308023303747177,-0.928891897201538,0.205511644482613 ,0.251747190952301,-0.938322067260742,0.236976221203804,0.021393474191427,-0.997131288051605,0.072298347949982 ,0.121860407292843,-0.986785471439362,-0.106540113687515,-0.857142865657806,0.515030384063721,0.003845332190394 ,-0.976897478103638,0.212714016437531,-0.019714957103133,-0.995971560478210,0.062105167657137,-0.064241461455822 ,-0.979461014270782,-0.129581585526466,-0.154362618923187,-0.840784907341003,-0.520218491554260,-0.149693295359612 ,-0.839228510856628,-0.498458802700043,-0.217139199376106,-0.314279615879059,-0.935666978359222,-0.160374760627747 ,-0.264503926038742,-0.937345504760742,-0.226691484451294,-0.567216992378235,-0.724448382854462,0.391644030809402 ,-0.870143771171570,-0.380474269390106,0.313089400529861,-0.973937213420868,0.225745409727097,-0.020783104002476 ,-0.226660966873169,-0.957518219947815,0.178258612751961,-0.632282495498657,-0.755119502544403,0.173131510615349 ,-0.866145789623260,-0.474776446819305,0.155919060111046,0.400433361530304,-0.814691603183746,0.419354826211929 ,0.759880363941193,0.588274776935577,-0.276558727025986,-0.701101720333099,-0.135776847600937,-0.699972510337830 ,0.234931483864784,0.948973059654236,-0.210211485624313,-0.800256371498108,-0.018372142687440,-0.599353015422821 ,-0.091189309954643,-0.993285953998566,0.071138642728329,0.916287720203400,0.364055305719376,-0.166814178228378 ,0.107028409838676,0.983886241912842,-0.142979219555855,-0.957762360572815,-0.239448219537735,0.159062474966049 ,0.378887295722961,0.801721215248108,-0.462233334779739,-0.814386427402496,-0.562547683715820,-0.142307803034782 ,0.128116697072983,-0.988341927528381,0.082155823707581,0.057191684842110,0.893246233463287,-0.445844918489456 ,0.410565495491028,0.700369298458099,-0.583849608898163,0.025543991476297,0.895199418067932,-0.444868326187134 ,0.145695358514786,0.733909130096436,-0.663411378860474,0.645558059215546,-0.698263525962830,0.309244066476822 ,0.580614626407623,0.808679461479187,-0.094149604439735,0.222846150398254,0.771599471569061,-0.595751821994781 ,0.603930771350861,-0.687368392944336,-0.403393656015396,0.766777575016022,-0.640797138214111,0.037141025066376 ,0.476607561111450,0.846400320529938,-0.237495034933090,-0.324381232261658,-0.943449199199677,-0.067903682589531 ,-0.725852251052856,0.601550340652466,-0.333475738763809,-0.377330839633942,-0.885891318321228,-0.269814133644104 ,-0.732169568538666,0.497390657663345,-0.465254664421082,0.147892698645592,-0.984893321990967,0.089938044548035 ,0.077242344617844,0.942167401313782,-0.326059758663177,0.874111175537109,0.282906591892242,-0.394787430763245 ,-0.645466446876526,-0.729758620262146,-0.225379198789597,0.543229460716248,0.727896988391876,-0.418378233909607 ,0.736075937747955,-0.636371970176697,-0.230597853660583,0.686483323574066,-0.714438319206238,-0.135196998715401 ,-0.788079440593719,0.615100562572479,0.023133030161262,-0.807092487812042,0.584337890148163,0.084383681416512 ,0.713461697101593,-0.697256386280060,-0.069032870233059,0.733115613460541,0.551133751869202,-0.398449659347534 ,-0.616016089916229,-0.733237683773041,-0.287789553403854,0.733542919158936,-0.664815187454224,-0.140964999794960 ,-0.061220131814480,-0.580492556095123,-0.811944961547852,-0.815271437168121,0.577166080474854,-0.046693317592144 ,0.210699796676636,0.958555877208710,-0.191656231880188,-0.807794451713562,0.589373469352722,0.008972441777587 ,0.742240667343140,-0.651997447013855,-0.154698327183723,0.718558311462402,-0.690542340278625,-0.082369454205036 ,-0.796502590179443,0.603534042835236,0.035981323570013,-0.805444478988647,0.591753900051117,-0.032044433057308 ,0.528977334499359,0.730368971824646,-0.432111561298370,0.956236481666565,-0.290139466524124,-0.037079989910126 ,0.720175802707672,0.486739695072174,-0.494338810443878,0.276650279760361,0.725058734416962,-0.630634486675262 ,-0.642536699771881,-0.739219307899475,-0.201635792851448,0.781426429748535,-0.621478915214539,-0.055757317692041 ,0.781090736389160,-0.612201273441315,-0.122745446860790,-0.810235917568207,0.584612548351288,0.041291542351246 ,0.894466996192932,0.446882545948029,0.014557329006493,-0.761986136436462,0.646809279918671,-0.030610065907240 ,-0.416943877935410,0.673085749149323,-0.610766947269440,-0.895474076271057,-0.389172017574310,-0.215948969125748 ,0.675405144691467,0.567278027534485,-0.471114218235016,0.517166674137115,0.708456695079803,-0.480178236961365 ,0.104678489267826,-0.636616110801697,-0.764000356197357,0.737479805946350,-0.012146366760135,-0.675222039222717 ,0.361766397953033,-0.421338528394699,-0.831598877906799,-0.283333837985992,0.589953303337097,-0.756035029888153 ,-0.510788321495056,0.407544165849686,-0.756950616836548,0.500534057617188,-0.348979145288467,-0.792230010032654 ,0.452681064605713,0.651814341545105,-0.608417034149170,-0.566301465034485,0.471907705068588,-0.675679802894592 ,0.608142316341400,-0.072328865528107,-0.790490448474884,0.377056181430817,-0.458754241466522,-0.804559469223022 ,0.884487450122833,-0.450910985469818,-0.119632557034492,-0.757652521133423,0.651753306388855,0.033265173435211 ,0.989287972450256,0.131351664662361,-0.063295386731625,-0.946379005908966,-0.249824523925781,-0.204779192805290 ,0.956663727760315,0.028443250805140,0.289742738008499,-0.216406747698784,-0.966338098049164,-0.138920247554779 ,-0.648701429367065,-0.260780662298203,-0.714926600456238,0.424970239400864,-0.009826960042119,-0.905148446559906 ,0.359630107879639,0.822840034961700,-0.439924299716949,0.133793145418167,-0.665944397449493,-0.733878612518311 ,-0.597430348396301,0.793725371360779,-0.114078186452389,-0.621906161308289,0.417645812034607,-0.662373721599579 ,0.772453963756561,-0.635029137134552,-0.002594073303044,-0.783074438571930,0.612231791019440,0.109286785125732 ,0.555345296859741,-0.735740244388580,0.387585073709488,-0.341349542140961,0.696188211441040,-0.631458461284637 ,-0.623859345912933,-0.731528699398041,-0.274941265583038,0.649647533893585,-0.179357275366783,-0.738731026649475 ,-0.212714016437531,0.699697852134705,-0.681997120380402,0.525772869586945,-0.111301004886627,-0.843287467956543 ,0.342387169599533,0.847285389900208,-0.406018257141113,0.932493031024933,-0.240668967366219,0.269264817237854 ,0.180700093507767,0.983184278011322,-0.026306955143809,-0.604419052600861,-0.092532120645046,-0.791253387928009 ,-0.155125588178635,-0.583086669445038,-0.797448635101318,0.843592643737793,0.418378233909607,-0.336558133363724 ,0.908322393894196,0.366466253995895,-0.201513722538948,0.886349081993103,0.402600169181824,-0.228644669055939 ,0.189092680811882,0.976500749588013,-0.103274635970592,0.031617175787687,-0.710013151168823,-0.703451633453369 ,-0.749565124511719,0.015625476837158,-0.661702334880829,-0.935331284999847,-0.353526413440704,-0.010498367249966 ,-0.921658992767334,-0.292428344488144,-0.254860073328018,0.157353430986404,0.971800923347473,0.175542473793030 ,0.156193733215332,0.987701058387756,-0.001434369944036,0.958372771739960,0.260719627141953,0.116336554288864 ,0.979064285755157,0.182897433638573,-0.088991969823837,-0.069154940545559,-0.953703403472900,-0.292611479759216 ,-0.071565903723240,-0.995757937431335,-0.057313762605190,0.975768327713013,0.218604087829590,-0.008117923513055 ,0.971098959445953,0.214087337255478,0.105441451072693,-0.191259503364563,-0.915189087390900,-0.354686111211777 ,-0.225287631154060,-0.965971887111664,-0.127018034458160,-0.954710543155670,-0.189977720379829,-0.228858307003975 ,-0.973296284675598,-0.223731189966202,-0.050843834877014,0.070558793842793,0.995941042900085,0.055818352848291 ,0.081911683082581,0.983642101287842,0.160283207893372,-0.194586008787155,-0.977813065052032,-0.077455975115299 ,-0.091097749769688,-0.936185777187347,-0.339426875114441,-0.871883273124695,-0.348490864038467,-0.343974113464355 ,-0.911343753337860,-0.404583871364594,-0.075624868273735,0.929715871810913,0.367595434188843,-0.021637622267008 ,0.919614255428314,0.362773507833481,0.150425732135773,0.074159979820251,0.996826052665710,0.028107546269894 ,0.033936582505703,0.978606522083282,0.202764973044395,-0.202459797263145,-0.911679446697235,-0.357493817806244 ,-0.222510457038879,-0.967711389064789,-0.118259221315384,0.980986952781677,0.174291208386421,-0.084963530302048 ,0.970946371555328,0.238044381141663,0.022980436682701,0.141514331102371,0.975218951702118,0.169957578182220 ,0.145695358514786,0.987792611122131,0.054902799427509,-0.951322972774506,-0.308023303747177,0.008606219664216 ,-0.956266999244690,-0.224707782268524,-0.187200531363487,-0.622394502162933,-0.749534606933594,-0.225379198789597 ,0.795007169246674,0.303781241178513,-0.525009930133820,0.482009351253510,0.604968428611755,-0.633747339248657 ,0.000000000000000,-0.987517952919006,0.157444983720779,0.000000000000000,-0.678670585155487,0.734397411346436 ,0.000000000000000,-0.430555135011673,0.902523875236511,0.000000000000000,-0.996154665946960,0.087405011057854 ,0.000000000000000,0.141148105263710,-0.989959418773651,0.000000000000000,0.219122901558876,-0.975676774978638 ,0.000000000000000,0.731864392757416,0.681417286396027,0.000000000000000,-0.991546392440796,-0.129612103104591 ,0.000000000000000,0.984679698944092,-0.174230173230171,0.000000000000000,-0.948667883872986,-0.316232800483704 ,0.000000000000000,-0.848353505134583,-0.529374063014984,0.000000000000000,0.805352926254272,-0.592760980129242 ,0.000000000000000,0.078005313873291,-0.996948122978210,0.000000000000000,-0.999938964843750,0.009063997305930 ,0.000000000000000,-0.991760015487671,-0.127964109182358,0.000000000000000,-0.814203321933746,0.580523073673248 ,0.000000000000000,-0.193060085177422,0.981170058250427,0.000000000000000,0.274361401796341,0.961607694625854 ,0.000000000000000,-0.998199403285980,-0.059450056403875,0.000000000000000,-0.597430348396301,-0.801904380321503 ,0.000000000000000,-0.993621647357941,0.112552262842655,0.000000000000000,-0.527115702629089,0.849757373332977 ,0.000000000000000,0.987609505653381,0.156895652413368,0.000000000000000,-0.998931825160980,0.045808281749487 ,0.000000000000000,0.919644773006439,-0.392712175846100 } LayerElementSmoothing: 0 { Version: 102 Name: "" MappingInformationType: "ByPolygon" ReferenceInformationType: "Direct" Smoothing: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1 } LayerElementColor: 0 { Version: 101 Name: "Col" MappingInformationType: "ByPolygonVertex" ReferenceInformationType: "IndexToDirect" Colors: 1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1,1.0000,1.0000,1.0000,1 ColorIndex: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,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,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274 ,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329 ,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,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,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439 ,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494 ,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549 ,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604 ,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659 ,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714 ,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769 ,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824 ,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879 ,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934 ,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989 ,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044 ,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099 ,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154 ,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209 ,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264 ,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319 ,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374 ,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429 ,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484 ,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539 ,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594 ,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649 ,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704 ,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759 ,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814 ,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869 ,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924 ,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979 ,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034 ,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089 ,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144 ,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199 ,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254 ,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309 ,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364 ,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419 ,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474 ,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529 ,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584 ,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639 ,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694 ,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749 ,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804 ,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859 ,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914 ,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969 ,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024 ,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079 ,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134 ,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189 ,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244 ,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299 ,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354 ,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409 ,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464 ,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502,3503,3504,3505,3506,3507,3508,3509,3510,3511,3512,3513,3514,3515,3516,3517,3518,3519 ,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545,3546,3547,3548,3549,3550,3551,3552,3553,3554,3555,3556,3557,3558,3559,3560,3561,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574 ,3575,3576,3577,3578,3579,3580,3581,3582,3583,3584,3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3616,3617,3618,3619,3620,3621,3622,3623,3624,3625,3626,3627,3628,3629 ,3630,3631,3632,3633,3634,3635,3636,3637,3638,3639,3640,3641,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661,3662,3663,3664,3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3684 ,3685,3686,3687,3688,3689,3690,3691,3692,3693,3694,3695,3696,3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721,3722,3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,3739 ,3740,3741,3742,3743,3744,3745,3746,3747,3748,3749,3750,3751,3752,3753,3754,3755,3756,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3769,3770,3771,3772,3773,3774,3775,3776,3777,3778,3779,3780,3781,3782,3783,3784,3785,3786,3787,3788,3789,3790,3791,3792,3793,3794 ,3795,3796,3797,3798,3799,3800,3801,3802,3803,3804,3805,3806,3807,3808,3809,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849 ,3850,3851,3852,3853,3854,3855,3856,3857,3858,3859,3860,3861,3862,3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878,3879,3880,3881,3882,3883,3884,3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900,3901,3902,3903,3904 ,3905,3906,3907,3908,3909,3910,3911,3912,3913,3914,3915,3916,3917,3918,3919,3920,3921,3922,3923,3924,3925,3926,3927,3928,3929,3930,3931,3932,3933,3934,3935,3936,3937,3938,3939,3940,3941,3942,3943,3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959 ,3960,3961,3962,3963,3964,3965,3966,3967,3968,3969,3970,3971,3972,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3990,3991,3992,3993,3994,3995,3996,3997,3998,3999,4000,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014 ,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4038,4039,4040,4041,4042,4043,4044,4045,4046,4047,4048,4049,4050,4051,4052,4053,4054,4055,4056,4057,4058,4059,4060,4061,4062,4063,4064,4065,4066,4067,4068,4069 ,4070,4071,4072,4073,4074,4075,4076,4077,4078,4079,4080,4081,4082,4083,4084,4085,4086,4087,4088,4089,4090,4091,4092,4093,4094,4095,4096,4097,4098,4099,4100,4101,4102,4103,4104,4105,4106,4107,4108,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4121,4122,4123,4124 ,4125,4126,4127,4128,4129,4130,4131,4132,4133,4134,4135,4136,4137,4138,4139,4140,4141,4142,4143,4144,4145,4146,4147,4148,4149,4150,4151,4152,4153,4154,4155,4156,4157,4158,4159,4160,4161,4162,4163,4164,4165,4166,4167,4168,4169,4170,4171,4172,4173,4174,4175,4176,4177,4178,4179 ,4180,4181,4182,4183,4184,4185,4186,4187,4188,4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234 ,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246,4247,4248,4249,4250,4251,4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264,4265,4266,4267,4268,4269,4270,4271,4272,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4288,4289 ,4290,4291,4292,4293,4294,4295,4296,4297,4298,4299,4300,4301,4302,4303,4304,4305,4306,4307,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344 ,4345,4346,4347,4348,4349,4350,4351,4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365,4366,4367,4368,4369,4370,4371,4372,4373,4374,4375,4376,4377,4378,4379,4380,4381,4382,4383,4384,4385,4386,4387,4388,4389,4390,4391,4392,4393,4394,4395,4396,4397,4398,4399 ,4400,4401,4402,4403,4404,4405,4406,4407,4408,4409,4410,4411,4412,4413,4414,4415,4416,4417,4418,4419,4420,4421,4422,4423,4424,4425,4426,4427,4428,4429,4430,4431,4432,4433,4434,4435,4436,4437,4438,4439,4440,4441,4442,4443,4444,4445,4446,4447,4448,4449,4450,4451,4452,4453,4454 ,4455,4456,4457,4458,4459,4460,4461,4462,4463,4464,4465,4466,4467,4468,4469,4470,4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481,4482,4483,4484,4485,4486,4487,4488,4489,4490,4491,4492,4493,4494,4495,4496,4497,4498,4499,4500,4501,4502,4503,4504,4505,4506,4507,4508,4509 ,4510,4511,4512,4513,4514,4515,4516,4517,4518,4519,4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564 ,4565,4566,4567,4568,4569,4570,4571,4572,4573,4574,4575,4576,4577,4578,4579,4580,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609,4610,4611,4612,4613,4614,4615,4616,4617,4618,4619 ,4620,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4631,4632,4633,4634,4635,4636,4637,4638,4639,4640,4641,4642,4643,4644,4645,4646,4647,4648,4649,4650,4651,4652,4653,4654,4655,4656,4657,4658,4659,4660,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4671,4672,4673,4674 ,4675,4676,4677,4678,4679,4680,4681,4682,4683,4684,4685,4686,4687,4688,4689,4690,4691,4692,4693,4694,4695,4696,4697,4698,4699,4700,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4711,4712,4713,4714,4715,4716,4717,4718,4719,4720,4721,4722,4723,4724,4725,4726,4727,4728,4729 ,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4751,4752,4753,4754,4755,4756,4757,4758,4759,4760,4761,4762,4763,4764,4765,4766,4767,4768,4769,4770,4771,4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784 ,4785,4786,4787,4788,4789,4790,4791,4792,4793,4794,4795,4796,4797,4798,4799,4800,4801,4802,4803,4804,4805,4806,4807,4808,4809,4810,4811,4812,4813,4814,4815,4816,4817,4818,4819,4820,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4831,4832,4833,4834,4835,4836,4837,4838,4839 ,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854,4855,4856,4857,4858,4859,4860,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4871,4872,4873,4874,4875,4876,4877,4878,4879,4880,4881,4882,4883,4884,4885,4886,4887,4888,4889,4890,4891,4892,4893,4894 ,4895,4896,4897,4898,4899,4900,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4911,4912,4913,4914,4915,4916,4917,4918,4919,4920,4921,4922,4923,4924,4925,4926,4927,4928,4929,4930,4931,4932,4933,4934,4935,4936,4937,4938,4939,4940,4941,4942,4943,4944,4945,4946,4947,4948,4949 ,4950,4951,4952,4953,4954,4955,4956,4957,4958,4959,4960,4961,4962,4963,4964,4965,4966,4967,4968,4969,4970,4971,4972,4973,4974,4975,4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000,5001,5002,5003,5004 ,5005,5006,5007,5008,5009,5010,5011,5012,5013,5014,5015,5016,5017,5018,5019,5020,5021,5022,5023,5024,5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036,5037,5038,5039,5040,5041,5042,5043,5044,5045,5046,5047,5048,5049,5050,5051,5052,5053,5054,5055,5056,5057,5058,5059 ,5060,5061,5062,5063,5064,5065,5066,5067,5068,5069,5070,5071,5072,5073,5074,5075,5076,5077,5078,5079,5080,5081,5082,5083,5084,5085,5086,5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102,5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,5113,5114 ,5115,5116,5117,5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133,5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149,5150,5151,5152,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164,5165,5166,5167,5168,5169 ,5170,5171,5172,5173,5174,5175,5176,5177,5178,5179,5180,5181,5182,5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201,5202,5203,5204,5205,5206,5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224 ,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243,5244,5245,5246,5247,5248,5249,5250,5251,5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279 ,5280,5281,5282,5283,5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331,5332,5333,5334 ,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347,5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389 ,5390,5391,5392,5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440,5441,5442,5443,5444 ,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488,5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499 ,5500,5501,5502,5503,5504,5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552,5553,5554 ,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568,5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584,5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600,5601,5602,5603,5604,5605,5606,5607,5608,5609 ,5610,5611,5612,5613,5614,5615,5616,5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664 ,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719 ,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774 ,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792,5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808,5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824,5825,5826,5827,5828,5829 ,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884 ,5885,5886,5887,5888,5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904,5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939 ,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968,5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994 ,5995,5996,5997,5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049 ,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096,6097,6098,6099,6100,6101,6102,6103,6104 ,6105,6106,6107,6108,6109,6110,6111,6112,6113,6114,6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145,6146,6147,6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159 ,6160,6161,6162,6163,6164,6165,6166,6167,6168,6169,6170,6171,6172,6173,6174,6175,6176,6177,6178,6179,6180,6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6209,6210,6211,6212,6213,6214 ,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6245,6246,6247,6248,6249,6250,6251,6252,6253,6254,6255,6256,6257,6258,6259,6260,6261,6262,6263,6264,6265,6266,6267,6268,6269 ,6270,6271,6272,6273,6274,6275,6276,6277,6278,6279,6280,6281,6282,6283,6284,6285,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6298,6299,6300,6301,6302,6303,6304,6305,6306,6307,6308,6309,6310,6311,6312,6313,6314,6315,6316,6317,6318,6319,6320,6321,6322,6323,6324 ,6325,6326,6327,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6377,6378,6379 ,6380,6381,6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6418,6419,6420,6421,6422,6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433,6434 ,6435,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6457,6458,6459,6460,6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489 ,6490,6491,6492,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537,6538,6539,6540,6541,6542,6543,6544 ,6545,6546,6547,6548,6549,6550,6551,6552,6553,6554,6555,6556,6557,6558,6559,6560,6561,6562,6563,6564,6565,6566,6567,6568,6569,6570,6571,6572,6573,6574,6575,6576,6577,6578,6579,6580,6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599 ,6600,6601,6602,6603,6604,6605,6606,6607,6608,6609,6610,6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,6622,6623,6624,6625,6626,6627,6628,6629,6630,6631,6632,6633,6634,6635,6636,6637,6638,6639,6640,6641,6642,6643,6644,6645,6646,6647,6648,6649,6650,6651,6652,6653,6654 ,6655,6656,6657,6658,6659,6660,6661,6662,6663,6664,6665,6666,6667,6668,6669,6670,6671,6672,6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6703,6704,6705,6706,6707,6708,6709 ,6710,6711,6712,6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764 ,6765,6766,6767,6768,6769,6770,6771,6772,6773,6774,6775,6776,6777,6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790,6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819 ,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830,6831,6832,6833,6834,6835,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,6847,6848,6849,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872,6873,6874 ,6875,6876,6877,6878,6879,6880,6881,6882,6883,6884,6885,6886,6887,6888,6889,6890,6891,6892,6893,6894,6895,6896,6897,6898,6899,6900,6901,6902,6903,6904,6905,6906,6907,6908,6909,6910,6911,6912,6913,6914,6915,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929 ,6930,6931,6932,6933,6934,6935,6936,6937,6938,6939,6940,6941,6942,6943,6944,6945,6946,6947,6948,6949,6950,6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6972,6973,6974,6975,6976,6977,6978,6979,6980,6981,6982,6983,6984 ,6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001,7002,7003,7004,7005,7006,7007,7008,7009,7010,7011,7012,7013,7014,7015,7016,7017,7018,7019,7020,7021,7022,7023,7024,7025,7026,7027,7028,7029,7030,7031,7032,7033,7034,7035,7036,7037,7038,7039 ,7040,7041,7042,7043,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7056,7057,7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089,7090,7091,7092,7093,7094 ,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149 ,7150,7151,7152,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188,7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204 ,7205,7206,7207,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,7219,7220,7221,7222,7223,7224,7225,7226,7227,7228,7229,7230,7231,7232,7233,7234,7235,7236,7237,7238,7239,7240,7241,7242,7243,7244,7245,7246,7247,7248,7249,7250,7251,7252,7253,7254,7255,7256,7257,7258,7259 ,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271,7272,7273,7274,7275,7276,7277,7278,7279,7280,7281,7282,7283,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301,7302,7303,7304,7305,7306,7307,7308,7309,7310,7311,7312,7313,7314 ,7315,7316,7317,7318,7319,7320,7321,7322,7323,7324,7325,7326,7327,7328,7329,7330,7331,7332,7333,7334,7335,7336,7337,7338,7339,7340,7341,7342,7343,7344,7345,7346,7347,7348,7349,7350,7351,7352,7353,7354,7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369 ,7370,7371,7372,7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384,7385,7386,7387,7388,7389,7390,7391,7392,7393,7394,7395,7396,7397,7398,7399,7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424 ,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7455,7456,7457,7458,7459,7460,7461,7462,7463,7464,7465,7466,7467,7468,7469,7470,7471,7472,7473,7474,7475,7476,7477,7478,7479 ,7480,7481,7482,7483,7484,7485,7486,7487,7488,7489,7490,7491,7492,7493,7494,7495,7496,7497,7498,7499,7500,7501,7502,7503,7504,7505,7506,7507,7508,7509,7510,7511,7512,7513,7514,7515,7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526,7527,7528,7529,7530,7531,7532,7533,7534 ,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556,7557,7558,7559,7560,7561,7562,7563,7564,7565,7566,7567,7568,7569,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582,7583,7584,7585,7586,7587,7588,7589 ,7590,7591,7592,7593,7594,7595,7596,7597,7598,7599,7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614,7615,7616,7617,7618,7619,7620,7621,7622,7623,7624,7625,7626,7627,7628,7629,7630,7631,7632,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644 ,7645,7646,7647,7648,7649,7650,7651,7652,7653,7654,7655,7656,7657,7658,7659,7660,7661,7662,7663,7664,7665,7666,7667,7668,7669,7670,7671,7672,7673,7674,7675,7676,7677,7678,7679,7680,7681,7682,7683,7684,7685,7686,7687,7688,7689,7690,7691,7692,7693,7694,7695,7696,7697,7698,7699 ,7700,7701,7702,7703,7704,7705,7706,7707,7708,7709,7710,7711,7712,7713,7714,7715,7716,7717,7718,7719,7720,7721,7722,7723,7724,7725,7726,7727,7728,7729,7730,7731,7732,7733,7734,7735,7736,7737,7738,7739,7740,7741,7742,7743,7744,7745,7746,7747,7748,7749,7750,7751,7752,7753,7754 ,7755,7756,7757,7758,7759,7760,7761,7762,7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,7777,7778,7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791,7792,7793,7794,7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,7806,7807,7808,7809 ,7810,7811,7812,7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855,7856,7857,7858,7859,7860,7861,7862,7863,7864 ,7865,7866,7867,7868,7869,7870,7871,7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,7887,7888,7889,7890,7891,7892,7893,7894,7895,7896,7897,7898,7899,7900,7901,7902,7903,7904,7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919 ,7920,7921,7922,7923,7924,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935,7936,7937 } LayerElementUV: 0 { Version: 101 Name: "UVMap" MappingInformationType: "ByPolygonVertex" ReferenceInformationType: "IndexToDirect" UV: 0.529831,0.818916,0.545515,0.839193,0.538219,0.840839,0.520644,0.821741,0.579849,0.800103,0.588808,0.829931,0.577893,0.837392 ,0.562865,0.803242,0.569505,0.741157,0.574803,0.772841,0.557326,0.774373,0.544354,0.743647,0.489272,0.758745,0.511197,0.787783 ,0.497950,0.787028,0.479280,0.772600,0.552858,0.807718,0.562854,0.832502,0.552816,0.837557,0.542877,0.812203,0.541086,0.778717 ,0.552858,0.807718,0.542877,0.812203,0.527831,0.782411,0.511197,0.787783,0.529831,0.818916,0.520644,0.821741,0.497950,0.787028 ,0.592015,0.795873,0.597747,0.814763,0.588808,0.829931,0.579849,0.800103,0.588795,0.765077,0.592015,0.795873,0.579849,0.800103 ,0.574803,0.772841,0.574803,0.772841,0.579849,0.800103,0.562865,0.803242,0.557326,0.774373,0.588100,0.730020,0.588795,0.765077 ,0.574803,0.772841,0.569505,0.741157,0.590259,0.712143,0.588100,0.730020,0.569505,0.741157,0.565302,0.721862,0.565302,0.721862 ,0.569505,0.741157,0.544354,0.743647,0.539217,0.731372,0.525857,0.751316,0.541086,0.778717,0.527831,0.782411,0.507196,0.758952 ,0.521295,0.737669,0.525857,0.751316,0.507196,0.758952,0.501305,0.744595,0.477510,0.748264,0.489272,0.758745,0.479280,0.772600 ,0.456384,0.757879,0.601449,0.791673,0.603036,0.817505,0.597747,0.814763,0.592015,0.795873,0.602762,0.757368,0.601449,0.791673 ,0.592015,0.795873,0.588795,0.765077,0.603174,0.725812,0.602762,0.757368,0.588795,0.765077,0.588100,0.730020,0.607789,0.701798 ,0.603174,0.725812,0.588100,0.730020,0.590259,0.712143,0.527831,0.782411,0.542877,0.812203,0.529831,0.818916,0.511197,0.787783 ,0.542877,0.812203,0.552816,0.837557,0.545515,0.839193,0.529831,0.818916,0.544354,0.743647,0.557326,0.774373,0.541086,0.778717 ,0.525857,0.751316,0.495504,0.730332,0.501305,0.744595,0.477510,0.748264,0.465850,0.737919,0.507196,0.758952,0.527831,0.782411 ,0.511197,0.787783,0.489272,0.758745,0.501305,0.744595,0.507196,0.758952,0.489272,0.758745,0.477510,0.748264,0.568045,0.706741 ,0.565302,0.721862,0.539217,0.731372,0.534135,0.719198,0.539217,0.731372,0.544354,0.743647,0.525857,0.751316,0.521295,0.737669 ,0.562865,0.803242,0.577893,0.837392,0.562854,0.832502,0.552858,0.807718,0.557326,0.774373,0.562865,0.803242,0.552858,0.807718 ,0.541086,0.778717,0.613687,0.684640,0.607789,0.701798,0.590259,0.712143,0.592066,0.694363,0.592066,0.694363,0.590259,0.712143 ,0.565302,0.721862,0.568045,0.706741,0.516792,0.724129,0.521295,0.737669,0.501305,0.744595,0.495504,0.730332,0.534135,0.719198 ,0.539217,0.731372,0.521295,0.737669,0.516792,0.724129,0.465850,0.737919,0.477510,0.748264,0.456384,0.757879,0.443872,0.746546 ,0.403856,0.847524,0.395486,0.852938,0.370458,0.807825,0.392974,0.814704,0.451266,0.814372,0.435537,0.831096,0.411666,0.798726 ,0.412037,0.775668,0.506362,0.884423,0.479318,0.897267,0.457871,0.865062,0.482311,0.850385,0.452327,0.926666,0.442264,0.937539 ,0.418204,0.893674,0.429854,0.889919,0.435537,0.831096,0.410668,0.838305,0.385499,0.788296,0.411666,0.798726,0.457871,0.865062 ,0.438635,0.879479,0.410668,0.838305,0.435537,0.831096,0.429854,0.889919,0.418204,0.893674,0.395486,0.852938,0.403856,0.847524 ,0.459708,0.809823,0.451266,0.814372,0.412037,0.775668,0.438367,0.788904,0.492050,0.842659,0.482311,0.850385,0.451266,0.814372 ,0.459708,0.809823,0.482311,0.850385,0.457871,0.865062,0.435537,0.831096,0.451266,0.814372,0.524921,0.879545,0.506362,0.884423 ,0.482311,0.850385,0.492050,0.842659,0.546009,0.911795,0.524061,0.915307,0.506362,0.884423,0.524921,0.879545,0.524061,0.915307 ,0.504553,0.923877,0.479318,0.897267,0.506362,0.884423,0.479318,0.897267,0.466562,0.916005,0.438635,0.879479,0.457871,0.865062 ,0.504553,0.923877,0.482270,0.945432,0.466562,0.916005,0.479318,0.897267,0.471567,0.958365,0.460703,0.979513,0.442264,0.937539 ,0.452327,0.926666,0.410668,0.838305,0.403856,0.847524,0.392974,0.814704,0.385499,0.788296,0.466562,0.916005,0.452327,0.926666 ,0.429854,0.889919,0.438635,0.879479,0.438635,0.879479,0.429854,0.889919,0.403856,0.847524,0.410668,0.838305,0.482270,0.945432 ,0.471567,0.958365,0.452327,0.926666,0.466562,0.916005,0.468349,0.802786,0.459708,0.809823,0.438367,0.788904,0.430146,0.758178 ,0.501643,0.837363,0.492050,0.842659,0.459708,0.809823,0.468349,0.802786,0.532534,0.874527,0.524921,0.879545,0.492050,0.842659 ,0.501643,0.837363,0.566458,0.907909,0.546009,0.911795,0.524921,0.879545,0.532534,0.874527,0.095374,0.445585,0.104447,0.469582 ,0.088363,0.473867,0.063611,0.469532,0.095374,0.445585,0.123025,0.448729,0.118539,0.473197,0.104447,0.469582,0.087197,0.493972 ,0.101934,0.489701,0.116439,0.504965,0.109650,0.522192,0.087197,0.493972,0.063611,0.469532,0.088363,0.473867,0.101934,0.489701 ,0.151910,0.471006,0.164613,0.507864,0.143471,0.498731,0.133584,0.481342,0.138268,0.528577,0.133203,0.507605,0.143471,0.498731 ,0.164613,0.507864,0.151910,0.471006,0.133584,0.481342,0.118539,0.473197,0.123025,0.448729,0.138268,0.528577,0.109650,0.522192 ,0.116439,0.504965,0.133203,0.507605,0.075721,0.510446,0.087197,0.493972,0.109650,0.522192,0.098664,0.536856,0.079084,0.431029 ,0.130016,0.421748,0.123025,0.448729,0.095374,0.445585,0.182469,0.456214,0.199448,0.509697,0.164613,0.507864,0.151910,0.471006 ,0.142106,0.549648,0.138268,0.528577,0.164613,0.507864,0.199448,0.509697,0.142106,0.549648,0.098664,0.536856,0.109650,0.522192 ,0.138268,0.528577,0.182469,0.456214,0.151910,0.471006,0.123025,0.448729,0.130016,0.421748,0.026570,0.404129,0.016717,0.390230 ,0.032681,0.391074,0.055092,0.487646,0.033046,0.464790,0.063611,0.469532,0.104447,0.469582,0.101934,0.489701,0.088363,0.473867 ,0.101934,0.489701,0.104447,0.469582,0.118539,0.473197,0.116439,0.504965,0.101934,0.489701,0.118539,0.473197,0.133584,0.481342 ,0.143471,0.498731,0.133203,0.507605,0.116439,0.504965,0.133584,0.481342,0.055678,0.390007,0.050905,0.404031,0.026570,0.404129 ,0.032681,0.391074,0.079084,0.431029,0.043417,0.439597,0.070304,0.414373,0.044737,0.418514,0.016717,0.438627,0.026570,0.404129 ,0.050905,0.404031,0.070304,0.414373,0.044737,0.418514,0.050905,0.404031,0.065864,0.387391,0.079084,0.431029,0.033046,0.464790 ,0.043417,0.439597,0.079084,0.431029,0.095374,0.445585,0.063611,0.469532,0.033046,0.464790,0.043417,0.439597,0.016717,0.438627 ,0.044737,0.418514,0.043417,0.439597,0.033046,0.464790,0.016717,0.438627,0.070304,0.414373,0.043417,0.439597,0.044737,0.418514 ,0.065864,0.387391,0.050905,0.404031,0.055678,0.390007,0.054317,0.524144,0.075721,0.510446,0.098664,0.536856,0.081899,0.561880 ,0.140410,0.576333,0.081899,0.561880,0.098664,0.536856,0.142106,0.549648,0.054317,0.524144,0.032334,0.496834,0.055092,0.487646 ,0.075721,0.510446,0.032334,0.496834,0.033046,0.464790,0.055092,0.487646,0.075721,0.510446,0.055092,0.487646,0.063611,0.469532 ,0.087197,0.493972,0.140410,0.576333,0.142106,0.549648,0.199448,0.509697,0.016717,0.390230,0.025930,0.366982,0.046202,0.359588 ,0.032681,0.391074,0.061539,0.350670,0.055678,0.390007,0.032681,0.391074,0.046202,0.359588,0.075607,0.357391,0.065864,0.387391 ,0.055678,0.390007,0.061539,0.350670,0.070304,0.414373,0.065864,0.387391,0.097054,0.377780,0.110975,0.396674,0.070304,0.414373 ,0.110975,0.396674,0.130016,0.421748,0.079084,0.431029,0.065864,0.387391,0.075607,0.357391,0.097054,0.377780,0.054317,0.524144 ,0.081899,0.561880,0.052197,0.554488,0.220113,0.461410,0.232836,0.512940,0.199448,0.509697,0.182469,0.456214,0.090489,0.354695 ,0.097054,0.377780,0.075607,0.357391,0.140410,0.576333,0.129308,0.624048,0.081899,0.561880,0.074946,0.592390,0.049945,0.595323 ,0.052197,0.554488,0.081899,0.561880,0.140410,0.576333,0.185700,0.603563,0.129308,0.624048,0.232836,0.512940,0.185700,0.603563 ,0.140410,0.576333,0.199448,0.509697,0.116480,0.353969,0.097054,0.377780,0.090489,0.354695,0.100125,0.340841,0.117068,0.317972 ,0.116480,0.353969,0.100125,0.340841,0.094070,0.320956,0.068846,0.300986,0.074698,0.315615,0.059121,0.324237,0.047664,0.312568 ,0.096638,0.301783,0.094070,0.320956,0.074698,0.315615,0.068846,0.300986,0.117068,0.317972,0.094070,0.320956,0.096638,0.301783 ,0.094070,0.320956,0.089610,0.325783,0.074586,0.320659,0.074698,0.315615,0.047664,0.312568,0.047548,0.335204,0.029407,0.341851 ,0.030789,0.319650,0.091220,0.338970,0.100125,0.340841,0.090489,0.354695,0.084327,0.348128,0.073623,0.348186,0.075607,0.357391 ,0.061539,0.350670,0.066326,0.342692,0.089610,0.325783,0.094070,0.320956,0.100125,0.340841,0.091220,0.338970,0.074698,0.315615 ,0.074586,0.320659,0.063764,0.327568,0.059121,0.324237,0.075607,0.357391,0.073623,0.348186,0.084327,0.348128,0.090489,0.354695 ,0.063764,0.327568,0.061685,0.336410,0.047548,0.335204,0.059121,0.324237,0.066326,0.342692,0.061539,0.350670,0.047177,0.346929 ,0.061685,0.336410,0.047548,0.335204,0.061685,0.336410,0.047177,0.346929,0.061539,0.350670,0.046202,0.359588,0.047177,0.346929 ,0.047177,0.346929,0.028638,0.352683,0.029407,0.341851,0.047548,0.335204,0.028638,0.352683,0.047177,0.346929,0.046202,0.359588 ,0.025930,0.366982,0.155800,0.219883,0.180216,0.215912,0.176814,0.202119,0.152554,0.210230,0.135640,0.192220,0.147826,0.173045 ,0.136274,0.168403,0.128696,0.188391,0.143080,0.198393,0.159747,0.181206,0.147826,0.173045,0.135640,0.192220,0.152554,0.210230 ,0.176814,0.202119,0.169659,0.192625,0.147869,0.203616,0.159747,0.181206,0.143080,0.198393,0.147869,0.203616,0.169659,0.192625 ,0.177279,0.231219,0.156593,0.229380,0.153023,0.238928,0.171450,0.245347,0.180216,0.215912,0.155800,0.219883,0.156593,0.229380 ,0.177279,0.231219,0.124930,0.165916,0.120907,0.186930,0.128696,0.188391,0.136274,0.168403,0.137618,0.222188,0.155800,0.219883 ,0.152554,0.210230,0.136555,0.216755,0.120907,0.186930,0.117631,0.201135,0.122712,0.203368,0.128696,0.188391,0.136555,0.216755 ,0.152554,0.210230,0.147869,0.203616,0.133808,0.213047,0.156593,0.229380,0.137284,0.227670,0.135184,0.232412,0.153023,0.238928 ,0.131174,0.209687,0.143080,0.198393,0.135640,0.192220,0.127244,0.206027,0.155800,0.219883,0.137618,0.222188,0.137284,0.227670 ,0.156593,0.229380,0.127244,0.206027,0.135640,0.192220,0.128696,0.188391,0.122712,0.203368,0.143080,0.198393,0.131174,0.209687 ,0.133808,0.213047,0.147869,0.203616,0.114588,0.221643,0.122712,0.203368,0.117631,0.201135,0.258757,0.440813,0.243426,0.474110 ,0.220113,0.461410,0.232836,0.512940,0.243426,0.474110,0.269129,0.484608,0.258757,0.440813,0.220113,0.461410,0.192686,0.427196 ,0.207289,0.400682,0.182469,0.456214,0.192686,0.427196,0.220113,0.461410,0.158482,0.404015,0.130016,0.421748,0.110975,0.396674 ,0.133344,0.378125,0.110975,0.396674,0.097054,0.377780,0.116480,0.353969,0.133344,0.378125,0.182469,0.456214,0.130016,0.421748 ,0.158482,0.404015,0.192686,0.427196,0.173197,0.374859,0.158482,0.404015,0.133344,0.378125,0.144227,0.349365,0.116480,0.353969 ,0.117068,0.317972,0.144227,0.349365,0.133344,0.378125,0.207289,0.400682,0.192686,0.427196,0.158482,0.404015,0.173197,0.374859 ,0.259203,0.549278,0.247792,0.590934,0.185700,0.603563,0.259203,0.549278,0.185700,0.603563,0.237145,0.517310,0.185700,0.603563 ,0.232836,0.512940,0.237145,0.517310,0.269129,0.484608,0.259203,0.549278,0.237145,0.517310,0.232836,0.512940,0.269129,0.484608 ,0.258757,0.440813,0.313117,0.442996,0.301206,0.510205,0.269129,0.484608,0.301206,0.510205,0.259203,0.549278,0.334335,0.494611 ,0.301206,0.510205,0.313117,0.442996,0.260485,0.623943,0.232706,0.650414,0.185700,0.603563,0.247792,0.590934,0.352674,0.558127 ,0.343360,0.535704,0.338782,0.538257,0.346311,0.561356,0.120349,0.224737,0.137284,0.227670,0.137618,0.222188,0.120349,0.224737 ,0.118580,0.227181,0.135184,0.232412,0.137284,0.227670,0.119187,0.223311,0.119223,0.221343,0.118324,0.220395,0.114588,0.221643 ,0.137618,0.222188,0.136555,0.216755,0.119187,0.223311,0.120349,0.224737,0.136555,0.216755,0.133808,0.213047,0.119187,0.223311 ,0.119223,0.221343,0.119187,0.223311,0.133808,0.213047,0.131174,0.209687,0.131174,0.209687,0.127244,0.206027,0.118324,0.220395 ,0.119223,0.221343,0.127244,0.206027,0.122712,0.203368,0.114588,0.221643,0.118324,0.220395,0.059121,0.324237,0.047548,0.335204 ,0.047664,0.312568,0.269129,0.484608,0.243426,0.474110,0.258757,0.440813,0.220113,0.461410,0.243426,0.474110,0.232836,0.512940 ,0.194170,0.332752,0.173197,0.374859,0.144227,0.349365,0.154256,0.306758,0.239170,0.369603,0.207289,0.400682,0.173197,0.374859 ,0.194170,0.332752,0.207289,0.400682,0.239170,0.369603,0.284879,0.397006,0.258757,0.440813,0.117068,0.317972,0.111021,0.286442 ,0.154256,0.306758,0.144227,0.349365,0.284879,0.397006,0.313117,0.442996,0.258757,0.440813,0.117068,0.317972,0.096638,0.301783 ,0.111021,0.286442,0.096638,0.301783,0.068846,0.300986,0.068772,0.284137,0.111021,0.286442,0.048273,0.296452,0.047664,0.312568 ,0.030789,0.319650,0.030380,0.302170,0.068846,0.300986,0.047664,0.312568,0.048273,0.296452,0.068772,0.284137,0.048646,0.282761 ,0.048273,0.296452,0.030380,0.302170,0.031364,0.280192,0.031364,0.280192,0.030380,0.302170,0.016717,0.298639,0.016717,0.278925 ,0.068772,0.284137,0.048273,0.296452,0.048646,0.282761,0.129308,0.624048,0.185700,0.603563,0.175842,0.663768,0.175842,0.663768 ,0.185700,0.603563,0.232706,0.650414,0.045830,0.626741,0.049945,0.595323,0.074946,0.592390,0.072248,0.623502,0.270413,0.708689 ,0.175842,0.663768,0.232706,0.650414,0.047924,0.657802,0.045830,0.626741,0.072248,0.623502,0.070651,0.667082,0.295631,0.663403 ,0.270413,0.708689,0.232706,0.650414,0.260485,0.623943,0.942796,0.529558,0.963137,0.511094,0.944012,0.495025,0.924416,0.512962 ,0.915265,0.497776,0.944012,0.495025,0.936203,0.474219,0.904445,0.476046,0.915265,0.497776,0.924416,0.512962,0.944012,0.495025 ,0.295631,0.663403,0.260485,0.623943,0.290289,0.637263,0.088866,0.040145,0.103215,0.016542,0.111452,0.029575,0.100042,0.046039 ,0.077144,0.063350,0.088866,0.040145,0.100042,0.046039,0.095989,0.065691,0.111021,0.286442,0.086655,0.246075,0.156388,0.263647 ,0.154256,0.306758,0.270713,0.333674,0.239170,0.369603,0.194170,0.332752,0.210576,0.290611,0.239170,0.369603,0.270713,0.333674 ,0.321955,0.381555,0.284879,0.397006,0.210576,0.290611,0.194170,0.332752,0.154256,0.306758,0.156388,0.263647,0.313117,0.442996 ,0.345198,0.435635,0.355159,0.510647,0.334335,0.494611,0.313117,0.442996,0.284879,0.397006,0.321955,0.381555,0.345198,0.435635 ,0.090406,0.098904,0.062635,0.087650,0.077144,0.063350,0.095989,0.065691,0.052668,0.257451,0.048646,0.282761,0.031364,0.280192 ,0.033941,0.256895,0.086655,0.246075,0.068772,0.284137,0.048646,0.282761,0.052668,0.257451,0.076819,0.134571,0.102119,0.148496 ,0.098543,0.179505,0.074738,0.164221,0.062905,0.205676,0.086655,0.246075,0.052668,0.257451,0.036920,0.229130,0.102119,0.148496 ,0.076819,0.134571,0.067435,0.111492,0.092076,0.122184,0.036920,0.229130,0.052668,0.257451,0.033941,0.256895,0.067435,0.111492 ,0.062635,0.087650,0.090406,0.098904,0.092076,0.122184,0.086655,0.246075,0.062905,0.205676,0.094313,0.207873,0.074738,0.164221 ,0.098543,0.179505,0.094313,0.207873,0.062905,0.205676,0.062905,0.205676,0.043390,0.171204,0.074738,0.164221,0.062905,0.205676 ,0.036920,0.229130,0.043390,0.171204,0.042106,0.137118,0.036611,0.102845,0.067435,0.111492,0.076819,0.134571,0.076819,0.134571 ,0.074738,0.164221,0.043390,0.171204,0.042106,0.137118,0.062635,0.087650,0.067435,0.111492,0.036611,0.102845,0.354485,0.581442 ,0.344544,0.584116,0.333008,0.605451,0.350955,0.600319,0.346311,0.561356,0.344544,0.584116,0.354485,0.581442,0.352674,0.558127 ,0.318529,0.519809,0.304830,0.531092,0.314847,0.542517,0.328069,0.525591,0.343360,0.535704,0.335681,0.520328,0.328069,0.525591 ,0.338782,0.538257,0.356699,0.620122,0.350955,0.600319,0.333008,0.605451,0.338290,0.618893,0.304830,0.531092,0.289224,0.549345 ,0.301492,0.563326,0.314847,0.542517,0.289224,0.549345,0.280094,0.573829,0.292996,0.591983,0.301492,0.563326,0.333008,0.605451 ,0.314642,0.613558,0.310391,0.617757,0.338290,0.618893,0.326615,0.599857,0.314642,0.613558,0.333008,0.605451,0.292996,0.591983 ,0.307326,0.591328,0.309980,0.565446,0.301492,0.563326,0.314847,0.542517,0.301492,0.563326,0.309980,0.565446,0.338418,0.585280 ,0.344544,0.584116,0.346311,0.561356,0.328069,0.525591,0.314847,0.542517,0.338782,0.538257,0.346311,0.561356,0.338782,0.538257 ,0.314847,0.542517,0.309980,0.565446,0.338418,0.585280,0.326615,0.599857,0.333008,0.605451,0.344544,0.584116,0.310391,0.617757 ,0.307326,0.591328,0.292996,0.591983,0.326615,0.599857,0.307326,0.591328,0.310391,0.617757,0.314642,0.613558,0.326615,0.599857 ,0.338418,0.585280,0.309980,0.565446,0.307326,0.591328,0.309980,0.565446,0.338418,0.585280,0.346311,0.561356,0.111021,0.286442 ,0.068772,0.284137,0.086655,0.246075,0.917368,0.428211,0.935504,0.425229,0.942770,0.404051,0.929707,0.399841,0.904445,0.476046 ,0.936203,0.474219,0.931595,0.449747,0.914393,0.454286,0.931595,0.449747,0.935504,0.425229,0.917368,0.428211,0.914393,0.454286 ,0.942770,0.404051,0.961619,0.384429,0.957057,0.372883,0.929707,0.399841,0.917368,0.428211,0.889000,0.411931,0.895629,0.449204 ,0.914393,0.454286,0.957057,0.372883,0.921255,0.345563,0.902395,0.378197,0.929707,0.399841,0.889000,0.411931,0.917368,0.428211 ,0.929707,0.399841,0.902395,0.378197,0.904445,0.476046,0.914393,0.454286,0.895629,0.449204,0.792722,0.737498,0.788731,0.748077 ,0.807197,0.756063,0.812234,0.745974,0.773344,0.733113,0.774556,0.743331,0.788731,0.748077,0.792722,0.737498,0.812234,0.745974 ,0.807197,0.756063,0.827817,0.766633,0.832089,0.758199,0.750713,0.731562,0.753655,0.742113,0.774556,0.743331,0.773344,0.733113 ,0.853168,0.783355,0.859020,0.774814,0.832089,0.758199,0.827817,0.766633,0.797093,0.725855,0.792722,0.737498,0.812234,0.745974 ,0.818435,0.734483,0.818435,0.734483,0.812234,0.745974,0.832089,0.758199,0.839053,0.745880,0.750269,0.718578,0.750713,0.731562 ,0.773344,0.733113,0.773174,0.720616,0.859020,0.774814,0.864072,0.761944,0.839053,0.745880,0.832089,0.758199,0.773174,0.720616 ,0.773344,0.733113,0.792722,0.737498,0.797093,0.725855,0.882633,0.769188,0.864072,0.761944,0.859020,0.774814,0.878442,0.782630 ,0.878442,0.782630,0.859020,0.774814,0.853168,0.783355,0.873713,0.791844,0.774256,0.707441,0.773174,0.720616,0.797093,0.725855 ,0.802396,0.714061,0.870730,0.750551,0.864072,0.761944,0.882633,0.769188,0.888396,0.757930,0.802396,0.714061,0.797093,0.725855 ,0.818435,0.734483,0.826810,0.723845,0.826810,0.723845,0.818435,0.734483,0.839053,0.745880,0.848864,0.736573,0.749902,0.704579 ,0.750269,0.718578,0.773174,0.720616,0.774256,0.707441,0.864072,0.761944,0.870730,0.750551,0.848864,0.736573,0.839053,0.745880 ,0.901436,0.757300,0.888396,0.757930,0.882633,0.769188,0.901192,0.768876,0.901615,0.782466,0.878442,0.782630,0.873713,0.791844 ,0.891552,0.794667,0.901192,0.768876,0.882633,0.769188,0.878442,0.782630,0.901615,0.782466,0.901615,0.782466,0.891552,0.794667 ,0.913826,0.791889,0.917787,0.747719,0.901436,0.757300,0.901192,0.768876,0.918629,0.758436,0.918629,0.758436,0.901192,0.768876 ,0.901615,0.782466,0.927571,0.773431,0.901615,0.782466,0.913826,0.791889,0.933878,0.780740,0.927571,0.773431,0.931873,0.740302 ,0.918629,0.758436,0.927571,0.773431,0.946668,0.748885,0.923928,0.736413,0.917787,0.747719,0.918629,0.758436,0.931873,0.740302 ,0.946668,0.748885,0.927571,0.773431,0.933878,0.780740,0.963666,0.753252,0.956004,0.715352,0.946668,0.748885,0.963666,0.753252 ,0.973010,0.717374,0.940427,0.712640,0.931873,0.740302,0.946668,0.748885,0.956004,0.715352,0.932378,0.711264,0.923928,0.736413 ,0.931873,0.740302,0.940427,0.712640,0.941010,0.686561,0.940427,0.712640,0.956004,0.715352,0.955526,0.687071,0.931661,0.684112 ,0.932378,0.711264,0.940427,0.712640,0.941010,0.686561,0.955526,0.687071,0.956004,0.715352,0.973010,0.717374,0.965651,0.684813 ,0.935177,0.649728,0.941010,0.686561,0.955526,0.687071,0.950042,0.647942,0.927045,0.650046,0.931661,0.684112,0.941010,0.686561 ,0.935177,0.649728,0.950042,0.647942,0.955526,0.687071,0.965651,0.684813,0.959927,0.646886,0.942309,0.615192,0.950042,0.647942 ,0.959927,0.646886,0.950476,0.610717,0.927371,0.619032,0.935177,0.649728,0.950042,0.647942,0.942309,0.615192,0.918759,0.618947 ,0.927045,0.650046,0.935177,0.649728,0.927371,0.619032,0.914358,0.589025,0.927371,0.619032,0.942309,0.615192,0.926822,0.582072 ,0.905369,0.591486,0.918759,0.618947,0.927371,0.619032,0.914358,0.589025,0.926822,0.582072,0.942309,0.615192,0.950476,0.610717 ,0.934667,0.573122,0.893920,0.559200,0.914358,0.589025,0.926822,0.582072,0.905275,0.549521,0.885116,0.567049,0.905369,0.591486 ,0.914358,0.589025,0.893920,0.559200,0.905275,0.549521,0.926822,0.582072,0.934667,0.573122,0.914468,0.541765,0.870484,0.523472 ,0.905275,0.549521,0.914468,0.541765,0.875241,0.509863,0.861159,0.538711,0.893920,0.559200,0.905275,0.549521,0.870484,0.523472 ,0.855998,0.546968,0.885116,0.567049,0.893920,0.559200,0.861159,0.538711,0.827649,0.506844,0.870484,0.523472,0.875241,0.509863 ,0.832283,0.491168,0.821982,0.524091,0.861159,0.538711,0.870484,0.523472,0.827649,0.506844,0.817063,0.536130,0.855998,0.546968 ,0.861159,0.538711,0.821982,0.524091,0.780509,0.508096,0.827649,0.506844,0.832283,0.491168,0.778170,0.494635,0.780972,0.525285 ,0.821982,0.524091,0.827649,0.506844,0.780509,0.508096,0.779034,0.538343,0.817063,0.536130,0.821982,0.524091,0.780972,0.525285 ,0.906457,0.721818,0.932378,0.711264,0.931661,0.684112,0.899443,0.693884,0.870730,0.750551,0.885774,0.736157,0.868432,0.713300 ,0.848864,0.736573,0.885774,0.736157,0.906457,0.721818,0.899443,0.693884,0.868432,0.713300,0.923928,0.736413,0.932378,0.711264 ,0.906457,0.721818,0.870730,0.750551,0.888396,0.757930,0.885774,0.736157,0.899443,0.693884,0.873440,0.654066,0.844657,0.684231 ,0.868432,0.713300,0.917787,0.747719,0.923928,0.736413,0.906457,0.721818,0.888396,0.757930,0.901436,0.757300,0.885774,0.736157 ,0.824410,0.630879,0.774840,0.625915,0.766345,0.663770,0.810197,0.669892,0.885774,0.736157,0.901436,0.757300,0.917787,0.747719 ,0.906457,0.721818,0.824410,0.630879,0.810197,0.669892,0.844657,0.684231,0.873440,0.654066,0.826810,0.723845,0.848864,0.736573 ,0.868432,0.713300,0.844657,0.684231,0.802396,0.714061,0.826810,0.723845,0.844657,0.684231,0.810197,0.669892,0.749902,0.704579 ,0.774256,0.707441,0.766345,0.663770,0.774256,0.707441,0.802396,0.714061,0.810197,0.669892,0.766345,0.663770,0.931661,0.684112 ,0.927045,0.650046,0.873440,0.654066,0.899443,0.693884,0.780943,0.582043,0.774840,0.625915,0.824410,0.630879,0.835600,0.589554 ,0.817063,0.536130,0.779034,0.538343,0.780943,0.582043,0.835600,0.589554,0.855998,0.546968,0.817063,0.536130,0.835600,0.589554 ,0.905369,0.591486,0.885116,0.567049,0.835600,0.589554,0.876991,0.618294,0.885116,0.567049,0.855998,0.546968,0.835600,0.589554 ,0.927045,0.650046,0.918759,0.618947,0.876991,0.618294,0.873440,0.654066,0.876991,0.618294,0.835600,0.589554,0.824410,0.630879 ,0.873440,0.654066,0.918759,0.618947,0.905369,0.591486,0.876991,0.618294,0.889000,0.411931,0.902395,0.378197,0.879610,0.386102 ,0.880774,0.345827,0.869068,0.367050,0.879610,0.386102,0.902395,0.378197,0.900084,0.315919,0.880774,0.345827,0.902395,0.378197 ,0.921255,0.345563,0.921255,0.345563,0.946463,0.310383,0.918922,0.288792,0.900084,0.315919,0.743076,0.315286,0.743401,0.343825 ,0.782205,0.327441,0.762869,0.306880,0.071572,0.795705,0.042604,0.799116,0.037327,0.828668,0.060788,0.830565,0.054305,0.859203 ,0.029475,0.853940,0.021608,0.882921,0.044807,0.892436,0.044807,0.892436,0.021608,0.882921,0.017188,0.912262,0.035332,0.915336 ,0.595665,0.322471,0.626981,0.356440,0.620763,0.311305,0.060788,0.830565,0.037327,0.828668,0.029475,0.853940,0.054305,0.859203 ,0.067174,0.765217,0.049732,0.772336,0.042604,0.799116,0.071572,0.795705,0.017188,0.912262,0.030504,0.932496,0.035332,0.915336 ,0.880774,0.345827,0.857103,0.348637,0.869068,0.367050,0.789908,0.302953,0.782205,0.327441,0.832647,0.335293,0.842303,0.305650 ,0.791748,0.263940,0.789908,0.302953,0.842303,0.305650,0.863266,0.270659,0.762869,0.306880,0.782205,0.327441,0.789908,0.302953 ,0.857103,0.348637,0.880774,0.345827,0.842303,0.305650,0.832647,0.335293,0.742536,0.270387,0.762869,0.306880,0.789908,0.302953 ,0.791748,0.263940,0.900084,0.315919,0.918922,0.288792,0.863266,0.270659,0.880774,0.345827,0.900084,0.315919,0.863266,0.270659 ,0.842303,0.305650,0.721216,0.239368,0.742536,0.270387,0.791748,0.263940,0.792892,0.236706,0.792892,0.236706,0.791748,0.263940 ,0.863266,0.270659,0.880585,0.242048,0.918922,0.288792,0.941995,0.258973,0.880585,0.242048,0.863266,0.270659,0.743076,0.315286 ,0.762869,0.306880,0.742536,0.270387,0.725767,0.279844,0.742536,0.270387,0.721216,0.239368,0.697790,0.259744,0.725767,0.279844 ,0.049683,0.946893,0.035332,0.915336,0.030504,0.932496,0.660525,0.236645,0.659289,0.256662,0.697790,0.259744,0.721216,0.239368 ,0.660525,0.236645,0.610404,0.240373,0.625559,0.274191,0.659289,0.256662,0.832283,0.491168,0.875241,0.509863,0.847158,0.477917 ,0.875241,0.509863,0.914468,0.541765,0.888980,0.502033,0.875241,0.509863,0.888980,0.502033,0.861087,0.464631,0.847158,0.477917 ,0.591361,0.278637,0.595665,0.322471,0.620763,0.311305,0.625559,0.274191,0.591361,0.278637,0.551411,0.278624,0.595665,0.322471 ,0.625559,0.274191,0.610404,0.240373,0.563800,0.239205,0.591361,0.278637,0.551411,0.278624,0.591361,0.278637,0.563800,0.239205 ,0.820102,0.458736,0.847158,0.477917,0.861087,0.464631,0.829172,0.443978,0.506962,0.235117,0.455488,0.240301,0.458267,0.261278 ,0.506321,0.259194,0.758424,0.461220,0.791054,0.453508,0.793004,0.437454,0.754838,0.444686,0.791054,0.453508,0.820102,0.458736 ,0.829172,0.443978,0.793004,0.437454,0.506321,0.259194,0.551411,0.278624,0.563800,0.239205,0.506962,0.235117,0.410549,0.248874 ,0.409901,0.274980,0.458267,0.261278,0.455488,0.240301,0.832283,0.491168,0.847158,0.477917,0.820102,0.458736,0.778170,0.494635 ,0.832283,0.491168,0.820102,0.458736,0.791054,0.453508,0.791054,0.453508,0.758424,0.461220,0.778170,0.494635,0.897424,0.226979 ,0.880585,0.242048,0.941995,0.258973,0.897424,0.226979,0.923771,0.199733,0.849393,0.197868,0.792892,0.236706,0.880585,0.242048 ,0.897424,0.226979,0.849393,0.197868,0.718622,0.202563,0.721216,0.239368,0.792892,0.236706,0.792986,0.201886,0.792892,0.236706 ,0.849393,0.197868,0.792986,0.201886,0.410549,0.248874,0.411666,0.226689,0.380367,0.227050,0.380456,0.249056,0.506962,0.235117 ,0.508481,0.211567,0.454329,0.221502,0.455488,0.240301,0.660525,0.236645,0.663683,0.204669,0.616020,0.207593,0.610404,0.240373 ,0.411666,0.226689,0.410549,0.248874,0.455488,0.240301,0.454329,0.221502,0.563800,0.239205,0.563056,0.210131,0.508481,0.211567 ,0.506962,0.235117,0.610404,0.240373,0.616020,0.207593,0.563056,0.210131,0.563800,0.239205,0.718622,0.202563,0.663683,0.204669 ,0.660525,0.236645,0.721216,0.239368,0.849393,0.197868,0.852299,0.181440,0.793146,0.184972,0.792986,0.201886,0.718752,0.185667 ,0.718622,0.202563,0.792986,0.201886,0.793146,0.184972,0.923771,0.199733,0.919767,0.185056,0.852299,0.181440,0.849393,0.197868 ,0.718622,0.202563,0.718752,0.185667,0.664468,0.187889,0.663683,0.204669,0.508481,0.211567,0.509665,0.197080,0.455011,0.207647 ,0.454329,0.221502,0.616020,0.207593,0.614943,0.193261,0.564068,0.195317,0.563056,0.210131,0.412490,0.213198,0.411666,0.226689 ,0.454329,0.221502,0.455011,0.207647,0.563056,0.210131,0.564068,0.195317,0.509665,0.197080,0.508481,0.211567,0.664468,0.187889 ,0.614943,0.193261,0.616020,0.207593,0.663683,0.204669,0.852299,0.181440,0.858234,0.093254,0.795930,0.094631,0.793146,0.184972 ,0.718752,0.185667,0.726379,0.101221,0.660771,0.102075,0.664468,0.187889,0.919767,0.185056,0.922601,0.099863,0.858234,0.093254 ,0.852299,0.181440,0.726379,0.101221,0.718752,0.185667,0.793146,0.184972,0.795930,0.094631,0.509665,0.197080,0.517370,0.118440 ,0.470683,0.105120,0.455011,0.207647,0.614943,0.193261,0.613790,0.101274,0.558024,0.117705,0.564068,0.195317,0.419471,0.104078 ,0.412490,0.213198,0.455011,0.207647,0.470683,0.105120,0.564068,0.195317,0.558024,0.117705,0.517370,0.118440,0.509665,0.197080 ,0.660771,0.102075,0.613790,0.101274,0.614943,0.193261,0.664468,0.187889,0.866523,0.077192,0.795930,0.094631,0.858234,0.093254 ,0.726379,0.101221,0.724464,0.090265,0.659192,0.089831,0.660771,0.102075,0.724464,0.090265,0.726379,0.101221,0.795930,0.094631 ,0.794229,0.083884,0.795930,0.094631,0.866523,0.077192,0.874517,0.064261,0.794229,0.083884,0.863810,0.054994,0.794261,0.071844 ,0.794229,0.083884,0.874517,0.064261,0.724464,0.090265,0.728890,0.078168,0.660963,0.077284,0.659192,0.089831,0.724464,0.090265 ,0.794229,0.083884,0.794261,0.071844,0.728890,0.078168,0.923028,0.062361,0.933096,0.064057,0.928600,0.035918,0.919041,0.046241 ,0.919041,0.046241,0.928600,0.035918,0.901059,0.022936,0.900259,0.036551,0.893785,0.079213,0.892145,0.089913,0.923401,0.084279 ,0.914667,0.076112,0.900259,0.036551,0.901059,0.022936,0.874317,0.024650,0.882090,0.041120,0.914667,0.076112,0.923401,0.084279 ,0.933096,0.064057,0.923028,0.062361,0.866523,0.077192,0.892145,0.089913,0.893785,0.079213,0.874517,0.064261,0.874317,0.024650 ,0.863810,0.054994,0.874517,0.064261,0.882090,0.041120,0.910077,0.059893,0.923028,0.062361,0.919041,0.046241,0.907563,0.052089 ,0.874517,0.064261,0.885566,0.061253,0.890664,0.049607,0.882090,0.041120,0.906017,0.067161,0.914667,0.076112,0.923028,0.062361 ,0.910077,0.059893,0.885566,0.061253,0.874517,0.064261,0.893785,0.079213,0.895924,0.067547,0.898589,0.047992,0.900259,0.036551 ,0.882090,0.041120,0.890664,0.049607,0.895924,0.067547,0.893785,0.079213,0.914667,0.076112,0.906017,0.067161,0.907563,0.052089 ,0.919041,0.046241,0.900259,0.036551,0.898589,0.047992,0.885566,0.061253,0.895924,0.067547,0.898551,0.058247,0.898551,0.058247 ,0.890664,0.049607,0.885566,0.061253,0.898551,0.058247,0.907563,0.052089,0.898589,0.047992,0.910077,0.059893,0.907563,0.052089 ,0.898551,0.058247,0.895924,0.067547,0.906017,0.067161,0.910077,0.059893,0.898551,0.058247,0.898589,0.047992,0.890664,0.049607 ,0.898551,0.058247,0.892145,0.089913,0.858234,0.093254,0.922601,0.099863,0.892145,0.089913,0.866523,0.077192,0.858234,0.093254 ,0.923401,0.084279,0.892145,0.089913,0.922601,0.099863,0.932889,0.024422,0.901059,0.022936,0.928600,0.035918,0.576210,0.099836 ,0.558024,0.117705,0.613790,0.101274,0.613790,0.101274,0.613127,0.090424,0.568193,0.086094,0.576210,0.099836,0.659192,0.089831 ,0.613127,0.090424,0.613790,0.101274,0.660771,0.102075,0.613127,0.090424,0.616413,0.076754,0.581662,0.075868,0.568193,0.086094 ,0.659192,0.089831,0.660963,0.077284,0.616413,0.076754,0.613127,0.090424,0.495942,0.084936,0.470683,0.105120,0.517370,0.118440 ,0.553201,0.062081,0.559948,0.047144,0.510403,0.051856,0.520555,0.064405,0.517370,0.118440,0.521972,0.106178,0.509128,0.085383 ,0.495942,0.084936,0.558024,0.117705,0.551841,0.104497,0.521972,0.106178,0.517370,0.118440,0.520555,0.064405,0.510403,0.051856 ,0.495942,0.084936,0.509128,0.085383,0.576210,0.099836,0.568193,0.086094,0.551841,0.104497,0.558024,0.117705,0.568193,0.086094 ,0.581662,0.075868,0.559948,0.047144,0.553201,0.062081,0.544169,0.072864,0.553201,0.062081,0.520555,0.064405,0.529309,0.073294 ,0.521972,0.106178,0.528330,0.094621,0.522230,0.083095,0.509128,0.085383,0.553089,0.084880,0.568193,0.086094,0.553201,0.062081 ,0.544169,0.072864,0.529309,0.073294,0.520555,0.064405,0.509128,0.085383,0.522230,0.083095,0.551841,0.104497,0.542881,0.091249 ,0.528330,0.094621,0.521972,0.106178,0.568193,0.086094,0.553089,0.084880,0.542881,0.091249,0.551841,0.104497,0.544169,0.072864 ,0.542881,0.091249,0.553089,0.084880,0.544169,0.072864,0.529309,0.073294,0.528330,0.094621,0.542881,0.091249,0.529309,0.073294 ,0.522230,0.083095,0.528330,0.094621,0.414717,0.050726,0.419471,0.104078,0.470683,0.105120,0.463613,0.050662,0.470683,0.105120 ,0.495942,0.084936,0.510403,0.051856,0.463613,0.050662,0.666285,0.055045,0.617993,0.053246,0.616413,0.076754,0.660963,0.077284 ,0.794261,0.071844,0.795734,0.054286,0.730078,0.058044,0.728890,0.078168,0.728890,0.078168,0.730078,0.058044,0.666285,0.055045 ,0.660963,0.077284,0.863810,0.054994,0.874317,0.024650,0.795734,0.054286,0.794261,0.071844,0.616413,0.076754,0.617993,0.053246 ,0.559948,0.047144,0.581662,0.075868,0.666285,0.055045,0.671092,0.025343,0.616785,0.023595,0.617993,0.053246,0.730078,0.058044 ,0.734541,0.031328,0.671092,0.025343,0.666285,0.055045,0.795734,0.054286,0.801311,0.028992,0.734541,0.031328,0.730078,0.058044 ,0.801311,0.028992,0.795734,0.054286,0.874317,0.024650,0.559948,0.047144,0.565259,0.021042,0.509666,0.023546,0.510403,0.051856 ,0.412667,0.024324,0.414717,0.050726,0.463613,0.050662,0.463240,0.025295,0.510403,0.051856,0.509666,0.023546,0.463240,0.025295 ,0.463613,0.050662,0.616785,0.023595,0.565259,0.021042,0.559948,0.047144,0.617993,0.053246,0.383991,0.405250,0.379657,0.383374 ,0.432367,0.369455,0.383991,0.405250,0.411990,0.397949,0.409041,0.427435,0.386972,0.421036,0.383991,0.405250,0.432367,0.369455 ,0.411990,0.397949,0.385741,0.506013,0.413502,0.507768,0.415356,0.539890,0.386770,0.539045,0.386770,0.539045,0.415356,0.539890 ,0.411777,0.567469,0.384783,0.565288,0.384783,0.565288,0.411777,0.567469,0.411796,0.591172,0.385143,0.590130,0.383263,0.469118 ,0.409245,0.470155,0.413502,0.507768,0.385741,0.506013,0.409041,0.427435,0.409245,0.470155,0.383263,0.469118,0.386972,0.421036 ,0.405929,0.674062,0.380301,0.665353,0.382368,0.639388,0.411725,0.649821,0.383157,0.616651,0.411545,0.621373,0.411725,0.649821 ,0.382368,0.639388,0.411796,0.591172,0.411545,0.621373,0.383157,0.616651,0.385143,0.590130,0.436680,0.681418,0.405929,0.674062 ,0.411725,0.649821,0.428517,0.653881,0.415356,0.539890,0.450280,0.543202,0.448696,0.569681,0.411777,0.567469,0.411796,0.591172 ,0.446842,0.593358,0.446391,0.622531,0.411545,0.621373,0.411777,0.567469,0.448696,0.569681,0.446842,0.593358,0.411796,0.591172 ,0.446391,0.622531,0.428517,0.653881,0.411725,0.649821,0.411545,0.621373,0.409041,0.427435,0.450664,0.434084,0.453403,0.468075 ,0.409245,0.470155,0.409245,0.470155,0.453403,0.468075,0.450154,0.506985,0.413502,0.507768,0.450154,0.506985,0.450280,0.543202 ,0.415356,0.539890,0.413502,0.507768,0.454138,0.403444,0.450664,0.434084,0.409041,0.427435,0.411990,0.397949,0.466633,0.383024 ,0.454138,0.403444,0.411990,0.397949,0.432367,0.369455,0.432367,0.369455,0.466922,0.339242,0.488504,0.355236,0.466633,0.383024 ,0.466922,0.339242,0.489167,0.296827,0.510856,0.318867,0.488504,0.355236,0.461432,0.665776,0.486467,0.684960,0.475647,0.701617 ,0.436680,0.681418,0.436680,0.681418,0.428517,0.653881,0.449689,0.647051,0.461432,0.665776,0.428517,0.653881,0.446391,0.622531 ,0.449689,0.647051,0.505392,0.446273,0.450664,0.434084,0.454138,0.403444,0.512353,0.424596,0.517224,0.403961,0.466633,0.383024 ,0.488504,0.355236,0.528757,0.381718,0.453403,0.468075,0.497469,0.475003,0.493077,0.504964,0.450154,0.506985,0.450664,0.434084 ,0.505392,0.446273,0.497469,0.475003,0.453403,0.468075,0.512353,0.424596,0.454138,0.403444,0.466633,0.383024,0.517224,0.403961 ,0.446391,0.622531,0.504716,0.609912,0.506102,0.629687,0.449689,0.647051,0.448696,0.569681,0.504174,0.558322,0.504566,0.584481 ,0.446842,0.593358,0.513964,0.648226,0.461432,0.665776,0.449689,0.647051,0.506102,0.629687,0.446842,0.593358,0.504566,0.584481 ,0.504716,0.609912,0.446391,0.622531,0.450280,0.543202,0.506170,0.531811,0.504174,0.558322,0.448696,0.569681,0.450280,0.543202 ,0.450154,0.506985,0.493077,0.504964,0.506170,0.531811,0.488504,0.355236,0.510856,0.318867,0.540672,0.352275,0.528757,0.381718 ,0.486467,0.684960,0.461432,0.665776,0.513964,0.648226,0.527335,0.668739,0.555126,0.442422,0.512353,0.424596,0.517224,0.403961 ,0.559275,0.424064,0.505392,0.446273,0.535504,0.453364,0.512570,0.478150,0.497469,0.475003,0.535504,0.453364,0.505392,0.446273 ,0.512353,0.424596,0.555126,0.442422,0.512570,0.478150,0.493077,0.504964,0.497469,0.475003,0.506170,0.531811,0.540618,0.532894 ,0.546011,0.554836,0.504174,0.558322,0.546011,0.554836,0.548545,0.579267,0.504566,0.584481,0.504174,0.558322,0.513964,0.648226 ,0.554750,0.646658,0.560171,0.671009,0.527335,0.668739,0.554750,0.646658,0.513964,0.648226,0.506102,0.629687,0.550846,0.624115 ,0.504716,0.609912,0.548813,0.603143,0.550846,0.624115,0.506102,0.629687,0.561878,0.408890,0.528757,0.381718,0.540672,0.352275 ,0.570300,0.378653,0.548545,0.579267,0.548813,0.603143,0.504716,0.609912,0.504566,0.584481,0.517224,0.403961,0.528757,0.381718 ,0.561878,0.408890,0.559275,0.424064,0.577424,0.642674,0.554750,0.646658,0.550846,0.624115,0.573933,0.621453,0.548813,0.603143 ,0.573615,0.599181,0.573933,0.621453,0.550846,0.624115,0.540618,0.532894,0.565922,0.528167,0.575023,0.540831,0.546011,0.554836 ,0.570799,0.444818,0.555126,0.442422,0.559275,0.424064,0.589967,0.435080,0.593068,0.412722,0.561878,0.408890,0.570300,0.378653 ,0.602000,0.384438,0.548545,0.579267,0.574811,0.568262,0.573615,0.599181,0.548813,0.603143,0.554750,0.646658,0.577424,0.642674 ,0.580364,0.665720,0.560171,0.671009,0.589967,0.435080,0.559275,0.424064,0.561878,0.408890,0.593068,0.412722,0.546011,0.554836 ,0.575023,0.540831,0.574811,0.568262,0.548545,0.579267,0.570799,0.444818,0.589967,0.435080,0.588548,0.462665,0.493077,0.504964 ,0.512570,0.478150,0.516674,0.480167,0.500935,0.503233,0.535504,0.453364,0.555126,0.442422,0.555228,0.448144,0.538052,0.457022 ,0.555126,0.442422,0.570799,0.444818,0.567752,0.451353,0.555228,0.448144,0.581520,0.465410,0.567752,0.451353,0.570799,0.444818 ,0.588548,0.462665,0.583359,0.483038,0.581520,0.465410,0.588548,0.462665,0.589094,0.483050,0.576934,0.504491,0.583359,0.483038 ,0.589094,0.483050,0.583484,0.506391,0.558852,0.520731,0.576934,0.504491,0.583484,0.506391,0.565922,0.528167,0.506170,0.531811 ,0.510260,0.524262,0.558852,0.520731,0.565922,0.528167,0.500935,0.503233,0.510260,0.524262,0.506170,0.531811,0.493077,0.504964 ,0.538052,0.457022,0.516674,0.480167,0.512570,0.478150,0.535504,0.453364,0.553815,0.515230,0.558852,0.520731,0.510260,0.524262 ,0.513936,0.518077,0.583359,0.483038,0.576343,0.483183,0.574501,0.469213,0.581520,0.465410,0.552431,0.454515,0.555228,0.448144 ,0.567752,0.451353,0.563940,0.457715,0.500935,0.503233,0.506155,0.501012,0.513936,0.518077,0.510260,0.524262,0.506155,0.501012 ,0.500935,0.503233,0.516674,0.480167,0.521446,0.481948,0.538052,0.457022,0.540443,0.463098,0.521446,0.481948,0.516674,0.480167 ,0.571005,0.497406,0.576934,0.504491,0.558852,0.520731,0.553815,0.515230,0.563940,0.457715,0.567752,0.451353,0.581520,0.465410 ,0.574501,0.469213,0.576343,0.483183,0.583359,0.483038,0.576934,0.504491,0.571005,0.497406,0.540443,0.463098,0.538052,0.457022 ,0.555228,0.448144,0.552431,0.454515,0.540443,0.463098,0.542279,0.465828,0.524967,0.483411,0.521446,0.481948,0.561361,0.460640 ,0.563940,0.457715,0.574501,0.469213,0.570853,0.470905,0.571704,0.482974,0.576343,0.483183,0.571005,0.497406,0.567142,0.495283 ,0.576343,0.483183,0.571704,0.482974,0.570853,0.470905,0.574501,0.469213,0.567142,0.495283,0.571005,0.497406,0.553815,0.515230 ,0.551794,0.510859,0.511317,0.500187,0.506155,0.501012,0.521446,0.481948,0.524967,0.483411,0.551794,0.510859,0.553815,0.515230 ,0.513936,0.518077,0.516775,0.513590,0.542279,0.465828,0.540443,0.463098,0.552431,0.454515,0.552319,0.458451,0.506155,0.501012 ,0.511317,0.500187,0.516775,0.513590,0.513936,0.518077,0.552319,0.458451,0.552431,0.454515,0.563940,0.457715,0.561361,0.460640 ,0.511317,0.500187,0.524967,0.483411,0.551794,0.510859,0.516775,0.513590,0.567142,0.495283,0.551794,0.510859,0.524967,0.483411 ,0.542279,0.465828,0.542279,0.465828,0.552319,0.458451,0.571704,0.482974,0.567142,0.495283,0.552319,0.458451,0.561361,0.460640 ,0.570853,0.470905,0.571704,0.482974,0.583484,0.506391,0.575023,0.540831,0.565922,0.528167,0.597101,0.483394,0.589094,0.483050 ,0.588548,0.462665,0.596280,0.461012,0.589094,0.483050,0.597101,0.483394,0.594204,0.510440,0.583484,0.506391,0.584790,0.539546 ,0.575023,0.540831,0.583484,0.506391,0.594204,0.510440,0.598400,0.437889,0.589967,0.435080,0.593068,0.412722,0.603095,0.415193 ,0.603095,0.415193,0.593068,0.412722,0.602000,0.384438,0.613012,0.390602,0.598400,0.437889,0.596280,0.461012,0.588548,0.462665 ,0.589967,0.435080,0.574811,0.568262,0.584785,0.568101,0.585245,0.598455,0.573615,0.599181,0.573615,0.599181,0.585245,0.598455 ,0.586046,0.621238,0.573933,0.621453,0.587835,0.640739,0.577424,0.642674,0.573933,0.621453,0.586046,0.621238,0.587835,0.640739 ,0.589106,0.665962,0.580364,0.665720,0.577424,0.642674,0.584790,0.539546,0.584785,0.568101,0.574811,0.568262,0.575023,0.540831 ,0.597101,0.483394,0.610345,0.484410,0.614533,0.514381,0.594204,0.510440,0.610345,0.484410,0.597101,0.483394,0.596280,0.461012 ,0.617403,0.459788,0.626286,0.444143,0.598400,0.437889,0.603095,0.415193,0.639104,0.423633,0.624031,0.658336,0.589106,0.665962 ,0.587835,0.640739,0.623934,0.635108,0.639104,0.423633,0.603095,0.415193,0.613012,0.390602,0.649252,0.400733,0.596280,0.461012 ,0.598400,0.437889,0.626286,0.444143,0.617403,0.459788,0.584785,0.568101,0.621241,0.569108,0.621906,0.591124,0.585245,0.598455 ,0.584790,0.539546,0.618089,0.541658,0.621241,0.569108,0.584785,0.568101,0.585245,0.598455,0.621906,0.591124,0.623786,0.612406 ,0.586046,0.621238,0.584790,0.539546,0.594204,0.510440,0.614533,0.514381,0.618089,0.541658,0.587835,0.640739,0.586046,0.621238 ,0.623786,0.612406,0.623934,0.635108,0.610345,0.484410,0.628302,0.486978,0.634978,0.516691,0.614533,0.514381,0.628302,0.486978 ,0.610345,0.484410,0.617403,0.459788,0.635132,0.463963,0.618089,0.541658,0.655347,0.534421,0.651759,0.561750,0.621241,0.569108 ,0.621241,0.569108,0.651759,0.561750,0.656288,0.584757,0.621906,0.591124,0.661942,0.630155,0.623934,0.635108,0.623786,0.612406 ,0.660006,0.604451,0.660561,0.652425,0.624031,0.658336,0.623934,0.635108,0.661942,0.630155,0.657250,0.454541,0.626286,0.444143 ,0.639104,0.423633,0.667945,0.430455,0.617403,0.459788,0.626286,0.444143,0.657250,0.454541,0.635132,0.463963,0.634978,0.516691 ,0.655347,0.534421,0.618089,0.541658,0.614533,0.514381,0.656288,0.584757,0.660006,0.604451,0.623786,0.612406,0.621906,0.591124 ,0.639104,0.423633,0.649252,0.400733,0.675258,0.411964,0.667945,0.430455,0.656288,0.584757,0.685619,0.582683,0.694355,0.599507 ,0.660006,0.604451,0.692133,0.654440,0.660561,0.652425,0.661942,0.630155,0.698068,0.626306,0.698068,0.626306,0.661942,0.630155 ,0.660006,0.604451,0.694355,0.599507,0.683390,0.450851,0.657250,0.454541,0.667945,0.430455,0.685614,0.437251,0.695864,0.429837 ,0.685614,0.437251,0.667945,0.430455,0.675258,0.411964,0.655347,0.534421,0.687584,0.534255,0.678415,0.558407,0.651759,0.561750 ,0.697151,0.460569,0.683390,0.450851,0.685614,0.437251,0.695864,0.429837,0.678415,0.558407,0.685619,0.582683,0.656288,0.584757 ,0.651759,0.561750,0.311036,0.261970,0.297436,0.263119,0.292141,0.244757,0.314489,0.242909,0.296583,0.226646,0.309426,0.220962 ,0.314489,0.242909,0.292141,0.244757,0.311036,0.261970,0.302353,0.276704,0.297436,0.263119,0.205816,0.146378,0.210480,0.158190 ,0.180187,0.167438,0.175213,0.149123,0.327697,0.287202,0.304201,0.297432,0.302353,0.276704,0.328267,0.275854,0.316798,0.317640 ,0.300848,0.318266,0.304201,0.297432,0.329695,0.302233,0.316798,0.317640,0.304201,0.297432,0.327697,0.287202,0.328267,0.275854 ,0.302353,0.276704,0.311036,0.261970,0.330190,0.260691,0.210480,0.158190,0.205816,0.146378,0.229385,0.139297,0.236897,0.150880 ,0.299047,0.216914,0.309426,0.220962,0.296583,0.226646,0.292045,0.222093,0.299047,0.216914,0.300883,0.191991,0.311163,0.193172 ,0.309426,0.220962,0.296583,0.226646,0.272755,0.239521,0.271561,0.230952,0.292045,0.222093,0.236845,0.218258,0.241234,0.213907 ,0.256883,0.226914,0.254069,0.232771,0.241234,0.213907,0.236845,0.218258,0.221383,0.206933,0.225335,0.202511,0.256883,0.226914 ,0.271561,0.230952,0.272755,0.239521,0.254069,0.232771,0.217027,0.189888,0.210325,0.190849,0.202474,0.171678,0.212787,0.173579 ,0.221383,0.206933,0.210325,0.190849,0.217027,0.189888,0.225335,0.202511,0.202474,0.171678,0.210480,0.158190,0.217791,0.165336 ,0.212787,0.173579,0.210480,0.158190,0.236897,0.150880,0.217791,0.165336,0.299047,0.216914,0.292045,0.222093,0.281849,0.204191 ,0.300883,0.191991,0.231481,0.175152,0.217791,0.165336,0.236897,0.150880,0.253012,0.190477,0.231481,0.175152,0.236897,0.150880 ,0.267716,0.169165,0.281849,0.204191,0.253012,0.190477,0.267716,0.169165,0.300883,0.191991,0.292045,0.222093,0.271561,0.230952 ,0.281849,0.204191,0.217027,0.189888,0.212787,0.173579,0.217791,0.165336,0.231481,0.175152,0.253012,0.190477,0.281849,0.204191 ,0.256883,0.226914,0.241234,0.213907,0.271561,0.230952,0.256883,0.226914,0.281849,0.204191,0.241234,0.213907,0.225335,0.202511 ,0.231481,0.175152,0.253012,0.190477,0.225335,0.202511,0.217027,0.189888,0.231481,0.175152,0.285256,0.143590,0.267716,0.169165 ,0.236897,0.150880,0.258511,0.129066,0.309800,0.166412,0.300883,0.191991,0.267716,0.169165,0.285256,0.143590,0.300883,0.191991 ,0.309800,0.166412,0.318964,0.170089,0.311163,0.193172,0.236897,0.150880,0.229385,0.139297,0.245609,0.122289,0.258511,0.129066 ,0.298346,0.123033,0.285256,0.143590,0.258511,0.129066,0.274091,0.112525,0.316458,0.145583,0.309800,0.166412,0.285256,0.143590 ,0.298346,0.123033,0.332896,0.171410,0.318964,0.170089,0.323870,0.143273,0.334925,0.148008,0.303703,0.117426,0.298346,0.123033 ,0.274091,0.112525,0.270704,0.102535,0.323870,0.143273,0.316458,0.145583,0.298346,0.123033,0.303703,0.117426,0.332956,0.220695 ,0.309426,0.220962,0.311163,0.193172,0.331189,0.194609,0.331189,0.194609,0.311163,0.193172,0.318964,0.170089,0.332896,0.171410 ,0.309426,0.220962,0.332956,0.220695,0.332813,0.242595,0.314489,0.242909,0.311036,0.261970,0.314489,0.242909,0.332813,0.242595 ,0.330190,0.260691,0.197579,0.121859,0.205816,0.146378,0.175213,0.149123,0.171359,0.129675,0.229385,0.139297,0.221763,0.113345 ,0.240060,0.103151,0.245609,0.122289,0.240060,0.103151,0.261962,0.090217,0.270704,0.102535,0.245609,0.122289,0.205816,0.146378 ,0.197579,0.121859,0.221763,0.113345,0.229385,0.139297,0.316798,0.317640,0.329695,0.302233,0.332852,0.317321,0.341539,0.260289 ,0.330190,0.260691,0.332813,0.242595,0.342374,0.241411,0.340467,0.302567,0.329695,0.302233,0.327697,0.287202,0.339795,0.287194 ,0.340890,0.275315,0.328267,0.275854,0.330190,0.260691,0.341539,0.260289,0.339795,0.287194,0.327697,0.287202,0.328267,0.275854 ,0.340890,0.275315,0.340291,0.194774,0.331189,0.194609,0.332896,0.171410,0.341510,0.171461,0.341308,0.220292,0.332956,0.220695 ,0.331189,0.194609,0.340291,0.194774,0.341510,0.171461,0.332896,0.171410,0.334925,0.148008,0.344934,0.146526,0.341308,0.220292 ,0.342374,0.241411,0.332813,0.242595,0.332956,0.220695,0.197579,0.121859,0.194504,0.111658,0.218130,0.103108,0.221763,0.113345 ,0.221763,0.113345,0.218130,0.103108,0.236659,0.093410,0.240060,0.103151,0.236659,0.093410,0.258337,0.079389,0.261962,0.090217 ,0.240060,0.103151,0.194504,0.111658,0.197579,0.121859,0.171359,0.129675,0.168132,0.120200,0.340467,0.302567,0.342593,0.316747 ,0.332852,0.317321,0.329695,0.302233,0.134627,0.103371,0.136074,0.088418,0.153339,0.121644,0.138719,0.114513,0.136074,0.088418 ,0.145867,0.072868,0.168132,0.120200,0.153339,0.121644,0.145867,0.072868,0.160873,0.060345,0.194504,0.111658,0.168132,0.120200 ,0.160873,0.060345,0.181404,0.046384,0.218130,0.103108,0.194504,0.111658,0.181404,0.046384,0.200536,0.035752,0.236659,0.093410 ,0.218130,0.103108,0.200536,0.035752,0.224444,0.028398,0.236420,0.046357,0.200536,0.035752,0.236420,0.046357,0.258337,0.079389 ,0.200536,0.035752,0.258337,0.079389,0.236659,0.093410,0.273438,0.074930,0.277741,0.081731,0.261962,0.090217,0.258337,0.079389 ,0.277741,0.081731,0.282314,0.089939,0.270704,0.102535,0.261962,0.090217,0.277741,0.081731,0.289808,0.075552,0.282314,0.089939 ,0.273438,0.074930,0.289808,0.075552,0.277741,0.081731,0.298010,0.085037,0.299728,0.075221,0.313327,0.085308,0.305963,0.091121 ,0.282314,0.089939,0.298010,0.085037,0.305963,0.091121,0.300040,0.099059,0.334925,0.148008,0.323870,0.143273,0.332767,0.127790 ,0.338239,0.126446,0.344934,0.146526,0.334925,0.148008,0.338239,0.126446,0.343915,0.129060,0.260859,0.036207,0.269673,0.054611 ,0.273438,0.074930,0.224444,0.028398,0.260859,0.036207,0.273438,0.074930,0.224444,0.028398,0.273438,0.074930,0.258337,0.079389 ,0.224444,0.028398,0.258337,0.079389,0.236420,0.046357,0.245609,0.122289,0.270704,0.102535,0.274091,0.112525,0.258511,0.129066 ,0.309800,0.166412,0.316458,0.145583,0.323870,0.143273,0.318964,0.170089,0.240852,0.022328,0.260859,0.036207,0.224444,0.028398 ,0.327605,0.100041,0.321992,0.104585,0.305963,0.091121,0.313327,0.085308,0.321992,0.104585,0.327605,0.100041,0.342644,0.116353 ,0.338037,0.122997,0.321992,0.104585,0.338037,0.122997,0.332767,0.127790,0.316734,0.114453,0.300040,0.099059,0.305963,0.091121 ,0.321992,0.104585,0.316734,0.114453,0.300040,0.099059,0.316734,0.114453,0.303703,0.117426,0.300040,0.099059,0.303703,0.117426 ,0.270704,0.102535,0.282314,0.089939,0.323870,0.143273,0.303703,0.117426,0.316734,0.114453,0.332767,0.127790,0.087298,0.740770 ,0.049732,0.772336,0.067174,0.765217,0.080613,0.834520,0.060788,0.830565,0.054305,0.859203,0.071716,0.864464,0.054305,0.859203 ,0.044807,0.892436,0.071716,0.864464,0.071572,0.795705,0.060788,0.830565,0.080613,0.834520,0.068701,0.915952,0.035332,0.915336 ,0.049683,0.946893,0.071530,0.935430,0.079584,0.891596,0.044807,0.892436,0.035332,0.915336,0.068701,0.915952,0.137345,0.704614 ,0.108875,0.701422,0.101125,0.720178,0.128144,0.728416,0.083816,0.954593,0.063000,0.960898,0.068045,0.978516,0.089984,0.977634 ,0.049683,0.946893,0.063000,0.960898,0.083816,0.954593,0.071530,0.935430,0.121605,0.756511,0.087298,0.740770,0.067174,0.765217 ,0.115135,0.776331,0.115135,0.776331,0.067174,0.765217,0.071572,0.795705,0.104370,0.800454,0.101125,0.720178,0.087298,0.740770 ,0.121605,0.756511,0.128144,0.728416,0.079584,0.891596,0.092771,0.867001,0.071716,0.864464,0.044807,0.892436,0.071572,0.795705 ,0.080613,0.834520,0.102622,0.834459,0.104370,0.800454,0.102622,0.834459,0.080613,0.834520,0.071716,0.864464,0.092771,0.867001 ,0.104555,0.919377,0.068701,0.915952,0.071530,0.935430,0.102321,0.937479,0.109142,0.893865,0.079584,0.891596,0.068701,0.915952 ,0.104555,0.919377,0.141610,0.925143,0.104555,0.919377,0.102321,0.937479,0.138605,0.945766,0.142468,0.906724,0.109142,0.893865 ,0.104555,0.919377,0.141610,0.925143,0.128940,0.838049,0.102622,0.834459,0.092771,0.867001,0.118266,0.869065,0.157151,0.841323 ,0.128940,0.838049,0.118266,0.869065,0.150688,0.879052,0.109142,0.893865,0.118266,0.869065,0.092771,0.867001,0.079584,0.891596 ,0.109142,0.893865,0.142468,0.906724,0.150688,0.879052,0.118266,0.869065,0.105623,0.956029,0.083816,0.954593,0.089984,0.977634 ,0.110413,0.976858,0.071530,0.935430,0.083816,0.954593,0.105623,0.956029,0.102321,0.937479,0.138605,0.945766,0.102321,0.937479 ,0.105623,0.956029,0.136973,0.961857,0.105623,0.956029,0.110413,0.976858,0.136939,0.978375,0.136973,0.961857,0.137345,0.704614 ,0.128144,0.728416,0.152878,0.736614,0.159654,0.711874,0.152878,0.736614,0.181352,0.745022,0.189928,0.720450,0.159654,0.711874 ,0.159220,0.765779,0.121605,0.756511,0.115135,0.776331,0.154162,0.780493,0.128144,0.728416,0.121605,0.756511,0.159220,0.765779 ,0.152878,0.736614,0.181352,0.745022,0.152878,0.736614,0.159220,0.765779,0.115135,0.776331,0.104370,0.800454,0.136322,0.805425 ,0.154162,0.780493,0.136322,0.805425,0.167301,0.805223,0.154162,0.780493,0.136322,0.805425,0.104370,0.800454,0.102622,0.834459 ,0.128940,0.838049,0.136322,0.805425,0.128940,0.838049,0.157151,0.841323,0.167301,0.805223,0.166889,0.839852,0.177975,0.842526 ,0.186429,0.806029,0.179249,0.798598,0.177975,0.842526,0.166889,0.839852,0.161485,0.876732,0.173285,0.878873,0.157151,0.841323 ,0.166889,0.839852,0.179249,0.798598,0.167301,0.805223,0.166889,0.839852,0.157151,0.841323,0.150688,0.879052,0.161485,0.876732 ,0.155731,0.903381,0.142468,0.906724,0.141610,0.925143,0.150525,0.927107,0.148982,0.945590,0.138605,0.945766,0.136973,0.961857 ,0.148513,0.963054,0.189928,0.720450,0.181352,0.745022,0.190729,0.749289,0.198044,0.719664,0.136973,0.961857,0.136939,0.978375 ,0.145792,0.980691,0.148513,0.963054,0.141610,0.925143,0.138605,0.945766,0.148982,0.945590,0.150525,0.927107,0.155731,0.903381 ,0.161485,0.876732,0.150688,0.879052,0.142468,0.906724,0.161099,0.946904,0.148982,0.945590,0.148513,0.963054,0.159500,0.962134 ,0.168628,0.906996,0.155731,0.903381,0.150525,0.927107,0.163199,0.929033,0.159500,0.962134,0.148513,0.963054,0.145792,0.980691 ,0.156431,0.982693,0.163199,0.929033,0.150525,0.927107,0.148982,0.945590,0.161099,0.946904,0.190729,0.749289,0.202564,0.738211 ,0.207792,0.723926,0.198044,0.719664,0.173285,0.878873,0.161485,0.876732,0.155731,0.903381,0.168628,0.906996,0.178194,0.879239 ,0.173285,0.878873,0.168628,0.906996,0.177065,0.903862,0.185655,0.843395,0.177975,0.842526,0.173285,0.878873,0.178194,0.879239 ,0.186429,0.806029,0.177975,0.842526,0.185655,0.843395,0.205769,0.814753,0.200714,0.942547,0.161099,0.946904,0.159500,0.962134 ,0.195417,0.963521,0.195417,0.963521,0.159500,0.962134,0.156431,0.982693,0.187545,0.982600,0.168628,0.906996,0.163199,0.929033 ,0.197205,0.920809,0.177065,0.903862,0.235836,0.727941,0.207792,0.723926,0.202564,0.738211,0.223448,0.739269,0.232044,0.963358 ,0.195417,0.963521,0.187545,0.982600,0.221614,0.980503,0.200714,0.942547,0.237552,0.946530,0.247182,0.927287,0.197205,0.920809 ,0.237552,0.946530,0.200714,0.942547,0.195417,0.963521,0.232044,0.963358,0.262360,0.754921,0.223448,0.739269,0.239467,0.760007 ,0.262360,0.754921,0.270468,0.738751,0.235836,0.727941,0.223448,0.739269,0.163199,0.929033,0.161099,0.946904,0.200714,0.942547 ,0.197205,0.920809,0.289615,0.965318,0.232044,0.963358,0.221614,0.980503,0.282221,0.982034,0.260992,0.792876,0.262360,0.754921 ,0.239467,0.760007,0.244116,0.790552,0.296214,0.948050,0.237552,0.946530,0.232044,0.963358,0.289615,0.965318,0.237552,0.946530 ,0.296214,0.948050,0.297409,0.927778,0.247182,0.927287,0.228813,0.807799,0.270906,0.811324,0.260992,0.792876,0.244116,0.790552 ,0.260992,0.792876,0.270906,0.811324,0.307481,0.825463,0.304489,0.803340,0.325736,0.764432,0.270468,0.738751,0.262360,0.754921 ,0.314469,0.781024,0.304489,0.803340,0.314469,0.781024,0.262360,0.754921,0.260992,0.792876,0.186138,0.879193,0.193155,0.845758 ,0.185655,0.843395,0.178194,0.879239,0.186138,0.879193,0.178194,0.879239,0.177065,0.903862,0.186048,0.900111,0.177065,0.903862 ,0.197205,0.920809,0.199953,0.912138,0.186048,0.900111,0.197205,0.920809,0.247182,0.927287,0.248039,0.918836,0.199953,0.912138 ,0.247182,0.927287,0.297409,0.927778,0.298251,0.919849,0.248039,0.918836,0.270906,0.811324,0.268561,0.820820,0.301616,0.831456 ,0.307481,0.825463,0.228813,0.807799,0.229560,0.816430,0.268561,0.820820,0.270906,0.811324,0.205769,0.814753,0.209912,0.820259 ,0.229560,0.816430,0.228813,0.807799,0.209912,0.820259,0.205769,0.814753,0.185655,0.843395,0.193155,0.845758,0.220780,0.856209 ,0.227154,0.833378,0.209912,0.820259,0.193155,0.845758,0.211015,0.887451,0.220780,0.856209,0.193155,0.845758,0.186138,0.879193 ,0.186138,0.879193,0.186048,0.900111,0.199953,0.912138,0.211015,0.887451,0.209912,0.820259,0.227154,0.833378,0.229560,0.816430 ,0.260992,0.868057,0.266511,0.843657,0.227154,0.833378,0.220780,0.856209,0.253648,0.895375,0.260992,0.868057,0.220780,0.856209 ,0.211015,0.887451,0.229560,0.816430,0.227154,0.833378,0.266511,0.843657,0.268561,0.820820,0.199953,0.912138,0.248039,0.918836 ,0.253648,0.895375,0.211015,0.887451,0.301616,0.831456,0.268561,0.820820,0.266511,0.843657,0.301401,0.849423,0.260992,0.868057 ,0.300944,0.871140,0.301401,0.849423,0.266511,0.843657,0.253648,0.895375,0.300224,0.898358,0.300944,0.871140,0.260992,0.868057 ,0.298251,0.919849,0.300224,0.898358,0.253648,0.895375,0.248039,0.918836,0.166099,0.768123,0.159220,0.765779,0.154162,0.780493 ,0.161761,0.780258,0.154162,0.780493,0.167301,0.805223,0.179249,0.798598,0.161761,0.780258,0.181352,0.745022,0.159220,0.765779 ,0.166099,0.768123,0.190729,0.749289,0.233322,0.762477,0.239467,0.760007,0.223448,0.739269,0.219150,0.746921,0.223448,0.739269 ,0.202564,0.738211,0.190729,0.749289,0.219150,0.746921,0.228813,0.807799,0.244116,0.790552,0.236645,0.788159,0.223960,0.803062 ,0.236645,0.788159,0.244116,0.790552,0.239467,0.760007,0.233322,0.762477,0.204505,0.808265,0.205769,0.814753,0.228813,0.807799 ,0.223960,0.803062,0.204505,0.808265,0.179249,0.798598,0.186429,0.806029,0.205769,0.814753,0.204228,0.762613,0.209271,0.781229 ,0.236645,0.788159,0.233322,0.762477,0.223960,0.803062,0.236645,0.788159,0.209271,0.781229,0.198537,0.793934,0.223960,0.803062 ,0.198537,0.793934,0.204505,0.808265,0.204228,0.762613,0.233322,0.762477,0.219150,0.746921,0.204228,0.762613,0.190729,0.749289 ,0.166099,0.768123,0.187823,0.767265,0.187823,0.767265,0.166099,0.768123,0.161761,0.780258,0.184046,0.784583,0.204228,0.762613 ,0.219150,0.746921,0.190729,0.749289,0.179249,0.798598,0.198537,0.793934,0.184046,0.784583,0.161761,0.780258,0.198537,0.793934 ,0.179249,0.798598,0.204505,0.808265,0.184046,0.784583,0.198537,0.793934,0.209271,0.781229,0.187823,0.767265,0.209271,0.781229 ,0.204228,0.762613,0.187823,0.767265,0.184046,0.784583,0.209271,0.781229,0.305447,0.933625,0.298251,0.919849,0.297409,0.927778 ,0.305447,0.933625,0.304796,0.919656,0.298251,0.919849,0.305447,0.933625,0.308792,0.925571,0.304796,0.919656,0.305447,0.933625 ,0.320633,0.936700,0.320800,0.928172,0.308792,0.925571,0.320633,0.936700,0.341535,0.937665,0.338847,0.929678,0.320800,0.928172 ,0.304796,0.919656,0.307250,0.898353,0.300224,0.898358,0.298251,0.919849,0.308906,0.872451,0.308581,0.850544,0.301401,0.849423 ,0.300944,0.871140,0.300224,0.898358,0.307250,0.898353,0.308906,0.872451,0.300944,0.871140,0.310270,0.835323,0.301616,0.831456 ,0.301401,0.849423,0.308581,0.850544,0.326925,0.826313,0.307481,0.825463,0.310270,0.835323,0.324891,0.838211,0.351342,0.842097 ,0.326925,0.826313,0.324891,0.838211,0.340469,0.848815,0.359620,0.871650,0.351342,0.842097,0.340469,0.848815,0.351818,0.875472 ,0.341535,0.937665,0.347546,0.936171,0.344091,0.926663,0.338847,0.929678,0.362344,0.876920,0.359620,0.871650,0.351818,0.875472 ,0.353916,0.883070,0.344285,0.912411,0.347962,0.895037,0.341610,0.892936,0.338500,0.911865,0.347962,0.895037,0.353916,0.883070 ,0.351818,0.875472,0.341610,0.892936,0.338500,0.911865,0.338847,0.929678,0.344091,0.926663,0.344285,0.912411,0.355341,0.942018 ,0.347546,0.936171,0.341535,0.937665,0.353576,0.947056,0.366317,0.943372,0.355341,0.942018,0.353576,0.947056,0.367715,0.949309 ,0.375997,0.872560,0.359620,0.871650,0.362344,0.876920,0.374337,0.878860,0.384761,0.883375,0.375997,0.872560,0.374337,0.878860 ,0.380559,0.885821,0.390824,0.901910,0.384761,0.883375,0.380559,0.885821,0.384958,0.903532,0.366317,0.943372,0.367715,0.949309 ,0.383698,0.934620,0.378579,0.931673,0.323575,0.902530,0.326098,0.881413,0.308906,0.872451,0.307250,0.898353,0.326098,0.881413 ,0.328157,0.856506,0.308581,0.850544,0.308906,0.872451,0.320800,0.928172,0.304796,0.919656,0.308792,0.925571,0.304796,0.919656 ,0.320800,0.928172,0.323575,0.902530,0.307250,0.898353,0.320800,0.928172,0.338847,0.929678,0.338500,0.911865,0.323575,0.902530 ,0.323575,0.902530,0.338500,0.911865,0.341610,0.892936,0.326098,0.881413,0.308581,0.850544,0.328157,0.856506,0.324891,0.838211 ,0.310270,0.835323,0.340469,0.848815,0.324891,0.838211,0.328157,0.856506,0.351818,0.875472,0.326098,0.881413,0.341610,0.892936 ,0.351818,0.875472,0.328157,0.856506,0.360658,0.932179,0.365107,0.913116,0.344285,0.912411,0.344091,0.926663,0.355341,0.942018 ,0.366317,0.943372,0.378579,0.931673,0.360658,0.932179,0.365107,0.913116,0.366724,0.895682,0.347962,0.895037,0.344285,0.912411 ,0.374337,0.878860,0.362344,0.876920,0.366724,0.895682,0.380559,0.885821,0.347546,0.936171,0.355341,0.942018,0.360658,0.932179 ,0.344091,0.926663,0.383113,0.918301,0.384958,0.903532,0.365107,0.913116,0.384958,0.903532,0.380559,0.885821,0.366724,0.895682 ,0.365107,0.913116,0.353916,0.883070,0.347962,0.895037,0.366724,0.895682,0.362344,0.876920,0.310270,0.835323,0.307481,0.825463 ,0.301616,0.831456,0.916545,0.866866,0.923809,0.851520,0.943593,0.861128,0.940788,0.878273,0.682050,0.758269,0.678482,0.762111 ,0.670174,0.754239,0.671800,0.749876,0.682057,0.842475,0.694045,0.834574,0.699476,0.850499,0.683178,0.846019,0.770204,0.866260 ,0.764325,0.858682,0.790287,0.851070,0.783429,0.864953,0.726962,0.826413,0.744045,0.843152,0.713296,0.870177,0.699476,0.850499 ,0.819236,0.864554,0.809700,0.857313,0.805002,0.840232,0.826393,0.829388,0.829434,0.903925,0.826684,0.896931,0.847653,0.883768 ,0.846430,0.898905,0.813636,0.905567,0.809755,0.901059,0.816978,0.889324,0.826684,0.896931,0.812505,0.887090,0.807703,0.885610 ,0.809700,0.857313,0.819236,0.864554,0.795922,0.881587,0.807703,0.885610,0.804633,0.899322,0.797797,0.898270,0.806135,0.903499 ,0.804633,0.899322,0.807703,0.885610,0.812505,0.887090,0.826684,0.896931,0.816978,0.889324,0.828322,0.870164,0.847653,0.883768 ,0.847653,0.883768,0.828322,0.870164,0.842133,0.851522,0.790287,0.851070,0.805002,0.840232,0.809700,0.857313,0.812322,0.908890 ,0.813636,0.905567,0.826684,0.896931,0.829434,0.903925,0.790287,0.851070,0.809700,0.857313,0.807703,0.885610,0.795922,0.881587 ,0.795756,0.902734,0.797797,0.898270,0.804633,0.899322,0.806135,0.903499,0.805002,0.840232,0.790981,0.832985,0.798709,0.818393 ,0.756656,0.884232,0.748048,0.881391,0.764325,0.858682,0.770204,0.866260,0.297409,0.927778,0.296214,0.948050,0.305447,0.933625 ,0.744045,0.843152,0.764325,0.858682,0.748048,0.881391,0.724561,0.878152,0.875729,0.902209,0.897708,0.894421,0.912217,0.917352 ,0.888901,0.925267,0.956856,0.900976,0.950511,0.907264,0.937319,0.887746,0.946958,0.887964,0.727316,0.927968,0.733318,0.928792 ,0.734183,0.947422,0.729411,0.949924,0.683208,0.884869,0.674168,0.874087,0.699476,0.850499,0.713296,0.870177,0.954068,0.937779 ,0.957987,0.929755,0.971481,0.937891,0.971349,0.943998,0.858511,0.906299,0.875729,0.902209,0.878750,0.928922,0.862090,0.927847 ,0.865205,0.867176,0.847653,0.883768,0.842133,0.851522,0.805002,0.840232,0.790287,0.851070,0.773752,0.845993,0.972425,0.880609 ,0.971543,0.874556,0.981825,0.873181,0.984229,0.876893,0.744045,0.843152,0.724561,0.878152,0.713296,0.870177,0.773752,0.845993 ,0.790287,0.851070,0.764325,0.858682,0.744045,0.843152,0.871238,0.950723,0.859638,0.946662,0.862090,0.927847,0.878750,0.928922 ,0.716444,0.886479,0.714044,0.884853,0.713296,0.870177,0.724561,0.878152,0.875729,0.902209,0.888901,0.925267,0.878750,0.928922 ,0.647824,0.815659,0.645349,0.827279,0.628318,0.826414,0.629543,0.815870,0.684498,0.796335,0.695504,0.795556,0.692613,0.806542 ,0.683749,0.799193,0.758897,0.772514,0.757703,0.787498,0.741989,0.779435,0.746060,0.773726,0.752440,0.904716,0.744894,0.903720 ,0.748048,0.881391,0.756656,0.884232,0.950511,0.907264,0.943400,0.919959,0.921078,0.909379,0.937319,0.887746,0.927901,0.944714 ,0.917750,0.946532,0.912217,0.917352,0.922964,0.924620,0.728653,0.775615,0.732364,0.785278,0.704477,0.780371,0.706946,0.773293 ,0.687092,0.892352,0.683208,0.884869,0.713296,0.870177,0.714044,0.884853,0.897708,0.894421,0.921078,0.909379,0.912217,0.917352 ,0.694045,0.834574,0.726962,0.826413,0.699476,0.850499,0.916545,0.866866,0.940788,0.878273,0.937319,0.887746,0.971543,0.874556 ,0.971355,0.864783,0.981420,0.866347,0.981825,0.873181,0.897708,0.894421,0.875729,0.902209,0.865205,0.867176,0.893097,0.855313 ,0.805002,0.840232,0.773752,0.845993,0.790981,0.832985,0.733318,0.928792,0.744841,0.926577,0.745195,0.946558,0.734183,0.947422 ,0.875729,0.902209,0.858511,0.906299,0.847653,0.883768,0.865205,0.867176,0.681995,0.778899,0.689602,0.772018,0.704477,0.780371 ,0.695504,0.795556,0.915134,0.966100,0.924683,0.964248,0.930388,0.980283,0.923459,0.982448,0.897708,0.894421,0.916545,0.866866 ,0.937319,0.887746,0.921078,0.909379,0.746509,0.951905,0.734259,0.953136,0.734183,0.947422,0.745195,0.946558,0.667674,0.750229 ,0.670174,0.754239,0.663844,0.760424,0.659622,0.757154,0.623262,0.814013,0.629543,0.815870,0.628318,0.826414,0.621443,0.826289 ,0.681995,0.778899,0.676775,0.782874,0.666987,0.773276,0.671737,0.769153,0.695504,0.795556,0.684498,0.796335,0.676775,0.782874 ,0.681995,0.778899,0.959137,0.863656,0.960376,0.857182,0.972199,0.859292,0.971355,0.864783,0.641144,0.915462,0.633031,0.905848 ,0.639546,0.901260,0.646225,0.909389,0.943593,0.861128,0.946855,0.854282,0.960376,0.857182,0.959137,0.863656,0.857083,0.963550 ,0.849593,0.963389,0.852003,0.945881,0.859638,0.946662,0.854962,0.980218,0.851503,0.983279,0.849593,0.963389,0.857083,0.963550 ,0.871238,0.950723,0.879114,0.953698,0.874202,0.970932,0.867108,0.967382,0.878750,0.928922,0.885476,0.937468,0.879114,0.953698 ,0.871238,0.950723,0.666083,0.828194,0.664206,0.836382,0.645173,0.834654,0.645349,0.827279,0.694045,0.834574,0.682057,0.842475 ,0.664206,0.836382,0.666083,0.828194,0.647824,0.815659,0.648541,0.809442,0.667941,0.807588,0.668431,0.814190,0.629543,0.815870 ,0.627432,0.809916,0.648541,0.809442,0.647824,0.815659,0.915134,0.966100,0.909627,0.971473,0.901388,0.955356,0.904683,0.950593 ,0.923459,0.982448,0.920621,0.986253,0.909627,0.971473,0.915134,0.966100,0.655191,0.888363,0.649677,0.881698,0.667978,0.867950 ,0.674168,0.874087,0.639546,0.901260,0.632334,0.898750,0.649677,0.881698,0.655191,0.888363,0.635866,0.919039,0.629143,0.911830 ,0.633031,0.905848,0.641144,0.915462,0.616746,0.813637,0.623262,0.814013,0.621443,0.826289,0.615227,0.823061,0.663915,0.747739 ,0.667674,0.750229,0.659622,0.757154,0.657598,0.752529,0.746651,0.957728,0.736870,0.959093,0.734259,0.953136,0.746509,0.951905 ,0.646225,0.909389,0.639546,0.901260,0.655191,0.888363,0.663272,0.897849,0.663272,0.897849,0.655191,0.888363,0.674168,0.874087 ,0.683208,0.884869,0.935700,0.981170,0.930388,0.980283,0.924683,0.964248,0.932923,0.962215,0.932923,0.962215,0.924683,0.964248 ,0.917750,0.946532,0.927901,0.944714,0.647078,0.917086,0.646225,0.909389,0.663272,0.897849,0.667778,0.904555,0.667778,0.904555 ,0.663272,0.897849,0.683208,0.884869,0.687092,0.892352,0.888901,0.925267,0.912217,0.917352,0.917750,0.946532,0.904683,0.950593 ,0.904683,0.950593,0.917750,0.946532,0.924683,0.964248,0.915134,0.966100,0.980947,0.929041,0.975512,0.930816,0.963848,0.919143 ,0.969729,0.913488,0.969729,0.913488,0.963848,0.919143,0.950511,0.907264,0.956856,0.900976,0.925170,0.922384,0.921078,0.909379 ,0.943400,0.919959,0.938947,0.928755,0.938947,0.928755,0.943400,0.919959,0.957987,0.929755,0.954068,0.937779,0.692613,0.806542 ,0.694045,0.834574,0.666083,0.828194,0.668431,0.814190,0.668431,0.814190,0.666083,0.828194,0.645349,0.827279,0.647824,0.815659 ,0.975512,0.930816,0.971481,0.937891,0.957987,0.929755,0.963848,0.919143,0.963848,0.919143,0.957987,0.929755,0.943400,0.919959 ,0.950511,0.907264,0.716444,0.886479,0.724561,0.878152,0.731684,0.906599,0.724672,0.908013,0.724672,0.908013,0.731684,0.906599 ,0.733318,0.928792,0.727316,0.927968,0.861695,0.982382,0.854962,0.980218,0.857083,0.963550,0.867108,0.967382,0.867108,0.967382 ,0.857083,0.963550,0.859638,0.946662,0.871238,0.950723,0.750156,0.948389,0.745195,0.946558,0.744841,0.926577,0.750933,0.925204 ,0.750933,0.925204,0.744841,0.926577,0.744894,0.903720,0.752440,0.904716,0.724561,0.878152,0.748048,0.881391,0.744894,0.903720 ,0.731684,0.906599,0.731684,0.906599,0.744894,0.903720,0.744841,0.926577,0.733318,0.928792,0.706946,0.773293,0.704477,0.780371 ,0.689602,0.772018,0.693029,0.766272,0.693029,0.766272,0.689602,0.772018,0.678482,0.762111,0.682050,0.758269,0.947786,0.885444 ,0.940788,0.878273,0.958911,0.875694,0.960495,0.883149,0.960495,0.883149,0.958911,0.875694,0.971543,0.874556,0.972425,0.880609 ,0.940788,0.878273,0.943593,0.861128,0.959137,0.863656,0.958911,0.875694,0.958911,0.875694,0.959137,0.863656,0.971355,0.864783 ,0.971543,0.874556,0.663844,0.760424,0.670174,0.754239,0.678482,0.762111,0.671737,0.769153,0.671737,0.769153,0.678482,0.762111 ,0.689602,0.772018,0.681995,0.778899,0.904683,0.950593,0.901388,0.955356,0.888155,0.937242,0.888901,0.925267,0.674168,0.874087 ,0.667978,0.867950,0.683178,0.846019,0.699476,0.850499,0.859638,0.946662,0.852003,0.945881,0.853703,0.929336,0.862090,0.927847 ,0.940788,0.878273,0.947786,0.885444,0.946958,0.887964,0.937319,0.887746,0.878750,0.928922,0.888901,0.925267,0.888155,0.937242 ,0.885476,0.937468,0.671737,0.769153,0.666987,0.773276,0.658783,0.761951,0.663844,0.760424,0.645349,0.827279,0.645173,0.834654 ,0.625130,0.832185,0.628318,0.826414,0.867108,0.967382,0.874202,0.970932,0.863787,0.986610,0.861695,0.982382,0.668431,0.814190 ,0.667941,0.807588,0.683749,0.799193,0.692613,0.806542,0.862090,0.927847,0.853703,0.929336,0.850940,0.912406,0.858511,0.906299 ,0.909593,0.840039,0.917569,0.836162,0.931444,0.845586,0.923809,0.851520,0.813636,0.905567,0.812322,0.908890,0.806135,0.903499 ,0.809755,0.901059,0.797797,0.898270,0.795756,0.902734,0.790939,0.882664,0.795922,0.881587,0.809755,0.901059,0.806135,0.903499 ,0.812505,0.887090,0.816978,0.889324,0.816978,0.889324,0.812505,0.887090,0.819236,0.864554,0.828322,0.870164,0.795922,0.881587 ,0.790939,0.882664,0.783429,0.864953,0.790287,0.851070,0.828322,0.870164,0.819236,0.864554,0.827775,0.836940,0.842133,0.851522 ,0.858511,0.906299,0.850940,0.912406,0.846430,0.898905,0.847653,0.883768,0.923809,0.851520,0.931444,0.845586,0.946855,0.854282 ,0.943593,0.861128,0.921078,0.909379,0.925170,0.922384,0.922964,0.924620,0.912217,0.917352,0.971355,0.864783,0.972199,0.859292 ,0.983324,0.862916,0.981420,0.866347,0.378579,0.931673,0.383113,0.918301,0.365107,0.913116,0.360658,0.932179,0.389809,0.918994 ,0.390824,0.901910,0.384958,0.903532,0.383113,0.918301,0.383698,0.934620,0.389809,0.918994,0.383113,0.918301,0.378579,0.931673 ,0.695504,0.795556,0.722318,0.806384,0.692613,0.806542,0.692613,0.806542,0.722318,0.806384,0.726962,0.826413,0.694045,0.834574 ,0.704477,0.780371,0.732364,0.785278,0.722318,0.806384,0.695504,0.795556,0.318062,0.948497,0.296214,0.948050,0.289615,0.965318 ,0.321137,0.963275,0.320633,0.936700,0.305447,0.933625,0.296214,0.948050,0.318062,0.948497,0.798709,0.818393,0.800740,0.808018 ,0.817124,0.806691,0.805002,0.840232,0.826393,0.829388,0.805002,0.840232,0.817124,0.806691,0.830148,0.815366,0.289615,0.965318 ,0.282221,0.982034,0.322402,0.980993,0.321137,0.963275,0.835730,0.826845,0.849467,0.828177,0.842133,0.851522,0.827775,0.836940 ,0.746060,0.773726,0.741989,0.779435,0.732364,0.785278,0.728653,0.775615,0.905740,0.817897,0.917569,0.836162,0.909593,0.840039 ,0.896470,0.820448,0.860201,0.834417,0.865205,0.867176,0.842133,0.851522,0.849467,0.828177,0.893097,0.855313,0.909593,0.840039 ,0.923809,0.851520,0.916545,0.866866,0.893097,0.855313,0.916545,0.866866,0.897708,0.894421,0.325736,0.764432,0.314469,0.781024 ,0.357558,0.786260,0.356044,0.778769,0.348653,0.825028,0.326925,0.826313,0.351342,0.842097,0.304489,0.803340,0.307481,0.825463 ,0.326925,0.826313,0.348565,0.807730,0.348653,0.825028,0.348565,0.807730,0.326925,0.826313,0.860201,0.834417,0.881546,0.826716 ,0.893097,0.855313,0.865205,0.867176,0.893097,0.855313,0.881546,0.826716,0.896470,0.820448,0.909593,0.840039,0.348565,0.807730 ,0.357558,0.786260,0.314469,0.781024,0.304489,0.803340,0.118580,0.227181,0.120349,0.224737,0.119187,0.223311,0.026570,0.404129 ,0.016717,0.438627,0.016717,0.437929,0.016717,0.405789,0.016717,0.438627,0.033046,0.464790,0.016717,0.464835,0.016717,0.437929 ,0.033941,0.256895,0.031364,0.280192,0.016717,0.278925,0.016717,0.258327,0.921255,0.345563,0.957057,0.372883,0.979538,0.360369 ,0.979538,0.335638,0.750269,0.718578,0.749902,0.704579,0.728724,0.704062,0.728533,0.717669,0.731070,0.527520,0.780972,0.525285 ,0.780509,0.508096,0.731307,0.509136,0.731307,0.509136,0.780509,0.508096,0.778170,0.494635,0.731480,0.495649,0.749902,0.704579 ,0.766345,0.663770,0.729308,0.661602,0.728724,0.704062,0.766345,0.663770,0.774840,0.625915,0.729828,0.622800,0.729308,0.661602 ,0.774840,0.625915,0.780943,0.582043,0.730398,0.579431,0.729828,0.622800,0.410549,0.248874,0.380456,0.249056,0.380447,0.280372 ,0.409901,0.274980,0.411666,0.226689,0.412490,0.213198,0.380182,0.213695,0.380367,0.227050,0.432367,0.369455,0.379657,0.383374 ,0.367425,0.350557,0.417492,0.341611,0.466922,0.339242,0.432367,0.369455,0.417492,0.341611,0.451479,0.326356,0.095374,0.445585 ,0.063611,0.469532,0.088363,0.473867,0.104447,0.469582,0.095374,0.445585,0.104447,0.469582,0.118539,0.473197,0.123025,0.448729 ,0.087197,0.493972,0.109650,0.522192,0.116439,0.504965,0.101934,0.489701,0.087197,0.493972,0.101934,0.489701,0.088363,0.473867 ,0.063611,0.469532,0.151910,0.471006,0.133584,0.481342,0.143471,0.498731,0.164613,0.507864,0.138268,0.528577,0.164613,0.507864 ,0.143471,0.498731,0.133203,0.507605,0.151910,0.471006,0.123025,0.448729,0.118539,0.473197,0.133584,0.481342,0.138268,0.528577 ,0.133203,0.507605,0.116439,0.504965,0.109650,0.522192,0.075721,0.510446,0.098664,0.536856,0.109650,0.522192,0.087197,0.493972 ,0.079084,0.431029,0.095374,0.445585,0.123025,0.448729,0.130016,0.421748,0.182469,0.456214,0.151910,0.471006,0.164613,0.507864 ,0.199448,0.509697,0.142106,0.549648,0.199448,0.509697,0.164613,0.507864,0.138268,0.528577,0.142106,0.549648,0.138268,0.528577 ,0.109650,0.522192,0.098664,0.536856,0.182469,0.456214,0.130016,0.421748,0.123025,0.448729,0.151910,0.471006,0.026570,0.404129 ,0.032681,0.391074,0.016717,0.390230,0.055092,0.487646,0.063611,0.469532,0.033046,0.464790,0.104447,0.469582,0.088363,0.473867 ,0.101934,0.489701,0.101934,0.489701,0.118539,0.473197,0.104447,0.469582,0.116439,0.504965,0.133584,0.481342,0.118539,0.473197 ,0.101934,0.489701,0.143471,0.498731,0.133584,0.481342,0.116439,0.504965,0.133203,0.507605,0.055678,0.390007,0.032681,0.391074 ,0.026570,0.404129,0.050905,0.404031,0.079084,0.431029,0.070304,0.414373,0.043417,0.439597,0.044737,0.418514,0.050905,0.404031 ,0.026570,0.404129,0.016717,0.438627,0.070304,0.414373,0.065864,0.387391,0.050905,0.404031,0.044737,0.418514,0.079084,0.431029 ,0.043417,0.439597,0.033046,0.464790,0.079084,0.431029,0.033046,0.464790,0.063611,0.469532,0.095374,0.445585,0.043417,0.439597 ,0.044737,0.418514,0.016717,0.438627,0.043417,0.439597,0.016717,0.438627,0.033046,0.464790,0.070304,0.414373,0.044737,0.418514 ,0.043417,0.439597,0.065864,0.387391,0.055678,0.390007,0.050905,0.404031,0.054317,0.524144,0.081899,0.561880,0.098664,0.536856 ,0.075721,0.510446,0.140410,0.576333,0.142106,0.549648,0.098664,0.536856,0.081899,0.561880,0.054317,0.524144,0.075721,0.510446 ,0.055092,0.487646,0.032334,0.496834,0.032334,0.496834,0.055092,0.487646,0.033046,0.464790,0.075721,0.510446,0.087197,0.493972 ,0.063611,0.469532,0.055092,0.487646,0.140410,0.576333,0.199448,0.509697,0.142106,0.549648,0.016717,0.390230,0.032681,0.391074 ,0.046202,0.359588,0.025930,0.366982,0.061539,0.350670,0.046202,0.359588,0.032681,0.391074,0.055678,0.390007,0.075607,0.357391 ,0.061539,0.350670,0.055678,0.390007,0.065864,0.387391,0.070304,0.414373,0.110975,0.396674,0.097054,0.377780,0.065864,0.387391 ,0.070304,0.414373,0.079084,0.431029,0.130016,0.421748,0.110975,0.396674,0.065864,0.387391,0.097054,0.377780,0.075607,0.357391 ,0.054317,0.524144,0.052197,0.554488,0.081899,0.561880,0.220113,0.461410,0.182469,0.456214,0.199448,0.509697,0.232836,0.512940 ,0.090489,0.354695,0.075607,0.357391,0.097054,0.377780,0.140410,0.576333,0.081899,0.561880,0.129308,0.624048,0.074946,0.592390 ,0.081899,0.561880,0.052197,0.554488,0.049945,0.595323,0.140410,0.576333,0.129308,0.624048,0.185700,0.603563,0.232836,0.512940 ,0.199448,0.509697,0.140410,0.576333,0.185700,0.603563,0.116480,0.353969,0.100125,0.340841,0.090489,0.354695,0.097054,0.377780 ,0.117068,0.317972,0.094070,0.320956,0.100125,0.340841,0.116480,0.353969,0.068846,0.300986,0.047664,0.312568,0.059121,0.324237 ,0.074698,0.315615,0.096638,0.301783,0.068846,0.300986,0.074698,0.315615,0.094070,0.320956,0.117068,0.317972,0.096638,0.301783 ,0.094070,0.320956,0.094070,0.320956,0.074698,0.315615,0.074586,0.320659,0.089610,0.325783,0.047664,0.312568,0.030789,0.319650 ,0.029407,0.341851,0.047548,0.335204,0.091220,0.338970,0.084327,0.348128,0.090489,0.354695,0.100125,0.340841,0.073623,0.348186 ,0.066326,0.342692,0.061539,0.350670,0.075607,0.357391,0.089610,0.325783,0.091220,0.338970,0.100125,0.340841,0.094070,0.320956 ,0.074698,0.315615,0.059121,0.324237,0.063764,0.327568,0.074586,0.320659,0.075607,0.357391,0.090489,0.354695,0.084327,0.348128 ,0.073623,0.348186,0.063764,0.327568,0.059121,0.324237,0.047548,0.335204,0.061685,0.336410,0.066326,0.342692,0.061685,0.336410 ,0.047177,0.346929,0.061539,0.350670,0.047548,0.335204,0.047177,0.346929,0.061685,0.336410,0.061539,0.350670,0.047177,0.346929 ,0.046202,0.359588,0.047177,0.346929,0.047548,0.335204,0.029407,0.341851,0.028638,0.352683,0.028638,0.352683,0.025930,0.366982 ,0.046202,0.359588,0.047177,0.346929,0.155800,0.219883,0.152554,0.210230,0.176814,0.202119,0.180216,0.215912,0.135640,0.192220 ,0.128696,0.188391,0.136274,0.168403,0.147826,0.173045,0.143080,0.198393,0.135640,0.192220,0.147826,0.173045,0.159747,0.181206 ,0.152554,0.210230,0.147869,0.203616,0.169659,0.192625,0.176814,0.202119,0.159747,0.181206,0.169659,0.192625,0.147869,0.203616 ,0.143080,0.198393,0.177279,0.231219,0.171450,0.245347,0.153023,0.238928,0.156593,0.229380,0.180216,0.215912,0.177279,0.231219 ,0.156593,0.229380,0.155800,0.219883,0.124930,0.165916,0.136274,0.168403,0.128696,0.188391,0.120907,0.186930,0.137618,0.222188 ,0.136555,0.216755,0.152554,0.210230,0.155800,0.219883,0.120907,0.186930,0.128696,0.188391,0.122712,0.203368,0.117631,0.201135 ,0.136555,0.216755,0.133808,0.213047,0.147869,0.203616,0.152554,0.210230,0.156593,0.229380,0.153023,0.238928,0.135184,0.232412 ,0.137284,0.227670,0.131174,0.209687,0.127244,0.206027,0.135640,0.192220,0.143080,0.198393,0.155800,0.219883,0.156593,0.229380 ,0.137284,0.227670,0.137618,0.222188,0.127244,0.206027,0.122712,0.203368,0.128696,0.188391,0.135640,0.192220,0.143080,0.198393 ,0.147869,0.203616,0.133808,0.213047,0.131174,0.209687,0.114588,0.221643,0.117631,0.201135,0.122712,0.203368,0.258757,0.440813 ,0.220113,0.461410,0.243426,0.474110,0.232836,0.512940,0.269129,0.484608,0.243426,0.474110,0.258757,0.440813,0.207289,0.400682 ,0.192686,0.427196,0.220113,0.461410,0.182469,0.456214,0.220113,0.461410,0.192686,0.427196,0.158482,0.404015,0.133344,0.378125 ,0.110975,0.396674,0.130016,0.421748,0.110975,0.396674,0.133344,0.378125,0.116480,0.353969,0.097054,0.377780,0.182469,0.456214 ,0.192686,0.427196,0.158482,0.404015,0.130016,0.421748,0.173197,0.374859,0.144227,0.349365,0.133344,0.378125,0.158482,0.404015 ,0.116480,0.353969,0.133344,0.378125,0.144227,0.349365,0.117068,0.317972,0.207289,0.400682,0.173197,0.374859,0.158482,0.404015 ,0.192686,0.427196,0.259203,0.549278,0.185700,0.603563,0.247792,0.590934,0.259203,0.549278,0.237145,0.517310,0.185700,0.603563 ,0.237145,0.517310,0.232836,0.512940,0.185700,0.603563,0.269129,0.484608,0.232836,0.512940,0.237145,0.517310,0.259203,0.549278 ,0.269129,0.484608,0.301206,0.510205,0.313117,0.442996,0.258757,0.440813,0.269129,0.484608,0.259203,0.549278,0.301206,0.510205 ,0.334335,0.494611,0.313117,0.442996,0.301206,0.510205,0.260485,0.623943,0.247792,0.590934,0.185700,0.603563,0.232706,0.650414 ,0.352674,0.558127,0.346311,0.561356,0.338782,0.538257,0.343360,0.535704,0.120349,0.224737,0.137618,0.222188,0.137284,0.227670 ,0.120349,0.224737,0.137284,0.227670,0.135184,0.232412,0.118580,0.227181,0.119187,0.223311,0.114588,0.221643,0.118324,0.220395 ,0.119223,0.221343,0.137618,0.222188,0.120349,0.224737,0.119187,0.223311,0.136555,0.216755,0.136555,0.216755,0.119187,0.223311 ,0.133808,0.213047,0.119223,0.221343,0.131174,0.209687,0.133808,0.213047,0.119187,0.223311,0.131174,0.209687,0.119223,0.221343 ,0.118324,0.220395,0.127244,0.206027,0.127244,0.206027,0.118324,0.220395,0.114588,0.221643,0.122712,0.203368,0.059121,0.324237 ,0.047664,0.312568,0.047548,0.335204,0.269129,0.484608,0.258757,0.440813,0.243426,0.474110,0.220113,0.461410,0.232836,0.512940 ,0.243426,0.474110,0.194170,0.332752,0.154256,0.306758,0.144227,0.349365,0.173197,0.374859,0.239170,0.369603,0.194170,0.332752 ,0.173197,0.374859,0.207289,0.400682,0.207289,0.400682,0.258757,0.440813,0.284879,0.397006,0.239170,0.369603,0.117068,0.317972 ,0.144227,0.349365,0.154256,0.306758,0.111021,0.286442,0.284879,0.397006,0.258757,0.440813,0.313117,0.442996,0.117068,0.317972 ,0.111021,0.286442,0.096638,0.301783,0.096638,0.301783,0.111021,0.286442,0.068772,0.284137,0.068846,0.300986,0.048273,0.296452 ,0.030380,0.302170,0.030789,0.319650,0.047664,0.312568,0.068846,0.300986,0.068772,0.284137,0.048273,0.296452,0.047664,0.312568 ,0.048646,0.282761,0.031364,0.280192,0.030380,0.302170,0.048273,0.296452,0.068772,0.284137,0.048646,0.282761,0.048273,0.296452 ,0.129308,0.624048,0.175842,0.663768,0.185700,0.603563,0.175842,0.663768,0.232706,0.650414,0.185700,0.603563,0.045830,0.626741 ,0.072248,0.623502,0.074946,0.592390,0.049945,0.595323,0.270413,0.708689,0.232706,0.650414,0.175842,0.663768,0.047924,0.657802 ,0.070651,0.667082,0.072248,0.623502,0.045830,0.626741,0.295631,0.663403,0.260485,0.623943,0.232706,0.650414,0.270413,0.708689 ,0.942796,0.529558,0.924416,0.512962,0.944012,0.495025,0.963137,0.511094,0.915265,0.497776,0.904445,0.476046,0.936203,0.474219 ,0.944012,0.495025,0.915265,0.497776,0.944012,0.495025,0.924416,0.512962,0.295631,0.663403,0.290289,0.637263,0.260485,0.623943 ,0.088866,0.040145,0.100042,0.046039,0.111452,0.029575,0.103215,0.016542,0.077144,0.063350,0.095989,0.065691,0.100042,0.046039 ,0.088866,0.040145,0.111021,0.286442,0.154256,0.306758,0.156388,0.263647,0.086655,0.246075,0.270713,0.333674,0.210576,0.290611 ,0.194170,0.332752,0.239170,0.369603,0.239170,0.369603,0.284879,0.397006,0.321955,0.381555,0.270713,0.333674,0.210576,0.290611 ,0.156388,0.263647,0.154256,0.306758,0.194170,0.332752,0.313117,0.442996,0.334335,0.494611,0.355159,0.510647,0.345198,0.435635 ,0.313117,0.442996,0.345198,0.435635,0.321955,0.381555,0.284879,0.397006,0.090406,0.098904,0.095989,0.065691,0.077144,0.063350 ,0.062635,0.087650,0.052668,0.257451,0.033941,0.256895,0.031364,0.280192,0.048646,0.282761,0.086655,0.246075,0.052668,0.257451 ,0.048646,0.282761,0.068772,0.284137,0.076819,0.134571,0.074738,0.164221,0.098543,0.179505,0.102119,0.148496,0.062905,0.205676 ,0.036920,0.229130,0.052668,0.257451,0.086655,0.246075,0.102119,0.148496,0.092076,0.122184,0.067435,0.111492,0.076819,0.134571 ,0.036920,0.229130,0.033941,0.256895,0.052668,0.257451,0.067435,0.111492,0.092076,0.122184,0.090406,0.098904,0.062635,0.087650 ,0.086655,0.246075,0.094313,0.207873,0.062905,0.205676,0.074738,0.164221,0.062905,0.205676,0.094313,0.207873,0.098543,0.179505 ,0.062905,0.205676,0.074738,0.164221,0.043390,0.171204,0.062905,0.205676,0.043390,0.171204,0.036920,0.229130,0.042106,0.137118 ,0.076819,0.134571,0.067435,0.111492,0.036611,0.102845,0.076819,0.134571,0.042106,0.137118,0.043390,0.171204,0.074738,0.164221 ,0.062635,0.087650,0.036611,0.102845,0.067435,0.111492,0.354485,0.581442,0.350955,0.600319,0.333008,0.605451,0.344544,0.584116 ,0.346311,0.561356,0.352674,0.558127,0.354485,0.581442,0.344544,0.584116,0.318529,0.519809,0.328069,0.525591,0.314847,0.542517 ,0.304830,0.531092,0.343360,0.535704,0.338782,0.538257,0.328069,0.525591,0.335681,0.520328,0.356699,0.620122,0.338290,0.618893 ,0.333008,0.605451,0.350955,0.600319,0.304830,0.531092,0.314847,0.542517,0.301492,0.563326,0.289224,0.549345,0.289224,0.549345 ,0.301492,0.563326,0.292996,0.591983,0.280094,0.573829,0.333008,0.605451,0.338290,0.618893,0.310391,0.617757,0.314642,0.613558 ,0.326615,0.599857,0.333008,0.605451,0.314642,0.613558,0.292996,0.591983,0.301492,0.563326,0.309980,0.565446,0.307326,0.591328 ,0.314847,0.542517,0.309980,0.565446,0.301492,0.563326,0.338418,0.585280,0.346311,0.561356,0.344544,0.584116,0.328069,0.525591 ,0.338782,0.538257,0.314847,0.542517,0.346311,0.561356,0.309980,0.565446,0.314847,0.542517,0.338782,0.538257,0.338418,0.585280 ,0.344544,0.584116,0.333008,0.605451,0.326615,0.599857,0.310391,0.617757,0.292996,0.591983,0.307326,0.591328,0.326615,0.599857 ,0.314642,0.613558,0.310391,0.617757,0.307326,0.591328,0.326615,0.599857,0.307326,0.591328,0.309980,0.565446,0.338418,0.585280 ,0.309980,0.565446,0.346311,0.561356,0.338418,0.585280,0.111021,0.286442,0.086655,0.246075,0.068772,0.284137,0.917368,0.428211 ,0.929707,0.399841,0.942770,0.404051,0.935504,0.425229,0.904445,0.476046,0.914393,0.454286,0.931595,0.449747,0.936203,0.474219 ,0.931595,0.449747,0.914393,0.454286,0.917368,0.428211,0.935504,0.425229,0.942770,0.404051,0.929707,0.399841,0.957057,0.372883 ,0.961619,0.384429,0.917368,0.428211,0.914393,0.454286,0.895629,0.449204,0.889000,0.411931,0.957057,0.372883,0.929707,0.399841 ,0.902395,0.378197,0.921255,0.345563,0.889000,0.411931,0.902395,0.378197,0.929707,0.399841,0.917368,0.428211,0.904445,0.476046 ,0.895629,0.449204,0.914393,0.454286,0.792722,0.737498,0.812234,0.745974,0.807223,0.755984,0.788766,0.748002,0.773344,0.733113 ,0.792722,0.737498,0.788766,0.748002,0.774600,0.743259,0.812234,0.745974,0.832089,0.758199,0.827831,0.766548,0.807223,0.755984 ,0.750713,0.731562,0.773344,0.733113,0.774600,0.743259,0.753710,0.742042,0.853167,0.783260,0.827831,0.766548,0.832089,0.758199 ,0.859020,0.774814,0.797093,0.725855,0.818435,0.734483,0.812234,0.745974,0.792722,0.737498,0.818435,0.734483,0.839053,0.745880 ,0.832089,0.758199,0.812234,0.745974,0.750269,0.718578,0.773174,0.720616,0.773344,0.733113,0.750713,0.731562,0.859020,0.774814 ,0.832089,0.758199,0.839053,0.745880,0.864072,0.761944,0.773174,0.720616,0.797093,0.725855,0.792722,0.737498,0.773344,0.733113 ,0.882633,0.769188,0.878442,0.782630,0.859020,0.774814,0.864072,0.761944,0.878442,0.782630,0.873700,0.791745,0.853167,0.783260 ,0.859020,0.774814,0.774256,0.707441,0.802396,0.714061,0.797093,0.725855,0.773174,0.720616,0.870730,0.750551,0.888396,0.757930 ,0.882633,0.769188,0.864072,0.761944,0.802396,0.714061,0.826810,0.723845,0.818435,0.734483,0.797093,0.725855,0.826810,0.723845 ,0.848864,0.736573,0.839053,0.745880,0.818435,0.734483,0.749902,0.704579,0.774256,0.707441,0.773174,0.720616,0.750269,0.718578 ,0.864072,0.761944,0.839053,0.745880,0.848864,0.736573,0.870730,0.750551,0.901436,0.757300,0.901192,0.768876,0.882633,0.769188 ,0.888396,0.757930,0.901615,0.782466,0.891529,0.794566,0.873700,0.791745,0.878442,0.782630,0.901192,0.768876,0.901615,0.782466 ,0.878442,0.782630,0.882633,0.769188,0.901615,0.782466,0.913790,0.791789,0.891529,0.794566,0.917787,0.747719,0.918629,0.758436 ,0.901192,0.768876,0.901436,0.757300,0.918629,0.758436,0.927571,0.773431,0.901615,0.782466,0.901192,0.768876,0.901615,0.782466 ,0.927571,0.773431,0.933831,0.780646,0.913790,0.791789,0.931873,0.740302,0.946668,0.748885,0.927571,0.773431,0.918629,0.758436 ,0.923928,0.736413,0.931873,0.740302,0.918629,0.758436,0.917787,0.747719,0.946668,0.748885,0.963602,0.753174,0.933831,0.780646 ,0.927571,0.773431,0.956004,0.715352,0.972941,0.717317,0.963602,0.753174,0.946668,0.748885,0.940427,0.712640,0.956004,0.715352 ,0.946668,0.748885,0.931873,0.740302,0.932378,0.711264,0.940427,0.712640,0.931873,0.740302,0.923928,0.736413,0.941010,0.686561 ,0.955526,0.687071,0.956004,0.715352,0.940427,0.712640,0.931661,0.684112,0.941010,0.686561,0.940427,0.712640,0.932378,0.711264 ,0.955526,0.687071,0.965587,0.684774,0.972941,0.717317,0.956004,0.715352,0.935177,0.649728,0.950042,0.647942,0.955526,0.687071 ,0.941010,0.686561,0.927045,0.650046,0.935177,0.649728,0.941010,0.686561,0.931661,0.684112,0.950042,0.647942,0.959866,0.646868 ,0.965587,0.684774,0.955526,0.687071,0.942309,0.615192,0.950420,0.610720,0.959866,0.646868,0.950042,0.647942,0.927371,0.619032 ,0.942309,0.615192,0.950042,0.647942,0.935177,0.649728,0.918759,0.618947,0.927371,0.619032,0.935177,0.649728,0.927045,0.650046 ,0.914358,0.589025,0.926822,0.582072,0.942309,0.615192,0.927371,0.619032,0.905369,0.591486,0.914358,0.589025,0.927371,0.619032 ,0.918759,0.618947,0.926822,0.582072,0.934620,0.573146,0.950420,0.610720,0.942309,0.615192,0.893920,0.559200,0.905275,0.549521 ,0.926822,0.582072,0.914358,0.589025,0.885116,0.567049,0.893920,0.559200,0.914358,0.589025,0.905369,0.591486,0.905275,0.549521 ,0.914432,0.541807,0.934620,0.573146,0.926822,0.582072,0.870484,0.523472,0.875241,0.509863,0.914432,0.541807,0.905275,0.549521 ,0.861159,0.538711,0.870484,0.523472,0.905275,0.549521,0.893920,0.559200,0.855998,0.546968,0.861159,0.538711,0.893920,0.559200 ,0.885116,0.567049,0.827649,0.506844,0.832283,0.491168,0.875241,0.509863,0.870484,0.523472,0.821982,0.524091,0.827649,0.506844 ,0.870484,0.523472,0.861159,0.538711,0.817063,0.536130,0.821982,0.524091,0.861159,0.538711,0.855998,0.546968,0.780509,0.508096 ,0.778170,0.494635,0.832283,0.491168,0.827649,0.506844,0.780972,0.525285,0.780509,0.508096,0.827649,0.506844,0.821982,0.524091 ,0.779034,0.538343,0.780972,0.525285,0.821982,0.524091,0.817063,0.536130,0.906457,0.721818,0.899443,0.693884,0.931661,0.684112 ,0.932378,0.711264,0.870730,0.750551,0.848864,0.736573,0.868432,0.713300,0.885774,0.736157,0.885774,0.736157,0.868432,0.713300 ,0.899443,0.693884,0.906457,0.721818,0.923928,0.736413,0.906457,0.721818,0.932378,0.711264,0.870730,0.750551,0.885774,0.736157 ,0.888396,0.757930,0.899443,0.693884,0.868432,0.713300,0.844657,0.684231,0.873440,0.654066,0.917787,0.747719,0.906457,0.721818 ,0.923928,0.736413,0.888396,0.757930,0.885774,0.736157,0.901436,0.757300,0.824410,0.630879,0.810197,0.669892,0.766345,0.663770 ,0.774840,0.625915,0.885774,0.736157,0.906457,0.721818,0.917787,0.747719,0.901436,0.757300,0.824410,0.630879,0.873440,0.654066 ,0.844657,0.684231,0.810197,0.669892,0.826810,0.723845,0.844657,0.684231,0.868432,0.713300,0.848864,0.736573,0.802396,0.714061 ,0.810197,0.669892,0.844657,0.684231,0.826810,0.723845,0.749902,0.704579,0.766345,0.663770,0.774256,0.707441,0.774256,0.707441 ,0.766345,0.663770,0.810197,0.669892,0.802396,0.714061,0.931661,0.684112,0.899443,0.693884,0.873440,0.654066,0.927045,0.650046 ,0.780943,0.582043,0.835600,0.589554,0.824410,0.630879,0.774840,0.625915,0.817063,0.536130,0.835600,0.589554,0.780943,0.582043 ,0.779034,0.538343,0.855998,0.546968,0.835600,0.589554,0.817063,0.536130,0.905369,0.591486,0.876991,0.618294,0.835600,0.589554 ,0.885116,0.567049,0.885116,0.567049,0.835600,0.589554,0.855998,0.546968,0.927045,0.650046,0.873440,0.654066,0.876991,0.618294 ,0.918759,0.618947,0.876991,0.618294,0.873440,0.654066,0.824410,0.630879,0.835600,0.589554,0.918759,0.618947,0.876991,0.618294 ,0.905369,0.591486,0.889000,0.411931,0.879610,0.386102,0.902395,0.378197,0.880774,0.345827,0.902395,0.378197,0.879610,0.386102 ,0.869068,0.367050,0.900084,0.315919,0.921255,0.345563,0.902395,0.378197,0.880774,0.345827,0.921255,0.345563,0.900084,0.315919 ,0.918922,0.288792,0.946463,0.310383,0.743076,0.315286,0.762869,0.306880,0.782205,0.327441,0.743401,0.343825,0.071572,0.795705 ,0.060788,0.830565,0.037327,0.828668,0.042604,0.799116,0.054305,0.859203,0.044807,0.892436,0.021608,0.882921,0.029475,0.853940 ,0.044807,0.892436,0.035332,0.915336,0.017188,0.912262,0.021608,0.882921,0.595665,0.322471,0.620763,0.311305,0.626981,0.356440 ,0.060788,0.830565,0.054305,0.859203,0.029475,0.853940,0.037327,0.828668,0.067174,0.765217,0.071572,0.795705,0.042604,0.799116 ,0.049732,0.772336,0.017188,0.912262,0.035332,0.915336,0.030504,0.932496,0.880774,0.345827,0.869068,0.367050,0.857103,0.348637 ,0.789908,0.302953,0.842303,0.305650,0.832647,0.335293,0.782205,0.327441,0.791748,0.263940,0.863266,0.270659,0.842303,0.305650 ,0.789908,0.302953,0.762869,0.306880,0.789908,0.302953,0.782205,0.327441,0.857103,0.348637,0.832647,0.335293,0.842303,0.305650 ,0.880774,0.345827,0.742536,0.270387,0.791748,0.263940,0.789908,0.302953,0.762869,0.306880,0.900084,0.315919,0.863266,0.270659 ,0.918922,0.288792,0.880774,0.345827,0.842303,0.305650,0.863266,0.270659,0.900084,0.315919,0.721216,0.239368,0.792892,0.236706 ,0.791748,0.263940,0.742536,0.270387,0.792892,0.236706,0.880585,0.242048,0.863266,0.270659,0.791748,0.263940,0.918922,0.288792 ,0.863266,0.270659,0.880585,0.242048,0.941995,0.258973,0.743076,0.315286,0.725767,0.279844,0.742536,0.270387,0.762869,0.306880 ,0.742536,0.270387,0.725767,0.279844,0.697790,0.259744,0.721216,0.239368,0.049683,0.946893,0.030504,0.932496,0.035332,0.915336 ,0.660525,0.236645,0.721216,0.239368,0.697790,0.259744,0.659289,0.256662,0.660525,0.236645,0.659289,0.256662,0.625559,0.274191 ,0.610404,0.240373,0.832283,0.491168,0.847158,0.477917,0.875241,0.509863,0.875241,0.509863,0.888959,0.502097,0.914432,0.541807 ,0.875241,0.509863,0.847158,0.477917,0.861081,0.464716,0.888959,0.502097,0.591361,0.278637,0.625559,0.274191,0.620763,0.311305 ,0.595665,0.322471,0.591361,0.278637,0.595665,0.322471,0.551411,0.278624,0.625559,0.274191,0.591361,0.278637,0.563800,0.239205 ,0.610404,0.240373,0.551411,0.278624,0.563800,0.239205,0.591361,0.278637,0.820102,0.458736,0.829184,0.444075,0.861081,0.464716 ,0.847158,0.477917,0.506962,0.235117,0.506321,0.259194,0.458267,0.261278,0.455488,0.240301,0.758424,0.461220,0.754892,0.444783 ,0.793037,0.437555,0.791054,0.453508,0.791054,0.453508,0.793037,0.437555,0.829184,0.444075,0.820102,0.458736,0.506321,0.259194 ,0.506962,0.235117,0.563800,0.239205,0.551411,0.278624,0.410549,0.248874,0.455488,0.240301,0.458267,0.261278,0.409901,0.274980 ,0.832283,0.491168,0.820102,0.458736,0.847158,0.477917,0.778170,0.494635,0.791054,0.453508,0.820102,0.458736,0.832283,0.491168 ,0.791054,0.453508,0.778170,0.494635,0.758424,0.461220,0.897424,0.226979,0.941995,0.258973,0.880585,0.242048,0.897424,0.226979 ,0.849393,0.197868,0.923771,0.199733,0.792892,0.236706,0.849393,0.197868,0.897424,0.226979,0.880585,0.242048,0.718622,0.202563 ,0.792986,0.201886,0.792892,0.236706,0.721216,0.239368,0.792892,0.236706,0.792986,0.201886,0.849393,0.197868,0.506962,0.235117 ,0.455488,0.240301,0.454329,0.221502,0.508481,0.211567,0.660525,0.236645,0.610404,0.240373,0.616020,0.207593,0.663683,0.204669 ,0.411666,0.226689,0.454329,0.221502,0.455488,0.240301,0.410549,0.248874,0.563800,0.239205,0.506962,0.235117,0.508481,0.211567 ,0.563056,0.210131,0.610404,0.240373,0.563800,0.239205,0.563056,0.210131,0.616020,0.207593,0.718622,0.202563,0.721216,0.239368 ,0.660525,0.236645,0.663683,0.204669,0.849393,0.197868,0.792986,0.201886,0.793146,0.184972,0.852299,0.181440,0.718752,0.185667 ,0.793146,0.184972,0.792986,0.201886,0.718622,0.202563,0.923771,0.199733,0.849393,0.197868,0.852299,0.181440,0.919767,0.185056 ,0.718622,0.202563,0.663683,0.204669,0.664468,0.187889,0.718752,0.185667,0.508481,0.211567,0.454329,0.221502,0.455011,0.207647 ,0.509665,0.197080,0.616020,0.207593,0.563056,0.210131,0.564068,0.195317,0.614943,0.193261,0.412490,0.213198,0.455011,0.207647 ,0.454329,0.221502,0.411666,0.226689,0.563056,0.210131,0.508481,0.211567,0.509665,0.197080,0.564068,0.195317,0.664468,0.187889 ,0.663683,0.204669,0.616020,0.207593,0.614943,0.193261,0.852299,0.181440,0.793146,0.184972,0.795930,0.094631,0.858234,0.093254 ,0.718752,0.185667,0.664468,0.187889,0.660771,0.102075,0.726379,0.101221,0.919767,0.185056,0.852299,0.181440,0.858234,0.093254 ,0.922601,0.099863,0.726379,0.101221,0.795930,0.094631,0.793146,0.184972,0.718752,0.185667,0.509665,0.197080,0.455011,0.207647 ,0.470683,0.105120,0.517370,0.118440,0.614943,0.193261,0.564068,0.195317,0.558024,0.117705,0.613790,0.101274,0.419471,0.104078 ,0.470683,0.105120,0.455011,0.207647,0.412490,0.213198,0.564068,0.195317,0.509665,0.197080,0.517370,0.118440,0.558024,0.117705 ,0.660771,0.102075,0.664468,0.187889,0.614943,0.193261,0.613790,0.101274,0.866523,0.077192,0.858234,0.093254,0.795930,0.094631 ,0.726379,0.101221,0.660771,0.102075,0.659192,0.089831,0.724464,0.090265,0.724464,0.090265,0.794229,0.083884,0.795930,0.094631 ,0.726379,0.101221,0.795930,0.094631,0.794229,0.083884,0.874517,0.064261,0.866523,0.077192,0.863810,0.054994,0.874517,0.064261 ,0.794229,0.083884,0.794261,0.071844,0.724464,0.090265,0.659192,0.089831,0.660963,0.077284,0.728890,0.078168,0.724464,0.090265 ,0.728890,0.078168,0.794261,0.071844,0.794229,0.083884,0.923028,0.062361,0.919041,0.046241,0.928600,0.035918,0.933096,0.064057 ,0.919041,0.046241,0.900259,0.036551,0.901059,0.022936,0.928600,0.035918,0.893785,0.079213,0.914667,0.076112,0.923401,0.084279 ,0.892145,0.089913,0.900259,0.036551,0.882090,0.041120,0.874317,0.024650,0.901059,0.022936,0.914667,0.076112,0.923028,0.062361 ,0.933096,0.064057,0.923401,0.084279,0.866523,0.077192,0.874517,0.064261,0.893785,0.079213,0.892145,0.089913,0.874317,0.024650 ,0.882090,0.041120,0.874517,0.064261,0.863810,0.054994,0.910077,0.059893,0.907563,0.052089,0.919041,0.046241,0.923028,0.062361 ,0.874517,0.064261,0.882090,0.041120,0.890664,0.049607,0.885566,0.061253,0.906017,0.067161,0.910077,0.059893,0.923028,0.062361 ,0.914667,0.076112,0.885566,0.061253,0.895924,0.067547,0.893785,0.079213,0.874517,0.064261,0.898589,0.047992,0.890664,0.049607 ,0.882090,0.041120,0.900259,0.036551,0.895924,0.067547,0.906017,0.067161,0.914667,0.076112,0.893785,0.079213,0.907563,0.052089 ,0.898589,0.047992,0.900259,0.036551,0.919041,0.046241,0.885566,0.061253,0.898551,0.058247,0.895924,0.067547,0.898551,0.058247 ,0.885566,0.061253,0.890664,0.049607,0.898551,0.058247,0.898589,0.047992,0.907563,0.052089,0.910077,0.059893,0.898551,0.058247 ,0.907563,0.052089,0.895924,0.067547,0.898551,0.058247,0.910077,0.059893,0.906017,0.067161,0.898589,0.047992,0.898551,0.058247 ,0.890664,0.049607,0.858234,0.093254,0.866523,0.077192,0.892145,0.089913,0.922601,0.099863,0.858234,0.093254,0.892145,0.089913 ,0.923401,0.084279,0.922601,0.099863,0.892145,0.089913,0.922601,0.099863,0.923401,0.084279,0.933096,0.064057,0.973847,0.102400 ,0.932889,0.024422,0.928600,0.035918,0.901059,0.022936,0.933096,0.064057,0.928600,0.035918,0.971491,0.036328,0.971838,0.064169 ,0.971838,0.064169,0.973847,0.102400,0.933096,0.064057,0.576210,0.099836,0.613790,0.101274,0.558024,0.117705,0.613790,0.101274 ,0.576210,0.099836,0.568193,0.086094,0.613127,0.090424,0.659192,0.089831,0.660771,0.102075,0.613790,0.101274,0.613127,0.090424 ,0.613127,0.090424,0.568193,0.086094,0.581662,0.075868,0.616413,0.076754,0.659192,0.089831,0.613127,0.090424,0.616413,0.076754 ,0.660963,0.077284,0.495942,0.084936,0.517370,0.118440,0.470683,0.105120,0.553201,0.062081,0.520555,0.064405,0.510403,0.051856 ,0.559948,0.047144,0.517370,0.118440,0.495942,0.084936,0.509128,0.085383,0.521972,0.106178,0.558024,0.117705,0.517370,0.118440 ,0.521972,0.106178,0.551841,0.104497,0.520555,0.064405,0.509128,0.085383,0.495942,0.084936,0.510403,0.051856,0.576210,0.099836 ,0.558024,0.117705,0.551841,0.104497,0.568193,0.086094,0.568193,0.086094,0.553201,0.062081,0.559948,0.047144,0.581662,0.075868 ,0.544169,0.072864,0.529309,0.073294,0.520555,0.064405,0.553201,0.062081,0.521972,0.106178,0.509128,0.085383,0.522230,0.083095 ,0.528330,0.094621,0.553089,0.084880,0.544169,0.072864,0.553201,0.062081,0.568193,0.086094,0.529309,0.073294,0.522230,0.083095 ,0.509128,0.085383,0.520555,0.064405,0.551841,0.104497,0.521972,0.106178,0.528330,0.094621,0.542881,0.091249,0.568193,0.086094 ,0.551841,0.104497,0.542881,0.091249,0.553089,0.084880,0.544169,0.072864,0.553089,0.084880,0.542881,0.091249,0.544169,0.072864 ,0.542881,0.091249,0.528330,0.094621,0.529309,0.073294,0.529309,0.073294,0.528330,0.094621,0.522230,0.083095,0.414717,0.050726 ,0.463613,0.050662,0.470683,0.105120,0.419471,0.104078,0.470683,0.105120,0.463613,0.050662,0.510403,0.051856,0.495942,0.084936 ,0.666285,0.055045,0.660963,0.077284,0.616413,0.076754,0.617993,0.053246,0.794261,0.071844,0.728890,0.078168,0.730078,0.058044 ,0.795734,0.054286,0.728890,0.078168,0.660963,0.077284,0.666285,0.055045,0.730078,0.058044,0.863810,0.054994,0.794261,0.071844 ,0.795734,0.054286,0.874317,0.024650,0.616413,0.076754,0.581662,0.075868,0.559948,0.047144,0.617993,0.053246,0.666285,0.055045 ,0.617993,0.053246,0.616785,0.023595,0.671092,0.025343,0.730078,0.058044,0.666285,0.055045,0.671092,0.025343,0.734541,0.031328 ,0.795734,0.054286,0.730078,0.058044,0.734541,0.031328,0.801311,0.028992,0.801311,0.028992,0.874317,0.024650,0.795734,0.054286 ,0.559948,0.047144,0.510403,0.051856,0.509666,0.023546,0.565259,0.021042,0.412667,0.024324,0.463240,0.025295,0.463613,0.050662 ,0.414717,0.050726,0.510403,0.051856,0.463613,0.050662,0.463240,0.025295,0.509666,0.023546,0.616785,0.023595,0.617993,0.053246 ,0.559948,0.047144,0.565259,0.021042,0.383991,0.405250,0.432367,0.369455,0.379657,0.383374,0.383991,0.405250,0.386972,0.421036 ,0.409041,0.427435,0.411990,0.397949,0.383991,0.405250,0.411990,0.397949,0.432367,0.369455,0.385741,0.506013,0.386770,0.539045 ,0.415356,0.539890,0.413502,0.507768,0.386770,0.539045,0.384783,0.565288,0.411777,0.567469,0.415356,0.539890,0.384783,0.565288 ,0.385143,0.590130,0.411796,0.591172,0.411777,0.567469,0.383263,0.469118,0.385741,0.506013,0.413502,0.507768,0.409245,0.470155 ,0.409041,0.427435,0.386972,0.421036,0.383263,0.469118,0.409245,0.470155,0.405929,0.674062,0.411725,0.649821,0.382368,0.639388 ,0.380301,0.665353,0.383157,0.616651,0.382368,0.639388,0.411725,0.649821,0.411545,0.621373,0.411796,0.591172,0.385143,0.590130 ,0.383157,0.616651,0.411545,0.621373,0.436680,0.681418,0.428517,0.653881,0.411725,0.649821,0.405929,0.674062,0.415356,0.539890 ,0.411777,0.567469,0.448696,0.569681,0.450280,0.543202,0.411796,0.591172,0.411545,0.621373,0.446391,0.622531,0.446842,0.593358 ,0.411777,0.567469,0.411796,0.591172,0.446842,0.593358,0.448696,0.569681,0.446391,0.622531,0.411545,0.621373,0.411725,0.649821 ,0.428517,0.653881,0.409041,0.427435,0.409245,0.470155,0.453403,0.468075,0.450664,0.434084,0.409245,0.470155,0.413502,0.507768 ,0.450154,0.506985,0.453403,0.468075,0.450154,0.506985,0.413502,0.507768,0.415356,0.539890,0.450280,0.543202,0.454138,0.403444 ,0.411990,0.397949,0.409041,0.427435,0.450664,0.434084,0.466633,0.383024,0.432367,0.369455,0.411990,0.397949,0.454138,0.403444 ,0.432367,0.369455,0.466633,0.383024,0.488504,0.355236,0.466922,0.339242,0.466922,0.339242,0.488504,0.355236,0.510856,0.318867 ,0.489167,0.296827,0.461432,0.665776,0.436680,0.681418,0.475647,0.701617,0.486467,0.684960,0.436680,0.681418,0.461432,0.665776 ,0.449689,0.647051,0.428517,0.653881,0.428517,0.653881,0.449689,0.647051,0.446391,0.622531,0.505392,0.446273,0.512353,0.424596 ,0.454138,0.403444,0.450664,0.434084,0.517224,0.403961,0.528757,0.381718,0.488504,0.355236,0.466633,0.383024,0.453403,0.468075 ,0.450154,0.506985,0.493077,0.504964,0.497469,0.475003,0.450664,0.434084,0.453403,0.468075,0.497469,0.475003,0.505392,0.446273 ,0.512353,0.424596,0.517224,0.403961,0.466633,0.383024,0.454138,0.403444,0.446391,0.622531,0.449689,0.647051,0.506102,0.629687 ,0.504716,0.609912,0.448696,0.569681,0.446842,0.593358,0.504566,0.584481,0.504174,0.558322,0.513964,0.648226,0.506102,0.629687 ,0.449689,0.647051,0.461432,0.665776,0.446842,0.593358,0.446391,0.622531,0.504716,0.609912,0.504566,0.584481,0.450280,0.543202 ,0.448696,0.569681,0.504174,0.558322,0.506170,0.531811,0.450280,0.543202,0.506170,0.531811,0.493077,0.504964,0.450154,0.506985 ,0.488504,0.355236,0.528757,0.381718,0.540672,0.352275,0.510856,0.318867,0.486467,0.684960,0.527335,0.668739,0.513964,0.648226 ,0.461432,0.665776,0.555126,0.442422,0.559275,0.424064,0.517224,0.403961,0.512353,0.424596,0.505392,0.446273,0.497469,0.475003 ,0.512570,0.478150,0.535504,0.453364,0.535504,0.453364,0.555126,0.442422,0.512353,0.424596,0.505392,0.446273,0.512570,0.478150 ,0.497469,0.475003,0.493077,0.504964,0.506170,0.531811,0.504174,0.558322,0.546011,0.554836,0.540618,0.532894,0.546011,0.554836 ,0.504174,0.558322,0.504566,0.584481,0.548545,0.579267,0.513964,0.648226,0.527335,0.668739,0.560171,0.671009,0.554750,0.646658 ,0.554750,0.646658,0.550846,0.624115,0.506102,0.629687,0.513964,0.648226,0.504716,0.609912,0.506102,0.629687,0.550846,0.624115 ,0.548813,0.603143,0.561878,0.408890,0.570300,0.378653,0.540672,0.352275,0.528757,0.381718,0.548545,0.579267,0.504566,0.584481 ,0.504716,0.609912,0.548813,0.603143,0.517224,0.403961,0.559275,0.424064,0.561878,0.408890,0.528757,0.381718,0.577424,0.642674 ,0.573933,0.621453,0.550846,0.624115,0.554750,0.646658,0.548813,0.603143,0.550846,0.624115,0.573933,0.621453,0.573615,0.599181 ,0.540618,0.532894,0.546011,0.554836,0.575023,0.540831,0.565922,0.528167,0.570799,0.444818,0.589967,0.435080,0.559275,0.424064 ,0.555126,0.442422,0.593068,0.412722,0.602000,0.384438,0.570300,0.378653,0.561878,0.408890,0.548545,0.579267,0.548813,0.603143 ,0.573615,0.599181,0.574811,0.568262,0.554750,0.646658,0.560171,0.671009,0.580364,0.665720,0.577424,0.642674,0.589967,0.435080 ,0.593068,0.412722,0.561878,0.408890,0.559275,0.424064,0.546011,0.554836,0.548545,0.579267,0.574811,0.568262,0.575023,0.540831 ,0.570799,0.444818,0.588548,0.462665,0.589967,0.435080,0.493077,0.504964,0.500935,0.503233,0.516674,0.480167,0.512570,0.478150 ,0.535504,0.453364,0.538052,0.457022,0.555228,0.448144,0.555126,0.442422,0.555126,0.442422,0.555228,0.448144,0.567752,0.451353 ,0.570799,0.444818,0.581520,0.465410,0.588548,0.462665,0.570799,0.444818,0.567752,0.451353,0.583359,0.483038,0.589094,0.483050 ,0.588548,0.462665,0.581520,0.465410,0.576934,0.504491,0.583484,0.506391,0.589094,0.483050,0.583359,0.483038,0.558852,0.520731 ,0.565922,0.528167,0.583484,0.506391,0.576934,0.504491,0.506170,0.531811,0.565922,0.528167,0.558852,0.520731,0.510260,0.524262 ,0.500935,0.503233,0.493077,0.504964,0.506170,0.531811,0.510260,0.524262,0.538052,0.457022,0.535504,0.453364,0.512570,0.478150 ,0.516674,0.480167,0.553815,0.515230,0.513936,0.518077,0.510260,0.524262,0.558852,0.520731,0.583359,0.483038,0.581520,0.465410 ,0.574501,0.469213,0.576343,0.483183,0.552431,0.454515,0.563940,0.457715,0.567752,0.451353,0.555228,0.448144,0.500935,0.503233 ,0.510260,0.524262,0.513936,0.518077,0.506155,0.501012,0.506155,0.501012,0.521446,0.481948,0.516674,0.480167,0.500935,0.503233 ,0.538052,0.457022,0.516674,0.480167,0.521446,0.481948,0.540443,0.463098,0.571005,0.497406,0.553815,0.515230,0.558852,0.520731 ,0.576934,0.504491,0.563940,0.457715,0.574501,0.469213,0.581520,0.465410,0.567752,0.451353,0.576343,0.483183,0.571005,0.497406 ,0.576934,0.504491,0.583359,0.483038,0.540443,0.463098,0.552431,0.454515,0.555228,0.448144,0.538052,0.457022,0.540443,0.463098 ,0.521446,0.481948,0.524967,0.483411,0.542279,0.465828,0.561361,0.460640,0.570853,0.470905,0.574501,0.469213,0.563940,0.457715 ,0.571704,0.482974,0.567142,0.495283,0.571005,0.497406,0.576343,0.483183,0.576343,0.483183,0.574501,0.469213,0.570853,0.470905 ,0.571704,0.482974,0.567142,0.495283,0.551794,0.510859,0.553815,0.515230,0.571005,0.497406,0.511317,0.500187,0.524967,0.483411 ,0.521446,0.481948,0.506155,0.501012,0.551794,0.510859,0.516775,0.513590,0.513936,0.518077,0.553815,0.515230,0.542279,0.465828 ,0.552319,0.458451,0.552431,0.454515,0.540443,0.463098,0.506155,0.501012,0.513936,0.518077,0.516775,0.513590,0.511317,0.500187 ,0.552319,0.458451,0.561361,0.460640,0.563940,0.457715,0.552431,0.454515,0.511317,0.500187,0.516775,0.513590,0.551794,0.510859 ,0.524967,0.483411,0.567142,0.495283,0.542279,0.465828,0.524967,0.483411,0.551794,0.510859,0.542279,0.465828,0.567142,0.495283 ,0.571704,0.482974,0.552319,0.458451,0.552319,0.458451,0.571704,0.482974,0.570853,0.470905,0.561361,0.460640,0.583484,0.506391 ,0.565922,0.528167,0.575023,0.540831,0.597101,0.483394,0.596280,0.461012,0.588548,0.462665,0.589094,0.483050,0.589094,0.483050 ,0.583484,0.506391,0.594204,0.510440,0.597101,0.483394,0.584790,0.539546,0.594204,0.510440,0.583484,0.506391,0.575023,0.540831 ,0.598400,0.437889,0.603095,0.415193,0.593068,0.412722,0.589967,0.435080,0.603095,0.415193,0.613012,0.390602,0.602000,0.384438 ,0.593068,0.412722,0.598400,0.437889,0.589967,0.435080,0.588548,0.462665,0.596280,0.461012,0.574811,0.568262,0.573615,0.599181 ,0.585245,0.598455,0.584785,0.568101,0.573615,0.599181,0.573933,0.621453,0.586046,0.621238,0.585245,0.598455,0.587835,0.640739 ,0.586046,0.621238,0.573933,0.621453,0.577424,0.642674,0.587835,0.640739,0.577424,0.642674,0.580364,0.665720,0.589106,0.665962 ,0.584790,0.539546,0.575023,0.540831,0.574811,0.568262,0.584785,0.568101,0.597101,0.483394,0.594204,0.510440,0.614533,0.514381 ,0.610345,0.484410,0.610345,0.484410,0.617403,0.459788,0.596280,0.461012,0.597101,0.483394,0.626286,0.444143,0.639104,0.423633 ,0.603095,0.415193,0.598400,0.437889,0.624031,0.658336,0.623934,0.635108,0.587835,0.640739,0.589106,0.665962,0.639104,0.423633 ,0.649252,0.400733,0.613012,0.390602,0.603095,0.415193,0.596280,0.461012,0.617403,0.459788,0.626286,0.444143,0.598400,0.437889 ,0.584785,0.568101,0.585245,0.598455,0.621906,0.591124,0.621241,0.569108,0.584790,0.539546,0.584785,0.568101,0.621241,0.569108 ,0.618089,0.541658,0.585245,0.598455,0.586046,0.621238,0.623786,0.612406,0.621906,0.591124,0.584790,0.539546,0.618089,0.541658 ,0.614533,0.514381,0.594204,0.510440,0.587835,0.640739,0.623934,0.635108,0.623786,0.612406,0.586046,0.621238,0.610345,0.484410 ,0.614533,0.514381,0.634978,0.516691,0.628302,0.486978,0.628302,0.486978,0.635132,0.463963,0.617403,0.459788,0.610345,0.484410 ,0.618089,0.541658,0.621241,0.569108,0.651759,0.561750,0.655347,0.534421,0.621241,0.569108,0.621906,0.591124,0.656288,0.584757 ,0.651759,0.561750,0.661942,0.630155,0.660006,0.604451,0.623786,0.612406,0.623934,0.635108,0.660561,0.652425,0.661942,0.630155 ,0.623934,0.635108,0.624031,0.658336,0.657250,0.454541,0.667945,0.430455,0.639104,0.423633,0.626286,0.444143,0.617403,0.459788 ,0.635132,0.463963,0.657250,0.454541,0.626286,0.444143,0.634978,0.516691,0.614533,0.514381,0.618089,0.541658,0.655347,0.534421 ,0.656288,0.584757,0.621906,0.591124,0.623786,0.612406,0.660006,0.604451,0.639104,0.423633,0.667945,0.430455,0.675258,0.411964 ,0.649252,0.400733,0.656288,0.584757,0.660006,0.604451,0.694355,0.599507,0.685619,0.582683,0.692133,0.654440,0.698068,0.626306 ,0.661942,0.630155,0.660561,0.652425,0.698068,0.626306,0.694355,0.599507,0.660006,0.604451,0.661942,0.630155,0.683390,0.450851 ,0.685614,0.437251,0.667945,0.430455,0.657250,0.454541,0.695864,0.429837,0.675258,0.411964,0.667945,0.430455,0.685614,0.437251 ,0.655347,0.534421,0.651759,0.561750,0.678415,0.558407,0.687584,0.534255,0.697151,0.460569,0.695864,0.429837,0.685614,0.437251 ,0.683390,0.450851,0.678415,0.558407,0.651759,0.561750,0.656288,0.584757,0.685619,0.582683,0.311036,0.261970,0.314489,0.242909 ,0.292141,0.244757,0.297436,0.263119,0.296583,0.226646,0.292141,0.244757,0.314489,0.242909,0.309426,0.220962,0.311036,0.261970 ,0.297436,0.263119,0.302353,0.276704,0.205816,0.146378,0.175213,0.149123,0.180187,0.167438,0.210480,0.158190,0.327697,0.287202 ,0.328267,0.275854,0.302353,0.276704,0.304201,0.297432,0.316798,0.317640,0.304201,0.297432,0.300848,0.318266,0.329695,0.302233 ,0.327697,0.287202,0.304201,0.297432,0.316798,0.317640,0.328267,0.275854,0.330190,0.260691,0.311036,0.261970,0.302353,0.276704 ,0.210480,0.158190,0.236897,0.150880,0.229385,0.139297,0.205816,0.146378,0.299047,0.216914,0.292045,0.222093,0.296583,0.226646 ,0.309426,0.220962,0.299047,0.216914,0.309426,0.220962,0.311163,0.193172,0.300883,0.191991,0.296583,0.226646,0.292045,0.222093 ,0.271561,0.230952,0.272755,0.239521,0.236845,0.218258,0.254069,0.232771,0.256883,0.226914,0.241234,0.213907,0.241234,0.213907 ,0.225335,0.202511,0.221383,0.206933,0.236845,0.218258,0.256883,0.226914,0.254069,0.232771,0.272755,0.239521,0.271561,0.230952 ,0.217027,0.189888,0.212787,0.173579,0.202474,0.171678,0.210325,0.190849,0.221383,0.206933,0.225335,0.202511,0.217027,0.189888 ,0.210325,0.190849,0.202474,0.171678,0.212787,0.173579,0.217791,0.165336,0.210480,0.158190,0.210480,0.158190,0.217791,0.165336 ,0.236897,0.150880,0.299047,0.216914,0.300883,0.191991,0.281849,0.204191,0.292045,0.222093,0.231481,0.175152,0.236897,0.150880 ,0.217791,0.165336,0.253012,0.190477,0.267716,0.169165,0.236897,0.150880,0.231481,0.175152,0.281849,0.204191,0.300883,0.191991 ,0.267716,0.169165,0.253012,0.190477,0.292045,0.222093,0.281849,0.204191,0.271561,0.230952,0.217027,0.189888,0.231481,0.175152 ,0.217791,0.165336,0.212787,0.173579,0.253012,0.190477,0.241234,0.213907,0.256883,0.226914,0.281849,0.204191,0.271561,0.230952 ,0.281849,0.204191,0.256883,0.226914,0.241234,0.213907,0.253012,0.190477,0.231481,0.175152,0.225335,0.202511,0.225335,0.202511 ,0.231481,0.175152,0.217027,0.189888,0.285256,0.143590,0.258511,0.129066,0.236897,0.150880,0.267716,0.169165,0.309800,0.166412 ,0.285256,0.143590,0.267716,0.169165,0.300883,0.191991,0.300883,0.191991,0.311163,0.193172,0.318964,0.170089,0.309800,0.166412 ,0.236897,0.150880,0.258511,0.129066,0.245609,0.122289,0.229385,0.139297,0.298346,0.123033,0.274091,0.112525,0.258511,0.129066 ,0.285256,0.143590,0.316458,0.145583,0.298346,0.123033,0.285256,0.143590,0.309800,0.166412,0.332896,0.171410,0.334925,0.148008 ,0.323870,0.143273,0.318964,0.170089,0.303703,0.117426,0.270704,0.102535,0.274091,0.112525,0.298346,0.123033,0.323870,0.143273 ,0.303703,0.117426,0.298346,0.123033,0.316458,0.145583,0.332956,0.220695,0.331189,0.194609,0.311163,0.193172,0.309426,0.220962 ,0.331189,0.194609,0.332896,0.171410,0.318964,0.170089,0.311163,0.193172,0.309426,0.220962,0.314489,0.242909,0.332813,0.242595 ,0.332956,0.220695,0.311036,0.261970,0.330190,0.260691,0.332813,0.242595,0.314489,0.242909,0.197579,0.121859,0.171359,0.129675 ,0.175213,0.149123,0.205816,0.146378,0.229385,0.139297,0.245609,0.122289,0.240060,0.103151,0.221763,0.113345,0.240060,0.103151 ,0.245609,0.122289,0.270704,0.102535,0.261962,0.090217,0.205816,0.146378,0.229385,0.139297,0.221763,0.113345,0.197579,0.121859 ,0.316798,0.317640,0.332852,0.317321,0.329695,0.302233,0.341539,0.260289,0.342374,0.241411,0.332813,0.242595,0.330190,0.260691 ,0.340467,0.302567,0.339795,0.287194,0.327697,0.287202,0.329695,0.302233,0.340890,0.275315,0.341539,0.260289,0.330190,0.260691 ,0.328267,0.275854,0.339795,0.287194,0.340890,0.275315,0.328267,0.275854,0.327697,0.287202,0.340291,0.194774,0.341510,0.171461 ,0.332896,0.171410,0.331189,0.194609,0.341308,0.220292,0.340291,0.194774,0.331189,0.194609,0.332956,0.220695,0.341510,0.171461 ,0.344934,0.146526,0.334925,0.148008,0.332896,0.171410,0.341308,0.220292,0.332956,0.220695,0.332813,0.242595,0.342374,0.241411 ,0.197579,0.121859,0.221763,0.113345,0.218130,0.103108,0.194504,0.111658,0.221763,0.113345,0.240060,0.103151,0.236659,0.093410 ,0.218130,0.103108,0.236659,0.093410,0.240060,0.103151,0.261962,0.090217,0.258337,0.079389,0.194504,0.111658,0.168132,0.120200 ,0.171359,0.129675,0.197579,0.121859,0.340467,0.302567,0.329695,0.302233,0.332852,0.317321,0.342593,0.316747,0.134627,0.103371 ,0.138719,0.114513,0.153339,0.121644,0.136074,0.088418,0.136074,0.088418,0.153339,0.121644,0.168132,0.120200,0.145867,0.072868 ,0.145867,0.072868,0.168132,0.120200,0.194504,0.111658,0.160873,0.060345,0.160873,0.060345,0.194504,0.111658,0.218130,0.103108 ,0.181404,0.046384,0.181404,0.046384,0.218130,0.103108,0.236659,0.093410,0.200536,0.035752,0.200536,0.035752,0.236420,0.046357 ,0.224444,0.028398,0.200536,0.035752,0.258337,0.079389,0.236420,0.046357,0.200536,0.035752,0.236659,0.093410,0.258337,0.079389 ,0.273438,0.074930,0.258337,0.079389,0.261962,0.090217,0.277741,0.081731,0.277741,0.081731,0.261962,0.090217,0.270704,0.102535 ,0.282314,0.089939,0.277741,0.081731,0.282314,0.089939,0.289808,0.075552,0.273438,0.074930,0.277741,0.081731,0.289808,0.075552 ,0.298010,0.085037,0.305963,0.091121,0.313327,0.085308,0.299728,0.075221,0.282314,0.089939,0.300040,0.099059,0.305963,0.091121 ,0.298010,0.085037,0.334925,0.148008,0.338239,0.126446,0.332767,0.127790,0.323870,0.143273,0.344934,0.146526,0.343915,0.129060 ,0.338239,0.126446,0.334925,0.148008,0.273438,0.074930,0.269673,0.054611,0.260859,0.036207,0.224444,0.028398,0.273438,0.074930 ,0.260859,0.036207,0.224444,0.028398,0.258337,0.079389,0.273438,0.074930,0.224444,0.028398,0.236420,0.046357,0.258337,0.079389 ,0.245609,0.122289,0.258511,0.129066,0.274091,0.112525,0.270704,0.102535,0.309800,0.166412,0.318964,0.170089,0.323870,0.143273 ,0.316458,0.145583,0.240852,0.022328,0.224444,0.028398,0.260859,0.036207,0.327605,0.100041,0.313327,0.085308,0.305963,0.091121 ,0.321992,0.104585,0.321992,0.104585,0.338037,0.122997,0.342644,0.116353,0.327605,0.100041,0.321992,0.104585,0.316734,0.114453 ,0.332767,0.127790,0.338037,0.122997,0.300040,0.099059,0.316734,0.114453,0.321992,0.104585,0.305963,0.091121,0.300040,0.099059 ,0.303703,0.117426,0.316734,0.114453,0.300040,0.099059,0.282314,0.089939,0.270704,0.102535,0.303703,0.117426,0.323870,0.143273 ,0.332767,0.127790,0.316734,0.114453,0.303703,0.117426,0.087298,0.740770,0.067174,0.765217,0.049732,0.772336,0.080613,0.834520 ,0.071716,0.864464,0.054305,0.859203,0.060788,0.830565,0.054305,0.859203,0.071716,0.864464,0.044807,0.892436,0.071572,0.795705 ,0.080613,0.834520,0.060788,0.830565,0.068701,0.915952,0.071530,0.935430,0.049683,0.946893,0.035332,0.915336,0.079584,0.891596 ,0.068701,0.915952,0.035332,0.915336,0.044807,0.892436,0.137345,0.704614,0.128144,0.728416,0.101125,0.720178,0.108875,0.701422 ,0.083816,0.954593,0.089984,0.977634,0.068045,0.978516,0.063000,0.960898,0.049683,0.946893,0.071530,0.935430,0.083816,0.954593 ,0.063000,0.960898,0.121605,0.756511,0.115135,0.776331,0.067174,0.765217,0.087298,0.740770,0.115135,0.776331,0.104370,0.800454 ,0.071572,0.795705,0.067174,0.765217,0.101125,0.720178,0.128144,0.728416,0.121605,0.756511,0.087298,0.740770,0.079584,0.891596 ,0.044807,0.892436,0.071716,0.864464,0.092771,0.867001,0.071572,0.795705,0.104370,0.800454,0.102622,0.834459,0.080613,0.834520 ,0.102622,0.834459,0.092771,0.867001,0.071716,0.864464,0.080613,0.834520,0.104555,0.919377,0.102321,0.937479,0.071530,0.935430 ,0.068701,0.915952,0.109142,0.893865,0.104555,0.919377,0.068701,0.915952,0.079584,0.891596,0.141610,0.925143,0.138605,0.945766 ,0.102321,0.937479,0.104555,0.919377,0.142468,0.906724,0.141610,0.925143,0.104555,0.919377,0.109142,0.893865,0.128940,0.838049 ,0.118266,0.869065,0.092771,0.867001,0.102622,0.834459,0.157151,0.841323,0.150688,0.879052,0.118266,0.869065,0.128940,0.838049 ,0.109142,0.893865,0.079584,0.891596,0.092771,0.867001,0.118266,0.869065,0.109142,0.893865,0.118266,0.869065,0.150688,0.879052 ,0.142468,0.906724,0.105623,0.956029,0.110413,0.976858,0.089984,0.977634,0.083816,0.954593,0.071530,0.935430,0.102321,0.937479 ,0.105623,0.956029,0.083816,0.954593,0.138605,0.945766,0.136973,0.961857,0.105623,0.956029,0.102321,0.937479,0.105623,0.956029 ,0.136973,0.961857,0.136939,0.978375,0.110413,0.976858,0.137345,0.704614,0.159654,0.711874,0.152878,0.736614,0.128144,0.728416 ,0.152878,0.736614,0.159654,0.711874,0.189928,0.720450,0.181352,0.745022,0.159220,0.765779,0.154162,0.780493,0.115135,0.776331 ,0.121605,0.756511,0.128144,0.728416,0.152878,0.736614,0.159220,0.765779,0.121605,0.756511,0.181352,0.745022,0.159220,0.765779 ,0.152878,0.736614,0.115135,0.776331,0.154162,0.780493,0.136322,0.805425,0.104370,0.800454,0.136322,0.805425,0.154162,0.780493 ,0.167301,0.805223,0.136322,0.805425,0.128940,0.838049,0.102622,0.834459,0.104370,0.800454,0.136322,0.805425,0.167301,0.805223 ,0.157151,0.841323,0.128940,0.838049,0.166889,0.839852,0.179249,0.798598,0.186429,0.806029,0.177975,0.842526,0.177975,0.842526 ,0.173285,0.878873,0.161485,0.876732,0.166889,0.839852,0.157151,0.841323,0.167301,0.805223,0.179249,0.798598,0.166889,0.839852 ,0.166889,0.839852,0.161485,0.876732,0.150688,0.879052,0.157151,0.841323,0.155731,0.903381,0.150525,0.927107,0.141610,0.925143 ,0.142468,0.906724,0.148982,0.945590,0.148513,0.963054,0.136973,0.961857,0.138605,0.945766,0.189928,0.720450,0.198044,0.719664 ,0.190729,0.749289,0.181352,0.745022,0.136973,0.961857,0.148513,0.963054,0.145792,0.980691,0.136939,0.978375,0.141610,0.925143 ,0.150525,0.927107,0.148982,0.945590,0.138605,0.945766,0.155731,0.903381,0.142468,0.906724,0.150688,0.879052,0.161485,0.876732 ,0.161099,0.946904,0.159500,0.962134,0.148513,0.963054,0.148982,0.945590,0.168628,0.906996,0.163199,0.929033,0.150525,0.927107 ,0.155731,0.903381,0.159500,0.962134,0.156431,0.982693,0.145792,0.980691,0.148513,0.963054,0.163199,0.929033,0.161099,0.946904 ,0.148982,0.945590,0.150525,0.927107,0.190729,0.749289,0.198044,0.719664,0.207792,0.723926,0.202564,0.738211,0.173285,0.878873 ,0.168628,0.906996,0.155731,0.903381,0.161485,0.876732,0.178194,0.879239,0.177065,0.903862,0.168628,0.906996,0.173285,0.878873 ,0.185655,0.843395,0.178194,0.879239,0.173285,0.878873,0.177975,0.842526,0.186429,0.806029,0.205769,0.814753,0.185655,0.843395 ,0.177975,0.842526,0.200714,0.942547,0.195417,0.963521,0.159500,0.962134,0.161099,0.946904,0.195417,0.963521,0.187545,0.982600 ,0.156431,0.982693,0.159500,0.962134,0.168628,0.906996,0.177065,0.903862,0.197205,0.920809,0.163199,0.929033,0.235836,0.727941 ,0.223448,0.739269,0.202564,0.738211,0.207792,0.723926,0.232044,0.963358,0.221614,0.980503,0.187545,0.982600,0.195417,0.963521 ,0.200714,0.942547,0.197205,0.920809,0.247182,0.927287,0.237552,0.946530,0.237552,0.946530,0.232044,0.963358,0.195417,0.963521 ,0.200714,0.942547,0.262360,0.754921,0.239467,0.760007,0.223448,0.739269,0.262360,0.754921,0.223448,0.739269,0.235836,0.727941 ,0.270468,0.738751,0.163199,0.929033,0.197205,0.920809,0.200714,0.942547,0.161099,0.946904,0.289615,0.965318,0.282221,0.982034 ,0.221614,0.980503,0.232044,0.963358,0.260992,0.792876,0.244116,0.790552,0.239467,0.760007,0.262360,0.754921,0.296214,0.948050 ,0.289615,0.965318,0.232044,0.963358,0.237552,0.946530,0.237552,0.946530,0.247182,0.927287,0.297409,0.927778,0.296214,0.948050 ,0.228813,0.807799,0.244116,0.790552,0.260992,0.792876,0.270906,0.811324,0.260992,0.792876,0.304489,0.803340,0.307481,0.825463 ,0.270906,0.811324,0.325736,0.764432,0.314469,0.781024,0.262360,0.754921,0.270468,0.738751,0.304489,0.803340,0.260992,0.792876 ,0.262360,0.754921,0.314469,0.781024,0.186138,0.879193,0.178194,0.879239,0.185655,0.843395,0.193155,0.845758,0.186138,0.879193 ,0.186048,0.900111,0.177065,0.903862,0.178194,0.879239,0.177065,0.903862,0.186048,0.900111,0.199953,0.912138,0.197205,0.920809 ,0.197205,0.920809,0.199953,0.912138,0.248039,0.918836,0.247182,0.927287,0.247182,0.927287,0.248039,0.918836,0.298251,0.919849 ,0.297409,0.927778,0.270906,0.811324,0.307481,0.825463,0.301616,0.831456,0.268561,0.820820,0.228813,0.807799,0.270906,0.811324 ,0.268561,0.820820,0.229560,0.816430,0.205769,0.814753,0.228813,0.807799,0.229560,0.816430,0.209912,0.820259,0.209912,0.820259 ,0.193155,0.845758,0.185655,0.843395,0.205769,0.814753,0.220780,0.856209,0.193155,0.845758,0.209912,0.820259,0.227154,0.833378 ,0.211015,0.887451,0.186138,0.879193,0.193155,0.845758,0.220780,0.856209,0.186138,0.879193,0.211015,0.887451,0.199953,0.912138 ,0.186048,0.900111,0.209912,0.820259,0.229560,0.816430,0.227154,0.833378,0.260992,0.868057,0.220780,0.856209,0.227154,0.833378 ,0.266511,0.843657,0.253648,0.895375,0.211015,0.887451,0.220780,0.856209,0.260992,0.868057,0.229560,0.816430,0.268561,0.820820 ,0.266511,0.843657,0.227154,0.833378,0.199953,0.912138,0.211015,0.887451,0.253648,0.895375,0.248039,0.918836,0.301616,0.831456 ,0.301401,0.849423,0.266511,0.843657,0.268561,0.820820,0.260992,0.868057,0.266511,0.843657,0.301401,0.849423,0.300944,0.871140 ,0.253648,0.895375,0.260992,0.868057,0.300944,0.871140,0.300224,0.898358,0.298251,0.919849,0.248039,0.918836,0.253648,0.895375 ,0.300224,0.898358,0.166099,0.768123,0.161761,0.780258,0.154162,0.780493,0.159220,0.765779,0.154162,0.780493,0.161761,0.780258 ,0.179249,0.798598,0.167301,0.805223,0.181352,0.745022,0.190729,0.749289,0.166099,0.768123,0.159220,0.765779,0.233322,0.762477 ,0.219150,0.746921,0.223448,0.739269,0.239467,0.760007,0.223448,0.739269,0.219150,0.746921,0.190729,0.749289,0.202564,0.738211 ,0.228813,0.807799,0.223960,0.803062,0.236645,0.788159,0.244116,0.790552,0.236645,0.788159,0.233322,0.762477,0.239467,0.760007 ,0.244116,0.790552,0.204505,0.808265,0.223960,0.803062,0.228813,0.807799,0.205769,0.814753,0.204505,0.808265,0.205769,0.814753 ,0.186429,0.806029,0.179249,0.798598,0.204228,0.762613,0.233322,0.762477,0.236645,0.788159,0.209271,0.781229,0.223960,0.803062 ,0.198537,0.793934,0.209271,0.781229,0.236645,0.788159,0.223960,0.803062,0.204505,0.808265,0.198537,0.793934,0.204228,0.762613 ,0.219150,0.746921,0.233322,0.762477,0.204228,0.762613,0.187823,0.767265,0.166099,0.768123,0.190729,0.749289,0.187823,0.767265 ,0.184046,0.784583,0.161761,0.780258,0.166099,0.768123,0.204228,0.762613,0.190729,0.749289,0.219150,0.746921,0.179249,0.798598 ,0.161761,0.780258,0.184046,0.784583,0.198537,0.793934,0.198537,0.793934,0.204505,0.808265,0.179249,0.798598,0.184046,0.784583 ,0.209271,0.781229,0.198537,0.793934,0.187823,0.767265,0.204228,0.762613,0.209271,0.781229,0.187823,0.767265,0.209271,0.781229 ,0.184046,0.784583,0.305447,0.933625,0.297409,0.927778,0.298251,0.919849,0.305447,0.933625,0.298251,0.919849,0.304796,0.919656 ,0.305447,0.933625,0.304796,0.919656,0.308792,0.925571,0.305447,0.933625,0.308792,0.925571,0.320800,0.928172,0.320633,0.936700 ,0.320633,0.936700,0.320800,0.928172,0.338847,0.929678,0.341535,0.937665,0.304796,0.919656,0.298251,0.919849,0.300224,0.898358 ,0.307250,0.898353,0.308906,0.872451,0.300944,0.871140,0.301401,0.849423,0.308581,0.850544,0.300224,0.898358,0.300944,0.871140 ,0.308906,0.872451,0.307250,0.898353,0.310270,0.835323,0.308581,0.850544,0.301401,0.849423,0.301616,0.831456,0.326925,0.826313 ,0.324891,0.838211,0.310270,0.835323,0.307481,0.825463,0.351342,0.842097,0.340469,0.848815,0.324891,0.838211,0.326925,0.826313 ,0.359620,0.871650,0.351818,0.875472,0.340469,0.848815,0.351342,0.842097,0.341535,0.937665,0.338847,0.929678,0.344091,0.926663 ,0.347546,0.936171,0.362344,0.876920,0.353916,0.883070,0.351818,0.875472,0.359620,0.871650,0.344285,0.912411,0.338500,0.911865 ,0.341610,0.892936,0.347962,0.895037,0.347962,0.895037,0.341610,0.892936,0.351818,0.875472,0.353916,0.883070,0.338500,0.911865 ,0.344285,0.912411,0.344091,0.926663,0.338847,0.929678,0.355341,0.942018,0.353576,0.947056,0.341535,0.937665,0.347546,0.936171 ,0.366317,0.943372,0.367715,0.949309,0.353576,0.947056,0.355341,0.942018,0.375997,0.872560,0.374337,0.878860,0.362344,0.876920 ,0.359620,0.871650,0.384761,0.883375,0.380559,0.885821,0.374337,0.878860,0.375997,0.872560,0.390824,0.901910,0.384958,0.903532 ,0.380559,0.885821,0.384761,0.883375,0.366317,0.943372,0.378579,0.931673,0.383698,0.934620,0.367715,0.949309,0.323575,0.902530 ,0.307250,0.898353,0.308906,0.872451,0.326098,0.881413,0.326098,0.881413,0.308906,0.872451,0.308581,0.850544,0.328157,0.856506 ,0.320800,0.928172,0.308792,0.925571,0.304796,0.919656,0.304796,0.919656,0.307250,0.898353,0.323575,0.902530,0.320800,0.928172 ,0.320800,0.928172,0.323575,0.902530,0.338500,0.911865,0.338847,0.929678,0.323575,0.902530,0.326098,0.881413,0.341610,0.892936 ,0.338500,0.911865,0.308581,0.850544,0.310270,0.835323,0.324891,0.838211,0.328157,0.856506,0.340469,0.848815,0.351818,0.875472 ,0.328157,0.856506,0.324891,0.838211,0.326098,0.881413,0.328157,0.856506,0.351818,0.875472,0.341610,0.892936,0.360658,0.932179 ,0.344091,0.926663,0.344285,0.912411,0.365107,0.913116,0.355341,0.942018,0.360658,0.932179,0.378579,0.931673,0.366317,0.943372 ,0.365107,0.913116,0.344285,0.912411,0.347962,0.895037,0.366724,0.895682,0.374337,0.878860,0.380559,0.885821,0.366724,0.895682 ,0.362344,0.876920,0.347546,0.936171,0.344091,0.926663,0.360658,0.932179,0.355341,0.942018,0.383113,0.918301,0.365107,0.913116 ,0.384958,0.903532,0.384958,0.903532,0.365107,0.913116,0.366724,0.895682,0.380559,0.885821,0.353916,0.883070,0.362344,0.876920 ,0.366724,0.895682,0.347962,0.895037,0.310270,0.835323,0.301616,0.831456,0.307481,0.825463,0.916545,0.866866,0.940788,0.878273 ,0.943593,0.861128,0.923809,0.851520,0.682050,0.758269,0.671800,0.749876,0.670174,0.754239,0.678482,0.762111,0.682057,0.842475 ,0.683178,0.846019,0.699476,0.850499,0.694045,0.834574,0.770204,0.866260,0.783429,0.864953,0.790287,0.851070,0.764325,0.858682 ,0.726962,0.826413,0.699476,0.850499,0.713296,0.870177,0.744045,0.843152,0.819236,0.864554,0.826393,0.829388,0.805002,0.840232 ,0.809700,0.857313,0.829434,0.903925,0.846430,0.898905,0.847653,0.883768,0.826684,0.896931,0.813636,0.905567,0.826684,0.896931 ,0.816978,0.889324,0.809755,0.901059,0.812505,0.887090,0.819236,0.864554,0.809700,0.857313,0.807703,0.885610,0.795922,0.881587 ,0.797797,0.898270,0.804633,0.899322,0.807703,0.885610,0.806135,0.903499,0.812505,0.887090,0.807703,0.885610,0.804633,0.899322 ,0.826684,0.896931,0.847653,0.883768,0.828322,0.870164,0.816978,0.889324,0.847653,0.883768,0.842133,0.851522,0.828322,0.870164 ,0.790287,0.851070,0.809700,0.857313,0.805002,0.840232,0.812322,0.908890,0.829434,0.903925,0.826684,0.896931,0.813636,0.905567 ,0.790287,0.851070,0.795922,0.881587,0.807703,0.885610,0.809700,0.857313,0.795756,0.902734,0.806135,0.903499,0.804633,0.899322 ,0.797797,0.898270,0.805002,0.840232,0.798709,0.818393,0.790981,0.832985,0.756656,0.884232,0.770204,0.866260,0.764325,0.858682 ,0.748048,0.881391,0.297409,0.927778,0.305447,0.933625,0.296214,0.948050,0.744045,0.843152,0.724561,0.878152,0.748048,0.881391 ,0.764325,0.858682,0.875729,0.902209,0.888901,0.925267,0.912217,0.917352,0.897708,0.894421,0.956856,0.900976,0.946958,0.887964 ,0.937319,0.887746,0.950511,0.907264,0.727316,0.927968,0.729411,0.949924,0.734183,0.947422,0.733318,0.928792,0.683208,0.884869 ,0.713296,0.870177,0.699476,0.850499,0.674168,0.874087,0.954068,0.937779,0.971349,0.943998,0.971481,0.937891,0.957987,0.929755 ,0.858511,0.906299,0.862090,0.927847,0.878750,0.928922,0.875729,0.902209,0.865205,0.867176,0.842133,0.851522,0.847653,0.883768 ,0.805002,0.840232,0.773752,0.845993,0.790287,0.851070,0.972425,0.880609,0.984229,0.876893,0.981825,0.873181,0.971543,0.874556 ,0.744045,0.843152,0.713296,0.870177,0.724561,0.878152,0.773752,0.845993,0.744045,0.843152,0.764325,0.858682,0.790287,0.851070 ,0.871238,0.950723,0.878750,0.928922,0.862090,0.927847,0.859638,0.946662,0.716444,0.886479,0.724561,0.878152,0.713296,0.870177 ,0.714044,0.884853,0.875729,0.902209,0.878750,0.928922,0.888901,0.925267,0.647824,0.815659,0.629543,0.815870,0.628318,0.826414 ,0.645349,0.827279,0.684498,0.796335,0.683749,0.799193,0.692613,0.806542,0.695504,0.795556,0.758897,0.772514,0.746060,0.773726 ,0.741989,0.779435,0.757703,0.787498,0.752440,0.904716,0.756656,0.884232,0.748048,0.881391,0.744894,0.903720,0.950511,0.907264 ,0.937319,0.887746,0.921078,0.909379,0.943400,0.919959,0.927901,0.944714,0.922964,0.924620,0.912217,0.917352,0.917750,0.946532 ,0.728653,0.775615,0.706946,0.773293,0.704477,0.780371,0.732364,0.785278,0.687092,0.892352,0.714044,0.884853,0.713296,0.870177 ,0.683208,0.884869,0.897708,0.894421,0.912217,0.917352,0.921078,0.909379,0.694045,0.834574,0.699476,0.850499,0.726962,0.826413 ,0.916545,0.866866,0.937319,0.887746,0.940788,0.878273,0.971543,0.874556,0.981825,0.873181,0.981420,0.866347,0.971355,0.864783 ,0.897708,0.894421,0.893097,0.855313,0.865205,0.867176,0.875729,0.902209,0.805002,0.840232,0.790981,0.832985,0.773752,0.845993 ,0.733318,0.928792,0.734183,0.947422,0.745195,0.946558,0.744841,0.926577,0.875729,0.902209,0.865205,0.867176,0.847653,0.883768 ,0.858511,0.906299,0.681995,0.778899,0.695504,0.795556,0.704477,0.780371,0.689602,0.772018,0.915134,0.966100,0.923459,0.982448 ,0.930388,0.980283,0.924683,0.964248,0.897708,0.894421,0.921078,0.909379,0.937319,0.887746,0.916545,0.866866,0.746509,0.951905 ,0.745195,0.946558,0.734183,0.947422,0.734259,0.953136,0.667674,0.750229,0.659622,0.757154,0.663844,0.760424,0.670174,0.754239 ,0.623262,0.814013,0.621443,0.826289,0.628318,0.826414,0.629543,0.815870,0.681995,0.778899,0.671737,0.769153,0.666987,0.773276 ,0.676775,0.782874,0.695504,0.795556,0.681995,0.778899,0.676775,0.782874,0.684498,0.796335,0.959137,0.863656,0.971355,0.864783 ,0.972199,0.859292,0.960376,0.857182,0.641144,0.915462,0.646225,0.909389,0.639546,0.901260,0.633031,0.905848,0.943593,0.861128 ,0.959137,0.863656,0.960376,0.857182,0.946855,0.854282,0.857083,0.963550,0.859638,0.946662,0.852003,0.945881,0.849593,0.963389 ,0.854962,0.980218,0.857083,0.963550,0.849593,0.963389,0.851503,0.983279,0.871238,0.950723,0.867108,0.967382,0.874202,0.970932 ,0.879114,0.953698,0.878750,0.928922,0.871238,0.950723,0.879114,0.953698,0.885476,0.937468,0.666083,0.828194,0.645349,0.827279 ,0.645173,0.834654,0.664206,0.836382,0.694045,0.834574,0.666083,0.828194,0.664206,0.836382,0.682057,0.842475,0.647824,0.815659 ,0.668431,0.814190,0.667941,0.807588,0.648541,0.809442,0.629543,0.815870,0.647824,0.815659,0.648541,0.809442,0.627432,0.809916 ,0.915134,0.966100,0.904683,0.950593,0.901388,0.955356,0.909627,0.971473,0.923459,0.982448,0.915134,0.966100,0.909627,0.971473 ,0.920621,0.986253,0.655191,0.888363,0.674168,0.874087,0.667978,0.867950,0.649677,0.881698,0.639546,0.901260,0.655191,0.888363 ,0.649677,0.881698,0.632334,0.898750,0.635866,0.919039,0.641144,0.915462,0.633031,0.905848,0.629143,0.911830,0.616746,0.813637 ,0.615227,0.823061,0.621443,0.826289,0.623262,0.814013,0.663915,0.747739,0.657598,0.752529,0.659622,0.757154,0.667674,0.750229 ,0.746651,0.957728,0.746509,0.951905,0.734259,0.953136,0.736870,0.959093,0.646225,0.909389,0.663272,0.897849,0.655191,0.888363 ,0.639546,0.901260,0.663272,0.897849,0.683208,0.884869,0.674168,0.874087,0.655191,0.888363,0.935700,0.981170,0.932923,0.962215 ,0.924683,0.964248,0.930388,0.980283,0.932923,0.962215,0.927901,0.944714,0.917750,0.946532,0.924683,0.964248,0.647078,0.917086 ,0.667778,0.904555,0.663272,0.897849,0.646225,0.909389,0.667778,0.904555,0.687092,0.892352,0.683208,0.884869,0.663272,0.897849 ,0.888901,0.925267,0.904683,0.950593,0.917750,0.946532,0.912217,0.917352,0.904683,0.950593,0.915134,0.966100,0.924683,0.964248 ,0.917750,0.946532,0.980947,0.929041,0.969729,0.913488,0.963848,0.919143,0.975512,0.930816,0.969729,0.913488,0.956856,0.900976 ,0.950511,0.907264,0.963848,0.919143,0.925170,0.922384,0.938947,0.928755,0.943400,0.919959,0.921078,0.909379,0.938947,0.928755 ,0.954068,0.937779,0.957987,0.929755,0.943400,0.919959,0.692613,0.806542,0.668431,0.814190,0.666083,0.828194,0.694045,0.834574 ,0.668431,0.814190,0.647824,0.815659,0.645349,0.827279,0.666083,0.828194,0.975512,0.930816,0.963848,0.919143,0.957987,0.929755 ,0.971481,0.937891,0.963848,0.919143,0.950511,0.907264,0.943400,0.919959,0.957987,0.929755,0.716444,0.886479,0.724672,0.908013 ,0.731684,0.906599,0.724561,0.878152,0.724672,0.908013,0.727316,0.927968,0.733318,0.928792,0.731684,0.906599,0.861695,0.982382 ,0.867108,0.967382,0.857083,0.963550,0.854962,0.980218,0.867108,0.967382,0.871238,0.950723,0.859638,0.946662,0.857083,0.963550 ,0.750156,0.948389,0.750933,0.925204,0.744841,0.926577,0.745195,0.946558,0.750933,0.925204,0.752440,0.904716,0.744894,0.903720 ,0.744841,0.926577,0.724561,0.878152,0.731684,0.906599,0.744894,0.903720,0.748048,0.881391,0.731684,0.906599,0.733318,0.928792 ,0.744841,0.926577,0.744894,0.903720,0.706946,0.773293,0.693029,0.766272,0.689602,0.772018,0.704477,0.780371,0.693029,0.766272 ,0.682050,0.758269,0.678482,0.762111,0.689602,0.772018,0.947786,0.885444,0.960495,0.883149,0.958911,0.875694,0.940788,0.878273 ,0.960495,0.883149,0.972425,0.880609,0.971543,0.874556,0.958911,0.875694,0.940788,0.878273,0.958911,0.875694,0.959137,0.863656 ,0.943593,0.861128,0.958911,0.875694,0.971543,0.874556,0.971355,0.864783,0.959137,0.863656,0.663844,0.760424,0.671737,0.769153 ,0.678482,0.762111,0.670174,0.754239,0.671737,0.769153,0.681995,0.778899,0.689602,0.772018,0.678482,0.762111,0.904683,0.950593 ,0.888901,0.925267,0.888155,0.937242,0.901388,0.955356,0.674168,0.874087,0.699476,0.850499,0.683178,0.846019,0.667978,0.867950 ,0.859638,0.946662,0.862090,0.927847,0.853703,0.929336,0.852003,0.945881,0.940788,0.878273,0.937319,0.887746,0.946958,0.887964 ,0.947786,0.885444,0.878750,0.928922,0.885476,0.937468,0.888155,0.937242,0.888901,0.925267,0.671737,0.769153,0.663844,0.760424 ,0.658783,0.761951,0.666987,0.773276,0.645349,0.827279,0.628318,0.826414,0.625130,0.832185,0.645173,0.834654,0.867108,0.967382 ,0.861695,0.982382,0.863787,0.986610,0.874202,0.970932,0.668431,0.814190,0.692613,0.806542,0.683749,0.799193,0.667941,0.807588 ,0.862090,0.927847,0.858511,0.906299,0.850940,0.912406,0.853703,0.929336,0.909593,0.840039,0.923809,0.851520,0.931444,0.845586 ,0.917569,0.836162,0.813636,0.905567,0.809755,0.901059,0.806135,0.903499,0.812322,0.908890,0.797797,0.898270,0.795922,0.881587 ,0.790939,0.882664,0.795756,0.902734,0.809755,0.901059,0.816978,0.889324,0.812505,0.887090,0.806135,0.903499,0.816978,0.889324 ,0.828322,0.870164,0.819236,0.864554,0.812505,0.887090,0.795922,0.881587,0.790287,0.851070,0.783429,0.864953,0.790939,0.882664 ,0.828322,0.870164,0.842133,0.851522,0.827775,0.836940,0.819236,0.864554,0.858511,0.906299,0.847653,0.883768,0.846430,0.898905 ,0.850940,0.912406,0.923809,0.851520,0.943593,0.861128,0.946855,0.854282,0.931444,0.845586,0.921078,0.909379,0.912217,0.917352 ,0.922964,0.924620,0.925170,0.922384,0.971355,0.864783,0.981420,0.866347,0.983324,0.862916,0.972199,0.859292,0.378579,0.931673 ,0.360658,0.932179,0.365107,0.913116,0.383113,0.918301,0.389809,0.918994,0.383113,0.918301,0.384958,0.903532,0.390824,0.901910 ,0.383698,0.934620,0.378579,0.931673,0.383113,0.918301,0.389809,0.918994,0.695504,0.795556,0.692613,0.806542,0.722318,0.806384 ,0.692613,0.806542,0.694045,0.834574,0.726962,0.826413,0.722318,0.806384,0.704477,0.780371,0.695504,0.795556,0.722318,0.806384 ,0.732364,0.785278,0.318062,0.948497,0.321137,0.963275,0.289615,0.965318,0.296214,0.948050,0.320633,0.936700,0.318062,0.948497 ,0.296214,0.948050,0.305447,0.933625,0.798709,0.818393,0.805002,0.840232,0.817124,0.806691,0.800740,0.808018,0.826393,0.829388 ,0.830148,0.815366,0.817124,0.806691,0.805002,0.840232,0.289615,0.965318,0.321137,0.963275,0.322402,0.980993,0.282221,0.982034 ,0.835730,0.826845,0.827775,0.836940,0.842133,0.851522,0.849467,0.828177,0.746060,0.773726,0.728653,0.775615,0.732364,0.785278 ,0.741989,0.779435,0.905740,0.817897,0.896470,0.820448,0.909593,0.840039,0.917569,0.836162,0.860201,0.834417,0.849467,0.828177 ,0.842133,0.851522,0.865205,0.867176,0.893097,0.855313,0.916545,0.866866,0.923809,0.851520,0.909593,0.840039,0.893097,0.855313 ,0.897708,0.894421,0.916545,0.866866,0.325736,0.764432,0.356044,0.778769,0.357558,0.786260,0.314469,0.781024,0.348653,0.825028 ,0.351342,0.842097,0.326925,0.826313,0.304489,0.803340,0.348565,0.807730,0.326925,0.826313,0.307481,0.825463,0.348653,0.825028 ,0.326925,0.826313,0.348565,0.807730,0.860201,0.834417,0.865205,0.867176,0.893097,0.855313,0.881546,0.826716,0.893097,0.855313 ,0.909593,0.840039,0.896470,0.820448,0.881546,0.826716,0.348565,0.807730,0.304489,0.803340,0.314469,0.781024,0.357558,0.786260 ,0.118580,0.227181,0.119187,0.223311,0.120349,0.224737,0.032334,0.496834,0.016717,0.498860,0.016717,0.527559,0.054317,0.524144 ,0.049945,0.595323,0.016717,0.587692,0.016717,0.625018,0.045830,0.626741,0.036611,0.102845,0.017705,0.109512,0.016717,0.138492 ,0.042106,0.137118,0.753710,0.742042,0.730102,0.740945,0.728340,0.731242,0.750713,0.731562,0.946463,0.310383,0.918922,0.288792 ,0.941995,0.258973,0.979538,0.277369,0.897424,0.226979,0.923771,0.199733,0.977126,0.229462,0.941995,0.258973,0.922601,0.099863 ,0.973847,0.102400,0.973944,0.188732,0.919767,0.185056,0.419471,0.104078,0.379398,0.106767,0.378293,0.053163,0.414717,0.050726 ,0.979538,0.277369,0.941995,0.258973,0.977126,0.229462,0.979538,0.277369,0.979538,0.307209,0.946463,0.310383,0.016717,0.390230 ,0.026570,0.404129,0.016717,0.405789,0.016717,0.393709,0.025930,0.366982,0.016717,0.390230,0.016717,0.393709,0.016717,0.368395 ,0.963137,0.511094,0.942796,0.529558,0.965132,0.552454,0.980968,0.530531,0.025930,0.366982,0.016717,0.368395,0.016717,0.353430 ,0.028638,0.352683,0.043390,0.171204,0.036920,0.229130,0.016717,0.231555,0.016717,0.173271,0.042106,0.137118,0.043390,0.171204 ,0.016717,0.173271,0.016717,0.138492,0.730916,0.539486,0.779034,0.538343,0.780972,0.525285,0.731070,0.527520,0.922601,0.099863 ,0.973847,0.102400,0.933096,0.064057,0.923401,0.084279,0.928600,0.035918,0.971491,0.036328,0.971058,0.025343,0.932889,0.024422 ,0.933096,0.064057,0.971838,0.064169,0.971491,0.036328,0.928600,0.035918,0.971838,0.064169,0.933096,0.064057,0.973847,0.102400 ,0.380301,0.665353,0.405929,0.674062,0.398654,0.696625,0.374942,0.685145,0.033046,0.464790,0.032334,0.496834,0.016717,0.498860 ,0.016717,0.464835,0.054317,0.524144,0.052197,0.554488,0.016717,0.549314,0.016717,0.527559,0.032334,0.496834,0.054317,0.524144 ,0.016717,0.527559,0.016717,0.498860,0.052197,0.554488,0.049945,0.595323,0.016717,0.587692,0.016717,0.549314,0.049945,0.595323 ,0.045830,0.626741,0.016717,0.625018,0.016717,0.587692,0.045830,0.626741,0.047924,0.657802,0.016717,0.654827,0.016717,0.625018 ,0.030789,0.319650,0.029407,0.341851,0.016717,0.341620,0.016717,0.318985,0.028638,0.352683,0.016717,0.353430,0.016717,0.341620 ,0.029407,0.341851,0.030380,0.302170,0.030789,0.319650,0.016717,0.318985,0.016717,0.298639,0.036920,0.229130,0.033941,0.256895 ,0.016717,0.258327,0.016717,0.231555,0.036611,0.102845,0.042106,0.137118,0.016717,0.138492,0.017705,0.109512,0.957057,0.372883 ,0.961619,0.384429,0.979538,0.375596,0.979538,0.360369,0.946463,0.310383,0.921255,0.345563,0.979538,0.335638,0.979538,0.307209 ,0.753655,0.742113,0.750713,0.731562,0.728340,0.731242,0.730033,0.741016,0.750713,0.731562,0.750269,0.718578,0.728533,0.717669 ,0.728340,0.731242,0.780943,0.582043,0.779034,0.538343,0.730916,0.539486,0.730398,0.579431,0.946463,0.310383,0.979538,0.277369 ,0.941995,0.258973,0.918922,0.288792,0.731865,0.465708,0.758424,0.461220,0.754838,0.444686,0.733932,0.447389,0.731480,0.495649 ,0.778170,0.494635,0.758424,0.461220,0.731865,0.465708,0.897424,0.226979,0.941995,0.258973,0.977126,0.229462,0.923771,0.199733 ,0.919767,0.185056,0.923771,0.199733,0.973820,0.203485,0.973944,0.188732,0.922601,0.099863,0.919767,0.185056,0.973944,0.188732 ,0.973847,0.102400,0.412490,0.213198,0.419471,0.104078,0.379398,0.106767,0.380182,0.213695,0.419471,0.104078,0.414717,0.050726 ,0.378293,0.053163,0.379398,0.106767,0.414717,0.050726,0.412667,0.024324,0.376788,0.025343,0.378293,0.053163,0.405929,0.674062 ,0.436680,0.681418,0.431175,0.706563,0.398654,0.696625,0.489167,0.296827,0.466922,0.339242,0.451479,0.326356,0.467017,0.285683 ,0.475647,0.701617,0.471326,0.717977,0.431175,0.706563,0.436680,0.681418,0.979538,0.277369,0.977126,0.229462,0.941995,0.258973 ,0.923771,0.199733,0.977126,0.229462,0.973820,0.203485,0.979538,0.277369,0.946463,0.310383,0.979538,0.307209,0.016717,0.390230 ,0.016717,0.393709,0.016717,0.405789,0.026570,0.404129,0.025930,0.366982,0.016717,0.368395,0.016717,0.393709,0.016717,0.390230 ,0.963137,0.511094,0.980968,0.530531,0.965132,0.552454,0.942796,0.529558,0.025930,0.366982,0.028638,0.352683,0.016717,0.353430 ,0.016717,0.368395,0.031364,0.280192,0.016717,0.278925,0.016717,0.298639,0.030380,0.302170,0.043390,0.171204,0.016717,0.173271 ,0.016717,0.231555,0.036920,0.229130,0.042106,0.137118,0.016717,0.138492,0.016717,0.173271,0.043390,0.171204,0.730916,0.539486 ,0.731070,0.527520,0.780972,0.525285,0.779034,0.538343,0.410549,0.248874,0.380456,0.249056,0.380367,0.227050,0.411666,0.226689 ,0.928600,0.035918,0.932889,0.024422,0.971058,0.025343,0.971491,0.036328,0.380301,0.665353,0.374942,0.685145,0.398654,0.696625 ,0.405929,0.674062,0.026570,0.404129,0.016717,0.405789,0.016717,0.437929,0.016717,0.438627,0.016717,0.438627,0.016717,0.437929 ,0.016717,0.464835,0.033046,0.464790,0.033046,0.464790,0.016717,0.464835,0.016717,0.498860,0.032334,0.496834,0.054317,0.524144 ,0.016717,0.527559,0.016717,0.549314,0.052197,0.554488,0.052197,0.554488,0.016717,0.549314,0.016717,0.587692,0.049945,0.595323 ,0.045830,0.626741,0.016717,0.625018,0.016717,0.654827,0.047924,0.657802,0.030789,0.319650,0.016717,0.318985,0.016717,0.341620 ,0.029407,0.341851,0.028638,0.352683,0.029407,0.341851,0.016717,0.341620,0.016717,0.353430,0.030380,0.302170,0.016717,0.298639 ,0.016717,0.318985,0.030789,0.319650,0.033941,0.256895,0.016717,0.258327,0.016717,0.278925,0.031364,0.280192,0.036920,0.229130 ,0.016717,0.231555,0.016717,0.258327,0.033941,0.256895,0.957057,0.372883,0.979538,0.360369,0.979538,0.375596,0.961619,0.384429 ,0.921255,0.345563,0.979538,0.335638,0.979538,0.360369,0.957057,0.372883,0.946463,0.310383,0.979538,0.307209,0.979538,0.335638 ,0.921255,0.345563,0.750713,0.731562,0.728340,0.731242,0.728533,0.717669,0.750269,0.718578,0.750269,0.718578,0.728533,0.717669 ,0.728724,0.704062,0.749902,0.704579,0.731070,0.527520,0.731307,0.509136,0.780509,0.508096,0.780972,0.525285,0.731307,0.509136 ,0.731480,0.495649,0.778170,0.494635,0.780509,0.508096,0.749902,0.704579,0.728724,0.704062,0.729308,0.661602,0.766345,0.663770 ,0.766345,0.663770,0.729308,0.661602,0.729828,0.622800,0.774840,0.625915,0.774840,0.625915,0.729828,0.622800,0.730398,0.579431 ,0.780943,0.582043,0.780943,0.582043,0.730398,0.579431,0.730916,0.539486,0.779034,0.538343,0.731865,0.465708,0.733998,0.447484 ,0.754892,0.444783,0.758424,0.461220,0.410549,0.248874,0.409901,0.274980,0.380447,0.280372,0.380456,0.249056,0.731480,0.495649 ,0.731865,0.465708,0.758424,0.461220,0.778170,0.494635,0.919767,0.185056,0.973944,0.188732,0.973820,0.203485,0.923771,0.199733 ,0.411666,0.226689,0.380367,0.227050,0.380182,0.213695,0.412490,0.213198,0.412490,0.213198,0.380182,0.213695,0.379398,0.106767 ,0.419471,0.104078,0.414717,0.050726,0.378293,0.053163,0.376788,0.025343,0.412667,0.024324,0.432367,0.369455,0.417492,0.341611 ,0.367425,0.350557,0.379657,0.383374,0.405929,0.674062,0.398654,0.696625,0.431175,0.706563,0.436680,0.681418,0.466922,0.339242 ,0.451479,0.326356,0.417492,0.341611,0.432367,0.369455,0.489167,0.296827,0.467017,0.285683,0.451479,0.326356,0.466922,0.339242 ,0.475647,0.701617,0.436680,0.681418,0.431175,0.706563,0.471326,0.717977,0.923771,0.199733,0.973820,0.203485,0.977126,0.229462 UVIndex: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,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,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274 ,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329 ,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,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,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439 ,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494 ,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549 ,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604 ,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659 ,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714 ,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769 ,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824 ,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879 ,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934 ,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989 ,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044 ,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099 ,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154 ,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209 ,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264 ,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319 ,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374 ,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429 ,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484 ,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539 ,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594 ,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649 ,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704 ,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759 ,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814 ,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869 ,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924 ,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979 ,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034 ,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089 ,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144 ,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199 ,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254 ,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309 ,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364 ,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419 ,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474 ,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529 ,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584 ,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639 ,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694 ,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749 ,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804 ,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859 ,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914 ,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969 ,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024 ,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079 ,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134 ,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189 ,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244 ,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299 ,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354 ,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409 ,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464 ,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502,3503,3504,3505,3506,3507,3508,3509,3510,3511,3512,3513,3514,3515,3516,3517,3518,3519 ,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545,3546,3547,3548,3549,3550,3551,3552,3553,3554,3555,3556,3557,3558,3559,3560,3561,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574 ,3575,3576,3577,3578,3579,3580,3581,3582,3583,3584,3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3616,3617,3618,3619,3620,3621,3622,3623,3624,3625,3626,3627,3628,3629 ,3630,3631,3632,3633,3634,3635,3636,3637,3638,3639,3640,3641,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661,3662,3663,3664,3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3684 ,3685,3686,3687,3688,3689,3690,3691,3692,3693,3694,3695,3696,3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721,3722,3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,3739 ,3740,3741,3742,3743,3744,3745,3746,3747,3748,3749,3750,3751,3752,3753,3754,3755,3756,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3769,3770,3771,3772,3773,3774,3775,3776,3777,3778,3779,3780,3781,3782,3783,3784,3785,3786,3787,3788,3789,3790,3791,3792,3793,3794 ,3795,3796,3797,3798,3799,3800,3801,3802,3803,3804,3805,3806,3807,3808,3809,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849 ,3850,3851,3852,3853,3854,3855,3856,3857,3858,3859,3860,3861,3862,3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878,3879,3880,3881,3882,3883,3884,3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900,3901,3902,3903,3904 ,3905,3906,3907,3908,3909,3910,3911,3912,3913,3914,3915,3916,3917,3918,3919,3920,3921,3922,3923,3924,3925,3926,3927,3928,3929,3930,3931,3932,3933,3934,3935,3936,3937,3938,3939,3940,3941,3942,3943,3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959 ,3960,3961,3962,3963,3964,3965,3966,3967,3968,3969,3970,3971,3972,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3990,3991,3992,3993,3994,3995,3996,3997,3998,3999,4000,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014 ,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4038,4039,4040,4041,4042,4043,4044,4045,4046,4047,4048,4049,4050,4051,4052,4053,4054,4055,4056,4057,4058,4059,4060,4061,4062,4063,4064,4065,4066,4067,4068,4069 ,4070,4071,4072,4073,4074,4075,4076,4077,4078,4079,4080,4081,4082,4083,4084,4085,4086,4087,4088,4089,4090,4091,4092,4093,4094,4095,4096,4097,4098,4099,4100,4101,4102,4103,4104,4105,4106,4107,4108,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4121,4122,4123,4124 ,4125,4126,4127,4128,4129,4130,4131,4132,4133,4134,4135,4136,4137,4138,4139,4140,4141,4142,4143,4144,4145,4146,4147,4148,4149,4150,4151,4152,4153,4154,4155,4156,4157,4158,4159,4160,4161,4162,4163,4164,4165,4166,4167,4168,4169,4170,4171,4172,4173,4174,4175,4176,4177,4178,4179 ,4180,4181,4182,4183,4184,4185,4186,4187,4188,4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234 ,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246,4247,4248,4249,4250,4251,4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264,4265,4266,4267,4268,4269,4270,4271,4272,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4288,4289 ,4290,4291,4292,4293,4294,4295,4296,4297,4298,4299,4300,4301,4302,4303,4304,4305,4306,4307,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344 ,4345,4346,4347,4348,4349,4350,4351,4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365,4366,4367,4368,4369,4370,4371,4372,4373,4374,4375,4376,4377,4378,4379,4380,4381,4382,4383,4384,4385,4386,4387,4388,4389,4390,4391,4392,4393,4394,4395,4396,4397,4398,4399 ,4400,4401,4402,4403,4404,4405,4406,4407,4408,4409,4410,4411,4412,4413,4414,4415,4416,4417,4418,4419,4420,4421,4422,4423,4424,4425,4426,4427,4428,4429,4430,4431,4432,4433,4434,4435,4436,4437,4438,4439,4440,4441,4442,4443,4444,4445,4446,4447,4448,4449,4450,4451,4452,4453,4454 ,4455,4456,4457,4458,4459,4460,4461,4462,4463,4464,4465,4466,4467,4468,4469,4470,4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481,4482,4483,4484,4485,4486,4487,4488,4489,4490,4491,4492,4493,4494,4495,4496,4497,4498,4499,4500,4501,4502,4503,4504,4505,4506,4507,4508,4509 ,4510,4511,4512,4513,4514,4515,4516,4517,4518,4519,4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564 ,4565,4566,4567,4568,4569,4570,4571,4572,4573,4574,4575,4576,4577,4578,4579,4580,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609,4610,4611,4612,4613,4614,4615,4616,4617,4618,4619 ,4620,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4631,4632,4633,4634,4635,4636,4637,4638,4639,4640,4641,4642,4643,4644,4645,4646,4647,4648,4649,4650,4651,4652,4653,4654,4655,4656,4657,4658,4659,4660,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4671,4672,4673,4674 ,4675,4676,4677,4678,4679,4680,4681,4682,4683,4684,4685,4686,4687,4688,4689,4690,4691,4692,4693,4694,4695,4696,4697,4698,4699,4700,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4711,4712,4713,4714,4715,4716,4717,4718,4719,4720,4721,4722,4723,4724,4725,4726,4727,4728,4729 ,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4751,4752,4753,4754,4755,4756,4757,4758,4759,4760,4761,4762,4763,4764,4765,4766,4767,4768,4769,4770,4771,4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784 ,4785,4786,4787,4788,4789,4790,4791,4792,4793,4794,4795,4796,4797,4798,4799,4800,4801,4802,4803,4804,4805,4806,4807,4808,4809,4810,4811,4812,4813,4814,4815,4816,4817,4818,4819,4820,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4831,4832,4833,4834,4835,4836,4837,4838,4839 ,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854,4855,4856,4857,4858,4859,4860,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4871,4872,4873,4874,4875,4876,4877,4878,4879,4880,4881,4882,4883,4884,4885,4886,4887,4888,4889,4890,4891,4892,4893,4894 ,4895,4896,4897,4898,4899,4900,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4911,4912,4913,4914,4915,4916,4917,4918,4919,4920,4921,4922,4923,4924,4925,4926,4927,4928,4929,4930,4931,4932,4933,4934,4935,4936,4937,4938,4939,4940,4941,4942,4943,4944,4945,4946,4947,4948,4949 ,4950,4951,4952,4953,4954,4955,4956,4957,4958,4959,4960,4961,4962,4963,4964,4965,4966,4967,4968,4969,4970,4971,4972,4973,4974,4975,4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000,5001,5002,5003,5004 ,5005,5006,5007,5008,5009,5010,5011,5012,5013,5014,5015,5016,5017,5018,5019,5020,5021,5022,5023,5024,5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036,5037,5038,5039,5040,5041,5042,5043,5044,5045,5046,5047,5048,5049,5050,5051,5052,5053,5054,5055,5056,5057,5058,5059 ,5060,5061,5062,5063,5064,5065,5066,5067,5068,5069,5070,5071,5072,5073,5074,5075,5076,5077,5078,5079,5080,5081,5082,5083,5084,5085,5086,5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102,5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,5113,5114 ,5115,5116,5117,5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133,5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149,5150,5151,5152,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164,5165,5166,5167,5168,5169 ,5170,5171,5172,5173,5174,5175,5176,5177,5178,5179,5180,5181,5182,5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201,5202,5203,5204,5205,5206,5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224 ,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243,5244,5245,5246,5247,5248,5249,5250,5251,5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279 ,5280,5281,5282,5283,5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331,5332,5333,5334 ,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347,5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389 ,5390,5391,5392,5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440,5441,5442,5443,5444 ,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488,5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499 ,5500,5501,5502,5503,5504,5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552,5553,5554 ,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568,5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584,5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600,5601,5602,5603,5604,5605,5606,5607,5608,5609 ,5610,5611,5612,5613,5614,5615,5616,5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664 ,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719 ,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774 ,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792,5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808,5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824,5825,5826,5827,5828,5829 ,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884 ,5885,5886,5887,5888,5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904,5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939 ,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968,5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994 ,5995,5996,5997,5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049 ,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096,6097,6098,6099,6100,6101,6102,6103,6104 ,6105,6106,6107,6108,6109,6110,6111,6112,6113,6114,6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145,6146,6147,6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159 ,6160,6161,6162,6163,6164,6165,6166,6167,6168,6169,6170,6171,6172,6173,6174,6175,6176,6177,6178,6179,6180,6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6209,6210,6211,6212,6213,6214 ,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6245,6246,6247,6248,6249,6250,6251,6252,6253,6254,6255,6256,6257,6258,6259,6260,6261,6262,6263,6264,6265,6266,6267,6268,6269 ,6270,6271,6272,6273,6274,6275,6276,6277,6278,6279,6280,6281,6282,6283,6284,6285,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6298,6299,6300,6301,6302,6303,6304,6305,6306,6307,6308,6309,6310,6311,6312,6313,6314,6315,6316,6317,6318,6319,6320,6321,6322,6323,6324 ,6325,6326,6327,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6377,6378,6379 ,6380,6381,6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6418,6419,6420,6421,6422,6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433,6434 ,6435,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6457,6458,6459,6460,6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489 ,6490,6491,6492,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537,6538,6539,6540,6541,6542,6543,6544 ,6545,6546,6547,6548,6549,6550,6551,6552,6553,6554,6555,6556,6557,6558,6559,6560,6561,6562,6563,6564,6565,6566,6567,6568,6569,6570,6571,6572,6573,6574,6575,6576,6577,6578,6579,6580,6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599 ,6600,6601,6602,6603,6604,6605,6606,6607,6608,6609,6610,6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,6622,6623,6624,6625,6626,6627,6628,6629,6630,6631,6632,6633,6634,6635,6636,6637,6638,6639,6640,6641,6642,6643,6644,6645,6646,6647,6648,6649,6650,6651,6652,6653,6654 ,6655,6656,6657,6658,6659,6660,6661,6662,6663,6664,6665,6666,6667,6668,6669,6670,6671,6672,6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6703,6704,6705,6706,6707,6708,6709 ,6710,6711,6712,6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764 ,6765,6766,6767,6768,6769,6770,6771,6772,6773,6774,6775,6776,6777,6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790,6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819 ,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830,6831,6832,6833,6834,6835,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,6847,6848,6849,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872,6873,6874 ,6875,6876,6877,6878,6879,6880,6881,6882,6883,6884,6885,6886,6887,6888,6889,6890,6891,6892,6893,6894,6895,6896,6897,6898,6899,6900,6901,6902,6903,6904,6905,6906,6907,6908,6909,6910,6911,6912,6913,6914,6915,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929 ,6930,6931,6932,6933,6934,6935,6936,6937,6938,6939,6940,6941,6942,6943,6944,6945,6946,6947,6948,6949,6950,6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6972,6973,6974,6975,6976,6977,6978,6979,6980,6981,6982,6983,6984 ,6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001,7002,7003,7004,7005,7006,7007,7008,7009,7010,7011,7012,7013,7014,7015,7016,7017,7018,7019,7020,7021,7022,7023,7024,7025,7026,7027,7028,7029,7030,7031,7032,7033,7034,7035,7036,7037,7038,7039 ,7040,7041,7042,7043,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7056,7057,7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089,7090,7091,7092,7093,7094 ,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149 ,7150,7151,7152,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188,7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204 ,7205,7206,7207,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,7219,7220,7221,7222,7223,7224,7225,7226,7227,7228,7229,7230,7231,7232,7233,7234,7235,7236,7237,7238,7239,7240,7241,7242,7243,7244,7245,7246,7247,7248,7249,7250,7251,7252,7253,7254,7255,7256,7257,7258,7259 ,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271,7272,7273,7274,7275,7276,7277,7278,7279,7280,7281,7282,7283,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301,7302,7303,7304,7305,7306,7307,7308,7309,7310,7311,7312,7313,7314 ,7315,7316,7317,7318,7319,7320,7321,7322,7323,7324,7325,7326,7327,7328,7329,7330,7331,7332,7333,7334,7335,7336,7337,7338,7339,7340,7341,7342,7343,7344,7345,7346,7347,7348,7349,7350,7351,7352,7353,7354,7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369 ,7370,7371,7372,7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384,7385,7386,7387,7388,7389,7390,7391,7392,7393,7394,7395,7396,7397,7398,7399,7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424 ,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7455,7456,7457,7458,7459,7460,7461,7462,7463,7464,7465,7466,7467,7468,7469,7470,7471,7472,7473,7474,7475,7476,7477,7478,7479 ,7480,7481,7482,7483,7484,7485,7486,7487,7488,7489,7490,7491,7492,7493,7494,7495,7496,7497,7498,7499,7500,7501,7502,7503,7504,7505,7506,7507,7508,7509,7510,7511,7512,7513,7514,7515,7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526,7527,7528,7529,7530,7531,7532,7533,7534 ,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556,7557,7558,7559,7560,7561,7562,7563,7564,7565,7566,7567,7568,7569,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582,7583,7584,7585,7586,7587,7588,7589 ,7590,7591,7592,7593,7594,7595,7596,7597,7598,7599,7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614,7615,7616,7617,7618,7619,7620,7621,7622,7623,7624,7625,7626,7627,7628,7629,7630,7631,7632,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644 ,7645,7646,7647,7648,7649,7650,7651,7652,7653,7654,7655,7656,7657,7658,7659,7660,7661,7662,7663,7664,7665,7666,7667,7668,7669,7670,7671,7672,7673,7674,7675,7676,7677,7678,7679,7680,7681,7682,7683,7684,7685,7686,7687,7688,7689,7690,7691,7692,7693,7694,7695,7696,7697,7698,7699 ,7700,7701,7702,7703,7704,7705,7706,7707,7708,7709,7710,7711,7712,7713,7714,7715,7716,7717,7718,7719,7720,7721,7722,7723,7724,7725,7726,7727,7728,7729,7730,7731,7732,7733,7734,7735,7736,7737,7738,7739,7740,7741,7742,7743,7744,7745,7746,7747,7748,7749,7750,7751,7752,7753,7754 ,7755,7756,7757,7758,7759,7760,7761,7762,7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,7777,7778,7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791,7792,7793,7794,7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,7806,7807,7808,7809 ,7810,7811,7812,7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855,7856,7857,7858,7859,7860,7861,7862,7863,7864 ,7865,7866,7867,7868,7869,7870,7871,7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,7887,7888,7889,7890,7891,7892,7893,7894,7895,7896,7897,7898,7899,7900,7901,7902,7903,7904,7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919 ,7920,7921,7922,7923,7924,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935,7936,7937 } LayerElementTexture: 0 { Version: 101 Name: "UVMap" MappingInformationType: "AllSame" ReferenceInformationType: "IndexToDirect" BlendMode: "Translucent" TextureAlpha: 1 TextureId: 0 } LayerElementMaterial: 0 { Version: 101 Name: "" MappingInformationType: "AllSame" ReferenceInformationType: "IndexToDirect" Materials: 0 } Layer: 0 { Version: 100 LayerElement: { Type: "LayerElementNormal" TypedIndex: 0 } LayerElement: { Type: "LayerElementMaterial" TypedIndex: 0 } LayerElement: { Type: "LayerElementSmoothing" TypedIndex: 0 } LayerElement: { Type: "LayerElementTexture" TypedIndex: 0 } LayerElement: { Type: "LayerElementColor" TypedIndex: 0 } LayerElement: { Type: "LayerElementUV" TypedIndex: 0 } } } Model: "Model::hips", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-0.000912975054234,0.026684256270528,0.416747689247131 Property: "Lcl Rotation", "Lcl Rotation", "A+",2.429478437532770,-78.240083319761283,87.755950682733555 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000119209290 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.114400 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::spine", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.114399775862694,0.000000008629279,-0.000000003725999 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.139147041690106,-15.575821222915867,0.202453597167417 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.169913 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::ribs", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.169913277029991,0.000000013129466,0.000000003336595 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.054335869064772,-47.143946406219577,0.797354149272027 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.162983 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::neck", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.174169078469276,-0.000000365937012,0.011306412518024 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.357570514931277,-28.044574024471764,-0.152831472434553 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.050427 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::head", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.050426706671715,0.000000003807151,0.000000029802322 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.000006860787633,-14.011010369916207,0.000004613274773 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999821186066,1.000000000000000,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.104099 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::shoulder_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.147531464695930,-0.012225969694555,0.000923475425225 Property: "Lcl Rotation", "Lcl Rotation", "A+",-144.719687379423021,5.188044780786389,-119.585670403701087 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999642372131,1.000000000000000,0.999999642372131 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.197336 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::upper_arm_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.214628964662552,-0.004128859378397,-0.009519853629172 Property: "Lcl Rotation", "Lcl Rotation", "A+",95.415679987811686,53.544014658525334,-14.480696012154274 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999761581421,0.999999761581421 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.211973 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::forearm_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.211972698569298,-0.000000036321580,0.000000001862645 Property: "Lcl Rotation", "Lcl Rotation", "A+",13.353322917000161,-31.282556681653176,-9.837723805909391 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.222559 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::hand_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.222559094429016,0.000000042375177,0.000000014901161 Property: "Lcl Rotation", "Lcl Rotation", "A+",107.399786471526269,3.413016499946495,0.062226831969602 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.037538 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::palm_01_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.023443482816219,0.017202787101269,-0.001944947987795 Property: "Lcl Rotation", "Lcl Rotation", "A+",12.599429688303685,-24.543804961616363,8.554908411850706 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.058449 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_index_01_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.058449052274227,-0.000000022351742,-0.000000018626451 Property: "Lcl Rotation", "Lcl Rotation", "A+",18.803264898207967,-5.087938540103064,-17.280081486878537 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999761581421,1.000000000000000,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.026524 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_index_02_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.026524376124144,-0.000000039115548,0.000000005587935 Property: "Lcl Rotation", "Lcl Rotation", "A+",-3.479994829051425,-17.973292753667767,-0.340436345068090 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000119209290,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.023733 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_index_03_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.023733491078019,-0.000000008381903,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",-5.666181074575044,-13.961950828655368,-5.311094907552223 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.025026 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::thumb_01_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.003173857927322,0.015621215105057,0.023463014513254 Property: "Lcl Rotation", "Lcl Rotation", "A+",49.844835430470518,-16.105148930760045,17.567220932038168 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.033066 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::thumb_02_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.033066403120756,-0.000000022351742,-0.000000009313226 Property: "Lcl Rotation", "Lcl Rotation", "A+",-7.590332875563612,-15.050608704046612,-21.255145715888112 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.026086 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::thumb_03_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.026086322963238,-0.000000000931323,-0.000000005587935 Property: "Lcl Rotation", "Lcl Rotation", "A+",3.311968120044533,8.854104848442685,-12.936358651191700 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000119209290,1.000000119209290 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.017149 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::palm_02_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.020897295325994,0.008608855307102,-0.008577805012465 Property: "Lcl Rotation", "Lcl Rotation", "A+",5.272509888270408,-17.111643899304386,-6.502369545033592 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.059463 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_middle_01_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.059462863951921,0.000000000000000,0.000000022351742 Property: "Lcl Rotation", "Lcl Rotation", "A+",27.786544845554683,-4.189087352877970,-7.215021664634767 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000000000000,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.034587 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_middle_02_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.034586995840073,-0.000000031199306,0.000000001862645 Property: "Lcl Rotation", "Lcl Rotation", "A+",-9.000182104221537,-18.853169675378592,-0.342227242012805 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.025573 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_middle_03_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.025573382154107,-0.000000010244548,-0.000000011175871 Property: "Lcl Rotation", "Lcl Rotation", "A+",-4.076926255196414,-10.993124582322613,-2.069566955304754 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000000000000,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.022514 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::palm_03_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.017974290996790,-0.002705513965338,-0.011575184762478 Property: "Lcl Rotation", "Lcl Rotation", "A+",-4.568059118315114,-9.088922483239154,-17.921398683901376 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.059642 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_ring_01_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.059641841799021,0.000000010244548,-0.000000018626451 Property: "Lcl Rotation", "Lcl Rotation", "A+",32.361603627108579,-18.154205681760928,-4.596129915143356 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.033270 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_ring_02_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.033269993960857,-0.000000002793968,-0.000000034458935 Property: "Lcl Rotation", "Lcl Rotation", "A+",-4.910436437726674,-10.123920684963563,-3.586089651532962 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,0.999999880790710,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.022822 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_ring_03_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.022822400555015,-0.000000013038516,0.000000033527613 Property: "Lcl Rotation", "Lcl Rotation", "A+",-5.260871672811546,-20.181501450066179,-1.445905156956136 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.018190 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::palm_04_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.011944964528084,-0.017235800623894,-0.009000925347209 Property: "Lcl Rotation", "Lcl Rotation", "A+",-13.766964295777417,1.445524907518437,-24.693432208216326 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999701976776,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.062077 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_pinky_01_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.062076792120934,0.000000002793968,0.000000024214387 Property: "Lcl Rotation", "Lcl Rotation", "A+",23.100958235304507,-20.646779058968658,-1.621433974992630 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.021206 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_pinky_02_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.021206488832831,0.000000007450581,0.000000007450581 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.047987168210615,-13.134026887092523,-9.070089090376516 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.019374 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_pinky_03_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.019373551011086,0.000000007450581,-0.000000001862645 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.340864405829978,-12.482320118568461,-5.332980541200206 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999940395355,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.014044 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::shoulder_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.147669464349747,0.012407763861120,0.000787792552728 Property: "Lcl Rotation", "Lcl Rotation", "A+",145.029764307362825,5.738618645817509,118.973289303096962 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,0.999999940395355,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.197336 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::upper_arm_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.214628964662552,0.004128902219236,-0.009519848041236 Property: "Lcl Rotation", "Lcl Rotation", "A+",-95.415686818000864,53.544004413241574,14.480711380079907 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,0.999999880790710,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.211973 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::forearm_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.211972728371620,0.000000039814040,-0.000000000465661 Property: "Lcl Rotation", "Lcl Rotation", "A+",-13.353304987753591,-31.282549851464008,9.837722098362100 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.222559 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::hand_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.222559034824371,0.000000000931323,0.000000029802322 Property: "Lcl Rotation", "Lcl Rotation", "A+",-107.399786471526269,3.413007748766621,-0.062221229080048 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,0.999999880790710,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.037538 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::palm_01_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.023443497717381,-0.017202811315656,-0.001944962888956 Property: "Lcl Rotation", "Lcl Rotation", "A+",-12.599437372266502,-24.543799838974486,-8.554910119397997 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.058449 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_index_01_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.058449026197195,-0.000000011175871,0.000000074505806 Property: "Lcl Rotation", "Lcl Rotation", "A+",-18.803275143491721,-5.087940247650357,17.280079779331242 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,0.999999701976776 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.026524 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_index_02_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.026524361222982,0.000000021420419,-0.000000014901161 Property: "Lcl Rotation", "Lcl Rotation", "A+",3.480001232353772,-17.973289338573181,0.340436318387663 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.023733 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_index_03_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.023733466863632,0.000000015832484,-0.000000022351742 Property: "Lcl Rotation", "Lcl Rotation", "A+",5.666184062782805,-13.961952536202661,5.311094053778577 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000238418579,1.000000238418579 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.025026 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::thumb_01_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.003173824399710,-0.015621241182089,0.023463074117899 Property: "Lcl Rotation", "Lcl Rotation", "A+",-49.844845675754271,-16.105157468496508,-17.567217516943582 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.033066 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::thumb_02_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.033066436648369,-0.000000026077032,0.000000016763806 Property: "Lcl Rotation", "Lcl Rotation", "A+",7.590360196320292,-15.050608704046612,21.255145715888112 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000238418579,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.026086 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::thumb_03_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.026086317375302,-0.000000027939677,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",-3.311975590563938,8.854104848442685,12.936360358738991 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999940395355,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.017149 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::palm_02_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.020897299051285,-0.008608864620328,-0.008577816188335 Property: "Lcl Rotation", "Lcl Rotation", "A+",-5.272525683082863,-17.111643899304386,6.502371252580884 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000119209290,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.059463 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_middle_01_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.059462837874889,0.000000022351742,-0.000000011175871 Property: "Lcl Rotation", "Lcl Rotation", "A+",-27.786544845554683,-4.189091194859379,7.215021664634767 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999821186066,1.000000000000000,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.034587 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_middle_02_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.034586995840073,0.000000020954758,0.000000026077032 Property: "Lcl Rotation", "Lcl Rotation", "A+",9.000190641958000,-18.853167967831300,0.342226575002144 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999880790710,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.025573 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_middle_03_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.025573415681720,0.000000012107193,0.000000003725290 Property: "Lcl Rotation", "Lcl Rotation", "A+",4.076921986328182,-10.993121167228027,2.069566741861342 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000000000000,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.022514 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::palm_03_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.017974268645048,0.002705482766032,-0.011575207114220 Property: "Lcl Rotation", "Lcl Rotation", "A+",4.568039481521250,-9.088921629465508,17.921400391448671 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.059642 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_ring_01_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.059641890227795,0.000000016298145,0.000000013038516 Property: "Lcl Rotation", "Lcl Rotation", "A+",-32.361613872392340,-18.154212511950096,4.596132903351118 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,0.999999761581421 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.033270 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_ring_02_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.033270008862019,0.000000055879354,-0.000000016763806 Property: "Lcl Rotation", "Lcl Rotation", "A+",4.910443267915844,-10.123919831189916,3.586089224646138 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.022822 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_ring_03_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.022822367027402,-0.000000003725290,-0.000000037252903 Property: "Lcl Rotation", "Lcl Rotation", "A+",5.260877222340246,-20.181499742518888,1.445902275470080 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.018190 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::palm_04_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.011944945901632,0.017235783860087,-0.009000921621919 Property: "Lcl Rotation", "Lcl Rotation", "A+",13.766947220304491,1.445528429334728,24.693432208216326 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.062077 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_pinky_01_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.062076777219772,-0.000000003725290,0.000000015832484 Property: "Lcl Rotation", "Lcl Rotation", "A+",-23.100954820209921,-20.646784181610535,1.621435042209687 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999642372131,0.999999761581421,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.021206 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_pinky_02_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.021206494420767,-0.000000022351742,0.000000007450581 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.047987058153856,-13.134026887092523,9.070089090376516 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999761581421,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.019374 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::finger_pinky_03_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.019373554736376,0.000000011175871,-0.000000022351742 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.340861737787334,-12.482318411021168,5.332980114313382 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,1.000000119209290,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.014044 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::thigh_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.011268407106400,-0.096516579389572,0.017799641937017 Property: "Lcl Rotation", "Lcl Rotation", "A+",1.263170596066995,-169.379443339936671,12.997295037645527 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999940395355,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.204638 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::shin_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.204638078808784,0.000000027823262,0.000000001862645 Property: "Lcl Rotation", "Lcl Rotation", "A+",-9.398341151697688,-36.824483381734353,24.804462055816600 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000238418579,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.193192 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::foot_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.193191677331924,0.000000019441359,-0.000000000232831 Property: "Lcl Rotation", "Lcl Rotation", "A+",-75.045597014761739,79.289657998948115,-82.991763963062283 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000119209290,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.121792 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::toe_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.121792323887348,0.000000014086254,0.000000003550667 Property: "Lcl Rotation", "Lcl Rotation", "A+",177.938681237947492,15.437366458250736,1.767930433631792 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999940395355,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.048426 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::heel_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.193191677331924,0.000000019441359,-0.000000000232831 Property: "Lcl Rotation", "Lcl Rotation", "A+",179.857295036179664,-29.153402302255671,-9.037856573909627 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.060642 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::heel_02_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.025433225557208,-0.012646723538637,0.039081215858459 Property: "Lcl Rotation", "Lcl Rotation", "A+",-134.384805202886525,11.290425641419915,90.000009334538021 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999701976776,0.999999880790710,0.999999761581421 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.042218 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::thigh_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.009739925153553,0.094999492168427,0.017022656276822 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.801648790795225,-169.480680403814432,-12.167404001601721 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999821186066,0.999999880790710,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.204638 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::shin_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.204638063907623,0.000000016181730,-0.000000027939677 Property: "Lcl Rotation", "Lcl Rotation", "A+",9.398353958302382,-36.824479966639764,-24.804465470911186 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,0.999999880790710,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.193192 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::foot_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.193191647529602,0.000000023865141,0.000000016530976 Property: "Lcl Rotation", "Lcl Rotation", "A+",75.045590184572561,79.289664829137294,82.991763963062283 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.121792 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::toe_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.121792316436768,0.000000012572855,-0.000000003143214 Property: "Lcl Rotation", "Lcl Rotation", "A+",-177.938858822865910,15.437316939379254,-1.767954339293887 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,0.999999880790710,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.048426 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::heel_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.193191647529602,0.000000023865141,0.000000016530976 Property: "Lcl Rotation", "Lcl Rotation", "A+",-179.857322356936351,-29.153429623012354,9.037949635237068 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000119209290,1.000000000000000,1.000000238418579 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.060642 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::heel_02_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.025433219969273,0.012646728195250,0.039081219583750 Property: "Lcl Rotation", "Lcl Rotation", "A+",134.384805202886525,11.290433325382731,-89.999995674159678 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999821186066,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.042218 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::saia-frente", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-0.012246687896550,0.000560039770789,0.162133276462555 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.236280469217614,169.660341699742190,0.499675241975406 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999940395355,0.999999940395355,0.999999940395355 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.097044 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::saia-frente1", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.097044475376606,0.000000007441903,-0.000000010238674 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000159893087,-5.394677639972842,-0.000000019245396 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999880790710,1.000000000000000,0.999999880790710 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.097250 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::saia-verso1", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.068978704512119,0.000182679155841,-0.090666562318802 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.234554085544043,172.326588004522876,0.488601050731598 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999821186066,0.999999880790710,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.087891 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::saia-verso2", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.087890744209290,0.000000006650794,0.000000007277691 Property: "Lcl Rotation", "Lcl Rotation", "A+",-0.000009419843406,3.254826757448289,-0.000000552535883 Property: "Lcl Scaling", "Lcl Scaling", "A+",0.999999821186066,1.000000000000000,0.999999821186066 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.088391 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::IK_hand_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.341605573892593,-0.088027454912663,0.352841854095459 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,-0.000000000000000,89.999988843970513 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.246556 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::IK_hand_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-0.341605573892593,-0.088027454912663,0.352841854095459 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,-0.000000000000000,89.999988843970513 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.246556 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::Pole_upper_arm_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.282092303037643,0.316670417785645,0.536754608154297 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,-0.000000000000000,89.999988843970513 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.143666 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::Pole_upper_arm_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-0.282092303037643,0.316670417785645,0.536754608154297 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,-0.000000000000000,89.999988843970513 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.143666 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::IK_foot_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.113046944141388,-0.012087016366422,0.062080170959234 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,-0.000000000000000,89.999988843970513 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.211137 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::IK_foot_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-0.113046944141388,-0.012087016366422,0.062080170959234 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,-0.000000000000000,89.999988843970513 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.211137 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::Pole_leg_L", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.139584690332413,-0.292642742395401,0.245993331074715 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,-90.000009334538021 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.147904 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::Pole_leg_R", "Limb" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-0.139584690332413,-0.292642742395401,0.245993331074715 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,-90.000009334538021 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Size", "double", "",1 Property: "LimbLength", "double", "",0.147904 Property: "Color", "ColorRGB", "",0.8,0.8,0.8 Property: "Color", "Color", "A",0.8,0.8,0.8 } MultiLayer: 0 MultiTake: 1 Shading: Y Culling: "CullingOff" TypeFlags: "Skeleton" } Model: "Model::Producer Perspective", "Camera" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,71.299999999999997,287.500000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Roll", "Roll", "A+",0 Property: "FieldOfView", "FieldOfView", "A+",40 Property: "FieldOfViewX", "FieldOfView", "A+",1 Property: "FieldOfViewY", "FieldOfView", "A+",1 Property: "OpticalCenterX", "Real", "A+",0 Property: "OpticalCenterY", "Real", "A+",0 Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63 Property: "TurnTable", "Real", "A+",0 Property: "DisplayTurnTableIcon", "bool", "",1 Property: "Motion Blur Intensity", "Real", "A+",1 Property: "UseMotionBlur", "bool", "",0 Property: "UseRealTimeMotionBlur", "bool", "",1 Property: "ResolutionMode", "enum", "",0 Property: "ApertureMode", "enum", "",2 Property: "GateFit", "enum", "",0 Property: "FocalLength", "Real", "A+",21.3544940948486 Property: "CameraFormat", "enum", "",0 Property: "AspectW", "double", "",320 Property: "AspectH", "double", "",200 Property: "PixelAspectRatio", "double", "",1 Property: "UseFrameColor", "bool", "",0 Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3 Property: "ShowName", "bool", "",1 Property: "ShowGrid", "bool", "",1 Property: "ShowOpticalCenter", "bool", "",0 Property: "ShowAzimut", "bool", "",1 Property: "ShowTimeCode", "bool", "",0 Property: "NearPlane", "double", "",10.000000 Property: "FarPlane", "double", "",4000.000000 Property: "FilmWidth", "double", "",0.816 Property: "FilmHeight", "double", "",0.612 Property: "FilmAspectRatio", "double", "",1.33333333333333 Property: "FilmSqueezeRatio", "double", "",1 Property: "FilmFormatIndex", "enum", "",4 Property: "ViewFrustum", "bool", "",1 Property: "ViewFrustumNearFarPlane", "bool", "",0 Property: "ViewFrustumBackPlaneMode", "enum", "",2 Property: "BackPlaneDistance", "double", "",100 Property: "BackPlaneDistanceMode", "enum", "",0 Property: "ViewCameraToLookAt", "bool", "",1 Property: "LockMode", "bool", "",0 Property: "LockInterestNavigation", "bool", "",0 Property: "FitImage", "bool", "",0 Property: "Crop", "bool", "",0 Property: "Center", "bool", "",1 Property: "KeepRatio", "bool", "",1 Property: "BackgroundMode", "enum", "",0 Property: "BackgroundAlphaTreshold", "double", "",0.5 Property: "ForegroundTransparent", "bool", "",1 Property: "DisplaySafeArea", "bool", "",0 Property: "SafeAreaDisplayStyle", "enum", "",1 Property: "SafeAreaAspectRatio", "double", "",1.33333333333333 Property: "Use2DMagnifierZoom", "bool", "",0 Property: "2D Magnifier Zoom", "Real", "A+",100 Property: "2D Magnifier X", "Real", "A+",50 Property: "2D Magnifier Y", "Real", "A+",50 Property: "CameraProjectionType", "enum", "",0 Property: "UseRealTimeDOFAndAA", "bool", "",0 Property: "UseDepthOfField", "bool", "",0 Property: "FocusSource", "enum", "",0 Property: "FocusAngle", "double", "",3.5 Property: "FocusDistance", "double", "",200 Property: "UseAntialiasing", "bool", "",0 Property: "AntialiasingIntensity", "double", "",0.77777 Property: "UseAccumulationBuffer", "bool", "",0 Property: "FrameSamplingCount", "int", "",7 } MultiLayer: 0 MultiTake: 0 Hidden: "True" Shading: Y Culling: "CullingOff" TypeFlags: "Camera" GeometryVersion: 124 Position: 0.000000,71.300000,287.500000 Up: 0,1,0 LookAt: 0,0,0 ShowInfoOnMoving: 1 ShowAudio: 0 AudioColor: 0,1,0 CameraOrthoZoom: 1 } Model: "Model::Producer Top", "Camera" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,4000.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Roll", "Roll", "A+",0 Property: "FieldOfView", "FieldOfView", "A+",40 Property: "FieldOfViewX", "FieldOfView", "A+",1 Property: "FieldOfViewY", "FieldOfView", "A+",1 Property: "OpticalCenterX", "Real", "A+",0 Property: "OpticalCenterY", "Real", "A+",0 Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63 Property: "TurnTable", "Real", "A+",0 Property: "DisplayTurnTableIcon", "bool", "",1 Property: "Motion Blur Intensity", "Real", "A+",1 Property: "UseMotionBlur", "bool", "",0 Property: "UseRealTimeMotionBlur", "bool", "",1 Property: "ResolutionMode", "enum", "",0 Property: "ApertureMode", "enum", "",2 Property: "GateFit", "enum", "",0 Property: "FocalLength", "Real", "A+",21.3544940948486 Property: "CameraFormat", "enum", "",0 Property: "AspectW", "double", "",320 Property: "AspectH", "double", "",200 Property: "PixelAspectRatio", "double", "",1 Property: "UseFrameColor", "bool", "",0 Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3 Property: "ShowName", "bool", "",1 Property: "ShowGrid", "bool", "",1 Property: "ShowOpticalCenter", "bool", "",0 Property: "ShowAzimut", "bool", "",1 Property: "ShowTimeCode", "bool", "",0 Property: "NearPlane", "double", "",1.000000 Property: "FarPlane", "double", "",30000.000000 Property: "FilmWidth", "double", "",0.816 Property: "FilmHeight", "double", "",0.612 Property: "FilmAspectRatio", "double", "",1.33333333333333 Property: "FilmSqueezeRatio", "double", "",1 Property: "FilmFormatIndex", "enum", "",4 Property: "ViewFrustum", "bool", "",1 Property: "ViewFrustumNearFarPlane", "bool", "",0 Property: "ViewFrustumBackPlaneMode", "enum", "",2 Property: "BackPlaneDistance", "double", "",100 Property: "BackPlaneDistanceMode", "enum", "",0 Property: "ViewCameraToLookAt", "bool", "",1 Property: "LockMode", "bool", "",0 Property: "LockInterestNavigation", "bool", "",0 Property: "FitImage", "bool", "",0 Property: "Crop", "bool", "",0 Property: "Center", "bool", "",1 Property: "KeepRatio", "bool", "",1 Property: "BackgroundMode", "enum", "",0 Property: "BackgroundAlphaTreshold", "double", "",0.5 Property: "ForegroundTransparent", "bool", "",1 Property: "DisplaySafeArea", "bool", "",0 Property: "SafeAreaDisplayStyle", "enum", "",1 Property: "SafeAreaAspectRatio", "double", "",1.33333333333333 Property: "Use2DMagnifierZoom", "bool", "",0 Property: "2D Magnifier Zoom", "Real", "A+",100 Property: "2D Magnifier X", "Real", "A+",50 Property: "2D Magnifier Y", "Real", "A+",50 Property: "CameraProjectionType", "enum", "",1 Property: "UseRealTimeDOFAndAA", "bool", "",0 Property: "UseDepthOfField", "bool", "",0 Property: "FocusSource", "enum", "",0 Property: "FocusAngle", "double", "",3.5 Property: "FocusDistance", "double", "",200 Property: "UseAntialiasing", "bool", "",0 Property: "AntialiasingIntensity", "double", "",0.77777 Property: "UseAccumulationBuffer", "bool", "",0 Property: "FrameSamplingCount", "int", "",7 } MultiLayer: 0 MultiTake: 0 Hidden: "True" Shading: Y Culling: "CullingOff" TypeFlags: "Camera" GeometryVersion: 124 Position: 0.000000,4000.000000,0.000000 Up: 0,0,-1 LookAt: 0,0,0 ShowInfoOnMoving: 1 ShowAudio: 0 AudioColor: 0,1,0 CameraOrthoZoom: 1 } Model: "Model::Producer Bottom", "Camera" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,-4000.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Roll", "Roll", "A+",0 Property: "FieldOfView", "FieldOfView", "A+",40 Property: "FieldOfViewX", "FieldOfView", "A+",1 Property: "FieldOfViewY", "FieldOfView", "A+",1 Property: "OpticalCenterX", "Real", "A+",0 Property: "OpticalCenterY", "Real", "A+",0 Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63 Property: "TurnTable", "Real", "A+",0 Property: "DisplayTurnTableIcon", "bool", "",1 Property: "Motion Blur Intensity", "Real", "A+",1 Property: "UseMotionBlur", "bool", "",0 Property: "UseRealTimeMotionBlur", "bool", "",1 Property: "ResolutionMode", "enum", "",0 Property: "ApertureMode", "enum", "",2 Property: "GateFit", "enum", "",0 Property: "FocalLength", "Real", "A+",21.3544940948486 Property: "CameraFormat", "enum", "",0 Property: "AspectW", "double", "",320 Property: "AspectH", "double", "",200 Property: "PixelAspectRatio", "double", "",1 Property: "UseFrameColor", "bool", "",0 Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3 Property: "ShowName", "bool", "",1 Property: "ShowGrid", "bool", "",1 Property: "ShowOpticalCenter", "bool", "",0 Property: "ShowAzimut", "bool", "",1 Property: "ShowTimeCode", "bool", "",0 Property: "NearPlane", "double", "",1.000000 Property: "FarPlane", "double", "",30000.000000 Property: "FilmWidth", "double", "",0.816 Property: "FilmHeight", "double", "",0.612 Property: "FilmAspectRatio", "double", "",1.33333333333333 Property: "FilmSqueezeRatio", "double", "",1 Property: "FilmFormatIndex", "enum", "",4 Property: "ViewFrustum", "bool", "",1 Property: "ViewFrustumNearFarPlane", "bool", "",0 Property: "ViewFrustumBackPlaneMode", "enum", "",2 Property: "BackPlaneDistance", "double", "",100 Property: "BackPlaneDistanceMode", "enum", "",0 Property: "ViewCameraToLookAt", "bool", "",1 Property: "LockMode", "bool", "",0 Property: "LockInterestNavigation", "bool", "",0 Property: "FitImage", "bool", "",0 Property: "Crop", "bool", "",0 Property: "Center", "bool", "",1 Property: "KeepRatio", "bool", "",1 Property: "BackgroundMode", "enum", "",0 Property: "BackgroundAlphaTreshold", "double", "",0.5 Property: "ForegroundTransparent", "bool", "",1 Property: "DisplaySafeArea", "bool", "",0 Property: "SafeAreaDisplayStyle", "enum", "",1 Property: "SafeAreaAspectRatio", "double", "",1.33333333333333 Property: "Use2DMagnifierZoom", "bool", "",0 Property: "2D Magnifier Zoom", "Real", "A+",100 Property: "2D Magnifier X", "Real", "A+",50 Property: "2D Magnifier Y", "Real", "A+",50 Property: "CameraProjectionType", "enum", "",1 Property: "UseRealTimeDOFAndAA", "bool", "",0 Property: "UseDepthOfField", "bool", "",0 Property: "FocusSource", "enum", "",0 Property: "FocusAngle", "double", "",3.5 Property: "FocusDistance", "double", "",200 Property: "UseAntialiasing", "bool", "",0 Property: "AntialiasingIntensity", "double", "",0.77777 Property: "UseAccumulationBuffer", "bool", "",0 Property: "FrameSamplingCount", "int", "",7 } MultiLayer: 0 MultiTake: 0 Hidden: "True" Shading: Y Culling: "CullingOff" TypeFlags: "Camera" GeometryVersion: 124 Position: 0.000000,-4000.000000,0.000000 Up: 0,0,-1 LookAt: 0,0,0 ShowInfoOnMoving: 1 ShowAudio: 0 AudioColor: 0,1,0 CameraOrthoZoom: 1 } Model: "Model::Producer Front", "Camera" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,4000.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Roll", "Roll", "A+",0 Property: "FieldOfView", "FieldOfView", "A+",40 Property: "FieldOfViewX", "FieldOfView", "A+",1 Property: "FieldOfViewY", "FieldOfView", "A+",1 Property: "OpticalCenterX", "Real", "A+",0 Property: "OpticalCenterY", "Real", "A+",0 Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63 Property: "TurnTable", "Real", "A+",0 Property: "DisplayTurnTableIcon", "bool", "",1 Property: "Motion Blur Intensity", "Real", "A+",1 Property: "UseMotionBlur", "bool", "",0 Property: "UseRealTimeMotionBlur", "bool", "",1 Property: "ResolutionMode", "enum", "",0 Property: "ApertureMode", "enum", "",2 Property: "GateFit", "enum", "",0 Property: "FocalLength", "Real", "A+",21.3544940948486 Property: "CameraFormat", "enum", "",0 Property: "AspectW", "double", "",320 Property: "AspectH", "double", "",200 Property: "PixelAspectRatio", "double", "",1 Property: "UseFrameColor", "bool", "",0 Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3 Property: "ShowName", "bool", "",1 Property: "ShowGrid", "bool", "",1 Property: "ShowOpticalCenter", "bool", "",0 Property: "ShowAzimut", "bool", "",1 Property: "ShowTimeCode", "bool", "",0 Property: "NearPlane", "double", "",1.000000 Property: "FarPlane", "double", "",30000.000000 Property: "FilmWidth", "double", "",0.816 Property: "FilmHeight", "double", "",0.612 Property: "FilmAspectRatio", "double", "",1.33333333333333 Property: "FilmSqueezeRatio", "double", "",1 Property: "FilmFormatIndex", "enum", "",4 Property: "ViewFrustum", "bool", "",1 Property: "ViewFrustumNearFarPlane", "bool", "",0 Property: "ViewFrustumBackPlaneMode", "enum", "",2 Property: "BackPlaneDistance", "double", "",100 Property: "BackPlaneDistanceMode", "enum", "",0 Property: "ViewCameraToLookAt", "bool", "",1 Property: "LockMode", "bool", "",0 Property: "LockInterestNavigation", "bool", "",0 Property: "FitImage", "bool", "",0 Property: "Crop", "bool", "",0 Property: "Center", "bool", "",1 Property: "KeepRatio", "bool", "",1 Property: "BackgroundMode", "enum", "",0 Property: "BackgroundAlphaTreshold", "double", "",0.5 Property: "ForegroundTransparent", "bool", "",1 Property: "DisplaySafeArea", "bool", "",0 Property: "SafeAreaDisplayStyle", "enum", "",1 Property: "SafeAreaAspectRatio", "double", "",1.33333333333333 Property: "Use2DMagnifierZoom", "bool", "",0 Property: "2D Magnifier Zoom", "Real", "A+",100 Property: "2D Magnifier X", "Real", "A+",50 Property: "2D Magnifier Y", "Real", "A+",50 Property: "CameraProjectionType", "enum", "",1 Property: "UseRealTimeDOFAndAA", "bool", "",0 Property: "UseDepthOfField", "bool", "",0 Property: "FocusSource", "enum", "",0 Property: "FocusAngle", "double", "",3.5 Property: "FocusDistance", "double", "",200 Property: "UseAntialiasing", "bool", "",0 Property: "AntialiasingIntensity", "double", "",0.77777 Property: "UseAccumulationBuffer", "bool", "",0 Property: "FrameSamplingCount", "int", "",7 } MultiLayer: 0 MultiTake: 0 Hidden: "True" Shading: Y Culling: "CullingOff" TypeFlags: "Camera" GeometryVersion: 124 Position: 0.000000,0.000000,4000.000000 Up: 0,1,0 LookAt: 0,0,0 ShowInfoOnMoving: 1 ShowAudio: 0 AudioColor: 0,1,0 CameraOrthoZoom: 1 } Model: "Model::Producer Back", "Camera" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,-4000.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Roll", "Roll", "A+",0 Property: "FieldOfView", "FieldOfView", "A+",40 Property: "FieldOfViewX", "FieldOfView", "A+",1 Property: "FieldOfViewY", "FieldOfView", "A+",1 Property: "OpticalCenterX", "Real", "A+",0 Property: "OpticalCenterY", "Real", "A+",0 Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63 Property: "TurnTable", "Real", "A+",0 Property: "DisplayTurnTableIcon", "bool", "",1 Property: "Motion Blur Intensity", "Real", "A+",1 Property: "UseMotionBlur", "bool", "",0 Property: "UseRealTimeMotionBlur", "bool", "",1 Property: "ResolutionMode", "enum", "",0 Property: "ApertureMode", "enum", "",2 Property: "GateFit", "enum", "",0 Property: "FocalLength", "Real", "A+",21.3544940948486 Property: "CameraFormat", "enum", "",0 Property: "AspectW", "double", "",320 Property: "AspectH", "double", "",200 Property: "PixelAspectRatio", "double", "",1 Property: "UseFrameColor", "bool", "",0 Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3 Property: "ShowName", "bool", "",1 Property: "ShowGrid", "bool", "",1 Property: "ShowOpticalCenter", "bool", "",0 Property: "ShowAzimut", "bool", "",1 Property: "ShowTimeCode", "bool", "",0 Property: "NearPlane", "double", "",1.000000 Property: "FarPlane", "double", "",30000.000000 Property: "FilmWidth", "double", "",0.816 Property: "FilmHeight", "double", "",0.612 Property: "FilmAspectRatio", "double", "",1.33333333333333 Property: "FilmSqueezeRatio", "double", "",1 Property: "FilmFormatIndex", "enum", "",4 Property: "ViewFrustum", "bool", "",1 Property: "ViewFrustumNearFarPlane", "bool", "",0 Property: "ViewFrustumBackPlaneMode", "enum", "",2 Property: "BackPlaneDistance", "double", "",100 Property: "BackPlaneDistanceMode", "enum", "",0 Property: "ViewCameraToLookAt", "bool", "",1 Property: "LockMode", "bool", "",0 Property: "LockInterestNavigation", "bool", "",0 Property: "FitImage", "bool", "",0 Property: "Crop", "bool", "",0 Property: "Center", "bool", "",1 Property: "KeepRatio", "bool", "",1 Property: "BackgroundMode", "enum", "",0 Property: "BackgroundAlphaTreshold", "double", "",0.5 Property: "ForegroundTransparent", "bool", "",1 Property: "DisplaySafeArea", "bool", "",0 Property: "SafeAreaDisplayStyle", "enum", "",1 Property: "SafeAreaAspectRatio", "double", "",1.33333333333333 Property: "Use2DMagnifierZoom", "bool", "",0 Property: "2D Magnifier Zoom", "Real", "A+",100 Property: "2D Magnifier X", "Real", "A+",50 Property: "2D Magnifier Y", "Real", "A+",50 Property: "CameraProjectionType", "enum", "",1 Property: "UseRealTimeDOFAndAA", "bool", "",0 Property: "UseDepthOfField", "bool", "",0 Property: "FocusSource", "enum", "",0 Property: "FocusAngle", "double", "",3.5 Property: "FocusDistance", "double", "",200 Property: "UseAntialiasing", "bool", "",0 Property: "AntialiasingIntensity", "double", "",0.77777 Property: "UseAccumulationBuffer", "bool", "",0 Property: "FrameSamplingCount", "int", "",7 } MultiLayer: 0 MultiTake: 0 Hidden: "True" Shading: Y Culling: "CullingOff" TypeFlags: "Camera" GeometryVersion: 124 Position: 0.000000,0.000000,-4000.000000 Up: 0,1,0 LookAt: 0,0,0 ShowInfoOnMoving: 1 ShowAudio: 0 AudioColor: 0,1,0 CameraOrthoZoom: 1 } Model: "Model::Producer Right", "Camera" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",4000.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Roll", "Roll", "A+",0 Property: "FieldOfView", "FieldOfView", "A+",40 Property: "FieldOfViewX", "FieldOfView", "A+",1 Property: "FieldOfViewY", "FieldOfView", "A+",1 Property: "OpticalCenterX", "Real", "A+",0 Property: "OpticalCenterY", "Real", "A+",0 Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63 Property: "TurnTable", "Real", "A+",0 Property: "DisplayTurnTableIcon", "bool", "",1 Property: "Motion Blur Intensity", "Real", "A+",1 Property: "UseMotionBlur", "bool", "",0 Property: "UseRealTimeMotionBlur", "bool", "",1 Property: "ResolutionMode", "enum", "",0 Property: "ApertureMode", "enum", "",2 Property: "GateFit", "enum", "",0 Property: "FocalLength", "Real", "A+",21.3544940948486 Property: "CameraFormat", "enum", "",0 Property: "AspectW", "double", "",320 Property: "AspectH", "double", "",200 Property: "PixelAspectRatio", "double", "",1 Property: "UseFrameColor", "bool", "",0 Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3 Property: "ShowName", "bool", "",1 Property: "ShowGrid", "bool", "",1 Property: "ShowOpticalCenter", "bool", "",0 Property: "ShowAzimut", "bool", "",1 Property: "ShowTimeCode", "bool", "",0 Property: "NearPlane", "double", "",1.000000 Property: "FarPlane", "double", "",30000.000000 Property: "FilmWidth", "double", "",0.816 Property: "FilmHeight", "double", "",0.612 Property: "FilmAspectRatio", "double", "",1.33333333333333 Property: "FilmSqueezeRatio", "double", "",1 Property: "FilmFormatIndex", "enum", "",4 Property: "ViewFrustum", "bool", "",1 Property: "ViewFrustumNearFarPlane", "bool", "",0 Property: "ViewFrustumBackPlaneMode", "enum", "",2 Property: "BackPlaneDistance", "double", "",100 Property: "BackPlaneDistanceMode", "enum", "",0 Property: "ViewCameraToLookAt", "bool", "",1 Property: "LockMode", "bool", "",0 Property: "LockInterestNavigation", "bool", "",0 Property: "FitImage", "bool", "",0 Property: "Crop", "bool", "",0 Property: "Center", "bool", "",1 Property: "KeepRatio", "bool", "",1 Property: "BackgroundMode", "enum", "",0 Property: "BackgroundAlphaTreshold", "double", "",0.5 Property: "ForegroundTransparent", "bool", "",1 Property: "DisplaySafeArea", "bool", "",0 Property: "SafeAreaDisplayStyle", "enum", "",1 Property: "SafeAreaAspectRatio", "double", "",1.33333333333333 Property: "Use2DMagnifierZoom", "bool", "",0 Property: "2D Magnifier Zoom", "Real", "A+",100 Property: "2D Magnifier X", "Real", "A+",50 Property: "2D Magnifier Y", "Real", "A+",50 Property: "CameraProjectionType", "enum", "",1 Property: "UseRealTimeDOFAndAA", "bool", "",0 Property: "UseDepthOfField", "bool", "",0 Property: "FocusSource", "enum", "",0 Property: "FocusAngle", "double", "",3.5 Property: "FocusDistance", "double", "",200 Property: "UseAntialiasing", "bool", "",0 Property: "AntialiasingIntensity", "double", "",0.77777 Property: "UseAccumulationBuffer", "bool", "",0 Property: "FrameSamplingCount", "int", "",7 } MultiLayer: 0 MultiTake: 0 Hidden: "True" Shading: Y Culling: "CullingOff" TypeFlags: "Camera" GeometryVersion: 124 Position: 4000.000000,0.000000,0.000000 Up: 0,1,0 LookAt: 0,0,0 ShowInfoOnMoving: 1 ShowAudio: 0 AudioColor: 0,1,0 CameraOrthoZoom: 1 } Model: "Model::Producer Left", "Camera" { Version: 232 Properties60: { Property: "QuaternionInterpolate", "bool", "",0 Property: "Visibility", "Visibility", "A+",1 Property: "Lcl Translation", "Lcl Translation", "A+",-4000.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000 Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000 Property: "RotationOffset", "Vector3D", "",0,0,0 Property: "RotationPivot", "Vector3D", "",0,0,0 Property: "ScalingOffset", "Vector3D", "",0,0,0 Property: "ScalingPivot", "Vector3D", "",0,0,0 Property: "TranslationActive", "bool", "",0 Property: "TranslationMin", "Vector3D", "",0,0,0 Property: "TranslationMax", "Vector3D", "",0,0,0 Property: "TranslationMinX", "bool", "",0 Property: "TranslationMinY", "bool", "",0 Property: "TranslationMinZ", "bool", "",0 Property: "TranslationMaxX", "bool", "",0 Property: "TranslationMaxY", "bool", "",0 Property: "TranslationMaxZ", "bool", "",0 Property: "RotationOrder", "enum", "",0 Property: "RotationSpaceForLimitOnly", "bool", "",0 Property: "AxisLen", "double", "",10 Property: "PreRotation", "Vector3D", "",0,0,0 Property: "PostRotation", "Vector3D", "",0,0,0 Property: "RotationActive", "bool", "",0 Property: "RotationMin", "Vector3D", "",0,0,0 Property: "RotationMax", "Vector3D", "",0,0,0 Property: "RotationMinX", "bool", "",0 Property: "RotationMinY", "bool", "",0 Property: "RotationMinZ", "bool", "",0 Property: "RotationMaxX", "bool", "",0 Property: "RotationMaxY", "bool", "",0 Property: "RotationMaxZ", "bool", "",0 Property: "RotationStiffnessX", "double", "",0 Property: "RotationStiffnessY", "double", "",0 Property: "RotationStiffnessZ", "double", "",0 Property: "MinDampRangeX", "double", "",0 Property: "MinDampRangeY", "double", "",0 Property: "MinDampRangeZ", "double", "",0 Property: "MaxDampRangeX", "double", "",0 Property: "MaxDampRangeY", "double", "",0 Property: "MaxDampRangeZ", "double", "",0 Property: "MinDampStrengthX", "double", "",0 Property: "MinDampStrengthY", "double", "",0 Property: "MinDampStrengthZ", "double", "",0 Property: "MaxDampStrengthX", "double", "",0 Property: "MaxDampStrengthY", "double", "",0 Property: "MaxDampStrengthZ", "double", "",0 Property: "PreferedAngleX", "double", "",0 Property: "PreferedAngleY", "double", "",0 Property: "PreferedAngleZ", "double", "",0 Property: "InheritType", "enum", "",0 Property: "ScalingActive", "bool", "",0 Property: "ScalingMin", "Vector3D", "",1,1,1 Property: "ScalingMax", "Vector3D", "",1,1,1 Property: "ScalingMinX", "bool", "",0 Property: "ScalingMinY", "bool", "",0 Property: "ScalingMinZ", "bool", "",0 Property: "ScalingMaxX", "bool", "",0 Property: "ScalingMaxY", "bool", "",0 Property: "ScalingMaxZ", "bool", "",0 Property: "GeometricTranslation", "Vector3D", "",0,0,0 Property: "GeometricRotation", "Vector3D", "",0,0,0 Property: "GeometricScaling", "Vector3D", "",1,1,1 Property: "LookAtProperty", "object", "" Property: "UpVectorProperty", "object", "" Property: "Show", "bool", "",1 Property: "NegativePercentShapeSupport", "bool", "",1 Property: "DefaultAttributeIndex", "int", "",0 Property: "Color", "Color", "A",0.8,0.8,0.8 Property: "Roll", "Roll", "A+",0 Property: "FieldOfView", "FieldOfView", "A+",40 Property: "FieldOfViewX", "FieldOfView", "A+",1 Property: "FieldOfViewY", "FieldOfView", "A+",1 Property: "OpticalCenterX", "Real", "A+",0 Property: "OpticalCenterY", "Real", "A+",0 Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63 Property: "TurnTable", "Real", "A+",0 Property: "DisplayTurnTableIcon", "bool", "",1 Property: "Motion Blur Intensity", "Real", "A+",1 Property: "UseMotionBlur", "bool", "",0 Property: "UseRealTimeMotionBlur", "bool", "",1 Property: "ResolutionMode", "enum", "",0 Property: "ApertureMode", "enum", "",2 Property: "GateFit", "enum", "",0 Property: "FocalLength", "Real", "A+",21.3544940948486 Property: "CameraFormat", "enum", "",0 Property: "AspectW", "double", "",320 Property: "AspectH", "double", "",200 Property: "PixelAspectRatio", "double", "",1 Property: "UseFrameColor", "bool", "",0 Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3 Property: "ShowName", "bool", "",1 Property: "ShowGrid", "bool", "",1 Property: "ShowOpticalCenter", "bool", "",0 Property: "ShowAzimut", "bool", "",1 Property: "ShowTimeCode", "bool", "",0 Property: "NearPlane", "double", "",1.000000 Property: "FarPlane", "double", "",30000.000000 Property: "FilmWidth", "double", "",0.816 Property: "FilmHeight", "double", "",0.612 Property: "FilmAspectRatio", "double", "",1.33333333333333 Property: "FilmSqueezeRatio", "double", "",1 Property: "FilmFormatIndex", "enum", "",4 Property: "ViewFrustum", "bool", "",1 Property: "ViewFrustumNearFarPlane", "bool", "",0 Property: "ViewFrustumBackPlaneMode", "enum", "",2 Property: "BackPlaneDistance", "double", "",100 Property: "BackPlaneDistanceMode", "enum", "",0 Property: "ViewCameraToLookAt", "bool", "",1 Property: "LockMode", "bool", "",0 Property: "LockInterestNavigation", "bool", "",0 Property: "FitImage", "bool", "",0 Property: "Crop", "bool", "",0 Property: "Center", "bool", "",1 Property: "KeepRatio", "bool", "",1 Property: "BackgroundMode", "enum", "",0 Property: "BackgroundAlphaTreshold", "double", "",0.5 Property: "ForegroundTransparent", "bool", "",1 Property: "DisplaySafeArea", "bool", "",0 Property: "SafeAreaDisplayStyle", "enum", "",1 Property: "SafeAreaAspectRatio", "double", "",1.33333333333333 Property: "Use2DMagnifierZoom", "bool", "",0 Property: "2D Magnifier Zoom", "Real", "A+",100 Property: "2D Magnifier X", "Real", "A+",50 Property: "2D Magnifier Y", "Real", "A+",50 Property: "CameraProjectionType", "enum", "",1 Property: "UseRealTimeDOFAndAA", "bool", "",0 Property: "UseDepthOfField", "bool", "",0 Property: "FocusSource", "enum", "",0 Property: "FocusAngle", "double", "",3.5 Property: "FocusDistance", "double", "",200 Property: "UseAntialiasing", "bool", "",0 Property: "AntialiasingIntensity", "double", "",0.77777 Property: "UseAccumulationBuffer", "bool", "",0 Property: "FrameSamplingCount", "int", "",7 } MultiLayer: 0 MultiTake: 0 Hidden: "True" Shading: Y Culling: "CullingOff" TypeFlags: "Camera" GeometryVersion: 124 Position: -4000.000000,0.000000,0.000000 Up: 0,1,0 LookAt: 0,0,0 ShowInfoOnMoving: 1 ShowAudio: 0 AudioColor: 0,1,0 CameraOrthoZoom: 1 } Material: "Material::orco__difuse-map_png", "" { Version: 102 ShadingModel: "lambert" MultiLayer: 0 Properties60: { Property: "ShadingModel", "KString", "", "Lambert" Property: "MultiLayer", "bool", "",0 Property: "EmissiveColor", "ColorRGB", "",0.8000,0.8000,0.8000 Property: "EmissiveFactor", "double", "",0.0000 Property: "AmbientColor", "ColorRGB", "",0.0000,0.0000,0.0000 Property: "AmbientFactor", "double", "",1.0000 Property: "DiffuseColor", "ColorRGB", "",0.8000,0.8000,0.8000 Property: "DiffuseFactor", "double", "",0.8000 Property: "Bump", "Vector3D", "",0,0,0 Property: "TransparentColor", "ColorRGB", "",1,1,1 Property: "TransparencyFactor", "double", "",0.0000 Property: "Emissive", "ColorRGB", "",0,0,0 Property: "Ambient", "ColorRGB", "",0.0,0.0,0.0 Property: "Diffuse", "ColorRGB", "",0.8,0.8,0.8 Property: "Opacity", "double", "",1.0 } } Video: "Video::difuse-map_png", "Clip" { Type: "Clip" Properties60: { Property: "FrameRate", "double", "",0 Property: "LastFrame", "int", "",0 Property: "Width", "int", "",0 Property: "Height", "int", "",0 Property: "Path", "charptr", "", "difuse-map.png" Property: "StartFrame", "int", "",0 Property: "StopFrame", "int", "",0 Property: "PlaySpeed", "double", "",1 Property: "Offset", "KTime", "",0 Property: "InterlaceMode", "enum", "",0 Property: "FreeRunning", "bool", "",0 Property: "Loop", "bool", "",0 Property: "AccessMode", "enum", "",0 } UseMipMap: 0 Filename: "difuse-map.png" RelativeFilename: "Texture/difuse-map.png" } Texture: "Texture::difuse-map_png", "TextureVideoClip" { Type: "TextureVideoClip" Version: 202 TextureName: "Texture::difuse-map_png" Properties60: { Property: "Translation", "Vector", "A+",0,0,0 Property: "Rotation", "Vector", "A+",0,0,0 Property: "Scaling", "Vector", "A+",1,1,1 Property: "Texture alpha", "Number", "A+",0 Property: "TextureTypeUse", "enum", "",0 Property: "CurrentTextureBlendMode", "enum", "",1 Property: "UseMaterial", "bool", "",0 Property: "UseMipMap", "bool", "",0 Property: "CurrentMappingType", "enum", "",0 Property: "UVSwap", "bool", "",0 Property: "WrapModeU", "enum", "",0 Property: "WrapModeV", "enum", "",0 Property: "TextureRotationPivot", "Vector3D", "",0,0,0 Property: "TextureScalingPivot", "Vector3D", "",0,0,0 Property: "VideoProperty", "object", "" } Media: "Video::difuse-map_png" FileName: "difuse-map.png" RelativeFilename: "Texture/difuse-map.png" ModelUVTranslation: 0,0 ModelUVScaling: 1,1 Texture_Alpha_Source: "None" Cropping: 0,0,0,0 } Deformer: "Deformer::Skin Orco-lowPoly", "Skin" { Version: 100 MultiLayer: 0 Type: "Skin" Properties60: { } Link_DeformAcuracy: 50 } Deformer: "SubDeformer::Cluster Orco-lowPoly hips", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 2,3,5,6,7,8,10,11,12,14,15,18,19,20,23,24,26,27,29,30,31,32,34 ,35,37,38,39,40,41,42,44,46,47,50,51,53,55,58,60,62,63,66,72,74,77,79 ,370,371,372,373,378,380,383,385,389,390,391,392,393,394,395,399,400,401,402,403,404,405,406 ,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429 ,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452 ,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475 ,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498 ,499,500,501,502,503,504,505,516,517,518,752,756,757,762,763,768,776,799,800,801,802,803,804 ,805,816,817,820,824,825,827,839,842,853,858,927,934,990,992,993,1006,1007,1008,1009,1297,1298,1299 ,1300,1305,1307,1310,1316,1317,1318,1319,1320,1321,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338 ,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361 ,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384 ,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407 ,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1422,1423,1424,1426,1427,1428,1429,1430,1431,1432,1433 ,1443,1444,1445,1678,1683,1684,1704,1913,1914,1915,1916,1917,1918,1929,1930 Weights: 1.00000000,1.00000000,0.51448757,0.14620391,0.14835681,0.15053637,0.50087448,0.00010149,0.45612294,0.55875258,0.12332822,0.35547446,0.14865138,0.00452653,0.33913217,0.14802179,0.58430946,0.23849468,0.36905359,0.52905767,0.41336166,0.61741703,0.14620315,0.65229880,0.40549123,0.43884632,0.48536713,0.05377403,0.34747542,0.27299705,0.49797575,0.26319547,0.60959589,0.58134283,0.74058345,0.51777413,0.01417824,0.52941124 ,0.00169658,0.51915354,0.15082154,0.00009542,0.03632588,0.61644344,0.06894706,0.58784141,0.02347082,0.06756346,0.06945575,0.03970070,0.03205285,0.01347355,0.00626792,0.03880396,0.00128858,0.09043255,0.11459179,0.11170330,0.06811101,0.02950981,0.34826868,0.02153512,0.11661006,0.14793816,0.14649189,0.08784094,0.04817683,0.87218656,0.83340533,0.86223868,0.82521498,0.83253906,0.83823685,0.68906827,0.79264321,0.87150066 ,0.88112605,0.89212064,0.87732783,0.91694224,0.64751290,0.45234647,0.41364920,0.79496112,0.92994920,0.90050444,0.88960620,0.88700250,0.86743716,0.91297918,0.86796962,0.89540533,0.75769196,0.66860677,0.58275914,0.51386717,0.52823857,0.93294924,0.87405676,0.62937656,0.61273769,0.61404746,0.61497003,0.63247850,0.67414604,0.63410165,0.37799279,0.88498419,0.87115507,0.83712774,0.90364930,0.90307104,0.76519201,0.93939405 ,0.54285273,0.83714032,0.84200665,0.89209289,0.92356056,0.52229312,0.89235991,0.87765551,0.86569390,0.89134256,0.90757408,0.61471944,0.72379162,0.53433200,0.73658490,0.92585848,0.90187734,0.92190232,0.92861456,0.89052988,0.91328889,0.97671949,0.97558891,0.85549639,0.64165282,0.51177930,0.12593201,0.38594685,0.46081710,0.44894003,0.42357253,0.40272587,0.32321978,0.32717301,0.38485470,0.33206288,0.66641463,0.35354996 ,0.56969294,0.20084440,0.53891703,0.17545148,0.15217701,0.17011471,0.22889790,0.19216380,0.26336015,0.17114443,0.17906910,0.06337569,0.09965885,0.22152709,0.23790185,0.17441304,0.03850429,0.01697412,0.01734057,0.11542528,0.01837751,0.05250862,0.10268163,0.00383464,0.06420704,0.02848458,0.12001638,0.09593475,0.15644831,0.01425827,0.10735070,0.01381109,0.00058902,0.00255475,0.03175635,0.00003581,0.02429208,0.03752804 ,0.00009633,0.00525700,0.07736783,0.00259388,0.00815242,0.00023422,0.00160274,0.01639098,0.36462344,0.49482884,0.02806036,0.26564571,0.71119171,0.34941514,0.01688999,0.06789637,0.07352883,0.03864734,0.03272780,0.01269846,0.00625847,0.00083274,0.09078503,0.12305566,0.09967146,0.06567820,0.02936129,0.02091048,0.11703884,0.15099499,0.12734351,0.08392726,0.04784365,0.88117054,0.85339473,0.79827941,0.84515724,0.80777774 ,0.80330242,0.75336570,0.75371577,0.85448820,0.89526028,0.87591953,0.88862916,0.86318051,0.66183350,0.54125473,0.84740891,0.86923733,0.92824087,0.89744704,0.78705902,0.86939719,0.83717403,0.92277998,0.86396163,0.86838658,0.90945616,0.68151144,0.59120449,0.63543930,0.68318198,0.94070447,0.93211815,0.82176624,0.65759624,0.65443321,0.66470965,0.70448940,0.84278914,0.69181518,0.42978841,0.88795209,0.84572094,0.85174666 ,0.90790320,0.88599130,0.88603294,0.93880238,0.88207803,0.82677477,0.82191555,0.88346972,0.92110134,0.91864870,0.88805164,0.86821649,0.86019278,0.88393360,0.90558066,0.90691531,0.69001781,0.44430282,0.68125164,0.92087416,0.91234911,0.92146525,0.93697753,0.87371643,0.86788956,0.94360234,0.74124803,0.51317294,0.79476775,0.39820325,0.16062644,0.35234939,0.45561225,0.29103071,0.25203284,0.31056137,0.25010770,0.24707402 ,0.27618965,0.46094731,0.66235255,0.39852369,0.58538475,0.21479714,0.56534323,0.16199400,0.21510512,0.16735747,0.00002188,0.17946746,0.20334976,0.10104289,0.22292632,0.33354947,0.28541995,0.00066401,0.03903826,0.01735815,0.01767988,0.05440936,0.05299065,0.00112549,0.05527048,0.90035026,0.92059200,0.97820739,0.43528924,0.76936059,0.64454401,0.10858256,0.39792956 Transform: 0.007980638183653,-0.999959826469421,0.004056869074702,0.000000000000000,0.203654885292053,-0.002346633467823,-0.979039788246155,0.000000000000000,0.979010164737701,0.008639565669000,0.203628018498421,0.000000000000000,-0.413427293300629,-0.004450839012861,-0.058732852339745,1.000000000000000 TransformLink: 0.007980640046299,0.979010224342346,-0.203654944896698,0.000000000000000,-0.999960005283356,0.008639565669000,0.002346634864807,0.000000000000000,0.004056868609041,0.203628033399582,0.979040026664734,0.000000000000000,-0.000912975054234,0.416747689247131,-0.026684256270528,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly spine", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 236,238,252,254,256,258,271,272,273,280,281,282,283,284,285,286,287,288,289,290,291,292,293 ,294,295,297,316,318,319,320,321,322,323,324,325,326,327,328,329,331,332,341,343,344,345,346 ,347,348,349,355,356,357,358,359,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,408,409,410,411,412,413,414,415,416,417,418,419,420 ,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443 ,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467 ,468,469,470,471,472,473,474,475,476,693,695,696,697,698,986,987,989,990,991,999,1000,1002,1003 ,1004,1005,1006,1163,1165,1179,1181,1183,1185,1198,1199,1200,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217 ,1218,1219,1220,1221,1222,1224,1243,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1258,1259,1268,1270 ,1271,1272,1273,1274,1275,1276,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298 ,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321 ,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344 ,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367 ,1368,1369,1370,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391 ,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1620,1622,1623,1624,1625,1912,1913,1914,1919,1920,1925,1926 ,1928,1929 Weights: 0.07001726,0.21054456,0.01331838,0.84230810,0.07959703,0.69301172,0.05015543,0.03818999,0.02313343,0.01428531,0.08772017,0.07695712,0.05592849,0.03356913,0.10812943,0.09828458,0.06834264,0.04403393,0.12494827,0.08856585,0.05191953,0.03104382,0.12552059,0.01480423,0.00132676,0.03232161,0.00101151,0.83945265,0.24348431,0.20047671,0.91018719,0.70381418,0.32807181,0.27112964,0.77717185,0.53867544,0.49586688,0.39268237 ,0.58174083,0.02938086,0.12397617,0.03532209,0.78751192,0.14213409,0.80157790,0.84136464,0.10589573,0.07760795,0.03339358,0.14998817,0.19774210,0.18347306,0.17182880,0.73134033,0.36246957,0.31550417,0.71276032,1.00000000,0.11975066,0.16035131,0.16391462,0.15855392,0.07300418,0.39053372,0.74835870,0.77774426,0.76763489,0.83762009,0.83580607,0.85285375,0.86269653,0.86695693,0.81608560,0.77980024,0.88786630,0.79716619 ,0.86668855,0.91191228,0.86575468,0.83949315,0.99179625,0.95118565,1.00000000,0.99871142,0.90956745,0.79134303,0.82199966,0.84004333,0.93008531,0.46665699,1.00000000,0.93944036,1.00000000,0.97846488,0.88338994,0.80207395,0.81021912,0.83551131,0.93522189,0.11167040,0.12291353,0.13776132,0.13174409,0.16746094,0.16176315,0.31093173,0.20735679,0.12849934,0.09474969,0.09183551,0.10417312,0.08305776,0.02868936,0.00285385 ,0.00982314,0.03879848,0.07005080,0.09949556,0.11039380,0.11299750,0.13256284,0.08362112,0.08656353,0.10459467,0.07296498,0.05222000,0.03236270,0.02058391,0.02675946,0.06705076,0.07029683,0.05025895,0.04458186,0.03738000,0.03464925,0.03825285,0.04350415,0.04323284,0.11501581,0.12884493,0.16287226,0.09635070,0.09692896,0.08898890,0.06060595,0.03708966,0.16285968,0.15427177,0.10790711,0.07643944,0.04548925,0.10764009 ,0.12234449,0.12638758,0.10571560,0.08934339,0.06139028,0.04118393,0.00180160,0.03334553,0.07414152,0.07037885,0.07809768,0.07138544,0.03653958,0.02515004,0.02328051,0.02441109,0.02620279,0.01467650,0.00330730,0.04510911,0.05305512,0.03362007,0.01729881,0.47720741,0.59662416,0.92320156,0.94253152,0.73880181,0.26736120,0.69672729,0.53801107,0.05201040,0.15054061,0.86525465,0.95667228,0.03121480,0.10248510,0.01308476 ,0.25800041,0.08152586,0.69147648,0.04987723,0.03796599,0.02292200,0.01407762,0.08045069,0.06972293,0.05561870,0.03329537,0.10187325,0.09815915,0.06788089,0.04368709,0.12649701,0.08826282,0.05149239,0.03069398,0.09609354,0.01396259,0.00057829,0.03195959,0.00080510,0.10531223,0.09039604,0.08309143,0.13165948,0.55704903,0.31019871,0.27041189,0.77700967,0.46676934,0.40845234,0.36566695,0.52401724,0.02922109,0.12403965 ,0.03502886,0.35549966,0.13308648,0.60754596,0.72502448,0.10584935,0.07730673,0.03300282,0.13973067,0.20264686,0.18298388,0.25910297,0.68546665,1.00000000,0.53078837,0.61476251,1.00000000,0.11976566,0.16015211,0.17559907,0.15762586,0.07780665,0.30081107,0.53299642,0.77515692,0.80851524,0.81281197,0.83424900,0.85066228,0.30394554,0.86552414,0.82348350,0.82698107,0.82565291,0.79626943,0.86588836,0.91164378,0.64404573 ,0.82818227,0.83253982,0.94882934,0.81675825,0.74056159,0.90921497,0.84554692,0.73075304,0.80889151,0.93004874,0.84870393,0.83030952,0.93071442,0.80011686,0.95806430,0.88296116,0.81519715,0.70220500,0.79788048,0.93509087,0.10451627,0.10902351,0.12085305,0.11706007,0.12288614,0.13423470,0.24663430,0.24628423,0.14551180,0.10473972,0.08630904,0.09532735,0.07234074,0.02867730,0.00115692,0.00957319,0.02670071,0.07175913 ,0.08930510,0.09754597,0.10440645,0.10521581,0.07666513,0.09033308,0.08719638,0.08452353,0.05530488,0.03323036,0.02095229,0.02472336,0.05380289,0.06788185,0.06179565,0.05058244,0.03998021,0.03622270,0.04007410,0.05254226,0.04758874,0.11204791,0.10708101,0.14825334,0.09209680,0.08662180,0.11396706,0.06119762,0.06639671,0.17322523,0.17808445,0.11653028,0.07889866,0.08135130,0.11194836,0.13178351,0.13980722,0.11606640 ,0.09441934,0.09308469,0.04511432,0.04158371,0.07912584,0.07215208,0.06444038,0.06217012,0.04279020,0.02552108,0.02600664,0.02118766,0.02547735,0.02043526,0.00302044,0.04460739,0.05259692,0.03310640,0.01687725,0.43472391,0.09745970,0.07940800,0.82723997,0.80255820,0.09838991,0.68915653,0.79099256,0.69882806 Transform: 0.005373258609325,-0.999985456466675,0.000285201327642,0.000000000000000,-0.066718623042107,-0.000643070496153,-0.997771561145782,0.000000000000000,0.997757434844971,0.005342257209122,-0.066721126437187,0.000000000000000,-0.524225711822510,-0.002792556304485,0.085149504244328,1.000000000000000 TransformLink: 0.005373259074986,0.997757315635681,0.066718637943268,0.000000000000000,-0.999985575675964,0.005342256743461,0.000643071660306,0.000000000000000,0.000285200309008,-0.066721111536026,0.997771739959717,0.000000000000000,-0.000000000174623,0.528746247291565,-0.049982339143753,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly ribs", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 131,132,133,198,213,214,215,216,217,218,253,254,257,258,259,260,261,262,264,265,266,267,268 ,270,274,275,276,277,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,339,340,341 ,343,345,346,372,373,374,375,377,378,379,380,381,382,383,392,393,394,403,404,981,985,986,987 ,988,989,990,999,1000,1001,1002,1003,1004,1005,1006,1058,1059,1060,1125,1140,1141,1142,1143,1144,1145,1180,1181 ,1184,1185,1186,1187,1188,1189,1191,1192,1193,1194,1195,1197,1201,1202,1203,1204,1245,1246,1247,1248,1249,1250,1251 ,1252,1253,1254,1255,1256,1257,1258,1259,1266,1267,1268,1270,1272,1273,1299,1300,1301,1302,1304,1305,1306,1307,1308 ,1309,1310,1319,1320,1321,1330,1331,1908,1912,1919,1920,1923,1926,1927,1928 Weights: 0.03865465,0.13329357,0.49225891,0.00784193,0.01044639,0.10669458,0.02352014,0.22790437,0.12349886,0.06011516,0.00324483,0.15769190,0.00204160,0.30698828,0.57946210,0.25812556,0.12305485,0.05954816,0.00493590,0.61424585,0.27715230,0.11973079,0.05702034,0.00087497,0.59643442,0.25051374,0.09646836,0.03340182,0.16054735,0.10101640,0.11352090,0.08981281,0.29618582,0.19340903,0.19733514,0.22282815,0.38266229,0.41748679 ,0.37211640,0.34997128,0.22334065,0.18573715,0.21094357,0.06831552,0.03595390,0.04942867,0.05619364,0.11615900,0.06517809,0.02872712,0.06116909,0.14769345,0.06447363,0.12056669,0.07207037,0.13085314,0.09334626,0.17655032,0.12238921,0.07592487,0.00096874,0.02753561,0.04040489,0.00666606,0.01504283,0.16379401,0.72488093,0.46825548,0.38900213,0.55303440,0.07679844,0.04107749,0.03644872,0.30327271,0.70247708,0.42905500 ,0.53167912,0.54795995,0.13474535,0.01526736,0.03869444,0.12343466,0.49253176,0.00798796,0.01054390,0.10018317,0.02222662,0.22931716,0.12367161,0.06022981,0.00396826,0.04819622,0.00219199,0.30608931,0.62613558,0.29029574,0.14045439,0.06836390,0.00534307,0.61423467,0.27837622,0.11978619,0.05702539,0.00089330,0.59642821,0.25050669,0.09646402,0.03340041,0.01999416,0.03733780,0.04687838,0.01286330,0.23439446,0.18276519 ,0.19669583,0.22299033,0.33065826,0.34324303,0.34614569,0.31424496,0.22331516,0.18566753,0.21121971,0.06830081,0.03587036,0.04918761,0.02529241,0.08799341,0.05615874,0.03062472,0.05962212,0.14785534,0.06467576,0.12085915,0.07314197,0.13909221,0.08712326,0.17650208,0.12244716,0.07606224,0.00106453,0.02678681,0.04058997,0.00656927,0.01518563,0.58870381,0.49606675,0.16049523,0.02040911,0.04608739,0.31084347,0.70914313 ,0.20794137 Transform: -0.005601570010185,-0.999969065189362,0.005508293863386,0.000000000000000,-0.776812076568604,0.000882647233084,-0.629731595516205,0.000000000000000,0.629707396030426,-0.007806396577507,-0.776793181896210,0.000000000000000,-0.409685373306274,0.006329874042422,0.566749513149261,1.000000000000000 TransformLink: -0.005601570475847,0.629707396030426,0.776812314987183,0.000000000000000,-0.999969244003296,-0.007806397043169,-0.000882647756953,0.000000000000000,0.005508294794708,-0.776793181896210,0.629731833934784,0.000000000000000,0.000912974763196,0.698278427124023,-0.038645960390568,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly neck", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 83,84,85,87,88,90,91,92,93,95,98,99,100,101,103,104,106,118,119,120,129,130,131 ,132,133,134,135,136,137,138,140,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,213,214,215,216,217,218,219,220,221,222,223 ,224,225,226,227,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248 ,249,250,251,252,253,257,259,260,261,262,264,356,359,981,984,996,999,1010,1011,1012,1014,1015,1017 ,1018,1019,1020,1022,1025,1026,1027,1028,1030,1031,1033,1045,1046,1047,1056,1057,1058,1059,1060,1061,1062,1063,1065 ,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130 ,1131,1132,1133,1134,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1157,1158,1159,1160 ,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1184,1213,1214 ,1261,1286,1908,1910,1911,1920,1922,1923,1925,1927 Weights: 0.05247723,0.01265186,0.03185218,0.03333811,0.00851210,0.05017870,0.07030101,0.00777076,0.04077404,0.04787932,0.06307132,0.09655465,0.00777911,0.04614864,0.06010217,0.00251661,0.07651983,0.05575981,0.00126132,0.09194488,0.04042317,0.09897773,0.17342902,0.54617142,0.22629718,0.12769603,0.08552491,0.10065531,0.00079903,0.15314382,0.00305806,0.13292145,0.09752547,0.05798479,0.05854963,0.02871762,0.00788621,0.03561828 ,0.01436931,0.19519692,0.23924313,0.18157405,0.13003711,0.17967247,0.20555347,0.23869648,0.25982437,0.26020730,0.25154217,0.22735463,0.20464242,0.10813399,0.13283698,0.00518441,0.09375545,0.06500675,0.04519094,0.02113501,0.17540709,0.63950189,0.56452135,0.22636210,0.22651886,0.20202055,0.50460521,0.56047615,0.53235028,0.00766369,0.10521018,0.07040301,0.05163768,0.02717184,0.14114434,0.03841377,0.13945661,0.09702985 ,0.06598932,0.01658353,0.06444384,0.92998274,0.10072489,0.78945544,0.25026037,0.25791572,0.19789185,0.21532236,0.25658105,0.23949196,0.26470529,0.27098435,0.25524834,0.23854113,0.25648745,0.25306425,0.30989537,0.32118383,0.26742836,0.18517461,0.07456830,0.11086734,0.12390965,0.12890695,0.07129682,0.00777609,0.01129033,0.52786654,0.06404591,0.02489409,0.69619008,0.04934469,0.00939151,0.02946579,0.02839054,0.00582874 ,0.05081404,0.06577659,0.00403581,0.03698028,0.04163530,0.06005769,0.08938946,0.00370876,0.04283591,0.05614841,0.00060502,0.07344944,0.05432263,0.00010750,0.08901393,0.03890483,0.09807375,0.17262381,0.50463609,0.22582165,0.11731882,0.07988402,0.09865608,0.14802703,0.12462951,0.09223322,0.05432480,0.05522625,0.02252296,0.00301141,0.02909294,0.00942023,0.17743352,0.22878214,0.17119707,0.13126686,0.17331876,0.19984420 ,0.23206290,0.25470820,0.25428873,0.24840780,0.19976628,0.19018790,0.10084906,0.12197200,0.00225123,0.09009585,0.06206151,0.03909675,0.01787049,0.17310268,0.59722343,0.52507504,0.22149179,0.22538968,0.20058358,0.51088350,0.54052841,0.40955814,0.00564403,0.10241069,0.06935753,0.04736228,0.02356886,0.13740500,0.03522024,0.13055344,0.09543571,0.06472809,0.01527738,0.06303677,0.41398043,0.09939506,0.38328458,0.23852985 ,0.24960254,0.18986643,0.20714036,0.24905849,0.23204173,0.28707673,0.33764626,0.24383043,0.22915337,0.24758541,0.24466642,0.30730616,0.31529768,0.31539371,0.14340048,0.00884037,0.00386914,0.00409555,0.00977238,0.21422348,0.01379500,0.10657970,0.01137910,0.08599733,0.17311916,0.88286139,0.04015006 Transform: 0.000000076589394,-0.999999880790710,0.000000330362496,0.000000000000000,-0.981673538684845,-0.000000138771171,-0.190569087862968,0.000000000000000,0.190569147467613,-0.000000308903651,-0.981673717498779,0.000000000000000,-0.254166424274445,0.000000232175509,0.764749944210052,1.000000000000000 TransformLink: 0.000000077360554,0.190569132566452,0.981673955917358,0.000000000000000,-1.000000119209290,-0.000000309712675,0.000000138142752,0.000000000000000,0.000000329688191,-0.981673777103424,0.190569192171097,0.000000000000000,-0.000000000291038,0.799171268939972,0.103770785033703,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly head", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 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,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,215,219,222,223,224,225,226,227 ,228,229,230,231,232,233,234,235,237,239,240,241,242,243,244,245,246,247,248,249,250,253,266 ,267,285,286,289,356,359,362,384,979,980,981,982,983,984,991,994,995,996,997,998,1010,1011,1012 ,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035 ,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058 ,1059,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082 ,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105 ,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128 ,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1146,1147,1148,1149,1150,1151,1152,1153,1154 ,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1197 ,1206,1289,1311,1906,1907,1909,1910,1911,1920,1921,1922,1923,1924 Weights: 0.94752277,0.98734814,0.96814782,1.00000000,0.96666189,0.99148790,1.00000000,0.94982130,0.92969899,0.99222924,0.95922596,1.00000000,0.95212068,1.00000000,1.00000000,0.93692868,0.88889614,0.99222089,0.95385136,1.00000000,0.93989783,0.99748339,1.00000000,0.92348017,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.94424019,0.99873868,0.90805512 ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.95957683,0.90102227,0.76759811,0.21461436,0.83593513,0.89340562,0.89934469,0.99920097,0.81884928,1.00000000,0.99694194,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.81566432,0.85825740,0.94128849,0.93426064,0.97128238,0.99211379,0.96438172,0.98563069,0.75230588,0.70623233,0.74882662,0.80216487,0.72880628,0.68107707,0.63523480,0.63601093,0.67182286 ,0.68179869,0.71419563,0.72424607,0.85270539,0.82815172,0.99481559,0.85467946,0.91276316,0.95471041,0.97886499,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.78147366,0.16943402,0.18256510,0.99233631,0.82777584,0.89244303,0.94178988,0.97282816,0.76958199,1.00000000,1.00000000,0.96158623,0.74334576,0.83618976,0.89564515,0.98341647,0.91559562,0.80894782,0.68850196,0.66753005,0.71759139,0.68878941,0.65943867 ,0.65923241,0.65480960,0.64608321,0.67969570,0.66933535,0.66898304,0.66491937,0.15920703,0.00442996,0.00049263,0.05217959,0.01033972,0.01396627,0.01723543,0.04752064,0.02217437,0.01989565,1.00000000,1.00000000,0.23661636,1.00000000,1.00000000,0.91323922,0.01263813,1.00000000,1.00000000,0.97510591,1.00000000,1.00000000,0.95065531,0.99060849,0.97053421,1.00000000,0.97160946,0.99417126,1.00000000,0.94918596,0.93422341 ,0.99596419,0.96301972,1.00000000,0.95836470,1.00000000,1.00000000,0.93994231,0.89437319,0.99629124,0.95716409,1.00000000,0.94385159,0.99939498,1.00000000,0.92655056,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.94567737,0.99989250,0.91098607,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.96109517 ,0.90192625,0.76814549,0.27374038,0.84347388,0.89788090,0.90134392,1.00000000,0.82258323,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000 ,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.82253647,0.86281689,0.94462516,0.93741381,0.97747704,0.99698859,0.97090706,0.99057977,0.76660053,0.71454079,0.75706595,0.79640078,0.73374149,0.68532551,0.64169892,0.64016834,0.67642164,0.68415290,0.73596307,0.73680550,0.85818319,0.83610139,0.99774877,0.85785294,0.91555232,0.96090325 ,0.98212951,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.78305549,0.06407083,0.22445937,0.16765141,0.02972963,0.20191277,0.99435597,0.83019816,0.89264647,0.94489171,0.97643114,0.77258841,1.00000000,1.00000000,0.96477976,0.75809737,0.83764441,0.89706819,0.98472262,0.90430091,0.18050929,0.80399597,0.69769687,0.67393448,0.72381924,0.69483989,0.66516109,0.66465709,0.62033207,0.55276230,0.68858676,0.67641792 ,0.67584269,0.67133305,0.00571990,0.01546372,0.01596560,0.01227312,1.00000000,1.00000000,1.00000000,0.98620500,0.82565660,0.06173859,1.00000000,0.91400267,0.78079345,1.00000000 Transform: 0.000000076172931,-0.999999880790710,0.000000201741514,0.000000000000000,-0.998606324195862,-0.000000066049012,0.052771810442209,0.000000000000000,-0.052771795541048,-0.000000204671210,-0.998606562614441,0.000000000000000,-0.110378935933113,0.000000155213542,0.815742611885071,1.000000000000000 TransformLink: 0.000000076757878,-0.052771821618080,0.998606801033020,0.000000000000000,-1.000000119209290,-0.000000205480220,0.000000065420558,0.000000000000000,0.000000200900530,-0.998606562614441,-0.052771806716919,0.000000000000000,-0.000000000197111,0.808781027793884,0.153273373842239,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly shoulder_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 99,131,132,133,134,135,138,181,182,183,184,189,190,191,192,193,194,195,196,197,198,199,200 ,201,202,204,205,206,213,214,215,216,217,218,219,220,221,223,224,225,227,231,232,233,235,237 ,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,259,260,261,262,263 ,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286 ,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309 ,310,311,312,313,314,315,316,317,319,320,323,324,328,330,331,332,333,334,335,336,337,338,339 ,340,341,342,343,344,347,348,349,350,351,352,354,355,356,357,358,360,361,364,365,366,368,373 ,383,387,392,393,395,402,403,405,406,408,415,416,427,430,691,693,694,695,696,704,706,981,984 ,985,987,988,991,1001,1002,1003,1004,1060,1148,1158,1162,1163,1164,1179,1181,1183,1186,1192,1193,1201,1202,1208 ,1257,1258,1259,1270,1271,1272,1273,1286,1289,1311,1312,1313,1322,1908,1911,1927,1929 Weights: 0.01454921,0.02031821,0.10592065,0.25470856,0.03636884,0.02106947,0.02800690,0.05141422,0.04421713,0.00072672,0.00718973,0.05249720,0.05452454,0.06959933,0.06779802,0.09152125,0.11336946,0.12606872,0.10416470,0.06796984,0.05881722,0.05844973,0.07111151,0.03916062,0.03901129,0.05156509,0.02223009,0.00009865,0.03267286,0.25380353,0.24252450,0.54573353,0.64998228,0.73786429,0.31282969,0.43952385,0.44224685,0.06701399 ,0.03715396,0.00657244,0.08927367,0.10394736,0.06678040,0.03836553,0.01599272,0.05931282,0.06123767,0.07455423,0.08451676,0.09588823,0.08398028,0.10127563,0.08048510,0.08293243,0.06505596,0.09212352,0.07452951,0.08201638,0.69010463,0.63139187,0.57011977,0.97986220,0.85346637,0.81278379,0.29611480,0.63100709,0.75303550,0.81154489,0.95929689,0.92376728,0.32331334,0.71362161,0.87977658,0.94297966,0.98931003,0.98621510 ,0.89276621,0.96181001,0.97686657,0.33431654,0.73871416,0.90353164,0.96659818,1.00000000,0.99440112,0.98571469,0.90878902,0.92304288,0.94407151,0.96643087,0.83969098,0.89137570,0.93165736,0.95596607,0.84842773,0.91143415,0.94808047,0.96895618,0.84554742,0.50437490,0.84576762,1.00000000,0.42824728,0.28273344,0.34231828,0.40439635,0.24070660,0.15004799,0.20276498,0.24226562,0.12600005,0.09853484,0.15522220,0.20312945 ,0.07121675,0.07505479,0.12003958,0.16941179,0.05085638,0.09128173,0.13436272,0.18698453,0.06582805,0.65549929,0.68600239,0.47851916,0.53153522,0.16454249,0.71352636,0.72786440,0.57908856,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.93168448,0.96404610,0.91524924,0.83338511,0.09938903,0.81793084,0.46966700,0.39892126,0.26274410,0.15089549,0.06793307,0.01169080,0.02390797,0.07168082,0.71863337 ,0.73683381,0.30556051,0.46613648,0.22230735,0.23238828,0.17889664,0.07444876,0.06671571,0.03813798,0.00051951,0.04881435,0.06532831,0.01920335,0.12947059,0.04328899,0.00442181,0.01614303,0.03724748,0.04304092,0.01604385,0.01849905,0.00339971,0.00631433,0.02462234,0.09946019,0.04194346,0.09902971,0.06421558,0.00364168,0.00935052,0.03582507,0.00478056,0.13755404,0.00191214,0.22347367,0.17787501,0.14875770,0.00577497 ,0.20812668,0.15067561,0.02673977,0.03318308,0.01258326,0.00397410,0.05372885,0.03085032,0.04040540,0.07502670,0.04289680,0.05385899,0.06243533,0.00481531,0.06924497,0.01076887,0.00323291,0.06312766,0.05701661,0.03266899,0.13033094,0.03905072,0.16238140,0.11510625,0.07023073,0.06980741,0.08535449,0.12079874,0.00689774,0.10133558,0.09852578,0.01132628,0.12534497,0.14848087 Transform: 0.868285477161407,-0.447785258293152,0.213468685746193,0.000000000000000,0.438138872385025,0.894053220748901,0.093289472162724,0.000000000000000,-0.232626035809517,0.012526961043477,0.972485721111298,0.000000000000000,0.206749349832535,0.064052604138851,-0.764294505119324,1.000000000000000 TransformLink: 0.868285238742828,-0.232625991106033,-0.438138842582703,0.000000000000000,-0.447785317897797,0.012527030892670,-0.894053518772125,0.000000000000000,0.213468566536903,0.972485423088074,-0.093289524316788,0.000000000000000,0.012317247688770,0.790558159351349,0.076550699770451,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly upper_arm_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 255,256,263,269,270,271,279,294,295,297,298,299,300,301,302,303,304,305,306,307,308,309,310 ,311,312,313,314,315,316,317,326,327,328,329,332,342,347,348,349,350,351,352,353,354,355,358 ,361,364,365,366,367,368,369,379,381,382,383,406,428,454,460,461,462,468,691,692,693,694,695 ,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718 ,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741 ,742,743,744,745,746,747,748,749,750,753,754,755,758,759,773,774,775,776,778,779,781,782,783 ,787,788,789,790,791,792,793,794,795,796,797,798 Weights: 0.02013780,0.02862622,0.04070311,0.01068997,0.01290993,0.05707835,0.00559888,0.48082087,0.15290563,0.53943110,0.71726656,0.65768172,0.59560365,0.75929340,0.84995201,0.79723502,0.75773438,0.87399995,0.90146516,0.84477780,0.79687055,0.92878325,0.92494521,0.87996042,0.83058821,0.94914362,0.90871827,0.86563728,0.81200396,0.93417195,0.07866228,0.08664633,0.07065874,0.06828789,0.05342705,0.16661489,0.37988500,0.50334549 ,0.70386232,0.84910451,0.93206693,0.98830920,1.00000000,0.97609203,0.77833101,0.43510096,0.46218847,0.58757271,0.58002823,0.69021878,0.80157277,0.86028011,0.47550222,0.08934662,0.02628349,0.01092224,0.00537543,0.00643365,0.01294159,0.00372158,0.00791852,0.00294184,0.00308253,0.01496863,0.97537766,1.00000000,0.89723251,0.95805654,0.85586118,0.87578582,0.96637993,0.98270119,1.00000000,1.00000000,1.00000000,0.99905986 ,1.00000000,0.92190412,0.93591072,0.92304213,0.75298261,0.77174522,0.77111903,0.93698664,0.94538703,0.77176814,0.82173028,0.94177239,0.93303932,0.93442505,0.78252016,0.78842097,0.70858248,0.92428801,0.88632016,0.87953779,0.74410855,0.58577763,0.49072670,0.19640429,0.07370942,0.04561736,0.09431178,0.21151277,0.44861996,0.50631493,0.63044843,0.70718849,0.48580419,0.37703829,0.62418200,0.61476544,0.62635630,0.63153758 ,0.70228852,0.36998116,0.36233185,0.39265643,0.42113283,0.58083390,0.31701155,0.27474756,0.33299902,0.09868202,0.08144235,0.10597325,0.15985734,0.01733735,0.01592900,0.22886249,0.20089112,0.23519745,0.08976582,0.15438080,0.06475522,0.06830549,0.06232416,0.06085874,0.83413250,0.83417939,0.11888596,0.22527852,0.10427554,0.06527391,0.23798118,0.42109927,0.40206873,0.26322549,0.56069509,0.62671757 Transform: 0.394386857748032,0.909532725811005,0.131184995174408,0.000000000000000,0.044198393821716,0.123816609382629,-0.991320192813873,0.000000000000000,-0.917881071567535,0.396762013435364,0.008631790056825,0.000000000000000,0.592411458492279,-0.472294181585312,-0.019556896761060,1.000000000000000 TransformLink: 0.394386887550354,-0.917880892753601,-0.044198315590620,0.000000000000000,0.909532368183136,0.396761775016785,-0.123816452920437,0.000000000000000,0.131185144186020,0.008631758391857,0.991320431232452,0.000000000000000,0.198493063449860,0.731320261955261,-0.012907043099403,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly forearm_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 696,702,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724 ,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747 ,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770 ,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793 ,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816 ,817,818,819,820,821,822,823,824,836,837,838,841,842,843,856,890,892,909,923,927,934,977,978 Weights: 0.00694349,0.00094014,0.07445420,0.06408928,0.06760735,0.24701739,0.22825478,0.22888097,0.06301336,0.05461297,0.22823186,0.17826972,0.05822761,0.06696068,0.06557495,0.21747984,0.21157903,0.29141752,0.07571199,0.11367984,0.12046221,0.25589145,0.41422237,0.50927330,0.80359571,0.92629058,0.95438264,0.90568822,0.78848723,0.55138004,0.49368507,0.36955157,0.29281151,0.51419581,0.62296171,0.37581800,0.38523456,0.37364370 ,0.36846242,0.29771148,0.63001884,0.63766815,0.60734357,0.57886717,0.41916610,0.68298845,0.72525244,0.66700098,0.90131798,1.00000000,0.88457472,0.91855765,0.89402675,0.84014266,0.98162249,0.94749138,0.98266265,0.98407100,1.00000000,1.00000000,0.87120482,0.97053377,1.00000000,0.95355515,0.90872585,0.95984894,0.93579296,1.00000000,0.95537722,0.92112317,0.92890249,0.77113751,0.79910888,0.76480255,0.88174959,1.00000000 ,0.84561920,0.93524478,1.00000000,0.93169451,0.93767584,0.93914126,1.00000000,1.00000000,1.00000000,0.16586750,0.16582061,0.88111404,0.77472148,0.89572446,0.93472609,0.76201882,0.57890073,0.59793127,0.73677451,0.43930491,0.37328243,0.86076508,0.83658456,0.78247470,0.73650886,0.69782701,0.14396903,0.23660992,0.97490430,0.91154147,0.86299611,0.85188040,0.66158556,0.69543609,0.21384829,0.36271152,0.10744307,0.17306129 ,0.14319029,0.07981888,0.12044997,0.07582940,0.33980996,0.28817915,0.17930129,0.16199680,0.00724252,0.73296792,0.71349793,0.66622187,0.01015414,0.04392599,0.08542711,0.17068050,0.70187383,0.14880801,0.04779046,0.00265270,0.72187929,0.19878330,0.76352793,0.70428959 Transform: 0.267404079437256,0.935421049594879,-0.231264010071754,0.000000000000000,-0.495614022016525,-0.072305448353291,-0.865527868270874,0.000000000000000,-0.826354563236237,0.346063613891602,0.444272994995117,0.000000000000000,0.379157215356827,-0.448015689849854,-0.153947353363037,1.000000000000000 TransformLink: 0.267404258251190,-0.826354384422302,0.495614171028137,0.000000000000000,0.935420572757721,0.346063286066055,0.072305642068386,0.000000000000000,-0.231263846158981,0.444272845983505,0.865528047084808,0.000000000000000,0.282092303037643,0.536754608154297,-0.022275879979134,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly hand_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 816,820,821,822,836 Weights: 0.00892378,0.16866308,0.00002671,0.07880324,0.03695590 Transform: 0.281711637973785,-0.484680116176605,-0.828084468841553,0.000000000000000,-0.443285405635834,-0.831156313419342,0.335673600435257,0.000000000000000,-0.850961983203888,0.272514581680298,-0.448998272418976,0.000000000000000,0.164999455213547,-0.003749802242965,0.470852196216583,1.000000000000000 TransformLink: 0.281711846590042,-0.850962102413177,0.443285703659058,0.000000000000000,-0.484679907560349,0.272514641284943,0.831156551837921,0.000000000000000,-0.828084290027618,-0.448998093605042,-0.335673868656158,0.000000000000000,0.341605573892593,0.352841913700104,0.088027559220791,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_01_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 799,800,801,802,803,804,805,816,817,820,822,823,824,825,826,827,834,835,836,839,840,842,847 ,848,853,857,858,868,870,871,872,890,901,902,909,913,922,925,927,929,933,934,976 Weights: 0.01921854,0.04674113,0.05632408,0.14871241,0.14346704,0.64933665,0.62025277,0.67135696,0.74415341,0.09759751,0.13740255,0.01406238,0.62567100,0.79158886,0.78842935,0.86288225,0.84243726,0.86303808,0.01982270,0.87002768,0.12437936,0.17874862,0.01111293,0.06127681,0.22481248,0.04500818,0.05166154,0.89680341,0.76642727,0.08920549,0.07997134,0.01555653,0.08345278,0.78820649,0.03755850,0.80054876,0.14987375,0.04306412 ,0.07594832,0.02285667,0.05992060,0.03789995,0.14822396 Transform: -0.156155973672867,-0.691663920879364,-0.705135941505432,0.000000000000000,-0.371779233217239,-0.620234310626984,0.690716505050659,0.000000000000000,-0.915093183517456,0.370014220476151,-0.160293161869049,0.000000000000000,0.320892304182053,0.040642037987709,0.373350560665131,1.000000000000000 TransformLink: -0.156155616044998,-0.915093183517456,0.371779322624207,0.000000000000000,-0.691663622856140,0.370014399290085,0.620234370231628,0.000000000000000,-0.705135822296143,-0.160292953252792,-0.690716862678528,0.000000000000000,0.341482609510422,0.338453680276871,0.113370813429356,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_01_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 834,847,848,851,868,870,877,884,901,902,907,908,913,918,925,929,933,963,964,966 Weights: 0.03520754,0.97648813,0.88346465,0.01047476,0.08709380,0.08545918,0.03316017,0.04038662,0.20933550,0.03477146,0.65079011,0.29262229,0.10676862,0.11673063,0.90048230,0.74726860,0.69631930,0.02593550,0.05920789,0.05868079 Transform: -0.006410572677851,-0.897101521492004,-0.441778481006622,0.000000000000000,-0.108833640813828,-0.438537269830704,0.892098665237427,0.000000000000000,-0.994039356708527,0.053799029439688,-0.094823703169823,0.000000000000000,0.270695835351944,0.223578795790672,0.294372558593750,1.000000000000000 TransformLink: -0.006410315167159,-0.994039297103882,0.108833730220795,0.000000000000000,-0.897101163864136,0.053799219429493,0.438537299633026,0.000000000000000,-0.441778421401978,-0.094823539257050,-0.892099022865295,0.000000000000000,0.332355469465256,0.284967362880707,0.135100960731506,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_02_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 847,848,877,880,882,884,907,908,925,929,933,960,962,963,964,965,966,967 Weights: 0.01239894,0.05525853,0.92680003,0.02358665,0.06625363,0.88589929,0.07186535,0.00961483,0.05645358,0.05854168,0.07603399,1.00000000,0.02023858,0.91771602,0.88370576,0.03733678,0.85070973,0.07060158 Transform: -0.137348622083664,-0.869982242584229,-0.473567694425583,0.000000000000000,0.174235835671425,-0.491863846778870,0.853059887886047,0.000000000000000,-0.975078165531158,0.034653965383768,0.219138771295547,0.000000000000000,0.321823924779892,0.212162718176842,0.218354567885399,1.000000000000000 TransformLink: -0.137348368763924,-0.975077986717224,-0.174235880374908,0.000000000000000,-0.869982063770294,0.034654147922993,0.491863995790482,0.000000000000000,-0.473567783832550,0.219138935208321,-0.853060483932495,0.000000000000000,0.332185447216034,0.258601129055023,0.137987703084946,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_03_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 877,880,882,884,897,903,904,931,935,936,961,962,963,964,965,966,967 Weights: 0.04003979,0.97641335,0.93374637,0.07371409,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.97976142,0.05634848,0.05708635,0.96266322,0.09060948,0.92939842 Transform: -0.168830439448357,-0.830630600452423,-0.530612289905548,0.000000000000000,0.418369978666306,-0.547829210758209,0.724464893341064,0.000000000000000,-0.892447710037231,-0.099680759012699,0.440001070499420,0.000000000000000,0.321667522192001,0.223358184099197,0.167901158332825,1.000000000000000 TransformLink: -0.168830230832100,-0.892447590827942,-0.418370187282562,0.000000000000000,-0.830630302429199,-0.099680550396442,0.547829329967499,0.000000000000000,-0.530612409114838,0.440001189708710,-0.724465310573578,0.000000000000000,0.328925698995590,0.235459119081497,0.133852481842041,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_01_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 762,763,800,801,802,803,804,805,816,817,824,825,826,827,839,842,843,853,855,857,858,859,863 ,864,865,868,870,890,902,909,913,915,916,917,922,927,934,977,978 Weights: 0.02611355,0.02563159,0.02073956,0.00475290,0.10052046,0.04424188,0.19087510,0.08006309,0.04948679,0.11474309,0.34279440,0.17088310,0.21157065,0.12193585,0.03090099,0.69995756,0.91457289,0.73115107,0.06383805,0.91161446,0.90520541,0.93954450,0.02510995,0.05761948,0.05225369,0.01610278,0.14811355,0.28256964,0.06115667,0.78436968,0.09268263,0.00626548,0.04313236,0.95001288,0.75095333,0.20193817,0.76171401,0.16973966 ,0.13131195 Transform: -0.539204180240631,-0.836791992187500,0.095069766044617,0.000000000000000,-0.328779965639114,0.313084483146667,0.891000151634216,0.000000000000000,-0.775346815586090,0.449173808097839,-0.443936944007874,0.000000000000000,0.395328164100647,0.144646182656288,0.216299325227737,1.000000000000000 TransformLink: -0.539203822612762,-0.775346815586090,0.328780084848404,0.000000000000000,-0.836791872978210,0.449174046516418,-0.313084751367569,0.000000000000000,0.095069736242294,-0.443936973810196,-0.891000568866730,0.000000000000000,0.313637733459473,0.337568432092667,0.108033321797848,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_02_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 853,857,858,859,860,861,862,863,864,865,866,867,915,916,917,922 Weights: 0.04144256,0.04337736,0.03498062,0.06045550,0.06543523,0.04189162,0.96847421,0.95591270,0.92390390,0.93110347,0.06076429,0.08126558,0.97526249,0.93972504,0.04998712,0.09917292 Transform: -0.167650640010834,-0.985755145549774,0.013437583111227,0.000000000000000,-0.174142464995384,0.043027553707361,0.983779847621918,0.000000000000000,-0.970344126224518,0.162590995430946,-0.178875476121902,0.000000000000000,0.331565976142883,0.245993569493294,0.168798014521599,1.000000000000000 TransformLink: -0.167650297284126,-0.970344126224518,0.174142554402351,0.000000000000000,-0.985754728317261,0.162591248750687,-0.043027661740780,0.000000000000000,0.013437539339066,-0.178875401616096,-0.983780145645142,0.000000000000000,0.295808196067810,0.311930477619171,0.118904903531075,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_03_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 860,861,862,863,864,865,866,867,915,916,919,920 Weights: 0.93456477,0.95810838,0.03152579,0.01897735,0.01847662,0.01664285,0.93923571,0.91873442,0.01847203,0.01714261,1.00000000,1.00000000 Transform: 0.054533176124096,-0.995323896408081,0.079730130732059,0.000000000000000,-0.328640252351761,0.057508852332830,0.942702531814575,0.000000000000000,-0.942879557609558,-0.077611342072487,-0.323967307806015,0.000000000000000,0.213783323764801,0.319416165351868,0.185993045568466,1.000000000000000 TransformLink: 0.054533410817385,-0.942879438400269,0.328640341758728,0.000000000000000,-0.995323538780212,-0.077611088752747,-0.057508938014507,0.000000000000000,0.079730123281479,-0.323967337608337,-0.942702889442444,0.000000000000000,0.291434824466705,0.286617785692215,0.123447641730309,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_02_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 803,804,805,816,817,818,820,821,822,823,827,831,832,833,834,835,836,839,840,841,851,852,871 ,872,878,879,889,901,902,907,908,909,912,918,924,929,933,949,976 Weights: 0.00711338,0.00200812,0.06072231,0.11365297,0.02952827,0.04116567,0.15644517,0.06547557,0.40542194,0.10815836,0.01508557,0.00235842,0.06705708,0.12838588,0.09081856,0.13696192,0.04377317,0.09381432,0.73835528,0.13344615,0.13895249,0.00447056,0.71749959,0.77804040,0.09341619,0.03014262,0.00743217,0.51151188,0.11586538,0.18383841,0.46854398,0.01475679,0.00270454,0.04788657,0.00976881,0.02421501,0.12448218,0.00402497 ,0.73377881 Transform: 0.076315738260746,-0.529536008834839,-0.844847738742828,0.000000000000000,-0.232213348150253,-0.833458721637726,0.501421332359314,0.000000000000000,-0.969666361808777,0.157918587327003,-0.186571553349495,0.000000000000000,0.279239773750305,0.042219407856464,0.413538426160812,1.000000000000000 TransformLink: 0.076315946877003,-0.969666361808777,0.232213512063026,0.000000000000000,-0.529535770416260,0.157918572425842,0.833458781242371,0.000000000000000,-0.844847679138184,-0.186571329832077,-0.501421570777893,0.000000000000000,0.350423187017441,0.341256558895111,0.107325688004494,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_01_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 834,851,852,871,872,878,879,894,896,901,907,908,912,918,924,929,933,944,946,947,948,949,951 Weights: 0.03153663,0.68786506,0.88149834,0.04737527,0.03236330,0.19539390,0.14121219,0.33038411,0.14091815,0.18707097,0.09350613,0.22921889,0.28611225,0.83538280,0.72073552,0.14711805,0.04324393,0.08138741,0.02544820,0.74045189,0.04616004,0.79348249,0.46788396 Transform: 0.080123052000999,-0.853927433490753,-0.514187157154083,0.000000000000000,-0.088733993470669,-0.519907891750336,0.849600970745087,0.000000000000000,-0.992827534675598,-0.022446844726801,-0.117429241538048,0.000000000000000,0.242374077439308,0.246498525142670,0.318734437227249,1.000000000000000 TransformLink: 0.080123253166676,-0.992827594280243,0.088734172284603,0.000000000000000,-0.853927195072174,-0.022446744143963,0.519907951354980,0.000000000000000,-0.514187097549438,-0.117429003119469,-0.849601149559021,0.000000000000000,0.354961156845093,0.283597439527512,0.121133767068386,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_02_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 852,894,895,896,898,924,939,944,945,946,947,948,949,950,951 Weights: 0.01454717,0.65704060,0.13937653,0.81275965,0.05440171,0.04164254,0.00731580,0.91120184,0.02392073,0.11960903,0.19420435,0.64798786,0.20249254,0.04040131,0.53211604 Transform: -0.085506595671177,-0.762495279312134,-0.641318857669830,0.000000000000000,0.193510398268700,-0.644128620624542,0.740035057067871,0.000000000000000,-0.977365016937256,-0.060824029147625,0.202627718448639,0.000000000000000,0.298239499330521,0.207927584648132,0.270828276872635,1.000000000000000 TransformLink: -0.085506387054920,-0.977365016937256,-0.193510249257088,0.000000000000000,-0.762494921684265,-0.060823969542980,0.644128561019897,0.000000000000000,-0.641318798065186,0.202627986669540,-0.740035235881805,0.000000000000000,0.357732385396957,0.249258503317833,0.124202817678452,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_03_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 844,845,894,895,896,898,906,930,939,942,944,945,946,947,948,950 Weights: 1.00000000,1.00000000,0.01257529,0.86062347,0.04632220,0.94559829,1.00000000,1.00000000,0.99268420,1.00000000,0.00741075,0.97607927,0.85494277,0.06534376,0.30585211,0.95959869 Transform: -0.179146036505699,-0.719176471233368,-0.671336114406586,0.000000000000000,0.353788256645203,-0.683819770812988,0.638141334056854,0.000000000000000,-0.918009161949158,-0.123190373182297,0.376939505338669,0.000000000000000,0.311761647462845,0.201778978109360,0.230257675051689,1.000000000000000 TransformLink: -0.179145783185959,-0.918009042739868,-0.353788137435913,0.000000000000000,-0.719176232814789,-0.123190335929394,0.683819830417633,0.000000000000000,-0.671335995197296,0.376939773559570,-0.638141453266144,0.000000000000000,0.355545699596405,0.224263951182365,0.119254104793072,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_03_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 814,815,818,819,820,821,822,823,828,829,830,831,832,833,836,837,840,841,871,893,900,905,910 ,921,976 Weights: 0.06501237,0.08045953,0.19166115,0.10899294,0.02685003,0.21315231,0.06913446,0.41642415,0.04886574,0.10191801,0.09753655,0.16669696,0.77190825,0.79440114,0.03135646,0.06092654,0.11733945,0.63595092,0.08644256,0.05185767,0.07148752,0.12277805,0.37744568,0.06260377,0.11799723 Transform: 0.281136572360992,-0.302915781736374,-0.910606503486633,0.000000000000000,-0.110910303890705,-0.952774226665497,0.282700747251511,0.000000000000000,-0.953236997127533,0.021518157795072,-0.301456391811371,0.000000000000000,0.214659959077835,0.007931597530842,0.456302314996719,1.000000000000000 TransformLink: 0.281136751174927,-0.953237235546112,0.110910505056381,0.000000000000000,-0.302915513515472,0.021518139168620,0.952774524688721,0.000000000000000,-0.910606503486633,-0.301456242799759,-0.282701075077057,0.000000000000000,0.357565671205521,0.342006415128708,0.097632095217705,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_01_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 832,851,852,871,872,878,879,885,886,887,888,889,891,893,900,901,905,910,912,921,924,952,953 ,954,955,956,957,958,959 Weights: 0.04243125,0.16270769,0.09948394,0.05947709,0.04050794,0.69379650,0.82864519,0.05855756,0.93798150,0.95596028,0.05728964,0.00290021,0.17319749,0.13204618,0.80982663,0.00862888,0.13590162,0.34205333,0.71118321,0.72513603,0.22785314,0.91572346,0.07575062,0.02882646,0.95550309,0.02279294,0.97825126,0.92809582,0.07743161 Transform: 0.005625065881759,-0.749950170516968,-0.661470353603363,0.000000000000000,0.055579088628292,-0.660223960876465,0.749009370803833,0.000000000000000,-0.998438358306885,-0.040977191179991,0.037967596203089,0.000000000000000,0.288396596908569,0.223589673638344,0.314865678548813,1.000000000000000 TransformLink: 0.005625185556710,-0.998438537120819,-0.055579017847776,0.000000000000000,-0.749950051307678,-0.040977157652378,0.660223960876465,0.000000000000000,-0.661470592021942,0.037967756390572,-0.749009728431702,0.000000000000000,0.374333202838898,0.285153567790985,0.104247011244297,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_02_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 881,885,886,887,888,911,940,941,943,952,953,954,955,956,957,958,959 Weights: 0.10261022,0.88465459,0.06201850,0.04403972,0.92121264,0.02514425,0.07127905,0.07785904,0.06798594,0.08427654,0.84946856,0.91309484,0.04449691,0.96095587,0.02174874,0.07190418,0.86714206 Transform: -0.064567439258099,-0.688854575157166,-0.722018241882324,0.000000000000000,0.226918578147888,-0.714708924293518,0.661588132381439,0.000000000000000,-0.971770942211151,-0.121122345328331,0.202460706233978,0.000000000000000,0.292241424322128,0.215320393443108,0.287148743867874,1.000000000000000 TransformLink: -0.064567379653454,-0.971771180629730,-0.226918593049049,0.000000000000000,-0.688854396343231,-0.121122337877750,0.714708924293518,0.000000000000000,-0.722018480300903,0.202460885047913,-0.661588490009308,0.000000000000000,0.374520361423492,0.251935511827469,0.102397896349430,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_03_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 881,885,888,911,928,940,941,943,953,954,956,959 Weights: 0.89738978,0.05678785,0.02149772,0.97485575,1.00000000,0.92872095,0.92214096,0.93201406,0.07478083,0.05807870,0.01625118,0.05542633 Transform: -0.293361991643906,-0.626710951328278,-0.721922457218170,0.000000000000000,0.458090752363205,-0.754960715770721,0.469240814447403,0.000000000000000,-0.839101493358612,-0.193048626184464,0.508567214012146,0.000000000000000,0.346762627363205,0.204750299453735,0.198082908987999,1.000000000000000 TransformLink: -0.293362051248550,-0.839101672172546,-0.458090931177139,0.000000000000000,-0.626710772514343,-0.193048641085625,0.754960656166077,0.000000000000000,-0.721922636032104,0.508567452430725,-0.469241112470627,0.000000000000000,0.373046785593033,0.229757368564606,0.097219072282314,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_04_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 766,770,771,772,806,807,808,809,810,811,812,813,814,815,818,819,820,821,822,823,828,829,830 ,831,832,833,836,837,838,840,841,849,850,854,855,856,869,872,874,878,889,891,893,900,905,909 ,910,914,921,923,926,970,973 Weights: 0.01861571,0.04462278,0.04484215,0.01694256,0.02509570,0.08316805,0.07587987,0.06226387,0.09289509,0.13680511,0.49309472,0.35418558,0.76305378,0.69528191,0.63067652,0.79587286,0.03978197,0.40717145,0.04925223,0.29023230,0.95113426,0.89808199,0.86383468,0.83094462,0.06652404,0.07721298,0.08513106,0.19357629,0.21519318,0.01992591,0.22044879,0.79963285,0.04223365,0.93964092,0.87515998,0.24761537,1.00000000,0.06911701 ,0.02089322,0.01739341,0.98966762,0.71887488,0.06535034,0.00833578,0.52809116,0.11552457,0.20697949,0.91471040,0.20461590,0.96772438,0.20962827,0.07185873,0.06627519 Transform: 0.479175984859467,-0.119153298437595,-0.869593679904938,0.000000000000000,-0.063973501324654,-0.992848753929138,0.100790023803711,0.000000000000000,-0.875384271144867,0.007334940135479,-0.483372151851654,0.000000000000000,0.121277160942554,-0.040952607989311,0.487320601940155,1.000000000000000 TransformLink: 0.479176133871078,-0.875384449958801,0.063973799347878,0.000000000000000,-0.119153000414371,0.007334799505770,0.992848873138428,0.000000000000000,-0.869593381881714,-0.483371913433075,-0.100790187716484,0.000000000000000,0.360777974128723,0.342021584510803,0.082018315792084,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_01_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 830,832,849,850,873,874,875,876,891,893,900,905,910,914,921,926,968,969,970,971,972,973,974 ,975 Weights: 0.03862877,0.05207938,0.20036715,0.95776635,0.01679319,0.23848460,0.06461224,0.91555756,0.10792763,0.74078843,0.11035006,0.16097674,0.07352150,0.08528960,0.00764430,0.79037173,0.01325683,0.49923120,0.71148876,0.07556399,0.07760623,0.83429135,0.91966887,0.01265890 Transform: 0.144751101732254,-0.483088970184326,-0.863523125648499,0.000000000000000,0.001987386029214,-0.872570812702179,0.488483399152756,0.000000000000000,-0.989465951919556,-0.072424620389938,-0.125345796346664,0.000000000000000,0.228292226791382,0.134460836648941,0.415290296077728,1.000000000000000 TransformLink: 0.144751340150833,-0.989466190338135,-0.001987150637433,0.000000000000000,-0.483088731765747,-0.072424679994583,0.872570872306824,0.000000000000000,-0.863523244857788,-0.125345528125763,-0.488483786582947,0.000000000000000,0.390523701906204,0.287680506706238,0.085989609360695,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_02_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 846,873,874,875,876,883,893,899,905,932,937,938,968,969,970,971,972,973,974,975 Weights: 0.07177460,0.90729581,0.74062218,0.87896421,0.08444244,0.09453088,0.00995738,0.02829690,0.05225243,0.07133770,0.13145581,0.11787427,0.91936364,0.50076880,0.21665252,0.82711795,0.84214958,0.09943346,0.08033113,0.96005533 Transform: 0.017147164791822,-0.453483402729034,-0.891099691390991,0.000000000000000,0.246865168213844,-0.861718654632568,0.443281263113022,0.000000000000000,-0.968898057937622,-0.227582469582558,0.097172938287258,0.000000000000000,0.272871017456055,0.165121182799339,0.362914055585861,1.000000000000000 TransformLink: 0.017147321254015,-0.968898177146912,-0.246865049004555,0.000000000000000,-0.453483104705811,-0.227582558989525,0.861718773841858,0.000000000000000,-0.891099929809570,0.097173251211643,-0.443281710147858,0.000000000000000,0.393593370914459,0.266697406768799,0.085947468876839,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_03_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 846,873,875,883,899,932,937,938,968,971,972,975 Weights: 0.92822540,0.07591099,0.05642356,0.90546912,0.97170310,0.92866230,0.86854419,0.88212573,0.06737953,0.09731806,0.08024419,0.02728578 Transform: -0.134779259562492,-0.455170929431915,-0.880144298076630,0.000000000000000,0.413994878530502,-0.832873523235321,0.367327898740768,0.000000000000000,-0.900245904922485,-0.314867049455643,0.300692260265350,0.000000000000000,0.309889554977417,0.189767301082611,0.301975905895233,1.000000000000000 TransformLink: -0.134779185056686,-0.900245964527130,-0.413994878530502,0.000000000000000,-0.455170542001724,-0.314867109060287,0.832873523235321,0.000000000000000,-0.880144476890564,0.300692558288574,-0.367328286170959,0.000000000000000,0.393925577402115,0.247926399111748,0.081164814531803,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly shoulder_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 133,221,231,235,237,252,256,259,265,266,274,275,281,330,331,332,344,362,384,385,386,395,981 ,984,985,986,987,988,1001,1002,1003,1004,1026,1058,1059,1060,1061,1062,1065,1108,1109,1110,1111,1116,1117,1118 ,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1131,1132,1140,1141,1142,1143,1144,1145,1146,1147,1148,1150 ,1151,1152,1154,1158,1159,1160,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178 ,1179,1180,1181,1182,1183,1184,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202 ,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225 ,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248 ,1249,1250,1251,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1274 ,1275,1276,1277,1278,1279,1282,1283,1284,1285,1291,1292,1319,1329,1330,1332,1333,1334,1335,1336,1342,1343,1350,1351 ,1352,1354,1355,1357,1618,1620,1621,1622,1623,1631,1633,1908,1911,1912,1925,1927,1928 Weights: 0.02673536,0.02540287,0.01325027,0.00396782,0.03101446,0.03410592,0.03831039,0.04985480,0.06244082,0.00479613,0.06924904,0.01077210,0.00349080,0.06313299,0.05701759,0.03256465,0.03993507,0.08060845,0.11434968,0.12170289,0.00820375,0.05560374,0.03589803,0.01793432,0.13756504,0.05453711,0.01246157,0.22349192,0.14876522,0.02715895,0.20818380,0.15082384,0.01623736,0.02053625,0.09818887,0.25490683,0.03920730,0.02223509 ,0.02938975,0.05283402,0.04494990,0.00105004,0.00735994,0.05596594,0.05667708,0.07173698,0.07233236,0.09293975,0.11483029,0.12623818,0.10512346,0.06928963,0.05945134,0.06427065,0.07300660,0.04096775,0.04192661,0.05205121,0.02238617,0.03329792,0.23852258,0.22823896,0.54919105,0.65093871,0.73918660,0.32146510,0.42974196,0.35534601,0.06739115,0.03799600,0.00774602,0.09000658,0.09876593,0.06691987,0.03820372,0.02868822 ,0.32056664,0.06575864,0.51423032,0.06377328,0.07646297,0.08631433,0.09801976,0.08578042,0.10330119,0.09259121,0.10959144,0.06758281,0.09442870,0.07657190,0.08400053,0.69269384,0.63121216,0.68063803,0.61877667,1.00000000,0.87557734,0.85440753,0.32000543,0.70970426,0.85954561,0.93163610,1.00000000,0.99465693,0.32333000,0.71680847,0.88021381,0.94297461,1.00000000,0.99338681,0.89191158,0.96203401,0.97707800,0.33432683 ,0.73872445,0.90353598,0.96659959,1.00000000,0.98453628,0.98592238,0.83533005,0.83840094,0.94438130,0.96670463,0.79318379,0.89300049,0.92824996,0.95631291,0.86161627,0.91173718,0.94850761,0.96930602,0.64995946,0.48509235,0.50184366,0.52642668,0.42839567,0.28273240,0.33473706,0.37021811,0.24070733,0.15005013,0.20276607,0.24226598,0.12600271,0.09853863,0.15522611,0.20313377,0.07122056,0.07506476,0.12005014,0.16942373 ,0.05086738,0.07757302,0.13441190,0.18707410,0.01688483,0.22512534,0.25138681,0.28564222,0.23378410,0.20855652,0.50703610,0.53289228,0.13629029,0.18226302,0.22430814,0.10499346,0.71355717,0.72809477,0.58139935,1.00000000,0.99590445,1.00000000,0.75579770,1.00000000,0.87914725,0.93169919,0.96412964,0.91578352,0.80098989,0.35883037,0.76742302,0.46901441,0.39915395,0.26285212,0.15090087,0.06793633,0.01169740,0.00102120 ,0.73875379,0.73791888,0.10300429,0.22896017,0.17596224,0.05637868,0.03847070,0.00487597,0.01431319,0.03247260,0.02429727,0.03778270,0.00016037,0.01373929,0.01604349,0.01324786,0.01301634,0.02619636,0.00055489,0.00490065,0.00602032,0.02462927,0.09950130,0.04195697,0.09910425,0.06220504,0.00365847,0.00937673,0.09854694,0.05643743,0.06920934,0.01874871,0.12536184,0.00106607 Transform: -0.868285179138184,-0.447785288095474,-0.213468641042709,0.000000000000000,0.438138902187347,-0.894053220748901,0.093289360404015,0.000000000000000,-0.232626006007195,-0.012527075596154,0.972485601902008,0.000000000000000,0.206749364733696,-0.064052514731884,-0.764294445514679,1.000000000000000 TransformLink: -0.868285477161407,-0.232625991106033,-0.438139021396637,0.000000000000000,-0.447785437107086,-0.012527155689895,0.894053399562836,0.000000000000000,-0.213468685746193,0.972485542297363,-0.093289464712143,0.000000000000000,-0.012317247688770,0.790558159351349,0.076550714671612,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly upper_arm_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1185,1198,1208,1209,1212,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237 ,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1253,1254,1255,1256,1259,1263,1265,1269,1270,1271,1272,1273 ,1274,1275,1276,1277,1278,1279,1280,1281,1282,1285,1286,1288,1289,1291,1292,1293,1294,1295,1296,1297,1300,1303,1306 ,1307,1308,1309,1310,1311,1312,1313,1316,1320,1322,1323,1326,1330,1333,1334,1336,1337,1351,1353,1355,1356,1373,1376 ,1395,1396,1397,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637 ,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660 ,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1680,1681,1682,1685,1686,1700 ,1701,1702,1703,1705,1706,1708,1709,1710,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725 Weights: 0.00243422,0.05821119,0.08098635,0.09187613,0.10494296,0.23239186,0.50094506,0.49757805,0.47357332,0.53964474,0.71726760,0.66526294,0.62978189,0.75929267,0.84994987,0.79723393,0.75773402,0.87399729,0.90146137,0.84477389,0.79686623,0.92877944,0.92493524,0.87994986,0.83057627,0.94913262,0.92242698,0.86558810,0.81212081,0.98311517,0.64956827,0.62087936,0.58438797,0.62169312,0.06628210,0.06604162,0.06387922,0.05674434 ,0.05067231,0.24420230,0.12085275,0.19901011,0.10646582,0.06043979,0.08288565,0.02708172,0.38106381,0.50382048,0.70414506,0.84909913,0.93206367,0.98830260,1.00000000,1.00000000,0.85924813,0.63789274,0.04024434,0.46921163,0.13997281,0.59088917,0.58291702,0.74731704,0.80213705,0.92219335,0.56022900,0.28584666,0.06535908,0.64667327,0.03392672,0.06882078,0.02722848,0.01166448,0.00603550,0.09576557,0.05101899,0.16056244 ,0.25860567,0.05419163,0.04996049,0.16969048,0.02102521,0.04347364,0.00510916,0.05443180,0.06917575,0.06246287,0.04997346,0.05761016,0.04080464,0.04441704,0.04719805,0.02738690,0.01549881,0.01409437,0.00085235,0.97537073,1.00000000,0.89747826,0.95804303,0.85628837,0.87822868,0.96689360,0.98312275,1.00000000,1.00000000,1.00000000,0.99905396,1.00000000,0.92188546,0.93590661,0.92301640,0.75297983,0.77174027,0.77111831 ,0.93698219,0.94538391,0.77176001,0.82172389,0.94177060,0.93303939,0.93442563,0.78252039,0.78842097,0.70858307,0.92428889,0.88631885,0.87953703,0.74410527,0.58577479,0.49072122,0.19639639,0.07370327,0.04561556,0.09431132,0.21151351,0.44862067,0.50702267,0.63044021,0.70718115,0.48579669,0.37703234,0.62418038,0.61476081,0.62635633,0.63153835,0.70228859,0.36998187,0.36232986,0.39265792,0.42113447,0.58083403,0.31700624 ,0.27474599,0.33299131,0.09868317,0.08144408,0.10597493,0.15985864,0.01733910,0.01593031,0.22885803,0.20088971,0.23518987,0.09239841,0.15437166,0.06474694,0.06830411,0.06231840,0.06084920,0.83413102,0.83417834,0.11888515,0.22527885,0.10426970,0.06527157,0.23797411,0.42109835,0.40206393,0.26322214,0.56069307,0.62671612 Transform: -0.394386887550354,0.909532308578491,-0.131184995174408,0.000000000000000,0.044198427349329,-0.123816400766373,-0.991320252418518,0.000000000000000,-0.917880952358246,-0.396762073040009,0.008631715551019,0.000000000000000,0.592411458492279,0.472294181585312,-0.019556863233447,1.000000000000000 TransformLink: -0.394387125968933,-0.917880892753601,-0.044198419898748,0.000000000000000,0.909532666206360,-0.396761953830719,0.123816475272179,0.000000000000000,-0.131185010075569,0.008631665259600,0.991320431232452,0.000000000000000,-0.198493123054504,0.731320261955261,-0.012907035648823,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly forearm_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1623,1629,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651 ,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674 ,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697 ,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720 ,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743 ,1744,1745,1746,1747,1748,1749,1750,1751,1763,1764,1765,1768,1769,1770,1781,1783,1817,1819,1836,1850,1854,1861,1904 ,1905 Weights: 0.00696936,0.00094604,0.07445607,0.06409339,0.06760687,0.24702017,0.22825973,0.22888169,0.06301781,0.05461609,0.22823999,0.17827611,0.05822940,0.06696061,0.06557437,0.21747961,0.21157903,0.29141693,0.07571111,0.11368115,0.12046297,0.25589473,0.41422521,0.50927878,0.80360361,0.92629673,0.95438444,0.90568868,0.78848649,0.55137933,0.49297733,0.36955979,0.29281885,0.51420331,0.62296766,0.37581962,0.38523919,0.37364367 ,0.36846165,0.29771141,0.63001813,0.63767014,0.60734208,0.57886553,0.41916597,0.68299376,0.72525401,0.66700869,0.90131683,0.94559064,1.00000000,0.91855592,0.89402507,0.84014136,0.94700935,0.99887451,0.98266090,0.98406969,1.00000000,1.00000000,0.97146848,0.97466505,1.00000000,0.95769366,0.90933282,0.96072703,1.00000000,1.00000000,0.95110880,0.93125399,0.93305490,0.77114197,0.79911029,0.76481013,0.90760159,0.94472952 ,0.84562834,0.93525306,1.00000000,0.93169589,0.93768160,0.93915080,1.00000000,1.00000000,1.00000000,0.16586898,0.16582166,0.88111485,0.77472115,0.89573030,0.93472843,0.76202589,0.57890165,0.59793607,0.73677786,0.43930693,0.37328388,0.97772794,0.92563270,0.92820619,0.74746790,0.78283447,0.14644048,0.23712360,0.97321694,0.91366506,0.87515366,0.85897069,0.66900553,0.71303239,0.23989566,0.42045768,0.11506913,0.18278727 ,0.14423586,0.08277663,0.12523646,0.08055795,0.33991193,0.29140074,0.17945361,0.16371937,0.00898057,0.73524920,0.72525266,0.68615622,0.01138044,0.04944345,0.08551919,0.00010273,0.17983573,0.70129827,0.14519581,0.04784198,0.00769437,0.72233354,0.19870000,0.76396893,0.70448452 Transform: -0.267404168844223,0.935420572757721,0.231263682246208,0.000000000000000,-0.495613932609558,0.072305396199226,-0.865527868270874,0.000000000000000,-0.826354384422302,-0.346063494682312,0.444272905588150,0.000000000000000,0.379157036542892,0.448015540838242,-0.153947368264198,1.000000000000000 TransformLink: -0.267404377460480,-0.826354503631592,0.495614111423492,0.000000000000000,0.935420930385590,-0.346063405275345,-0.072305373847485,0.000000000000000,0.231263861060143,0.444272875785828,0.865528047084808,0.000000000000000,-0.282092392444611,0.536754608154297,-0.022275889292359,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly hand_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1743,1747,1748,1749,1763 Weights: 0.00898631,0.16855530,0.00004780,0.07874779,0.03703030 Transform: -0.281711518764496,-0.484679818153381,0.828084290027618,0.000000000000000,-0.443285495042801,0.831156432628632,0.335673660039902,0.000000000000000,-0.850961863994598,-0.272514790296555,-0.448998123407364,0.000000000000000,0.164999440312386,0.003749912604690,0.470852136611938,1.000000000000000 TransformLink: -0.281711786985397,-0.850962221622467,0.443285763263702,0.000000000000000,-0.484680056571960,-0.272514760494232,-0.831156492233276,0.000000000000000,0.828084647655487,-0.448998093605042,-0.335673660039902,0.000000000000000,-0.341605663299561,0.352841913700104,0.088027536869049,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_01_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1726,1727,1728,1729,1730,1731,1732,1743,1744,1747,1749,1750,1751,1752,1753,1754,1761,1762,1763,1766,1767,1769,1774 ,1775,1780,1784,1785,1795,1797,1798,1799,1817,1828,1829,1836,1840,1849,1852,1854,1856,1860,1861,1903 Weights: 0.02227206,0.05244679,0.06719510,0.15207171,0.16175340,0.66531003,0.62359499,0.67752999,0.77504310,0.09787860,0.13774330,0.01433777,0.66464799,0.83922124,0.84471416,0.88692538,0.84251734,0.86331738,0.02016194,0.88197123,0.12470319,0.21589977,0.01141640,0.06156031,0.36324771,0.04923678,0.07398069,0.90761301,0.77077906,0.08933943,0.08001844,0.01803351,0.08350538,0.78871858,0.03835784,0.80715999,0.17514635,0.04358618 ,0.07713692,0.02296786,0.05999373,0.04558297,0.14854319 Transform: 0.156155928969383,-0.691663622856140,0.705135703086853,0.000000000000000,-0.371779263019562,0.620234191417694,0.690716624259949,0.000000000000000,-0.915093004703522,-0.370014399290085,-0.160293206572533,0.000000000000000,0.320892244577408,-0.040641997009516,0.373350620269775,1.000000000000000 TransformLink: 0.156155854463577,-0.915093302726746,0.371779531240463,0.000000000000000,-0.691663980484009,-0.370014518499374,-0.620234310626984,0.000000000000000,0.705135941505432,-0.160293012857437,-0.690716803073883,0.000000000000000,-0.341482698917389,0.338453680276871,0.113370791077614,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_01_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1761,1774,1775,1778,1795,1797,1804,1811,1828,1829,1834,1835,1840,1845,1852,1856,1860,1890,1891,1893 Weights: 0.03522997,0.97618800,0.88319793,0.01047501,0.08784972,0.08565659,0.03316088,0.04038686,0.20932461,0.03480165,0.65078982,0.29262272,0.10709911,0.11673144,0.89999111,0.74718161,0.69626410,0.02593576,0.05920844,0.05868101 Transform: 0.006410641130060,-0.897101223468781,0.441778272390366,0.000000000000000,-0.108833707869053,0.438537031412125,0.892098903656006,0.000000000000000,-0.994039118289948,-0.053799197077751,-0.094823785126209,0.000000000000000,0.270695805549622,-0.223578765988350,0.294372528791428,1.000000000000000 TransformLink: 0.006410465110093,-0.994039475917816,0.108833886682987,0.000000000000000,-0.897101521492004,-0.053799308836460,-0.438537150621414,0.000000000000000,0.441778302192688,-0.094823576509953,-0.892098903656006,0.000000000000000,-0.332355529069901,0.284967362880707,0.135100945830345,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_02_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1774,1775,1804,1807,1809,1811,1834,1835,1852,1856,1860,1887,1889,1890,1891,1892,1893,1894 Weights: 0.01239560,0.05524176,0.92679939,0.02358664,0.06625364,0.88589903,0.07186526,0.00961495,0.05642271,0.05853482,0.07602776,1.00000000,0.02023863,0.91771574,0.88370525,0.03733674,0.85070950,0.07060156 Transform: 0.137348636984825,-0.869982063770294,0.473567575216293,0.000000000000000,0.174235835671425,0.491863816976547,0.853060245513916,0.000000000000000,-0.975077986717224,-0.034654121845961,0.219138666987419,0.000000000000000,0.321823894977570,-0.212162688374519,0.218354552984238,1.000000000000000 TransformLink: 0.137348473072052,-0.975078165531158,-0.174235701560974,0.000000000000000,-0.869982361793518,-0.034654222428799,-0.491863906383514,0.000000000000000,0.473567754030228,0.219138950109482,-0.853060364723206,0.000000000000000,-0.332185506820679,0.258601129055023,0.137987688183784,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_03_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1804,1807,1809,1811,1824,1830,1831,1858,1862,1863,1888,1889,1890,1891,1892,1893,1894 Weights: 0.04003973,0.97641336,0.93374636,0.07371411,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,1.00000000,0.97976137,0.05634849,0.05708631,0.96266326,0.09060949,0.92939844 Transform: 0.168830439448357,-0.830630242824554,0.530612111091614,0.000000000000000,0.418370038270950,0.547829151153564,0.724465012550354,0.000000000000000,-0.892447650432587,0.099680565297604,0.440000921487808,0.000000000000000,0.321667462587357,-0.223358109593391,0.167901203036308,1.000000000000000 TransformLink: 0.168830305337906,-0.892447710037231,-0.418369978666306,0.000000000000000,-0.830630660057068,0.099680520594120,-0.547829329967499,0.000000000000000,0.530612409114838,0.440001249313354,-0.724465250968933,0.000000000000000,-0.328925758600235,0.235459119081497,0.133852466940880,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_01_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1689,1690,1727,1728,1729,1730,1731,1732,1743,1744,1751,1752,1753,1754,1766,1769,1770,1780,1782,1784,1785,1786,1789 ,1790,1791,1792,1795,1797,1817,1829,1836,1840,1842,1843,1844,1849,1854,1861,1904,1905 Weights: 0.02853152,0.02533495,0.02192051,0.00459871,0.10046039,0.04739117,0.18593901,0.07696382,0.04432917,0.11139446,0.32637145,0.16077876,0.15528584,0.09702953,0.02318561,0.73465678,0.91448081,0.56175822,0.06380487,0.90659360,0.88173900,0.93923327,0.00234471,0.02537917,0.04784336,0.05167294,0.00453727,0.14356435,0.28066822,0.06059283,0.78352947,0.08574090,0.00854681,0.03660986,0.94823381,0.72027207,0.20052954,0.75571703 ,0.16931032,0.13114165 Transform: 0.539204239845276,-0.836791813373566,-0.095069907605648,0.000000000000000,-0.328779816627502,-0.313084900379181,0.891000270843506,0.000000000000000,-0.775346755981445,-0.449173867702484,-0.443937063217163,0.000000000000000,0.395328253507614,-0.144646257162094,0.216299340128899,1.000000000000000 TransformLink: 0.539204180240631,-0.775346815586090,0.328780025243759,0.000000000000000,-0.836791932582855,-0.449174135923386,0.313084930181503,0.000000000000000,-0.095070093870163,-0.443937033414841,-0.891000390052795,0.000000000000000,-0.313637822866440,0.337568432092667,0.108033299446106,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_02_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1780,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1842,1843,1844,1849 Weights: 0.07499406,0.04416962,0.04428031,0.06076673,0.06543260,0.04186030,0.96621534,0.95564972,0.93342854,0.93166934,0.06081207,0.08127573,0.97303214,0.94610484,0.05176619,0.10458158 Transform: 0.167650595307350,-0.985754728317261,-0.013437279500067,0.000000000000000,-0.174142420291901,-0.043027479201555,0.983779847621918,0.000000000000000,-0.970343887805939,-0.162591159343719,-0.178875446319580,0.000000000000000,0.331565886735916,-0.245993450284004,0.168798074126244,1.000000000000000 TransformLink: 0.167650535702705,-0.970344245433807,0.174142599105835,0.000000000000000,-0.985755026340485,-0.162591338157654,0.043027371168137,0.000000000000000,-0.013437442481518,-0.178875356912613,-0.983780026435852,0.000000000000000,-0.295808255672455,0.311930477619171,0.118904881179333,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_03_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1787,1788,1789,1790,1791,1792,1793,1794,1842,1843,1846,1847 Weights: 0.93456740,0.95813970,0.03143995,0.01897111,0.01872810,0.01665772,0.93918793,0.91872427,0.01842105,0.01728530,1.00000000,1.00000000 Transform: -0.054533172398806,-0.995323538780212,-0.079729937016964,0.000000000000000,-0.328640162944794,-0.057508938014507,0.942702591419220,0.000000000000000,-0.942879378795624,0.077611185610294,-0.323967337608337,0.000000000000000,0.213783293962479,-0.319416075944901,0.185993090271950,1.000000000000000 TransformLink: -0.054533261805773,-0.942879557609558,0.328640341758728,0.000000000000000,-0.995323777198792,0.077611044049263,0.057508770376444,0.000000000000000,-0.079730160534382,-0.323967248201370,-0.942702710628510,0.000000000000000,-0.291434884071350,0.286617785692215,0.123447619378567,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_02_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1730,1731,1732,1743,1744,1745,1747,1748,1749,1750,1754,1758,1759,1760,1761,1762,1763,1766,1767,1768,1778,1779,1798 ,1799,1805,1806,1816,1828,1829,1834,1835,1836,1839,1845,1851,1856,1860,1876,1903 Weights: 0.00802096,0.00231048,0.06086726,0.11439594,0.03078582,0.04161794,0.15635596,0.06578355,0.40513988,0.10845163,0.01604509,0.00236788,0.06705623,0.12837960,0.09074517,0.13668262,0.04388799,0.09484316,0.73788466,0.13320486,0.13895258,0.00447091,0.71739359,0.77799632,0.09341616,0.03014296,0.00743309,0.51148198,0.11588694,0.18383883,0.46854375,0.01477017,0.00270466,0.04788798,0.00976892,0.02421490,0.12447369,0.00402509 ,0.73350312 Transform: -0.076315656304359,-0.529535949230194,0.844847381114960,0.000000000000000,-0.232213392853737,0.833458542823792,0.501421451568604,0.000000000000000,-0.969666123390198,-0.157918691635132,-0.186571463942528,0.000000000000000,0.279239684343338,-0.042219430208206,0.413538306951523,1.000000000000000 TransformLink: -0.076315797865391,-0.969666481018066,0.232213631272316,0.000000000000000,-0.529536128044128,-0.157918646931648,-0.833458721637726,0.000000000000000,0.844847857952118,-0.186571374535561,-0.501421689987183,0.000000000000000,-0.350423276424408,0.341256558895111,0.107325658202171,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_01_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1761,1778,1779,1798,1799,1805,1806,1821,1823,1828,1834,1835,1839,1845,1851,1856,1860,1871,1873,1874,1875,1876,1878 Weights: 0.03150751,0.68786474,0.88149803,0.04736868,0.03236160,0.19539353,0.14121212,0.33038413,0.14091817,0.18705962,0.09350609,0.22921858,0.28611217,0.83538058,0.72073541,0.14710080,0.04324072,0.08138743,0.02544823,0.74045187,0.04616005,0.79348234,0.46788399 Transform: -0.080122955143452,-0.853927254676819,0.514186859130859,0.000000000000000,-0.088734015822411,0.519907712936401,0.849601089954376,0.000000000000000,-0.992827415466309,0.022446654736996,-0.117429174482822,0.000000000000000,0.242374077439308,-0.246498510241508,0.318734377622604,1.000000000000000 TransformLink: -0.080123074352741,-0.992827713489532,0.088734246790409,0.000000000000000,-0.853927612304688,0.022446691989899,-0.519907832145691,0.000000000000000,0.514187097549438,-0.117428988218307,-0.849601268768311,0.000000000000000,-0.354961246252060,0.283597439527512,0.121133737266064,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_02_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1779,1821,1822,1823,1825,1851,1866,1871,1872,1873,1874,1875,1876,1877,1878 Weights: 0.01454714,0.65704059,0.13937655,0.81275961,0.05440171,0.04164253,0.00731580,0.91120181,0.02392074,0.11960903,0.19420436,0.64798789,0.20249257,0.04040130,0.53211601 Transform: 0.085506588220596,-0.762494981288910,0.641318619251251,0.000000000000000,0.193510368466377,0.644128561019897,0.740035176277161,0.000000000000000,-0.977364897727966,0.060823872685432,0.202627748250961,0.000000000000000,0.298239499330521,-0.207927525043488,0.270828247070312,1.000000000000000 TransformLink: 0.085506550967693,-0.977365136146545,-0.193510189652443,0.000000000000000,-0.762495279312134,0.060823947191238,-0.644128561019897,0.000000000000000,0.641318976879120,0.202628001570702,-0.740035295486450,0.000000000000000,-0.357732474803925,0.249258503317833,0.124202787876129,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_03_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1771,1772,1821,1822,1823,1825,1833,1857,1866,1869,1871,1872,1873,1874,1875,1877 Weights: 1.00000000,1.00000000,0.01257528,0.86062345,0.04632222,0.94559829,1.00000000,1.00000000,0.99268420,1.00000000,0.00741076,0.97607926,0.85494274,0.06534377,0.30585206,0.95959870 Transform: 0.179145976901054,-0.719176352024078,0.671335875988007,0.000000000000000,0.353788286447525,0.683819711208344,0.638141453266144,0.000000000000000,-0.918009042739868,0.123190164566040,0.376939505338669,0.000000000000000,0.311761617660522,-0.201778933405876,0.230257630348206,1.000000000000000 TransformLink: 0.179145961999893,-0.918009161949158,-0.353788048028946,0.000000000000000,-0.719176650047302,0.123190291225910,-0.683819770812988,0.000000000000000,0.671336114406586,0.376939803361893,-0.638141572475433,0.000000000000000,-0.355545789003372,0.224263951182365,0.119254074990749,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_03_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1741,1742,1745,1746,1747,1748,1749,1750,1755,1756,1757,1758,1759,1760,1763,1764,1765,1767,1768,1798,1820,1827,1832 ,1837,1848,1903 Weights: 0.06556981,0.08205742,0.19338952,0.11015091,0.02686909,0.21415297,0.06910008,0.41753419,0.04892199,0.10186280,0.09752978,0.16666099,0.77189002,0.79435147,0.03152357,0.06178770,0.00094179,0.11727053,0.63477883,0.08643020,0.05185768,0.07148742,0.12277798,0.37744539,0.06260380,0.11795369 Transform: -0.281136453151703,-0.302915811538696,0.910606265068054,0.000000000000000,-0.110910363495350,0.952774167060852,0.282701045274734,0.000000000000000,-0.953236937522888,-0.021518224850297,-0.301456242799759,0.000000000000000,0.214659959077835,-0.007931635715067,0.456302285194397,1.000000000000000 TransformLink: -0.281136691570282,-0.953237354755402,0.110910564661026,0.000000000000000,-0.302915930747986,-0.021518109366298,-0.952774465084076,0.000000000000000,0.910606741905212,-0.301456242799759,-0.282701164484024,0.000000000000000,-0.357565760612488,0.342006415128708,0.097632065415382,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_01_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1759,1778,1779,1798,1799,1805,1806,1812,1813,1814,1815,1816,1818,1820,1827,1828,1832,1837,1839,1848,1851,1879,1880 ,1881,1882,1883,1884,1885,1886 Weights: 0.04243022,0.16270768,0.09948391,0.05946810,0.04050564,0.69379537,0.82864492,0.05855755,0.93798151,0.95596031,0.05728964,0.00290011,0.17319679,0.13204594,0.80982473,0.00862841,0.13590147,0.34205301,0.71118316,0.72513438,0.22785313,0.91572348,0.07575062,0.02882645,0.95550310,0.02279294,0.97825125,0.92809582,0.07743161 Transform: -0.005624959710985,-0.749950110912323,0.661470055580139,0.000000000000000,0.055579189211130,0.660223782062531,0.749009668827057,0.000000000000000,-0.998438239097595,0.040977049618959,0.037967730313540,0.000000000000000,0.288396537303925,-0.223589673638344,0.314865618944168,1.000000000000000 TransformLink: -0.005625012330711,-0.998438656330109,-0.055579025298357,0.000000000000000,-0.749950528144836,0.040977142751217,-0.660223841667175,0.000000000000000,0.661470532417297,0.037967905402184,-0.749009728431702,0.000000000000000,-0.374333292245865,0.285153537988663,0.104246973991394,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_02_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1808,1812,1813,1814,1815,1838,1867,1868,1870,1879,1880,1881,1882,1883,1884,1885,1886 Weights: 0.10261022,0.88465454,0.06201849,0.04403969,0.92121264,0.02514424,0.07127904,0.07785903,0.06798595,0.08427652,0.84946851,0.91309479,0.04449690,0.96095587,0.02174875,0.07190418,0.86714202 Transform: 0.064567498862743,-0.688854396343231,0.722018003463745,0.000000000000000,0.226918727159500,0.714708745479584,0.661588370800018,0.000000000000000,-0.971770823001862,0.121122218668461,0.202460810542107,0.000000000000000,0.292241394519806,-0.215320408344269,0.287148684263229,1.000000000000000 TransformLink: 0.064567491412163,-0.971771240234375,-0.226918578147888,0.000000000000000,-0.688854873180389,0.121122367680073,-0.714708864688873,0.000000000000000,0.722018480300903,0.202461034059525,-0.661588430404663,0.000000000000000,-0.374520450830460,0.251935482025146,0.102397859096527,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_03_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1808,1812,1815,1838,1855,1867,1868,1870,1880,1881,1883,1886 Weights: 0.89738978,0.05678791,0.02149772,0.97485576,1.00000000,0.92872096,0.92214097,0.93201405,0.07478088,0.05807876,0.01625119,0.05542637 Transform: 0.293361961841583,-0.626710712909698,0.721922218799591,0.000000000000000,0.458090990781784,0.754960536956787,0.469240993261337,0.000000000000000,-0.839101433753967,0.193048521876335,0.508567273616791,0.000000000000000,0.346762627363205,-0.204750269651413,0.198082894086838,1.000000000000000 TransformLink: 0.293362170457840,-0.839101672172546,-0.458090871572495,0.000000000000000,-0.626711249351501,0.193048715591431,-0.754960715770721,0.000000000000000,0.721922695636749,0.508567571640015,-0.469241023063660,0.000000000000000,-0.373046875000000,0.229757338762283,0.097219035029411,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_04_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1693,1697,1698,1699,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1745,1746,1747,1748,1749,1750,1755,1756,1757 ,1758,1759,1760,1763,1764,1765,1767,1768,1776,1777,1781,1782,1783,1796,1799,1801,1805,1816,1818,1820,1827,1832,1836 ,1837,1841,1848,1850,1853,1897,1900 Weights: 0.02467359,0.04889120,0.05266126,0.02329553,0.02678306,0.08633494,0.08350627,0.06873390,0.09979326,0.15318424,0.51917739,0.41057259,0.77203137,0.71266037,0.63941027,0.80667044,0.04036624,0.41083891,0.04974134,0.29223956,0.95107801,0.89813720,0.86384676,0.83097113,0.06654545,0.07726893,0.08627153,0.20008296,0.23431324,0.02014162,0.22063586,0.79963541,0.04224134,0.94330198,0.87546662,0.25661997,1.00000000,0.06911801 ,0.02089348,0.01739494,0.98966680,0.71887603,0.06535185,0.00833806,0.52809165,0.11550054,0.20698019,0.91472432,0.20461758,0.97299513,0.20963379,0.07185914,0.06627611 Transform: -0.479175746440887,-0.119153350591660,0.869593322277069,0.000000000000000,-0.063973598182201,0.992848634719849,0.100790314376354,0.000000000000000,-0.875384151935577,-0.007334928959608,-0.483371943235397,0.000000000000000,0.121277153491974,0.040952529758215,0.487320482730865,1.000000000000000 TransformLink: -0.479176133871078,-0.875384509563446,0.063973829150200,0.000000000000000,-0.119153343141079,-0.007334745489061,-0.992848873138428,0.000000000000000,0.869593620300293,-0.483371913433075,-0.100790292024612,0.000000000000000,-0.360778063535690,0.342021584510803,0.082018293440342,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_01_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1757,1759,1776,1777,1800,1801,1802,1803,1818,1820,1827,1832,1837,1841,1848,1853,1895,1896,1897,1898,1899,1900,1901 ,1902 Weights: 0.03862346,0.05207809,0.20036459,0.95775866,0.01679317,0.23848451,0.06461224,0.91555755,0.10792718,0.74078719,0.11034979,0.16097654,0.07352141,0.08527568,0.00764424,0.79036621,0.01325682,0.49923118,0.71148849,0.07556395,0.07760623,0.83429054,0.91966887,0.01265891 Transform: -0.144751012325287,-0.483088910579681,0.863522946834564,0.000000000000000,0.001987404422835,0.872570693492889,0.488483637571335,0.000000000000000,-0.989466011524200,0.072424568235874,-0.125345662236214,0.000000000000000,0.228292286396027,-0.134460881352425,0.415290266275406,1.000000000000000 TransformLink: -0.144751220941544,-0.989466190338135,-0.001987167866901,0.000000000000000,-0.483089029788971,0.072424694895744,-0.872570812702179,0.000000000000000,0.863523304462433,-0.125345438718796,-0.488483786582947,0.000000000000000,-0.390523791313171,0.287680506706238,0.085989579558372,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_02_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1773,1800,1801,1802,1803,1810,1820,1826,1832,1859,1864,1865,1895,1896,1897,1898,1899,1900,1901,1902 Weights: 0.07177460,0.90729580,0.74062202,0.87896421,0.08444245,0.09453088,0.00995735,0.02829690,0.05225236,0.07133771,0.13145579,0.11787427,0.91936360,0.50076882,0.21665237,0.82711799,0.84214958,0.09943335,0.08033113,0.96005531 Transform: -0.017147127538919,-0.453483402729034,0.891099512577057,0.000000000000000,0.246865257620811,0.861718654632568,0.443281501531601,0.000000000000000,-0.968898117542267,0.227582424879074,0.097173117101192,0.000000000000000,0.272871047258377,-0.165121227502823,0.362914025783539,1.000000000000000 TransformLink: -0.017147209495306,-0.968898117542267,-0.246865049004555,0.000000000000000,-0.453483402729034,0.227582573890686,-0.861718595027924,0.000000000000000,0.891099989414215,0.097173325717449,-0.443281710147858,0.000000000000000,-0.393593460321426,0.266697406768799,0.085947439074516,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_03_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1773,1800,1802,1810,1826,1859,1864,1865,1895,1898,1899,1902 Weights: 0.92822540,0.07591103,0.05642355,0.90546912,0.97170310,0.92866229,0.86854421,0.88212573,0.06737958,0.09731806,0.08024419,0.02728578 Transform: 0.134779274463654,-0.455170899629593,0.880144119262695,0.000000000000000,0.413995027542114,0.832873463630676,0.367328077554703,0.000000000000000,-0.900246024131775,0.314867019653320,0.300692439079285,0.000000000000000,0.309889614582062,-0.189767345786095,0.301975876092911,1.000000000000000 TransformLink: 0.134779274463654,-0.900245845317841,-0.413994848728180,0.000000000000000,-0.455170840024948,0.314867138862610,-0.832873463630676,0.000000000000000,0.880144536495209,0.300692617893219,-0.367328286170959,0.000000000000000,-0.393925666809082,0.247926399111748,0.081164784729481,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly thigh_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 289,293,343,345,346,347,348,356,357,358,359,360,362,364,365,366,367,369,370,371,372,373,374 ,375,376,377,378,380,391,393,403,404,414,418,419,420,421,433,434,444,466,471,472,476,477,478 ,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501 ,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524 ,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547 ,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570 ,571,572,573,574,576,577,578,579,580,581,582,583,584,586,588,589,590,591,593,594,595,992,1007 ,1008,1009,1405,1406,1415,1416,1417,1418,1419,1427,1428,1429,1430,1431,1917,1918,1919,1920 Weights: 0.01265773,0.02893199,0.05690540,0.08226310,0.09345727,0.04455227,0.02012529,0.05861301,0.07969313,0.08750973,0.20984870,0.17139395,0.18445686,0.06028835,0.08072382,0.07141784,0.03987331,0.13396406,0.22817048,0.15264544,0.08056888,0.02337214,0.01650048,0.08267262,0.13730347,0.01247638,0.05535200,0.00531389,0.06092191,0.04510668,0.06555988,0.00155846,0.02412426,0.01482448,0.08545098,0.19746310,0.16624039,0.05917227 ,0.07899941,0.12106455,0.23006957,0.07293054,0.06156107,0.12145474,0.07154883,0.72483705,0.56468048,0.53918290,0.55105997,0.57642747,0.59727413,0.67678022,0.67282699,0.61436902,0.49228534,0.27900820,0.61671907,0.36184556,0.58039395,0.35209886,0.82454852,0.84782299,0.82988529,0.77110210,0.80783620,0.73663985,0.82885557,0.81038219,0.88462191,0.82636937,0.72622341,0.74078944,0.82558696,1.00000000,0.93262946,0.93246597 ,1.00000000,1.00000000,1.00000000,0.87732574,0.88140385,0.90735075,0.92300320,0.89040446,0.91456234,0.90604893,0.73144545,0.87593741,0.52220487,0.57742408,0.36305902,0.31791917,0.58462734,0.62591140,0.66425521,0.70988596,0.70188983,0.72888280,0.30078989,0.17114167,0.09828569,0.08418426,0.17181862,0.23442473,0.27472899,0.30286050,0.31541848,0.26782648,0.02645545,0.08988494,0.90697442,0.66006777,0.49710953,0.30803147 ,0.11953739,0.05686317,0.04855410,0.06582702,0.84941747,0.12626428,0.85114397,0.88919581,0.59307205,0.49968137,0.32722573,0.15388345,0.08391509,0.09009448,0.81299015,0.16996263,0.81215667,0.86980360,0.55451140,0.48152778,0.35933164,0.17937141,0.10332242,0.11115490,0.78397362,0.18923751,0.77878841,0.05241831,0.06535626,0.01421094,0.10951625,0.14818906,0.17265727,0.10685029,0.16415352,0.18598696,0.18827249,0.00566330 ,0.01488421,0.02247769,0.04280592,0.04871108,0.00809184,0.03153222,0.04028403,0.01944845,0.36746009,0.14495400,0.28948037,0.14192758,0.05500473,0.05618487,0.00660138,0.06642421,0.15237891,0.10334128,0.01065064,0.04450413,0.06556182,0.05222447,0.01860840,0.11583735,0.17828041,0.00775210,0.05400918 Transform: 0.214147984981537,-0.975104987621307,0.057538837194443,0.000000000000000,-0.374960213899612,-0.027668710798025,0.926627874374390,0.000000000000000,-0.901967465877533,-0.220010325312614,-0.371550917625427,0.000000000000000,0.372269779443741,0.188433676958084,0.143553942441940,1.000000000000000 TransformLink: 0.214148074388504,-0.901967585086823,0.374960362911224,0.000000000000000,-0.975105226039886,-0.220010295510292,0.027668714523315,0.000000000000000,0.057538859546185,-0.371550858020782,-0.926627933979034,0.000000000000000,0.095761880278587,0.430570185184479,-0.011779039166868,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly shin_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 507,508,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532 ,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555 ,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578 ,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601 ,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,621,624,625,628,629 ,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,646,648,658,659 Weights: 0.06737054,0.06753403,0.12267426,0.11859615,0.09264925,0.07699680,0.07109125,0.06846354,0.07661050,0.26855455,0.12406259,0.45487970,0.28964994,0.63694098,0.68208083,0.41537266,0.23673365,0.33574479,0.29011404,0.29811017,0.27111720,0.64725837,0.82885833,0.90171431,0.91581574,0.82818138,0.76557527,0.72527101,0.69713950,0.68458152,0.73217352,0.97354455,0.91011506,0.09302558,0.33993223,0.49693780,0.67154834,0.88045765 ,0.94313683,0.95144590,0.93417298,0.15058253,0.87373572,0.14885603,0.11080419,0.40692795,0.50031863,0.67277427,0.84611655,0.91608491,0.90990552,0.18700985,0.83003737,0.18784333,0.13019640,0.44548860,0.51847222,0.64066836,0.82062859,0.89667758,0.88884510,0.21602638,0.81076249,0.22121159,0.94758169,1.00000000,0.93464374,0.98578906,0.89048375,0.85181094,0.82734273,0.89314971,0.83584648,0.81401304,0.81172751,1.00000000 ,0.99433670,1.00000000,0.98511579,0.97752231,0.95719408,0.94007664,1.00000000,0.99190816,0.94588500,0.92849157,0.99620430,0.94432870,0.96364024,0.96477883,0.93580473,0.84173146,0.92972565,0.85546935,0.81164627,0.91693458,0.93815160,0.20690432,0.64892782,0.16023733,0.05003095,0.77446782,0.77241627,0.29722086,0.59495191,0.72693970,0.03033850,0.17593993,0.11623792,0.17454908,0.13970939,0.03022952,0.06916945,0.10688018 ,0.13475417,0.15435367,0.08479774,0.59367204,0.31233768,0.89635673,0.93933267,0.91439552,0.92287841,0.87399543,0.67709294,0.43762531,0.33329874,0.62824598,0.65266333,0.01007869,0.00143343,0.01125335,0.03897287,0.02121498 Transform: -0.137364834547043,-0.990432739257812,0.013176183216274,0.000000000000000,0.273640900850296,-0.025160418823361,0.961502730846405,0.000000000000000,-0.951972424983978,0.135682210326195,0.274478971958160,0.000000000000000,0.271126449108124,0.103238128125668,-0.006907543167472,1.000000000000000 TransformLink: -0.137364849448204,-0.951972484588623,-0.273640811443329,0.000000000000000,-0.990433037281036,0.135682240128517,0.025160403922200,0.000000000000000,0.013176176697016,0.274479120969772,-0.961502850055695,0.000000000000000,0.139584705233574,0.245993301272392,0.064952120184898,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly foot_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 596,597,598,599,602,605,606,608,611,612,613,614,615,617,618,619,621,625,626,627,628,629,630 ,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653 ,655,656,657,658,659,660,661,662,668,669,670,671,672,673,674,675,676,677,678,680,681,685,686 ,688,690 Weights: 0.00379570,0.05567130,0.03635976,0.03522117,0.00707418,0.08306542,0.06184840,0.06944133,0.22498090,0.12516838,0.63054710,0.25814369,0.05200933,0.55264294,0.08124184,0.08942707,0.66151342,0.84912476,0.97395072,0.78731410,0.86442645,0.86524583,0.84564633,0.85581208,0.33933774,0.57532311,0.10364327,0.06066733,0.08560448,0.07712159,0.12600457,0.32290706,0.55532402,0.66670126,0.37175402,0.34733667,0.97990626,0.37244001 ,0.99856657,0.88157181,0.90927502,0.80720258,0.12852257,0.55457190,0.12024686,0.02910926,0.74440108,0.91354569,0.44529782,0.05969015,0.26482422,0.85845909,0.94873013,0.76715649,0.07495708,0.78636362,0.48323786,0.37237859,0.04102925,0.20837239,0.75869363,0.48709343,0.49999969,0.12317910,0.62964980,0.00263205,0.21802344,0.08960183,0.04791150,0.49999997,0.00290647 Transform: 0.166629359126091,-0.986015200614929,-0.002837850246578,0.000000000000000,-0.933906733989716,-0.158745348453522,0.320340335369110,0.000000000000000,-0.316310912370682,-0.050727847963572,-0.947298109531403,0.000000000000000,-0.010488435626030,0.112696446478367,0.063001185655594,1.000000000000000 TransformLink: 0.166629433631897,-0.316311120986938,0.933906912803650,0.000000000000000,-0.986015737056732,-0.050727844238281,0.158745393157005,0.000000000000000,-0.002837812993675,-0.947298347949982,-0.320340305566788,0.000000000000000,0.113046944141388,0.062080159783363,0.012086998671293,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly toe_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 627,645,647,648,649,650,651,653,657,662,670,671,675,676,677,678,679,680,681,682,683,684,685 ,686,687,688,689,690 Weights: 0.21268590,0.62755999,0.11842819,0.07947162,0.19279742,0.87147743,0.44542810,0.97089074,0.55470218,0.23284351,0.48323749,0.62762141,0.48709343,0.50000031,0.87682090,0.37035020,1.00000000,0.99736795,0.78197656,1.00000000,1.00000000,1.00000000,0.91039817,0.95208850,1.00000000,0.50000003,1.00000000,0.99709353 Transform: 0.131972849369049,0.991250693798065,0.002154332585633,0.000000000000000,-0.989775359630585,0.131894454360008,-0.054297693073750,0.000000000000000,-0.054106641560793,0.005033526103944,0.998522341251373,0.000000000000000,-0.140865996479988,-0.115696802735329,-0.030640609562397,1.000000000000000 TransformLink: 0.131972938776016,-0.054106801748276,0.989775657653809,0.000000000000000,0.991251170635223,0.005033518653363,-0.131894469261169,0.000000000000000,0.002154307439923,0.998522579669952,0.054297566413879,0.000000000000000,0.133341118693352,0.023555893450975,0.125829696655273,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly heel_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 603,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,632,633,652,654 ,658,659,663,664,665,666,667,672,673 Weights: 0.00363891,0.03565314,0.12280675,0.12874925,0.03656774,0.00055127,0.05074718,0.01469023,0.05309444,0.06414430,0.15181112,0.08108086,0.47697307,0.48582023,0.87399174,0.06570805,0.94051423,0.79991024,0.70924420,0.01994040,0.03157663,0.00966389,0.22560190,0.25221707,0.06510082,0.88384157,0.95768263,0.82673541,0.67181497,0.15791326,0.22993138,0.05767400 Transform: 0.023818479850888,0.999715924263000,0.000691403460223,0.000000000000000,0.707856893539429,-0.016376515850425,-0.706165909767151,0.000000000000000,-0.705954194068909,0.017309239134192,-0.708045780658722,0.000000000000000,0.049689009785652,-0.114287331700325,0.035342011600733,1.000000000000000 TransformLink: 0.023818522691727,-0.705954194068909,-0.707856833934784,0.000000000000000,0.999716162681580,0.017309216782451,0.016376478597522,0.000000000000000,0.000691393390298,-0.708046078681946,0.706166148185730,0.000000000000000,0.113046944141388,0.062080159783363,0.012086998671293,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly heel_02_L", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 608,613,614,615,617,618,619,620,621,623,624,625,626,628,631,632,633,640,644,652,654,655,656 ,658,659,660,661,663,664,665,666,667,668,669,670,672,673,674,675 Weights: 0.03623895,0.05754180,0.05745921,0.00518694,0.18000150,0.17818188,0.16246777,0.03712409,0.13306914,0.10297780,0.17956278,0.08170579,0.02604928,0.02869337,0.05939018,0.04467161,0.08076259,0.00705067,0.01001505,0.87008925,0.77439810,0.25559892,0.08645431,0.64060938,0.64885998,0.14154091,0.05126987,0.10650130,0.04231737,0.17326459,0.31849572,0.84208674,0.92504292,0.21363638,0.03352465,0.72903937,0.73395361,0.24130637 ,0.02581314 Transform: 0.980233728885651,-0.123701505362988,-0.154401987791061,0.000000000000000,0.122194878757000,0.992319524288177,-0.019247747957706,0.000000000000000,0.155597031116486,-0.000000115484013,0.987820625305176,0.000000000000000,-0.098941564559937,0.033808089792728,-0.000850616313983,1.000000000000000 TransformLink: 0.980233550071716,0.155597060918808,-0.122194901108742,0.000000000000000,-0.123701490461826,0.000000160758859,-0.992319464683533,0.000000000000000,-0.154401972889900,0.987820625305176,0.019247472286224,0.000000000000000,0.101036608219147,0.016235265880823,0.021474640816450,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly thigh_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 7,53,62,66,71,72,444,478,479,486,487,488,489,490,491,492,500,501,502,503,504,991,992 ,993,1007,1008,1009,1216,1220,1270,1272,1273,1274,1275,1283,1284,1286,1289,1291,1292,1293,1294,1296,1297,1298,1299 ,1300,1301,1302,1303,1304,1305,1307,1311,1319,1320,1329,1330,1331,1342,1345,1347,1351,1359,1361,1371,1393,1398,1399 ,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422 ,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445 ,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468 ,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491 ,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1503,1504,1505,1506,1507,1508,1509,1510,1511,1513,1515,1516,1517 ,1518,1520,1521,1522,1913,1916,1917,1918,1919,1920,1929 Weights: 0.09093477,0.04094499,0.00002927,0.11077426,0.00491144,0.03349160,0.01771602,0.14923094,0.04937268,0.00077627,0.12466964,0.05457717,0.02973097,0.06846150,0.15497986,0.10898411,0.01054871,0.05200240,0.06483310,0.05224949,0.02130871,0.07068505,0.10497368,0.03753199,0.36689420,0.14385429,0.28882283,0.01188671,0.02155514,0.02358080,0.05919358,0.07662881,0.04407243,0.01971883,0.05859936,0.07909724,0.19428591,0.15949166 ,0.06038500,0.08096862,0.07708389,0.04023709,0.13895993,0.16426694,0.15412197,0.08733121,0.02355950,0.01789567,0.08466196,0.04938120,0.01361671,0.05748998,0.00570459,0.16256110,0.11213229,0.04445185,0.13198079,0.06327339,0.00187985,0.02403215,0.05287694,0.05705527,0.05240522,0.03660569,0.01874263,0.00822013,0.26311293,0.08349337,0.10658936,0.03039103,0.23756431,0.33413991,0.18479698,0.08322574,0.69744598,0.59264588 ,0.52895341,0.70392965,0.74796716,0.68943863,0.74989230,0.75292598,0.67614809,0.53905269,0.28146258,0.59487492,0.34819104,0.56846209,0.33131549,1.00000000,1.00000000,0.83800600,0.78489488,0.83264253,0.99265157,0.99997812,0.80988190,0.75214611,0.83339529,0.72484921,0.64784214,0.71458005,0.91299677,0.93194575,0.93246345,0.90691082,0.92182973,0.92074302,0.87732433,0.88140321,0.90734984,0.92299948,0.88989617,0.91419694 ,0.90424487,0.73142597,0.87592941,0.53443567,0.66593136,0.36304895,0.31791149,0.58462166,0.72556106,0.66424517,0.70986648,0.70187488,0.72886867,0.31725469,0.17112820,0.09828049,0.08418045,0.17181318,0.23440922,0.27471855,0.30284099,0.31540242,0.26780919,0.02644858,0.08987662,0.90697048,0.66004806,0.50007118,0.31443602,0.11952806,0.05685863,0.04854431,0.06582106,0.84941483,0.12625739,0.85113706,0.88919172,0.59305707 ,0.49966750,0.32721076,0.15387241,0.08390854,0.09008691,0.81298570,0.16995410,0.81215130,0.86980013,0.55449955,0.48151552,0.35931775,0.17935974,0.10331471,0.11114601,0.78396785,0.18922838,0.77878488,0.05241564,0.06534968,0.01420377,0.10950647,0.14817747,0.17264440,0.10684602,0.16414546,0.18597368,0.18826091,0.00565675,0.01487710,0.02247043,0.04279747,0.04870267,0.00808812,0.03152668,0.04027719,0.00219004,0.03604330 ,0.11480206,0.17717558,0.00451270,0.04990582,0.04410851 Transform: -0.214147850871086,-0.975105106830597,-0.057538922876120,0.000000000000000,-0.374960303306580,0.027668606489897,0.926627814769745,0.000000000000000,-0.901967465877533,0.220010176301003,-0.371550917625427,0.000000000000000,0.372269779443741,-0.188433617353439,0.143553897738457,1.000000000000000 TransformLink: -0.214147865772247,-0.901967585086823,0.374960362911224,0.000000000000000,-0.975105106830597,0.220010191202164,-0.027668589726090,0.000000000000000,-0.057538904249668,-0.371550917625427,-0.926627933979034,0.000000000000000,-0.095761880278587,0.430570185184479,-0.011779037304223,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly shin_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455 ,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478 ,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501 ,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524 ,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1548 ,1551,1552,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1573,1575,1585,1586 Weights: 0.08633922,0.06805425,0.06753655,0.09308918,0.07817027,0.07925698,0.12267567,0.11859679,0.09265016,0.07700052,0.07106557,0.06844490,0.07807525,0.26857403,0.12407059,0.46556433,0.33406864,0.63695105,0.68208851,0.41537834,0.27443894,0.33575483,0.29013352,0.29812512,0.27113133,0.68274531,0.82887180,0.90171951,0.91581955,0.82818682,0.76559078,0.72528145,0.69715901,0.68459758,0.73219081,0.97355142,0.91012338,0.09302952 ,0.33995194,0.49992882,0.68556398,0.88047194,0.94314137,0.95145569,0.93417894,0.15058517,0.87374261,0.14886294,0.11080828,0.40694293,0.50033250,0.67278924,0.84612759,0.91609146,0.90991309,0.18701430,0.83004590,0.18784870,0.13019987,0.44550045,0.51848448,0.64068225,0.82064026,0.89668529,0.88885399,0.21603215,0.81077162,0.22121512,0.94758436,1.00000000,0.93465032,0.98579623,0.89049353,0.85182253,0.82735560,0.89315398 ,0.83585454,0.81402632,0.81173909,1.00000000,0.99434325,1.00000000,0.98512290,0.97752957,0.95720253,0.94008489,1.00000000,0.99191188,0.94589042,0.92849814,0.99620304,0.94433539,0.96364293,0.96477434,0.93580474,0.84173145,0.92973891,0.85546933,0.81164625,0.91694568,0.93816067,0.20690427,0.64894000,0.16023730,0.05003090,0.77448999,0.77243132,0.29724244,0.59494251,0.72693670,0.03033847,0.17593377,0.11623700,0.17455623 ,0.13972619,0.03011796,0.06915882,0.10687207,0.13475818,0.15438031,0.08482078,0.59366164,0.31232795,0.89635262,0.93933141,0.91440522,0.92287996,0.87401122,0.67711977,0.43765425,0.33329158,0.62828088,0.65267224,0.01007375,0.00143666,0.01214300,0.03897510,0.02121763 Transform: 0.137364983558655,-0.990432977676392,-0.013176169246435,0.000000000000000,0.273640900850296,0.025160472840071,0.961502850055695,0.000000000000000,-0.951972365379333,-0.135682374238968,0.274479031562805,0.000000000000000,0.271126419305801,-0.103238083422184,-0.006907530128956,1.000000000000000 TransformLink: 0.137364998459816,-0.951972544193268,-0.273640841245651,0.000000000000000,-0.990432798862457,-0.135682359337807,-0.025160459801555,0.000000000000000,-0.013176169246435,0.274479120969772,-0.961502790451050,0.000000000000000,-0.139584690332413,0.245993301272392,0.064952120184898,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly foot_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1523,1524,1525,1526,1529,1532,1533,1535,1538,1539,1540,1541,1542,1544,1545,1546,1548,1552,1553,1554,1555,1556,1557 ,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580 ,1582,1583,1584,1585,1586,1587,1588,1589,1595,1596,1597,1599,1600,1601,1602,1604,1607,1608,1612,1613,1617 Weights: 0.00379696,0.05566461,0.03635707,0.03522566,0.00706000,0.08305432,0.06183933,0.06942371,0.22495863,0.12515136,0.63052038,0.25815567,0.05201328,0.55265953,0.08124940,0.08938944,0.66147285,0.84915145,0.97397923,0.86815258,0.86444163,0.86524182,0.84561969,0.85577177,0.33934990,0.57533695,0.10364738,0.06066859,0.08559478,0.07712004,0.12598878,0.32288023,0.55529474,0.66670842,0.37171912,0.34732776,0.97990198,0.41703579 ,0.99856334,0.89397771,0.98127711,0.86427630,0.12955556,0.59397731,0.12030282,0.02918440,0.74453976,0.94345856,1.00000000,0.05961160,0.26456854,0.85039763,0.36813830,0.12727814,0.07503734,0.79623917,0.91691285,0.04082753,0.16186064,0.76032805,0.90690853,0.13730527,0.00158556,0.13445480,0.12038227,0.05188076,0.00300511 Transform: -0.166629299521446,-0.986015498638153,0.002837747102603,0.000000000000000,-0.933906853199005,0.158745229244232,0.320340365171432,0.000000000000000,-0.316311001777649,0.050727821886539,-0.947298049926758,0.000000000000000,-0.010488421656191,-0.112696468830109,0.063001148402691,1.000000000000000 TransformLink: -0.166629239916801,-0.316311091184616,0.933906793594360,0.000000000000000,-0.986015498638153,0.050727903842926,-0.158745244145393,0.000000000000000,0.002837798325345,-0.947298407554626,-0.320340335369110,0.000000000000000,-0.113046929240227,0.062080144882202,0.012086991220713,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly toe_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1554,1572,1574,1575,1576,1577,1578,1580,1588,1589,1598,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614 ,1615,1616,1617 Weights: 0.13184742,0.58296421,0.10602229,0.00657989,0.13572370,0.87044444,0.40602269,0.97081560,0.59943875,0.87272186,1.00000000,1.00000000,0.86269473,1.00000000,1.00000000,0.99841444,0.86554520,1.00000000,1.00000000,1.00000000,0.87961773,0.94811924,1.00000000,1.00000000,1.00000000,0.99699489 Transform: -0.131973072886467,0.991250991821289,-0.002154235029593,0.000000000000000,-0.989775538444519,-0.131894633173943,-0.054297681897879,0.000000000000000,-0.054106704890728,-0.005033556371927,0.998522341251373,0.000000000000000,-0.140866041183472,0.115696817636490,-0.030640579760075,1.000000000000000 TransformLink: -0.131973057985306,-0.054106771945953,0.989775538444519,0.000000000000000,0.991250932216644,-0.005033623892814,0.131894633173943,0.000000000000000,-0.002154293237254,0.998522639274597,0.054297626018524,0.000000000000000,-0.133341103792191,0.023555882275105,0.125829666852951,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly heel_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1530,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1559,1560,1579,1581 ,1585,1586,1590,1591,1592,1593,1594,1599,1600 Weights: 0.00363893,0.03565315,0.12280906,0.12874924,0.03656773,0.00055138,0.05074816,0.01469131,0.05309359,0.06414404,0.15181115,0.08107777,0.47696910,0.48584027,0.87399174,0.06571584,0.94051424,0.79991027,0.71031412,0.01994008,0.03157560,0.00966337,0.22560190,0.25223820,0.06512370,0.88384159,0.95768260,0.82673541,0.67316237,0.15791326,0.22997941,0.26666569 Transform: -0.023818649351597,0.999716281890869,-0.000691431574523,0.000000000000000,0.707856893539429,0.016376605257392,-0.706165969371796,0.000000000000000,-0.705954194068909,-0.017309304326773,-0.708045780658722,0.000000000000000,0.049688972532749,0.114287361502647,0.035342004150152,1.000000000000000 TransformLink: -0.023818626999855,-0.705954253673553,-0.707856833934784,0.000000000000000,0.999715924263000,-0.017309354618192,-0.016376575455070,0.000000000000000,-0.000691377557814,-0.708046078681946,0.706166148185730,0.000000000000000,-0.113046929240227,0.062080144882202,0.012086991220713,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly heel_02_R", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 1535,1540,1541,1542,1544,1545,1546,1547,1548,1550,1551,1552,1553,1555,1558,1559,1560,1567,1571,1579,1581,1582,1583 ,1585,1586,1587,1588,1590,1591,1592,1593,1594,1595,1596,1597,1599,1600,1601,1602 Weights: 0.03623974,0.05754586,0.05745812,0.00518689,0.17999454,0.17818045,0.16247456,0.03712407,0.13308512,0.10297781,0.17890229,0.08168973,0.02602077,0.02868630,0.05940745,0.04467023,0.08075950,0.00705101,0.01002428,0.87003381,0.77439810,0.25546024,0.05654144,0.64066391,0.64909012,0.14960237,0.03242295,0.10650133,0.04231740,0.17326459,0.31718819,0.84208674,0.92496266,0.20376083,0.08308715,0.72919306,0.57147367,0.23967195 ,0.09309147 Transform: -0.980233907699585,-0.123701691627502,0.154402032494545,0.000000000000000,0.122195035219193,-0.992319464683533,-0.019247692078352,0.000000000000000,0.155596956610680,0.000000134110479,0.987820506095886,0.000000000000000,-0.098941549658775,-0.033808097243309,-0.000850591401104,1.000000000000000 TransformLink: -0.980233311653137,0.155597090721130,-0.122195065021515,0.000000000000000,-0.123701624572277,-0.000000077659713,0.992319464683533,0.000000000000000,0.154401883482933,0.987820744514465,0.019247472286224,0.000000000000000,-0.101036593317986,0.016235247254372,0.021474633365870,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly saia-frente", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 49,50,51,53,54,55,56,58,59,60,62,63,64,65,66,67,68,69,70,71,72,73,74 ,75,76,77,78,79,80,81,82,397,418,419,420,428,430,431,432,433,434,436,437,438,439,440 ,441,442,443,444,468,491,502,992,1009,1314,1315,1324,1325,1334,1344,1345,1346,1347,1358,1359,1360,1361,1364 ,1365,1366,1367,1368,1369,1370,1371,1418,1425,1915,1916 Weights: 0.01311978,0.41865717,0.25941655,0.44128087,0.39450402,0.50623398,0.41044478,0.47058876,0.16350563,0.99830342,0.48081719,0.68618746,0.21646101,0.22897231,0.75400848,0.50615875,0.34467831,0.12895327,0.17175196,0.99508856,0.93006665,0.03145757,0.38355656,0.41835502,0.14954145,0.84075384,0.06441201,0.41215859,0.48582547,0.18225061,1.00000000,0.06055964,0.30897326,0.45934870,0.37906456,0.03252527,0.16302873,0.27917324 ,0.38487816,0.40637665,0.36600256,0.05564641,0.32036449,0.34268045,0.34857255,0.35038072,0.32926865,0.28234981,0.32266551,0.48322664,0.01277518,0.06378179,0.00913869,0.51095443,0.07228166,0.05117066,0.18324175,0.06928558,0.19988314,0.00213847,0.06447875,0.25661225,0.45758835,0.08596264,0.26318368,0.33895946,0.34360841,0.27335203,0.11643811,0.29182133,0.30558658,0.29906764,0.25543649,0.10466860,0.26059608,0.56199146 ,0.06436187,0.00734843,0.02179261,0.52866745 Transform: 0.000000079033271,-0.999999880790710,-0.000000006434238,0.000000000000000,-0.024598488584161,0.000000003064565,0.999697208404541,0.000000000000000,-0.999697327613831,-0.000000083689464,-0.024598518386483,0.000000000000000,0.434335619211197,-0.000912938034162,0.145274072885513,1.000000000000000 TransformLink: 0.000000083588773,-0.999697446823120,0.024598523974419,0.000000000000000,-1.000000119209290,-0.000000078851102,0.000000008376395,0.000000000000000,0.000000005122274,-0.024598494172096,-0.999697566032410,0.000000000000000,-0.000912975287065,0.437777757644653,0.134546130895615,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly saia-frente1", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 48,49,52,54,55,56,57,59,61,63,64,65,66,67,68,69,70,73,75,76,77,78,80 ,81 Weights: 1.00000000,0.98688022,1.00000000,0.60549598,0.45190630,0.54261022,1.00000000,0.83649437,1.00000000,0.16262267,0.78353899,0.77102769,0.12934765,0.40035473,0.64996526,0.87104673,0.82824804,0.96854243,0.57817888,0.85045855,0.08875611,0.93558799,0.45014299,0.81774939 Transform: 0.000000078412690,-0.999999880790710,-0.000000011077036,0.000000000000000,0.069497823715210,0.000000005840215,0.997581899166107,0.000000000000000,-0.997582018375397,-0.000000083831310,0.069497808814049,0.000000000000000,0.349455237388611,-0.000912944960874,0.112919904291630,1.000000000000000 TransformLink: 0.000000084034511,-0.997582137584686,-0.069497823715210,0.000000000000000,-1.000000119209290,-0.000000078992947,0.000000005600744,0.000000000000000,0.000000000000000,0.069497838616371,-0.997582256793976,0.000000000000000,-0.000912974530365,0.340762645006180,0.136933282017708,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly saia-verso1", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 0,1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24 ,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,44,45,46,47,371 ,372,378,391,401,450,452,457,463,464,465,475,476,477,487,993,1298,1305,1318,1328,1379,1391,1392,1402 ,1404,1413,1930 Weights: 0.08614307,0.06860271,0.00286496,0.48551243,0.71192898,0.38844149,0.62519873,0.03654841,0.49912552,0.18504460,0.54387706,0.05210605,0.44124742,0.77289410,0.27389231,0.07982712,0.64452554,0.38889808,0.75390139,0.13828467,0.14528976,0.51164021,0.75475624,0.10004356,0.41569054,0.35009292,0.20554736,0.45804556,0.47094233,0.54019758,0.38258297,0.17259771,0.63122643,0.34770120,0.05785604,0.54749308,0.56115368,0.51463287 ,0.74236544,0.59016302,0.64483632,0.50202425,0.08779152,0.69480207,0.39040411,0.00204684,0.05361336,0.02443919,0.03314327,0.04998789,0.14581909,0.42005762,0.43221763,0.32389028,0.23502444,0.46386639,0.11830082,0.22221595,0.41667188,0.05098214,0.46763917,0.00282473,0.01315675,0.03139742,0.03380786,0.05152526,0.26486787,0.55569718,0.12720980,0.51857101,0.04766226,0.60207044 Transform: 0.000000079685904,-1.000000000000000,0.000000189369374,0.000000000000000,-0.071075461804867,0.000000153815293,0.997470796108246,0.000000000000000,-0.997470974922180,-0.000000088575270,-0.071075461804867,0.000000000000000,0.473843902349472,-0.000912953808438,-0.096062123775482,1.000000000000000 TransformLink: 0.000000077418754,-0.997470915317535,0.071075469255447,0.000000000000000,-1.000000000000000,-0.000000092943885,-0.000000183226774,0.000000000000000,0.000000159721822,-0.071075469255447,-0.997471094131470,0.000000000000000,-0.000912975170650,0.465817838907242,-0.129497870802879,1.000000000000000 } Deformer: "SubDeformer::Cluster Orco-lowPoly saia-verso2", "Cluster" { Version: 100 MultiLayer: 0 Type: "Cluster" Properties60: { Property: "SrcModel", "object", "" Property: "SrcModelReference", "object", "" } UserData: "", "" Indexes: 0,1,4,6,7,8,9,11,13,15,16,17,19,20,21,22,23,24,25,27,28,29,31 ,33,34,36,37,40,41,42,43,45,46 Weights: 0.91385693,0.93139729,0.99713504,0.14186710,0.37226694,0.22426490,0.96345159,0.81485391,0.94789395,0.10377768,0.72610769,0.92017288,0.46245054,0.24157208,0.86171533,0.85471024,0.14922762,0.09722197,0.89995644,0.41141240,0.79445264,0.17290085,0.04644076,0.82740229,0.22257043,0.94214396,0.04701570,0.20386054,0.06236156,0.08216663,1.00000000,0.91220848,0.04200245 Transform: 0.000000078433573,-1.000000000000000,0.000000029728477,0.000000000000000,-0.127594098448753,-0.000000009933617,0.991826295852661,0.000000000000000,-0.991826474666595,-0.000000077217045,-0.127594113349915,0.000000000000000,0.390784651041031,-0.000912944495212,-0.073993943631649,1.000000000000000 TransformLink: 0.000000077853379,-0.991826415061951,0.127594128251076,0.000000000000000,-1.000000000000000,-0.000000081585668,-0.000000019477833,0.000000000000000,0.000000000000014,-0.127594113349915,-0.991826593875885,0.000000000000000,-0.000912974996027,0.378149390220642,-0.123250998556614,1.000000000000000 } Pose: "Pose::BIND_POSES", "BindPose" { Type: "BindPose" Version: 100 Properties60: { } NbPoseNodes: 79 PoseNode: { Node: "Model::right" Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,1.000000000000000,-0.000000000000006,0.000000000000000,1.000000000000000,0.000000075497901,0.000000075497901,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000 } PoseNode: { Node: "Model::front" Matrix: 1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,0.000000075497901,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000 } PoseNode: { Node: "Model::Armature" Matrix: 1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000 } PoseNode: { Node: "Model::Orco-lowPoly" Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000 } PoseNode: { Node: "Model::hips" Matrix: 0.007980640046299,0.979010224342346,-0.203654944896698,0.000000000000000,-0.999960005283356,0.008639565669000,0.002346634864807,0.000000000000000,0.004056868609041,0.203628033399582,0.979040026664734,0.000000000000000,-0.000912975054234,0.416747689247131,-0.026684256270528,1.000000000000000 } PoseNode: { Node: "Model::spine" Matrix: 0.005373259074986,0.997757315635681,0.066718637943268,0.000000000000000,-0.999985575675964,0.005342256743461,0.000643071660306,0.000000000000000,0.000285200309008,-0.066721111536026,0.997771739959717,0.000000000000000,-0.000000000174623,0.528746247291565,-0.049982339143753,1.000000000000000 } PoseNode: { Node: "Model::ribs" Matrix: -0.005601570475847,0.629707396030426,0.776812314987183,0.000000000000000,-0.999969244003296,-0.007806397043169,-0.000882647756953,0.000000000000000,0.005508294794708,-0.776793181896210,0.629731833934784,0.000000000000000,0.000912974763196,0.698278427124023,-0.038645960390568,1.000000000000000 } PoseNode: { Node: "Model::neck" Matrix: 0.000000077360554,0.190569132566452,0.981673955917358,0.000000000000000,-1.000000119209290,-0.000000309712675,0.000000138142752,0.000000000000000,0.000000329688191,-0.981673777103424,0.190569192171097,0.000000000000000,-0.000000000291038,0.799171268939972,0.103770785033703,1.000000000000000 } PoseNode: { Node: "Model::head" Matrix: 0.000000076757878,-0.052771821618080,0.998606801033020,0.000000000000000,-1.000000119209290,-0.000000205480220,0.000000065420558,0.000000000000000,0.000000200900530,-0.998606562614441,-0.052771806716919,0.000000000000000,-0.000000000197111,0.808781027793884,0.153273373842239,1.000000000000000 } PoseNode: { Node: "Model::shoulder_L" Matrix: 0.868285238742828,-0.232625991106033,-0.438138842582703,0.000000000000000,-0.447785317897797,0.012527030892670,-0.894053518772125,0.000000000000000,0.213468566536903,0.972485423088074,-0.093289524316788,0.000000000000000,0.012317247688770,0.790558159351349,0.076550699770451,1.000000000000000 } PoseNode: { Node: "Model::upper_arm_L" Matrix: 0.394386887550354,-0.917880892753601,-0.044198315590620,0.000000000000000,0.909532368183136,0.396761775016785,-0.123816452920437,0.000000000000000,0.131185144186020,0.008631758391857,0.991320431232452,0.000000000000000,0.198493063449860,0.731320261955261,-0.012907043099403,1.000000000000000 } PoseNode: { Node: "Model::forearm_L" Matrix: 0.267404258251190,-0.826354384422302,0.495614171028137,0.000000000000000,0.935420572757721,0.346063286066055,0.072305642068386,0.000000000000000,-0.231263846158981,0.444272845983505,0.865528047084808,0.000000000000000,0.282092303037643,0.536754608154297,-0.022275879979134,1.000000000000000 } PoseNode: { Node: "Model::hand_L" Matrix: 0.281711846590042,-0.850962102413177,0.443285703659058,0.000000000000000,-0.484679907560349,0.272514641284943,0.831156551837921,0.000000000000000,-0.828084290027618,-0.448998093605042,-0.335673868656158,0.000000000000000,0.341605573892593,0.352841913700104,0.088027559220791,1.000000000000000 } PoseNode: { Node: "Model::palm_01_L" Matrix: -0.156155616044998,-0.915093183517456,0.371779322624207,0.000000000000000,-0.691663622856140,0.370014399290085,0.620234370231628,0.000000000000000,-0.705135822296143,-0.160292953252792,-0.690716862678528,0.000000000000000,0.341482609510422,0.338453680276871,0.113370813429356,1.000000000000000 } PoseNode: { Node: "Model::finger_index_01_L" Matrix: -0.006410315167159,-0.994039297103882,0.108833730220795,0.000000000000000,-0.897101163864136,0.053799219429493,0.438537299633026,0.000000000000000,-0.441778421401978,-0.094823539257050,-0.892099022865295,0.000000000000000,0.332355469465256,0.284967362880707,0.135100960731506,1.000000000000000 } PoseNode: { Node: "Model::finger_index_02_L" Matrix: -0.137348368763924,-0.975077986717224,-0.174235880374908,0.000000000000000,-0.869982063770294,0.034654147922993,0.491863995790482,0.000000000000000,-0.473567783832550,0.219138935208321,-0.853060483932495,0.000000000000000,0.332185447216034,0.258601129055023,0.137987703084946,1.000000000000000 } PoseNode: { Node: "Model::finger_index_03_L" Matrix: -0.168830230832100,-0.892447590827942,-0.418370187282562,0.000000000000000,-0.830630302429199,-0.099680550396442,0.547829329967499,0.000000000000000,-0.530612409114838,0.440001189708710,-0.724465310573578,0.000000000000000,0.328925698995590,0.235459119081497,0.133852481842041,1.000000000000000 } PoseNode: { Node: "Model::thumb_01_L" Matrix: -0.539203822612762,-0.775346815586090,0.328780084848404,0.000000000000000,-0.836791872978210,0.449174046516418,-0.313084751367569,0.000000000000000,0.095069736242294,-0.443936973810196,-0.891000568866730,0.000000000000000,0.313637733459473,0.337568432092667,0.108033321797848,1.000000000000000 } PoseNode: { Node: "Model::thumb_02_L" Matrix: -0.167650297284126,-0.970344126224518,0.174142554402351,0.000000000000000,-0.985754728317261,0.162591248750687,-0.043027661740780,0.000000000000000,0.013437539339066,-0.178875401616096,-0.983780145645142,0.000000000000000,0.295808196067810,0.311930477619171,0.118904903531075,1.000000000000000 } PoseNode: { Node: "Model::thumb_03_L" Matrix: 0.054533410817385,-0.942879438400269,0.328640341758728,0.000000000000000,-0.995323538780212,-0.077611088752747,-0.057508938014507,0.000000000000000,0.079730123281479,-0.323967337608337,-0.942702889442444,0.000000000000000,0.291434824466705,0.286617785692215,0.123447641730309,1.000000000000000 } PoseNode: { Node: "Model::palm_02_L" Matrix: 0.076315946877003,-0.969666361808777,0.232213512063026,0.000000000000000,-0.529535770416260,0.157918572425842,0.833458781242371,0.000000000000000,-0.844847679138184,-0.186571329832077,-0.501421570777893,0.000000000000000,0.350423187017441,0.341256558895111,0.107325688004494,1.000000000000000 } PoseNode: { Node: "Model::finger_middle_01_L" Matrix: 0.080123253166676,-0.992827594280243,0.088734172284603,0.000000000000000,-0.853927195072174,-0.022446744143963,0.519907951354980,0.000000000000000,-0.514187097549438,-0.117429003119469,-0.849601149559021,0.000000000000000,0.354961156845093,0.283597439527512,0.121133767068386,1.000000000000000 } PoseNode: { Node: "Model::finger_middle_02_L" Matrix: -0.085506387054920,-0.977365016937256,-0.193510249257088,0.000000000000000,-0.762494921684265,-0.060823969542980,0.644128561019897,0.000000000000000,-0.641318798065186,0.202627986669540,-0.740035235881805,0.000000000000000,0.357732385396957,0.249258503317833,0.124202817678452,1.000000000000000 } PoseNode: { Node: "Model::finger_middle_03_L" Matrix: -0.179145783185959,-0.918009042739868,-0.353788137435913,0.000000000000000,-0.719176232814789,-0.123190335929394,0.683819830417633,0.000000000000000,-0.671335995197296,0.376939773559570,-0.638141453266144,0.000000000000000,0.355545699596405,0.224263951182365,0.119254104793072,1.000000000000000 } PoseNode: { Node: "Model::palm_03_L" Matrix: 0.281136751174927,-0.953237235546112,0.110910505056381,0.000000000000000,-0.302915513515472,0.021518139168620,0.952774524688721,0.000000000000000,-0.910606503486633,-0.301456242799759,-0.282701075077057,0.000000000000000,0.357565671205521,0.342006415128708,0.097632095217705,1.000000000000000 } PoseNode: { Node: "Model::finger_ring_01_L" Matrix: 0.005625185556710,-0.998438537120819,-0.055579017847776,0.000000000000000,-0.749950051307678,-0.040977157652378,0.660223960876465,0.000000000000000,-0.661470592021942,0.037967756390572,-0.749009728431702,0.000000000000000,0.374333202838898,0.285153567790985,0.104247011244297,1.000000000000000 } PoseNode: { Node: "Model::finger_ring_02_L" Matrix: -0.064567379653454,-0.971771180629730,-0.226918593049049,0.000000000000000,-0.688854396343231,-0.121122337877750,0.714708924293518,0.000000000000000,-0.722018480300903,0.202460885047913,-0.661588490009308,0.000000000000000,0.374520361423492,0.251935511827469,0.102397896349430,1.000000000000000 } PoseNode: { Node: "Model::finger_ring_03_L" Matrix: -0.293362051248550,-0.839101672172546,-0.458090931177139,0.000000000000000,-0.626710772514343,-0.193048641085625,0.754960656166077,0.000000000000000,-0.721922636032104,0.508567452430725,-0.469241112470627,0.000000000000000,0.373046785593033,0.229757368564606,0.097219072282314,1.000000000000000 } PoseNode: { Node: "Model::palm_04_L" Matrix: 0.479176133871078,-0.875384449958801,0.063973799347878,0.000000000000000,-0.119153000414371,0.007334799505770,0.992848873138428,0.000000000000000,-0.869593381881714,-0.483371913433075,-0.100790187716484,0.000000000000000,0.360777974128723,0.342021584510803,0.082018315792084,1.000000000000000 } PoseNode: { Node: "Model::finger_pinky_01_L" Matrix: 0.144751340150833,-0.989466190338135,-0.001987150637433,0.000000000000000,-0.483088731765747,-0.072424679994583,0.872570872306824,0.000000000000000,-0.863523244857788,-0.125345528125763,-0.488483786582947,0.000000000000000,0.390523701906204,0.287680506706238,0.085989609360695,1.000000000000000 } PoseNode: { Node: "Model::finger_pinky_02_L" Matrix: 0.017147321254015,-0.968898177146912,-0.246865049004555,0.000000000000000,-0.453483104705811,-0.227582558989525,0.861718773841858,0.000000000000000,-0.891099929809570,0.097173251211643,-0.443281710147858,0.000000000000000,0.393593370914459,0.266697406768799,0.085947468876839,1.000000000000000 } PoseNode: { Node: "Model::finger_pinky_03_L" Matrix: -0.134779185056686,-0.900245964527130,-0.413994878530502,0.000000000000000,-0.455170542001724,-0.314867109060287,0.832873523235321,0.000000000000000,-0.880144476890564,0.300692558288574,-0.367328286170959,0.000000000000000,0.393925577402115,0.247926399111748,0.081164814531803,1.000000000000000 } PoseNode: { Node: "Model::shoulder_R" Matrix: -0.868285477161407,-0.232625991106033,-0.438139021396637,0.000000000000000,-0.447785437107086,-0.012527155689895,0.894053399562836,0.000000000000000,-0.213468685746193,0.972485542297363,-0.093289464712143,0.000000000000000,-0.012317247688770,0.790558159351349,0.076550714671612,1.000000000000000 } PoseNode: { Node: "Model::upper_arm_R" Matrix: -0.394387125968933,-0.917880892753601,-0.044198419898748,0.000000000000000,0.909532666206360,-0.396761953830719,0.123816475272179,0.000000000000000,-0.131185010075569,0.008631665259600,0.991320431232452,0.000000000000000,-0.198493123054504,0.731320261955261,-0.012907035648823,1.000000000000000 } PoseNode: { Node: "Model::forearm_R" Matrix: -0.267404377460480,-0.826354503631592,0.495614111423492,0.000000000000000,0.935420930385590,-0.346063405275345,-0.072305373847485,0.000000000000000,0.231263861060143,0.444272875785828,0.865528047084808,0.000000000000000,-0.282092392444611,0.536754608154297,-0.022275889292359,1.000000000000000 } PoseNode: { Node: "Model::hand_R" Matrix: -0.281711786985397,-0.850962221622467,0.443285763263702,0.000000000000000,-0.484680056571960,-0.272514760494232,-0.831156492233276,0.000000000000000,0.828084647655487,-0.448998093605042,-0.335673660039902,0.000000000000000,-0.341605663299561,0.352841913700104,0.088027536869049,1.000000000000000 } PoseNode: { Node: "Model::palm_01_R" Matrix: 0.156155854463577,-0.915093302726746,0.371779531240463,0.000000000000000,-0.691663980484009,-0.370014518499374,-0.620234310626984,0.000000000000000,0.705135941505432,-0.160293012857437,-0.690716803073883,0.000000000000000,-0.341482698917389,0.338453680276871,0.113370791077614,1.000000000000000 } PoseNode: { Node: "Model::finger_index_01_R" Matrix: 0.006410465110093,-0.994039475917816,0.108833886682987,0.000000000000000,-0.897101521492004,-0.053799308836460,-0.438537150621414,0.000000000000000,0.441778302192688,-0.094823576509953,-0.892098903656006,0.000000000000000,-0.332355529069901,0.284967362880707,0.135100945830345,1.000000000000000 } PoseNode: { Node: "Model::finger_index_02_R" Matrix: 0.137348473072052,-0.975078165531158,-0.174235701560974,0.000000000000000,-0.869982361793518,-0.034654222428799,-0.491863906383514,0.000000000000000,0.473567754030228,0.219138950109482,-0.853060364723206,0.000000000000000,-0.332185506820679,0.258601129055023,0.137987688183784,1.000000000000000 } PoseNode: { Node: "Model::finger_index_03_R" Matrix: 0.168830305337906,-0.892447710037231,-0.418369978666306,0.000000000000000,-0.830630660057068,0.099680520594120,-0.547829329967499,0.000000000000000,0.530612409114838,0.440001249313354,-0.724465250968933,0.000000000000000,-0.328925758600235,0.235459119081497,0.133852466940880,1.000000000000000 } PoseNode: { Node: "Model::thumb_01_R" Matrix: 0.539204180240631,-0.775346815586090,0.328780025243759,0.000000000000000,-0.836791932582855,-0.449174135923386,0.313084930181503,0.000000000000000,-0.095070093870163,-0.443937033414841,-0.891000390052795,0.000000000000000,-0.313637822866440,0.337568432092667,0.108033299446106,1.000000000000000 } PoseNode: { Node: "Model::thumb_02_R" Matrix: 0.167650535702705,-0.970344245433807,0.174142599105835,0.000000000000000,-0.985755026340485,-0.162591338157654,0.043027371168137,0.000000000000000,-0.013437442481518,-0.178875356912613,-0.983780026435852,0.000000000000000,-0.295808255672455,0.311930477619171,0.118904881179333,1.000000000000000 } PoseNode: { Node: "Model::thumb_03_R" Matrix: -0.054533261805773,-0.942879557609558,0.328640341758728,0.000000000000000,-0.995323777198792,0.077611044049263,0.057508770376444,0.000000000000000,-0.079730160534382,-0.323967248201370,-0.942702710628510,0.000000000000000,-0.291434884071350,0.286617785692215,0.123447619378567,1.000000000000000 } PoseNode: { Node: "Model::palm_02_R" Matrix: -0.076315797865391,-0.969666481018066,0.232213631272316,0.000000000000000,-0.529536128044128,-0.157918646931648,-0.833458721637726,0.000000000000000,0.844847857952118,-0.186571374535561,-0.501421689987183,0.000000000000000,-0.350423276424408,0.341256558895111,0.107325658202171,1.000000000000000 } PoseNode: { Node: "Model::finger_middle_01_R" Matrix: -0.080123074352741,-0.992827713489532,0.088734246790409,0.000000000000000,-0.853927612304688,0.022446691989899,-0.519907832145691,0.000000000000000,0.514187097549438,-0.117428988218307,-0.849601268768311,0.000000000000000,-0.354961246252060,0.283597439527512,0.121133737266064,1.000000000000000 } PoseNode: { Node: "Model::finger_middle_02_R" Matrix: 0.085506550967693,-0.977365136146545,-0.193510189652443,0.000000000000000,-0.762495279312134,0.060823947191238,-0.644128561019897,0.000000000000000,0.641318976879120,0.202628001570702,-0.740035295486450,0.000000000000000,-0.357732474803925,0.249258503317833,0.124202787876129,1.000000000000000 } PoseNode: { Node: "Model::finger_middle_03_R" Matrix: 0.179145961999893,-0.918009161949158,-0.353788048028946,0.000000000000000,-0.719176650047302,0.123190291225910,-0.683819770812988,0.000000000000000,0.671336114406586,0.376939803361893,-0.638141572475433,0.000000000000000,-0.355545789003372,0.224263951182365,0.119254074990749,1.000000000000000 } PoseNode: { Node: "Model::palm_03_R" Matrix: -0.281136691570282,-0.953237354755402,0.110910564661026,0.000000000000000,-0.302915930747986,-0.021518109366298,-0.952774465084076,0.000000000000000,0.910606741905212,-0.301456242799759,-0.282701164484024,0.000000000000000,-0.357565760612488,0.342006415128708,0.097632065415382,1.000000000000000 } PoseNode: { Node: "Model::finger_ring_01_R" Matrix: -0.005625012330711,-0.998438656330109,-0.055579025298357,0.000000000000000,-0.749950528144836,0.040977142751217,-0.660223841667175,0.000000000000000,0.661470532417297,0.037967905402184,-0.749009728431702,0.000000000000000,-0.374333292245865,0.285153537988663,0.104246973991394,1.000000000000000 } PoseNode: { Node: "Model::finger_ring_02_R" Matrix: 0.064567491412163,-0.971771240234375,-0.226918578147888,0.000000000000000,-0.688854873180389,0.121122367680073,-0.714708864688873,0.000000000000000,0.722018480300903,0.202461034059525,-0.661588430404663,0.000000000000000,-0.374520450830460,0.251935482025146,0.102397859096527,1.000000000000000 } PoseNode: { Node: "Model::finger_ring_03_R" Matrix: 0.293362170457840,-0.839101672172546,-0.458090871572495,0.000000000000000,-0.626711249351501,0.193048715591431,-0.754960715770721,0.000000000000000,0.721922695636749,0.508567571640015,-0.469241023063660,0.000000000000000,-0.373046875000000,0.229757338762283,0.097219035029411,1.000000000000000 } PoseNode: { Node: "Model::palm_04_R" Matrix: -0.479176133871078,-0.875384509563446,0.063973829150200,0.000000000000000,-0.119153343141079,-0.007334745489061,-0.992848873138428,0.000000000000000,0.869593620300293,-0.483371913433075,-0.100790292024612,0.000000000000000,-0.360778063535690,0.342021584510803,0.082018293440342,1.000000000000000 } PoseNode: { Node: "Model::finger_pinky_01_R" Matrix: -0.144751220941544,-0.989466190338135,-0.001987167866901,0.000000000000000,-0.483089029788971,0.072424694895744,-0.872570812702179,0.000000000000000,0.863523304462433,-0.125345438718796,-0.488483786582947,0.000000000000000,-0.390523791313171,0.287680506706238,0.085989579558372,1.000000000000000 } PoseNode: { Node: "Model::finger_pinky_02_R" Matrix: -0.017147209495306,-0.968898117542267,-0.246865049004555,0.000000000000000,-0.453483402729034,0.227582573890686,-0.861718595027924,0.000000000000000,0.891099989414215,0.097173325717449,-0.443281710147858,0.000000000000000,-0.393593460321426,0.266697406768799,0.085947439074516,1.000000000000000 } PoseNode: { Node: "Model::finger_pinky_03_R" Matrix: 0.134779274463654,-0.900245845317841,-0.413994848728180,0.000000000000000,-0.455170840024948,0.314867138862610,-0.832873463630676,0.000000000000000,0.880144536495209,0.300692617893219,-0.367328286170959,0.000000000000000,-0.393925666809082,0.247926399111748,0.081164784729481,1.000000000000000 } PoseNode: { Node: "Model::thigh_L" Matrix: 0.214148074388504,-0.901967585086823,0.374960362911224,0.000000000000000,-0.975105226039886,-0.220010295510292,0.027668714523315,0.000000000000000,0.057538859546185,-0.371550858020782,-0.926627933979034,0.000000000000000,0.095761880278587,0.430570185184479,-0.011779039166868,1.000000000000000 } PoseNode: { Node: "Model::shin_L" Matrix: -0.137364849448204,-0.951972484588623,-0.273640811443329,0.000000000000000,-0.990433037281036,0.135682240128517,0.025160403922200,0.000000000000000,0.013176176697016,0.274479120969772,-0.961502850055695,0.000000000000000,0.139584705233574,0.245993301272392,0.064952120184898,1.000000000000000 } PoseNode: { Node: "Model::foot_L" Matrix: 0.166629433631897,-0.316311120986938,0.933906912803650,0.000000000000000,-0.986015737056732,-0.050727844238281,0.158745393157005,0.000000000000000,-0.002837812993675,-0.947298347949982,-0.320340305566788,0.000000000000000,0.113046944141388,0.062080159783363,0.012086998671293,1.000000000000000 } PoseNode: { Node: "Model::toe_L" Matrix: 0.131972938776016,-0.054106801748276,0.989775657653809,0.000000000000000,0.991251170635223,0.005033518653363,-0.131894469261169,0.000000000000000,0.002154307439923,0.998522579669952,0.054297566413879,0.000000000000000,0.133341118693352,0.023555893450975,0.125829696655273,1.000000000000000 } PoseNode: { Node: "Model::heel_L" Matrix: 0.023818522691727,-0.705954194068909,-0.707856833934784,0.000000000000000,0.999716162681580,0.017309216782451,0.016376478597522,0.000000000000000,0.000691393390298,-0.708046078681946,0.706166148185730,0.000000000000000,0.113046944141388,0.062080159783363,0.012086998671293,1.000000000000000 } PoseNode: { Node: "Model::heel_02_L" Matrix: 0.980233550071716,0.155597060918808,-0.122194901108742,0.000000000000000,-0.123701490461826,0.000000160758859,-0.992319464683533,0.000000000000000,-0.154401972889900,0.987820625305176,0.019247472286224,0.000000000000000,0.101036608219147,0.016235265880823,0.021474640816450,1.000000000000000 } PoseNode: { Node: "Model::thigh_R" Matrix: -0.214147865772247,-0.901967585086823,0.374960362911224,0.000000000000000,-0.975105106830597,0.220010191202164,-0.027668589726090,0.000000000000000,-0.057538904249668,-0.371550917625427,-0.926627933979034,0.000000000000000,-0.095761880278587,0.430570185184479,-0.011779037304223,1.000000000000000 } PoseNode: { Node: "Model::shin_R" Matrix: 0.137364998459816,-0.951972544193268,-0.273640841245651,0.000000000000000,-0.990432798862457,-0.135682359337807,-0.025160459801555,0.000000000000000,-0.013176169246435,0.274479120969772,-0.961502790451050,0.000000000000000,-0.139584690332413,0.245993301272392,0.064952120184898,1.000000000000000 } PoseNode: { Node: "Model::foot_R" Matrix: -0.166629239916801,-0.316311091184616,0.933906793594360,0.000000000000000,-0.986015498638153,0.050727903842926,-0.158745244145393,0.000000000000000,0.002837798325345,-0.947298407554626,-0.320340335369110,0.000000000000000,-0.113046929240227,0.062080144882202,0.012086991220713,1.000000000000000 } PoseNode: { Node: "Model::toe_R" Matrix: -0.131973057985306,-0.054106771945953,0.989775538444519,0.000000000000000,0.991250932216644,-0.005033623892814,0.131894633173943,0.000000000000000,-0.002154293237254,0.998522639274597,0.054297626018524,0.000000000000000,-0.133341103792191,0.023555882275105,0.125829666852951,1.000000000000000 } PoseNode: { Node: "Model::heel_R" Matrix: -0.023818626999855,-0.705954253673553,-0.707856833934784,0.000000000000000,0.999715924263000,-0.017309354618192,-0.016376575455070,0.000000000000000,-0.000691377557814,-0.708046078681946,0.706166148185730,0.000000000000000,-0.113046929240227,0.062080144882202,0.012086991220713,1.000000000000000 } PoseNode: { Node: "Model::heel_02_R" Matrix: -0.980233311653137,0.155597090721130,-0.122195065021515,0.000000000000000,-0.123701624572277,-0.000000077659713,0.992319464683533,0.000000000000000,0.154401883482933,0.987820744514465,0.019247472286224,0.000000000000000,-0.101036593317986,0.016235247254372,0.021474633365870,1.000000000000000 } PoseNode: { Node: "Model::saia-frente" Matrix: 0.000000083588773,-0.999697446823120,0.024598523974419,0.000000000000000,-1.000000119209290,-0.000000078851102,0.000000008376395,0.000000000000000,0.000000005122274,-0.024598494172096,-0.999697566032410,0.000000000000000,-0.000912975287065,0.437777757644653,0.134546130895615,1.000000000000000 } PoseNode: { Node: "Model::saia-frente1" Matrix: 0.000000084034511,-0.997582137584686,-0.069497823715210,0.000000000000000,-1.000000119209290,-0.000000078992947,0.000000005600744,0.000000000000000,0.000000000000000,0.069497838616371,-0.997582256793976,0.000000000000000,-0.000912974530365,0.340762645006180,0.136933282017708,1.000000000000000 } PoseNode: { Node: "Model::saia-verso1" Matrix: 0.000000077418754,-0.997470915317535,0.071075469255447,0.000000000000000,-1.000000000000000,-0.000000092943885,-0.000000183226774,0.000000000000000,0.000000159721822,-0.071075469255447,-0.997471094131470,0.000000000000000,-0.000912975170650,0.465817838907242,-0.129497870802879,1.000000000000000 } PoseNode: { Node: "Model::saia-verso2" Matrix: 0.000000077853379,-0.991826415061951,0.127594128251076,0.000000000000000,-1.000000000000000,-0.000000081585668,-0.000000019477833,0.000000000000000,0.000000000000014,-0.127594113349915,-0.991826593875885,0.000000000000000,-0.000912974996027,0.378149390220642,-0.123250998556614,1.000000000000000 } PoseNode: { Node: "Model::IK_hand_L" Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.341605573892593,0.352841854095459,0.088027454912663,1.000000000000000 } PoseNode: { Node: "Model::IK_hand_R" Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,-0.341605573892593,0.352841854095459,0.088027454912663,1.000000000000000 } PoseNode: { Node: "Model::Pole_upper_arm_L" Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.282092303037643,0.536754608154297,-0.316670417785645,1.000000000000000 } PoseNode: { Node: "Model::Pole_upper_arm_R" Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,-0.282092303037643,0.536754608154297,-0.316670417785645,1.000000000000000 } PoseNode: { Node: "Model::IK_foot_L" Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.113046944141388,0.062080170959234,0.012087016366422,1.000000000000000 } PoseNode: { Node: "Model::IK_foot_R" Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,-0.113046944141388,0.062080170959234,0.012087016366422,1.000000000000000 } PoseNode: { Node: "Model::Pole_leg_L" Matrix: -0.000000075497901,0.000000000000000,1.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.139584690332413,0.245993331074715,0.292642742395401,1.000000000000000 } PoseNode: { Node: "Model::Pole_leg_R" Matrix: -0.000000075497901,0.000000000000000,1.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,-0.139584690332413,0.245993331074715,0.292642742395401,1.000000000000000 } } GlobalSettings: { Version: 1000 Properties60: { Property: "UpAxis", "int", "",1 Property: "UpAxisSign", "int", "",1 Property: "FrontAxis", "int", "",2 Property: "FrontAxisSign", "int", "",1 Property: "CoordAxis", "int", "",0 Property: "CoordAxisSign", "int", "",1 Property: "UnitScaleFactor", "double", "",1 } } } ; Object relations ;------------------------------------------------------------------ Relations: { Model: "Model::right", "Null" { } Model: "Model::front", "Null" { } Model: "Model::Armature", "Limb" { } Model: "Model::Orco-lowPoly", "Mesh" { } Model: "Model::hips", "Limb" { } Model: "Model::spine", "Limb" { } Model: "Model::ribs", "Limb" { } Model: "Model::neck", "Limb" { } Model: "Model::head", "Limb" { } Model: "Model::shoulder_L", "Limb" { } Model: "Model::upper_arm_L", "Limb" { } Model: "Model::forearm_L", "Limb" { } Model: "Model::hand_L", "Limb" { } Model: "Model::palm_01_L", "Limb" { } Model: "Model::finger_index_01_L", "Limb" { } Model: "Model::finger_index_02_L", "Limb" { } Model: "Model::finger_index_03_L", "Limb" { } Model: "Model::thumb_01_L", "Limb" { } Model: "Model::thumb_02_L", "Limb" { } Model: "Model::thumb_03_L", "Limb" { } Model: "Model::palm_02_L", "Limb" { } Model: "Model::finger_middle_01_L", "Limb" { } Model: "Model::finger_middle_02_L", "Limb" { } Model: "Model::finger_middle_03_L", "Limb" { } Model: "Model::palm_03_L", "Limb" { } Model: "Model::finger_ring_01_L", "Limb" { } Model: "Model::finger_ring_02_L", "Limb" { } Model: "Model::finger_ring_03_L", "Limb" { } Model: "Model::palm_04_L", "Limb" { } Model: "Model::finger_pinky_01_L", "Limb" { } Model: "Model::finger_pinky_02_L", "Limb" { } Model: "Model::finger_pinky_03_L", "Limb" { } Model: "Model::shoulder_R", "Limb" { } Model: "Model::upper_arm_R", "Limb" { } Model: "Model::forearm_R", "Limb" { } Model: "Model::hand_R", "Limb" { } Model: "Model::palm_01_R", "Limb" { } Model: "Model::finger_index_01_R", "Limb" { } Model: "Model::finger_index_02_R", "Limb" { } Model: "Model::finger_index_03_R", "Limb" { } Model: "Model::thumb_01_R", "Limb" { } Model: "Model::thumb_02_R", "Limb" { } Model: "Model::thumb_03_R", "Limb" { } Model: "Model::palm_02_R", "Limb" { } Model: "Model::finger_middle_01_R", "Limb" { } Model: "Model::finger_middle_02_R", "Limb" { } Model: "Model::finger_middle_03_R", "Limb" { } Model: "Model::palm_03_R", "Limb" { } Model: "Model::finger_ring_01_R", "Limb" { } Model: "Model::finger_ring_02_R", "Limb" { } Model: "Model::finger_ring_03_R", "Limb" { } Model: "Model::palm_04_R", "Limb" { } Model: "Model::finger_pinky_01_R", "Limb" { } Model: "Model::finger_pinky_02_R", "Limb" { } Model: "Model::finger_pinky_03_R", "Limb" { } Model: "Model::thigh_L", "Limb" { } Model: "Model::shin_L", "Limb" { } Model: "Model::foot_L", "Limb" { } Model: "Model::toe_L", "Limb" { } Model: "Model::heel_L", "Limb" { } Model: "Model::heel_02_L", "Limb" { } Model: "Model::thigh_R", "Limb" { } Model: "Model::shin_R", "Limb" { } Model: "Model::foot_R", "Limb" { } Model: "Model::toe_R", "Limb" { } Model: "Model::heel_R", "Limb" { } Model: "Model::heel_02_R", "Limb" { } Model: "Model::saia-frente", "Limb" { } Model: "Model::saia-frente1", "Limb" { } Model: "Model::saia-verso1", "Limb" { } Model: "Model::saia-verso2", "Limb" { } Model: "Model::IK_hand_L", "Limb" { } Model: "Model::IK_hand_R", "Limb" { } Model: "Model::Pole_upper_arm_L", "Limb" { } Model: "Model::Pole_upper_arm_R", "Limb" { } Model: "Model::IK_foot_L", "Limb" { } Model: "Model::IK_foot_R", "Limb" { } Model: "Model::Pole_leg_L", "Limb" { } Model: "Model::Pole_leg_R", "Limb" { } Model: "Model::Camera", "Camera" { } Model: "Model::Lamp_003", "Light" { } Model: "Model::Lamp_002", "Light" { } Model: "Model::Lamp_001", "Light" { } Model: "Model::Lamp", "Light" { } Model: "Model::Producer Perspective", "Camera" { } Model: "Model::Producer Top", "Camera" { } Model: "Model::Producer Bottom", "Camera" { } Model: "Model::Producer Front", "Camera" { } Model: "Model::Producer Back", "Camera" { } Model: "Model::Producer Right", "Camera" { } Model: "Model::Producer Left", "Camera" { } Model: "Model::Camera Switcher", "CameraSwitcher" { } Material: "Material::orco__difuse-map_png", "" { } Texture: "Texture::difuse-map_png", "TextureVideoClip" { } Video: "Video::difuse-map_png", "Clip" { } Deformer: "Deformer::Skin Orco-lowPoly", "Skin" { } Deformer: "SubDeformer::Cluster Orco-lowPoly hips", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly spine", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly ribs", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly neck", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly head", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly shoulder_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly upper_arm_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly forearm_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly hand_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_01_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_01_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_02_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_03_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_01_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_02_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_03_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_02_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_01_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_02_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_03_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_03_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_01_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_02_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_03_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_04_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_01_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_02_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_03_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly shoulder_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly upper_arm_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly forearm_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly hand_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_01_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_01_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_02_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_index_03_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_01_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_02_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly thumb_03_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_02_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_01_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_02_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_middle_03_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_03_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_01_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_02_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_ring_03_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly palm_04_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_01_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_02_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly finger_pinky_03_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly thigh_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly shin_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly foot_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly toe_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly heel_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly heel_02_L", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly thigh_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly shin_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly foot_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly toe_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly heel_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly heel_02_R", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly saia-frente", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly saia-frente1", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly saia-verso1", "Cluster" { } Deformer: "SubDeformer::Cluster Orco-lowPoly saia-verso2", "Cluster" { } } ; Object connections ;------------------------------------------------------------------ Connections: { Connect: "OO", "Model::Orco-lowPoly", "Model::Scene" Connect: "OO", "Model::Lamp_003", "Model::Scene" Connect: "OO", "Model::Lamp_002", "Model::Scene" Connect: "OO", "Model::Lamp_001", "Model::Scene" Connect: "OO", "Model::Lamp", "Model::Scene" Connect: "OO", "Model::Camera", "Model::Scene" Connect: "OO", "Model::Armature", "Model::Scene" Connect: "OO", "Model::right", "Model::Scene" Connect: "OO", "Model::front", "Model::Scene" Connect: "OO", "Material::orco__difuse-map_png", "Model::Orco-lowPoly" Connect: "OO", "Texture::difuse-map_png", "Model::Orco-lowPoly" Connect: "OO", "Video::difuse-map_png", "Texture::difuse-map_png" Connect: "OO", "Deformer::Skin Orco-lowPoly", "Model::Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly hips", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly spine", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly ribs", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly neck", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly head", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly shoulder_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly upper_arm_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly forearm_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly hand_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly palm_01_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_index_01_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_index_02_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_index_03_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly thumb_01_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly thumb_02_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly thumb_03_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly palm_02_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_middle_01_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_middle_02_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_middle_03_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly palm_03_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_ring_01_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_ring_02_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_ring_03_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly palm_04_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_pinky_01_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_pinky_02_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_pinky_03_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly shoulder_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly upper_arm_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly forearm_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly hand_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly palm_01_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_index_01_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_index_02_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_index_03_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly thumb_01_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly thumb_02_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly thumb_03_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly palm_02_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_middle_01_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_middle_02_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_middle_03_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly palm_03_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_ring_01_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_ring_02_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_ring_03_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly palm_04_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_pinky_01_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_pinky_02_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly finger_pinky_03_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly thigh_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly shin_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly foot_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly toe_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly heel_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly heel_02_L", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly thigh_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly shin_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly foot_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly toe_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly heel_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly heel_02_R", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly saia-frente", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly saia-frente1", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly saia-verso1", "Deformer::Skin Orco-lowPoly" Connect: "OO", "SubDeformer::Cluster Orco-lowPoly saia-verso2", "Deformer::Skin Orco-lowPoly" Connect: "OO", "Model::hips", "SubDeformer::Cluster Orco-lowPoly hips" Connect: "OO", "Model::spine", "SubDeformer::Cluster Orco-lowPoly spine" Connect: "OO", "Model::ribs", "SubDeformer::Cluster Orco-lowPoly ribs" Connect: "OO", "Model::neck", "SubDeformer::Cluster Orco-lowPoly neck" Connect: "OO", "Model::head", "SubDeformer::Cluster Orco-lowPoly head" Connect: "OO", "Model::shoulder_L", "SubDeformer::Cluster Orco-lowPoly shoulder_L" Connect: "OO", "Model::upper_arm_L", "SubDeformer::Cluster Orco-lowPoly upper_arm_L" Connect: "OO", "Model::forearm_L", "SubDeformer::Cluster Orco-lowPoly forearm_L" Connect: "OO", "Model::hand_L", "SubDeformer::Cluster Orco-lowPoly hand_L" Connect: "OO", "Model::palm_01_L", "SubDeformer::Cluster Orco-lowPoly palm_01_L" Connect: "OO", "Model::finger_index_01_L", "SubDeformer::Cluster Orco-lowPoly finger_index_01_L" Connect: "OO", "Model::finger_index_02_L", "SubDeformer::Cluster Orco-lowPoly finger_index_02_L" Connect: "OO", "Model::finger_index_03_L", "SubDeformer::Cluster Orco-lowPoly finger_index_03_L" Connect: "OO", "Model::thumb_01_L", "SubDeformer::Cluster Orco-lowPoly thumb_01_L" Connect: "OO", "Model::thumb_02_L", "SubDeformer::Cluster Orco-lowPoly thumb_02_L" Connect: "OO", "Model::thumb_03_L", "SubDeformer::Cluster Orco-lowPoly thumb_03_L" Connect: "OO", "Model::palm_02_L", "SubDeformer::Cluster Orco-lowPoly palm_02_L" Connect: "OO", "Model::finger_middle_01_L", "SubDeformer::Cluster Orco-lowPoly finger_middle_01_L" Connect: "OO", "Model::finger_middle_02_L", "SubDeformer::Cluster Orco-lowPoly finger_middle_02_L" Connect: "OO", "Model::finger_middle_03_L", "SubDeformer::Cluster Orco-lowPoly finger_middle_03_L" Connect: "OO", "Model::palm_03_L", "SubDeformer::Cluster Orco-lowPoly palm_03_L" Connect: "OO", "Model::finger_ring_01_L", "SubDeformer::Cluster Orco-lowPoly finger_ring_01_L" Connect: "OO", "Model::finger_ring_02_L", "SubDeformer::Cluster Orco-lowPoly finger_ring_02_L" Connect: "OO", "Model::finger_ring_03_L", "SubDeformer::Cluster Orco-lowPoly finger_ring_03_L" Connect: "OO", "Model::palm_04_L", "SubDeformer::Cluster Orco-lowPoly palm_04_L" Connect: "OO", "Model::finger_pinky_01_L", "SubDeformer::Cluster Orco-lowPoly finger_pinky_01_L" Connect: "OO", "Model::finger_pinky_02_L", "SubDeformer::Cluster Orco-lowPoly finger_pinky_02_L" Connect: "OO", "Model::finger_pinky_03_L", "SubDeformer::Cluster Orco-lowPoly finger_pinky_03_L" Connect: "OO", "Model::shoulder_R", "SubDeformer::Cluster Orco-lowPoly shoulder_R" Connect: "OO", "Model::upper_arm_R", "SubDeformer::Cluster Orco-lowPoly upper_arm_R" Connect: "OO", "Model::forearm_R", "SubDeformer::Cluster Orco-lowPoly forearm_R" Connect: "OO", "Model::hand_R", "SubDeformer::Cluster Orco-lowPoly hand_R" Connect: "OO", "Model::palm_01_R", "SubDeformer::Cluster Orco-lowPoly palm_01_R" Connect: "OO", "Model::finger_index_01_R", "SubDeformer::Cluster Orco-lowPoly finger_index_01_R" Connect: "OO", "Model::finger_index_02_R", "SubDeformer::Cluster Orco-lowPoly finger_index_02_R" Connect: "OO", "Model::finger_index_03_R", "SubDeformer::Cluster Orco-lowPoly finger_index_03_R" Connect: "OO", "Model::thumb_01_R", "SubDeformer::Cluster Orco-lowPoly thumb_01_R" Connect: "OO", "Model::thumb_02_R", "SubDeformer::Cluster Orco-lowPoly thumb_02_R" Connect: "OO", "Model::thumb_03_R", "SubDeformer::Cluster Orco-lowPoly thumb_03_R" Connect: "OO", "Model::palm_02_R", "SubDeformer::Cluster Orco-lowPoly palm_02_R" Connect: "OO", "Model::finger_middle_01_R", "SubDeformer::Cluster Orco-lowPoly finger_middle_01_R" Connect: "OO", "Model::finger_middle_02_R", "SubDeformer::Cluster Orco-lowPoly finger_middle_02_R" Connect: "OO", "Model::finger_middle_03_R", "SubDeformer::Cluster Orco-lowPoly finger_middle_03_R" Connect: "OO", "Model::palm_03_R", "SubDeformer::Cluster Orco-lowPoly palm_03_R" Connect: "OO", "Model::finger_ring_01_R", "SubDeformer::Cluster Orco-lowPoly finger_ring_01_R" Connect: "OO", "Model::finger_ring_02_R", "SubDeformer::Cluster Orco-lowPoly finger_ring_02_R" Connect: "OO", "Model::finger_ring_03_R", "SubDeformer::Cluster Orco-lowPoly finger_ring_03_R" Connect: "OO", "Model::palm_04_R", "SubDeformer::Cluster Orco-lowPoly palm_04_R" Connect: "OO", "Model::finger_pinky_01_R", "SubDeformer::Cluster Orco-lowPoly finger_pinky_01_R" Connect: "OO", "Model::finger_pinky_02_R", "SubDeformer::Cluster Orco-lowPoly finger_pinky_02_R" Connect: "OO", "Model::finger_pinky_03_R", "SubDeformer::Cluster Orco-lowPoly finger_pinky_03_R" Connect: "OO", "Model::thigh_L", "SubDeformer::Cluster Orco-lowPoly thigh_L" Connect: "OO", "Model::shin_L", "SubDeformer::Cluster Orco-lowPoly shin_L" Connect: "OO", "Model::foot_L", "SubDeformer::Cluster Orco-lowPoly foot_L" Connect: "OO", "Model::toe_L", "SubDeformer::Cluster Orco-lowPoly toe_L" Connect: "OO", "Model::heel_L", "SubDeformer::Cluster Orco-lowPoly heel_L" Connect: "OO", "Model::heel_02_L", "SubDeformer::Cluster Orco-lowPoly heel_02_L" Connect: "OO", "Model::thigh_R", "SubDeformer::Cluster Orco-lowPoly thigh_R" Connect: "OO", "Model::shin_R", "SubDeformer::Cluster Orco-lowPoly shin_R" Connect: "OO", "Model::foot_R", "SubDeformer::Cluster Orco-lowPoly foot_R" Connect: "OO", "Model::toe_R", "SubDeformer::Cluster Orco-lowPoly toe_R" Connect: "OO", "Model::heel_R", "SubDeformer::Cluster Orco-lowPoly heel_R" Connect: "OO", "Model::heel_02_R", "SubDeformer::Cluster Orco-lowPoly heel_02_R" Connect: "OO", "Model::saia-frente", "SubDeformer::Cluster Orco-lowPoly saia-frente" Connect: "OO", "Model::saia-frente1", "SubDeformer::Cluster Orco-lowPoly saia-frente1" Connect: "OO", "Model::saia-verso1", "SubDeformer::Cluster Orco-lowPoly saia-verso1" Connect: "OO", "Model::saia-verso2", "SubDeformer::Cluster Orco-lowPoly saia-verso2" Connect: "OO", "Model::hips", "Model::Armature" Connect: "OO", "Model::spine", "Model::hips" Connect: "OO", "Model::ribs", "Model::spine" Connect: "OO", "Model::neck", "Model::ribs" Connect: "OO", "Model::head", "Model::neck" Connect: "OO", "Model::shoulder_L", "Model::ribs" Connect: "OO", "Model::upper_arm_L", "Model::shoulder_L" Connect: "OO", "Model::forearm_L", "Model::upper_arm_L" Connect: "OO", "Model::hand_L", "Model::forearm_L" Connect: "OO", "Model::palm_01_L", "Model::hand_L" Connect: "OO", "Model::finger_index_01_L", "Model::palm_01_L" Connect: "OO", "Model::finger_index_02_L", "Model::finger_index_01_L" Connect: "OO", "Model::finger_index_03_L", "Model::finger_index_02_L" Connect: "OO", "Model::thumb_01_L", "Model::palm_01_L" Connect: "OO", "Model::thumb_02_L", "Model::thumb_01_L" Connect: "OO", "Model::thumb_03_L", "Model::thumb_02_L" Connect: "OO", "Model::palm_02_L", "Model::hand_L" Connect: "OO", "Model::finger_middle_01_L", "Model::palm_02_L" Connect: "OO", "Model::finger_middle_02_L", "Model::finger_middle_01_L" Connect: "OO", "Model::finger_middle_03_L", "Model::finger_middle_02_L" Connect: "OO", "Model::palm_03_L", "Model::hand_L" Connect: "OO", "Model::finger_ring_01_L", "Model::palm_03_L" Connect: "OO", "Model::finger_ring_02_L", "Model::finger_ring_01_L" Connect: "OO", "Model::finger_ring_03_L", "Model::finger_ring_02_L" Connect: "OO", "Model::palm_04_L", "Model::hand_L" Connect: "OO", "Model::finger_pinky_01_L", "Model::palm_04_L" Connect: "OO", "Model::finger_pinky_02_L", "Model::finger_pinky_01_L" Connect: "OO", "Model::finger_pinky_03_L", "Model::finger_pinky_02_L" Connect: "OO", "Model::shoulder_R", "Model::ribs" Connect: "OO", "Model::upper_arm_R", "Model::shoulder_R" Connect: "OO", "Model::forearm_R", "Model::upper_arm_R" Connect: "OO", "Model::hand_R", "Model::forearm_R" Connect: "OO", "Model::palm_01_R", "Model::hand_R" Connect: "OO", "Model::finger_index_01_R", "Model::palm_01_R" Connect: "OO", "Model::finger_index_02_R", "Model::finger_index_01_R" Connect: "OO", "Model::finger_index_03_R", "Model::finger_index_02_R" Connect: "OO", "Model::thumb_01_R", "Model::palm_01_R" Connect: "OO", "Model::thumb_02_R", "Model::thumb_01_R" Connect: "OO", "Model::thumb_03_R", "Model::thumb_02_R" Connect: "OO", "Model::palm_02_R", "Model::hand_R" Connect: "OO", "Model::finger_middle_01_R", "Model::palm_02_R" Connect: "OO", "Model::finger_middle_02_R", "Model::finger_middle_01_R" Connect: "OO", "Model::finger_middle_03_R", "Model::finger_middle_02_R" Connect: "OO", "Model::palm_03_R", "Model::hand_R" Connect: "OO", "Model::finger_ring_01_R", "Model::palm_03_R" Connect: "OO", "Model::finger_ring_02_R", "Model::finger_ring_01_R" Connect: "OO", "Model::finger_ring_03_R", "Model::finger_ring_02_R" Connect: "OO", "Model::palm_04_R", "Model::hand_R" Connect: "OO", "Model::finger_pinky_01_R", "Model::palm_04_R" Connect: "OO", "Model::finger_pinky_02_R", "Model::finger_pinky_01_R" Connect: "OO", "Model::finger_pinky_03_R", "Model::finger_pinky_02_R" Connect: "OO", "Model::thigh_L", "Model::hips" Connect: "OO", "Model::shin_L", "Model::thigh_L" Connect: "OO", "Model::foot_L", "Model::shin_L" Connect: "OO", "Model::toe_L", "Model::foot_L" Connect: "OO", "Model::heel_L", "Model::shin_L" Connect: "OO", "Model::heel_02_L", "Model::heel_L" Connect: "OO", "Model::thigh_R", "Model::hips" Connect: "OO", "Model::shin_R", "Model::thigh_R" Connect: "OO", "Model::foot_R", "Model::shin_R" Connect: "OO", "Model::toe_R", "Model::foot_R" Connect: "OO", "Model::heel_R", "Model::shin_R" Connect: "OO", "Model::heel_02_R", "Model::heel_R" Connect: "OO", "Model::saia-frente", "Model::hips" Connect: "OO", "Model::saia-frente1", "Model::saia-frente" Connect: "OO", "Model::saia-verso1", "Model::hips" Connect: "OO", "Model::saia-verso2", "Model::saia-verso1" Connect: "OO", "Model::IK_hand_L", "Model::Armature" Connect: "OO", "Model::IK_hand_R", "Model::Armature" Connect: "OO", "Model::Pole_upper_arm_L", "Model::Armature" Connect: "OO", "Model::Pole_upper_arm_R", "Model::Armature" Connect: "OO", "Model::IK_foot_L", "Model::Armature" Connect: "OO", "Model::IK_foot_R", "Model::Armature" Connect: "OO", "Model::Pole_leg_L", "Model::Armature" Connect: "OO", "Model::Pole_leg_R", "Model::Armature" } ;Takes and animation section ;---------------------------------------------------- Takes: { Current: "Default Take" Take: "Default Take" { FileName: "Default_Take.tak" LocalTime: -1924423249,46186158000 ReferenceTime: -1924423249,46186158000 ;Models animation ;---------------------------------------------------- Model: "Model::hips" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.000912975054234 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000912975054234,L Color: 1,0,0 } Channel: "Y" { Default: 0.026684256270528 KeyVer: 4005 KeyCount: 1 Key: 0,0.026684256270528,L Color: 0,1,0 } Channel: "Z" { Default: 0.416747689247131 KeyVer: 4005 KeyCount: 1 Key: 0,0.416747689247131,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 2.429498501213456 KeyVer: 4005 KeyCount: 1 Key: 0,2.429498501213456,L Color: 1,0,0 } Channel: "Y" { Default: -78.240083319761283 KeyVer: 4005 KeyCount: 1 Key: 0,-78.240083319761283,L Color: 0,1,0 } Channel: "Z" { Default: 87.755896041220197 KeyVer: 4005 KeyCount: 1 Key: 0,87.755896041220197,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::spine" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.114399775862694 KeyVer: 4005 KeyCount: 1 Key: 0,0.114399775862694,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000008629279 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000008629279,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725999 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003725999,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.139147028349893 KeyVer: 4005 KeyCount: 26 Key: 0,-0.139147028349893,L, 1924423250,-0.138384341679527,L, 3848846500,-0.136085902982542,L, 5773269750,-0.132308768350891,L, 7697693000,-0.127234578127813,L, 9622116250,-0.121191288115175,L, 11546539500,-0.114641256763061,L, 13470962750,-0.108124295799527,L, 15395386000,-0.102169378029382,L, 17319809250,-0.097211354383048,L, 19244232500,-0.093544936851038,L, 21168655750,-0.091323798019571,L, 23093079000,-0.090588385415139,L, 25017502250,-0.091127943679143,L, 26941925500,-0.092759258323183,L, 28866348750,-0.095469889598428,L, 30790772000,-0.099191849108191,L, 32715195250,-0.103785638242800,L, 34639618500,-0.109032477505406,L, 36564041750,-0.114641243422848,L, 38488465000,-0.120274455281021,L, 40412888250,-0.125588769342107,L, 42337311500,-0.130277227299851,L, 44261734750,-0.134100185563922,L, 46186158000,-0.136898055163537,L, 48110581250,-0.138587366384563,L Color: 1,0,0 } Channel: "Y" { Default: -15.575822930463158 KeyVer: 4005 KeyCount: 25 Key: 0,-15.575822930463158,L, 1924423250,-15.741115215924522,L, 3848846500,-16.240226166880610,L, 5773269750,-17.063600348682584,L, 7697693000,-18.175512456876753,L, 9622116250,-19.507681090330586,L, 11546539500,-20.960049100345426,L, 13470962750,-22.412406865076509,L, 15395386000,-23.744546470226375,L, 17319809250,-24.856417597285517,L, 19244232500,-25.679755920594353,L, 21168655750,-26.178841258341052,L, 23093079000,-26.344121590971369,L, 25017502250,-26.222853289805258,L, 26941925500,-25.856271914409323,L, 28866348750,-25.247386163112949,L, 30790772000,-24.412026706864911,L, 32715195250,-23.382561812141851,L, 34639618500,-22.209601473146197,L, 38488465000,-19.710447208673170,L, 40412888250,-18.537471501751888,L, 42337311500,-17.507979286272146,L, 44261734750,-16.672602754551182,L, 46186158000,-16.063694805140006,L, 48110581250,-15.697099769365730,L Color: 0,1,0 } Channel: "Z" { Default: 0.202453583827204 KeyVer: 4005 KeyCount: 26 Key: 0,0.202453583827204,L, 1924423250,0.202918316835242,L, 3848846500,0.204310007899270,L, 5773269750,0.206567999069764,L, 7697693000,0.209543080061829,L, 9622116250,0.212995994151317,L, 11546539500,0.216622944662508,L, 13470962750,0.220107034830297,L, 15395386000,0.223177351604558,L, 17319809250,0.225647865711903,L, 19244232500,0.227423154607148,L, 21168655750,0.228476711286621,L, 23093079000,0.228821875963544,L, 25017502250,0.228568732077431,L, 26941925500,0.227797694433588,L, 28866348750,0.226496623437981,L, 30790772000,0.224670535010784,L, 32715195250,0.222354980820234,L, 34639618500,0.219629148372021,L, 36564041750,0.216622917982081,L, 38488465000,0.213510966402351,L, 40412888250,0.210493196727974,L, 42337311500,0.207767164176562,L, 44261734750,0.205501582424744,L, 46186158000,0.203819741723124,L, 48110581250,0.202794746440161,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::ribs" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.169913277029991 KeyVer: 4005 KeyCount: 2 Key: 0,0.169913277029991,L, 48110581250,0.169913172721863,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000013129466 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000013129466,L, 48110581250,0.000000012867531,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000003336595 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000003336595,L, 48110581250,-0.000000000389178,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.054335882404986 KeyVer: 4005 KeyCount: 2 Key: 0,-0.054335882404986,L, 48110581250,-0.054335879069932,L Color: 1,0,0 } Channel: "Y" { Default: -47.143946406219577 KeyVer: 4005 KeyCount: 19 Key: 0,-47.143946406219577,L, 3848846500,-47.143946406219577,L, 5773269750,-47.143942991124987,L, 9622116250,-47.143942991124987,L, 11546539500,-47.143946406219577,L, 17319809250,-47.143946406219577,L, 19244232500,-47.143949821314159,L, 21168655750,-47.143946406219577,L, 23093079000,-47.143946406219577,L, 25017502250,-47.143942991124987,L, 26941925500,-47.143946406219577,L, 28866348750,-47.143946406219577,L, 30790772000,-47.143942991124987,L, 32715195250,-47.143942991124987,L, 34639618500,-47.143946406219577,L, 42337311500,-47.143946406219577,L, 44261734750,-47.143939576030405,L, 46186158000,-47.143949821314159,L, 48110581250,-47.143946406219577,L Color: 0,1,0 } Channel: "Z" { Default: 0.797353989189469 KeyVer: 4005 KeyCount: 2 Key: 0,0.797353989189469,L, 48110581250,0.797354042550321,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::neck" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.174169078469276 KeyVer: 4005 KeyCount: 2 Key: 0,0.174169078469276,L, 48110581250,0.174169138073921,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000365937012 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000365937012,L, 48110581250,-0.000000367079338,L Color: 0,1,0 } Channel: "Z" { Default: 0.011306412518024 KeyVer: 4005 KeyCount: 2 Key: 0,0.011306412518024,L, 48110581250,0.011306427419186,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.357570461570424 KeyVer: 4005 KeyCount: 2 Key: 0,-0.357570461570424,L, 48110581250,-0.357570488250850,L Color: 1,0,0 } Channel: "Y" { Default: -28.044574024471764 KeyVer: 4005 KeyCount: 19 Key: 0,-28.044574024471764,L, 1924423250,-28.044568901829884,L, 3848846500,-28.044575732019055,L, 5773269750,-28.044574024471764,L, 7697693000,-28.044568901829884,L, 11546539500,-28.044577439566346,L, 15395386000,-28.044565486735301,L, 17319809250,-28.044570609377178,L, 21168655750,-28.044572316924469,L, 25017502250,-28.044568901829884,L, 26941925500,-28.044570609377178,L, 30790772000,-28.044570609377178,L, 36564041750,-28.044577439566346,L, 38488465000,-28.044572316924469,L, 40412888250,-28.044570609377178,L, 42337311500,-28.044574024471764,L, 44261734750,-28.044567194282592,L, 46186158000,-28.044575732019055,L, 48110581250,-28.044568901829884,L Color: 0,1,0 } Channel: "Z" { Default: -0.152831459094339 KeyVer: 4005 KeyCount: 2 Key: 0,-0.152831459094339,L, 48110581250,-0.152831472434553,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::head" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.050426706671715 KeyVer: 4005 KeyCount: 2 Key: 0,0.050426706671715,L, 48110581250,0.050426736474037,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003807151 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000003807151,L, 48110581250,0.000000003807099,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000029802322,L, 48110581250,0.000000011175871,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000006860786818 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000006860786818,L, 48110581250,-0.000006860785190,L Color: 1,0,0 } Channel: "Y" { Default: -14.011007808595268 KeyVer: 4005 KeyCount: 5 Key: 0,-14.011007808595268,L, 5773269750,-14.011006101047975,L, 11546539500,-14.011008662368914,L, 13470962750,-14.011006954821621,L, 48110581250,-14.011006954821621,L Color: 0,1,0 } Channel: "Z" { Default: 0.000004613273145 KeyVer: 4005 KeyCount: 1 Key: 0,0.000004613273145,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shoulder_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.147531464695930 KeyVer: 4005 KeyCount: 2 Key: 0,0.147531464695930,L, 48110581250,0.147531494498253,L Color: 1,0,0 } Channel: "Y" { Default: -0.012225969694555 KeyVer: 4005 KeyCount: 2 Key: 0,-0.012225969694555,L, 48110581250,-0.012225972488523,L Color: 0,1,0 } Channel: "Z" { Default: 0.000923475425225 KeyVer: 4005 KeyCount: 2 Key: 0,0.000923475425225,L, 48110581250,0.000923553656321,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -144.719673719044692 KeyVer: 4005 KeyCount: 1 Key: 0,-144.719673719044692,L Color: 1,0,0 } Channel: "Y" { Default: 5.188047768994151 KeyVer: 4005 KeyCount: 15 Key: 0,5.188047768994151,L, 1924423250,5.188048195880974,L, 3848846500,5.188052464749205,L, 5773269750,5.188049476541444,L, 9622116250,5.188048195880974,L, 11546539500,5.188050757201913,L, 13470962750,5.188051184088736,L, 15395386000,5.188047768994151,L, 21168655750,5.188049476541444,L, 23093079000,5.188047342107328,L, 34639618500,5.188049049654620,L, 36564041750,5.188050757201913,L, 38488465000,5.188048195880974,L, 46186158000,5.188051184088736,L, 48110581250,5.188047768994151,L Color: 0,1,0 } Channel: "Z" { Default: -119.585670403701087 KeyVer: 4005 KeyCount: 1 Key: 0,-119.585670403701087,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999642372131,L, 48110581250,0.999999701976776,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999642372131,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::upper_arm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.214628979563713 KeyVer: 4005 KeyCount: 2 Key: 0,0.214628979563713,L, 48110581250,0.214628994464874,L Color: 1,0,0 } Channel: "Y" { Default: -0.004128860309720 KeyVer: 4005 KeyCount: 2 Key: 0,-0.004128860309720,L, 48110581250,-0.004128908738494,L Color: 0,1,0 } Channel: "Z" { Default: -0.009519913233817 KeyVer: 4005 KeyCount: 2 Key: 0,-0.009519913233817,L, 48110581250,-0.009519969113171,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 102.689749491594782 KeyVer: 4005 KeyCount: 26 Key: 0,102.689749491594782,L, 1924423250,102.739575721589958,L, 3848846500,102.875148146425346,L, 5773269750,103.055028008406538,L, 7697693000,103.225516360278988,L, 9622116250,103.341718368628236,L, 11546539500,103.381941352650387,L, 13470962750,103.350665916440946,L, 15395386000,103.271169344691288,L, 17319809250,103.173688884857000,L, 19244232500,103.085661406834006,L, 21168655750,103.026382195027551,L, 23093079000,103.005823325625840,L, 25017502250,103.021000005961582,L, 26941925500,103.065204990269848,L, 28866348750,103.133486391402357,L, 30790772000,103.215776510522559,L, 32715195250,103.297062591834759,L, 34639618500,103.358787011364072,L, 36564041750,103.381941352650387,L, 38488465000,103.352236859950040,L, 40412888250,103.265698363166109,L, 42337311500,103.132277447919265,L, 44261734750,102.975920757439567,L, 46186158000,102.829652256363957,L, 48110581250,102.726577871599432,L Color: 1,0,0 } Channel: "Y" { Default: 51.174068790128544 KeyVer: 4005 KeyCount: 26 Key: 0,51.174068790128544,L, 1924423250,51.081103085335634,L, 3848846500,50.806386046728946,L, 5773269750,50.371548883409879,L, 7697693000,49.816531126550025,L, 9622116250,49.193604213867417,L, 11546539500,48.559376753203040,L, 13470962750,47.965570352046740,L, 15395386000,47.452042579300070,L, 17319809250,47.043949021676148,L, 19244232500,46.752825868683111,L, 21168655750,46.580670950653186,L, 23093079000,46.524338965473589,L, 25017502250,46.565610383533333,L, 26941925500,46.691562486922770,L, 28866348750,46.904561936189310,L, 30790772000,47.204929750223947,L, 32715195250,47.588820532523961,L, 34639618500,48.046245131428229,L, 36564041750,48.559386998486794,L, 38488465000,49.102434848826213,L, 40412888250,49.643013585780686,L, 42337311500,50.145558414341991,L, 44261734750,50.575334407486082,L, 46186158000,50.902544864958827,L, 48110581250,51.105749822955588,L Color: 0,1,0 } Channel: "Z" { Default: -16.270144102992514 KeyVer: 4005 KeyCount: 26 Key: 0,-16.270144102992514,L, 1924423250,-16.114656554084689,L, 3848846500,-15.662159936666580,L, 5773269750,-14.965436245096676,L, 7697693000,-14.106299192800563,L, 9622116250,-13.175037904190159,L, 11546539500,-12.254237904067262,L, 13470962750,-11.409523649977256,L, 15395386000,-10.686948546172538,L, 17319809250,-10.114633335239651,L, 19244232500,-9.705861881340608,L, 21168655750,-9.463495179963992,L, 23093079000,-9.384072032747905,L, 25017502250,-9.442241338814236,L, 26941925500,-9.619688799677265,L, 28866348750,-9.919042330620155,L, 30790772000,-10.340362549571786,L, 32715195250,-10.878981876008108,L, 34639618500,-11.523566464775149,L, 36564041750,-12.254248149351016,L, 38488465000,-13.041179856836441,L, 40412888250,-13.843733914500957,L, 42337311500,-14.611842474407501,L, 44261734750,-15.289135985336040,L, 46186158000,-15.819404551738389,L, 48110581250,-16.155752094773305,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::forearm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.211972758173943 KeyVer: 4005 KeyCount: 2 Key: 0,0.211972758173943,L, 48110581250,0.211972668766975,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000065367203 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000065367203,L, 48110581250,0.000000032887328,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000000698492 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000000698492,L, 48110581250,-0.000000004423782,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 13.353320355679223 KeyVer: 4005 KeyCount: 26 Key: 0,13.353320355679223,L, 1924423250,13.430240238564503,L, 3848846500,13.666752614048781,L, 5773269750,14.071279959152312,L, 7697693000,14.647694137360846,L, 9622116250,15.387816850916950,L, 11546539500,16.262646262831144,L, 13470962750,17.216646104962134,L, 15395386000,18.169780220615827,L, 17319809250,19.028942886121325,L, 19244232500,19.706110038550218,L, 21168655750,20.134791493879820,L, 23093079000,20.279921060911335,L, 25017502250,20.173322298535101,L, 26941925500,19.856119775743700,L, 28866348750,19.345996852298278,L, 30790772000,18.678229747714600,L, 32715195250,17.902900824081716,L, 34639618500,17.078345019553328,L, 36564041750,16.262637725094681,L, 38488465000,15.505501010316101,L, 40412888250,14.843244160845323,L, 42337311500,14.297359220679409,L, 44261734750,13.876904728205076,L, 46186158000,13.582368188174332,L, 48110581250,13.409691614446549,L Color: 1,0,0 } Channel: "Y" { Default: -31.282539606180254 KeyVer: 4005 KeyCount: 26 Key: 0,-31.282539606180254,L, 1924423250,-31.658022425611993,L, 3848846500,-32.769420562071119,L, 5773269750,-34.535786028609330,L, 7697693000,-36.806519984217246,L, 9622116250,-39.381689131510527,L, 11546539500,-42.038373171453209,L, 13470962750,-44.562285164120205,L, 15395386000,-46.776379776035867,L, 17319809250,-48.558178055003701,L, 19244232500,-49.841850637803226,L, 21168655750,-50.605940485156864,L, 23093079000,-50.856710880533527,L, 25017502250,-50.672907074874161,L, 26941925500,-50.113285770513727,L, 28866348750,-49.171447080199925,L, 30790772000,-47.852920042065875,L, 32715195250,-46.183635469295503,L, 34639618500,-44.217159120454539,L, 36564041750,-42.038362926169455,L, 38488465000,-39.761324705957627,L, 40412888250,-37.520759695913618,L, 42337311500,-35.457970849586445,L, 44261734750,-33.706785478478565,L, 46186158000,-32.380062213340516,L, 48110581250,-31.558438267513353,L Color: 0,1,0 } Channel: "Z" { Default: -9.837716121946576 KeyVer: 4005 KeyCount: 26 Key: 0,-9.837716121946576,L, 1924423250,-9.985062085363756,L, 3848846500,-10.428722999316822,L, 5773269750,-11.158610674401675,L, 7697693000,-12.146880136919508,L, 9622116250,-13.346184515543863,L, 11546539500,-14.687073593020498,L, 13470962750,-16.077741089168118,L, 15395386000,-17.409923383000290,L, 17319809250,-18.571986155175203,L, 19244232500,-19.466464313784204,L, 21168655750,-20.024222684048521,L, 23093079000,-20.211666980535497,L, 25017502250,-20.074059159327447,L, 26941925500,-19.662345601443427,L, 28866348750,-18.992925591080606,L, 30790772000,-18.101579074206054,L, 32715195250,-17.041878639574684,L, 34639618500,-15.880039556095088,L, 36564041750,-14.687061640189452,L, 38488465000,-13.530916373156700,L, 40412888250,-12.470587561121690,L, 42337311500,-11.552790282912653,L, 44261734750,-10.812102371202732,L, 46186158000,-10.271982964469947,L, 48110581250,-9.945868752358987,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::hand_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.222559079527855 KeyVer: 4005 KeyCount: 2 Key: 0,0.222559079527855,L, 48110581250,0.222559049725533,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000044703484 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000044703484,L, 48110581250,0.000000018626451,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000007450581,L, 48110581250,-0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 107.399772811147940 KeyVer: 4005 KeyCount: 13 Key: 0,107.399772811147940,L, 1924423250,107.399779641337105,L, 3848846500,107.399772811147940,L, 15395386000,107.399772811147940,L, 17319809250,107.399779641337105,L, 19244232500,107.399779641337105,L, 21168655750,107.399772811147940,L, 30790772000,107.399772811147940,L, 32715195250,107.399779641337105,L, 34639618500,107.399772811147940,L, 42337311500,107.399772811147940,L, 44261734750,107.399779641337105,L, 48110581250,107.399779641337105,L Color: 1,0,0 } Channel: "Y" { Default: 3.413013298295322 KeyVer: 4005 KeyCount: 17 Key: 0,3.413013298295322,L, 1924423250,3.413011590748029,L, 5773269750,3.413016073059672,L, 7697693000,3.413015859616261,L, 9622116250,3.413011804191441,L, 19244232500,3.413015859616261,L, 21168655750,3.413012017634852,L, 23093079000,3.413015005842614,L, 26941925500,3.413010096644149,L, 28866348750,3.413016713389907,L, 30790772000,3.413017140276730,L, 36564041750,3.413009456313914,L, 38488465000,3.413013938625557,L, 40412888250,3.413015005842614,L, 42337311500,3.413009029427091,L, 44261734750,3.413012017634852,L, 48110581250,3.413012444521676,L Color: 0,1,0 } Channel: "Z" { Default: 0.062232234755957 KeyVer: 4005 KeyCount: 12 Key: 0,0.062232234755957,L, 3848846500,0.062229666764912,L, 15395386000,0.062228386104442,L, 19244232500,0.062230954095488,L, 26941925500,0.062230520538558,L, 28866348750,0.062228812991265,L, 30790772000,0.062230527208665,L, 38488465000,0.062231807869134,L, 40412888250,0.062228392774549,L, 44261734750,0.062231807869134,L, 46186158000,0.062227105443973,L, 48110581250,0.062230954095488,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023443460464478 KeyVer: 4005 KeyCount: 2 Key: 0,0.023443460464478,L, 48110581250,0.023443475365639,L Color: 1,0,0 } Channel: "Y" { Default: 0.017202816903591 KeyVer: 4005 KeyCount: 2 Key: 0,0.017202816903591,L, 48110581250,0.017202809453011,L Color: 0,1,0 } Channel: "Z" { Default: -0.001944955438375 KeyVer: 4005 KeyCount: 2 Key: 0,-0.001944955438375,L, 48110581250,-0.001945003867149,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 12.599426273209101 KeyVer: 4005 KeyCount: 18 Key: 0,12.599426273209101,L, 1924423250,12.599425419435455,L, 5773269750,12.599427126982746,L, 7697693000,12.599423711888162,L, 9622116250,12.599428834530039,L, 11546539500,12.599426273209101,L, 13470962750,12.599427980756394,L, 19244232500,12.599425419435455,L, 21168655750,12.599427126982746,L, 23093079000,12.599421150567224,L, 28866348750,12.599429688303685,L, 32715195250,12.599422858114515,L, 36564041750,12.599426273209101,L, 38488465000,12.599424565661808,L, 40412888250,12.599432249624625,L, 42337311500,12.599427126982746,L, 46186158000,12.599424565661808,L, 48110581250,12.599427126982746,L Color: 1,0,0 } Channel: "Y" { Default: -24.543801546521777 KeyVer: 4005 KeyCount: 18 Key: 0,-24.543801546521777,L, 5773269750,-24.543803254069068,L, 7697693000,-24.543799838974486,L, 9622116250,-24.543804961616363,L, 11546539500,-24.543804961616363,L, 15395386000,-24.543799838974486,L, 19244232500,-24.543801546521777,L, 21168655750,-24.543799838974486,L, 23093079000,-24.543803254069068,L, 25017502250,-24.543801546521777,L, 30790772000,-24.543804961616363,L, 32715195250,-24.543801546521777,L, 34639618500,-24.543806669163654,L, 36564041750,-24.543799838974486,L, 38488465000,-24.543801546521777,L, 42337311500,-24.543801546521777,L, 44261734750,-24.543804961616363,L, 48110581250,-24.543801546521777,L Color: 0,1,0 } Channel: "Z" { Default: 8.554910119397997 KeyVer: 4005 KeyCount: 16 Key: 0,8.554910119397997,L, 1924423250,8.554911826945290,L, 5773269750,8.554908411850706,L, 7697693000,8.554913534492583,L, 9622116250,8.554908411850706,L, 17319809250,8.554908411850706,L, 19244232500,8.554914388266228,L, 23093079000,8.554908411850706,L, 26941925500,8.554906704303413,L, 28866348750,8.554910973171644,L, 30790772000,8.554907558077058,L, 32715195250,8.554909265624351,L, 34639618500,8.554908411850706,L, 40412888250,8.554913534492583,L, 44261734750,8.554908411850706,L, 48110581250,8.554910119397997,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.058449037373066 KeyVer: 4005 KeyCount: 2 Key: 0,0.058449037373066,L, 48110581250,0.058449000120163,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 48110581250,0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 48110581250,0.000000018626451,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 18.803264898207967 KeyVer: 4005 KeyCount: 22 Key: 0,18.803264898207967,L, 1924423250,18.803271728397135,L, 3848846500,18.803266605755258,L, 9622116250,18.803266605755258,L, 13470962750,18.803270020849844,L, 15395386000,18.803268313302553,L, 17319809250,18.803271728397135,L, 19244232500,18.803270020849844,L, 21168655750,18.803271728397135,L, 23093079000,18.803266605755258,L, 25017502250,18.803264898207967,L, 26941925500,18.803273435944430,L, 28866348750,18.803270020849844,L, 30790772000,18.803270020849844,L, 34639618500,18.803273435944430,L, 36564041750,18.803266605755258,L, 38488465000,18.803264898207967,L, 40412888250,18.803271728397135,L, 42337311500,18.803270020849844,L, 44261734750,18.803271728397135,L, 46186158000,18.803270020849844,L, 48110581250,18.803271728397135,L Color: 1,0,0 } Channel: "Y" { Default: -5.087936832555772 KeyVer: 4005 KeyCount: 11 Key: 0,-5.087936832555772,L, 11546539500,-5.087938966989888,L, 13470962750,-5.087936405668948,L, 15395386000,-5.087937686329418,L, 19244232500,-5.087934271234833,L, 21168655750,-5.087938113216241,L, 23093079000,-5.087935978782125,L, 32715195250,-5.087937686329418,L, 34639618500,-5.087935551895303,L, 46186158000,-5.087939393876710,L, 48110581250,-5.087937259442595,L Color: 0,1,0 } Channel: "Z" { Default: -17.280079779331242 KeyVer: 4005 KeyCount: 18 Key: 0,-17.280079779331242,L, 1924423250,-17.280083194425828,L, 5773269750,-17.280079779331242,L, 9622116250,-17.280081486878537,L, 11546539500,-17.280079779331242,L, 15395386000,-17.280081486878537,L, 17319809250,-17.280079779331242,L, 21168655750,-17.280081486878537,L, 23093079000,-17.280079779331242,L, 26941925500,-17.280081486878537,L, 30790772000,-17.280079779331242,L, 32715195250,-17.280081486878537,L, 34639618500,-17.280079779331242,L, 36564041750,-17.280083194425828,L, 38488465000,-17.280079779331242,L, 40412888250,-17.280081486878537,L, 46186158000,-17.280079779331242,L, 48110581250,-17.280081486878537,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 48110581250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026524359360337 KeyVer: 4005 KeyCount: 2 Key: 0,0.026524359360337,L, 48110581250,0.026524340733886,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000029336661 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000029336661,L, 48110581250,-0.000000025203917,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000931323 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000931323,L, 48110581250,-0.000000017695129,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -3.479990560183194 KeyVer: 4005 KeyCount: 19 Key: 0,-3.479990560183194,L, 1924423250,-3.479995255938248,L, 3848846500,-3.479993121504132,L, 9622116250,-3.479992908060721,L, 11546539500,-3.479991200513429,L, 13470962750,-3.479995682825071,L, 15395386000,-3.479995469381659,L, 17319809250,-3.479992481173898,L, 19244232500,-3.479995896268483,L, 21168655750,-3.479992908060721,L, 25017502250,-3.479994615608013,L, 26941925500,-3.479992054287075,L, 28866348750,-3.479993121504132,L, 30790772000,-3.479992054287075,L, 32715195250,-3.479994402164602,L, 38488465000,-3.479990987070017,L, 40412888250,-3.479994829051425,L, 46186158000,-3.479993121504132,L, 48110581250,-3.479989066079313,L Color: 1,0,0 } Channel: "Y" { Default: -17.973292753667767 KeyVer: 4005 KeyCount: 13 Key: 0,-17.973292753667767,L, 1924423250,-17.973294461215058,L, 5773269750,-17.973292753667767,L, 7697693000,-17.973294461215058,L, 11546539500,-17.973291046120472,L, 13470962750,-17.973292753667767,L, 15395386000,-17.973291046120472,L, 23093079000,-17.973294461215058,L, 25017502250,-17.973291046120472,L, 30790772000,-17.973294461215058,L, 32715195250,-17.973291046120472,L, 42337311500,-17.973294461215058,L, 48110581250,-17.973291046120472,L Color: 0,1,0 } Channel: "Z" { Default: -0.340436905357045 KeyVer: 4005 KeyCount: 2 Key: 0,-0.340436905357045,L, 48110581250,-0.340436478470222,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023733472451568 KeyVer: 4005 KeyCount: 2 Key: 0,0.023733472451568,L, 48110581250,0.023733494803309,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000005587935 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000005587935,L, 48110581250,-0.000000006053597,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000000000,L, 48110581250,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.666184489669629 KeyVer: 4005 KeyCount: 16 Key: 0,-5.666184489669629,L, 5773269750,-5.666182355235513,L, 7697693000,-5.666186197216921,L, 9622116250,-5.666182355235513,L, 11546539500,-5.666182355235513,L, 13470962750,-5.666180220801397,L, 17319809250,-5.666182355235513,L, 19244232500,-5.666180220801397,L, 23093079000,-5.666182355235513,L, 26941925500,-5.666180647688220,L, 30790772000,-5.666182355235513,L, 38488465000,-5.666181074575044,L, 40412888250,-5.666185770330098,L, 44261734750,-5.666182355235513,L, 46186158000,-5.666185343443275,L, 48110581250,-5.666184062782805,L Color: 1,0,0 } Channel: "Y" { Default: -13.961950828655368 KeyVer: 4005 KeyCount: 19 Key: 0,-13.961950828655368,L, 5773269750,-13.961956805070892,L, 9622116250,-13.961949974881721,L, 11546539500,-13.961952536202661,L, 15395386000,-13.961951682429014,L, 17319809250,-13.961954243749952,L, 19244232500,-13.961952536202661,L, 21168655750,-13.961953389976307,L, 23093079000,-13.961949121108075,L, 26941925500,-13.961954243749952,L, 28866348750,-13.961951682429014,L, 32715195250,-13.961955097523600,L, 34639618500,-13.961952536202661,L, 36564041750,-13.961955097523600,L, 38488465000,-13.961950828655368,L, 40412888250,-13.961954243749952,L, 42337311500,-13.961950828655368,L, 44261734750,-13.961953389976307,L, 48110581250,-13.961951682429014,L Color: 0,1,0 } Channel: "Z" { Default: -5.311093200004930 KeyVer: 4005 KeyCount: 10 Key: 0,-5.311093200004930,L, 1924423250,-5.311092773118108,L, 3848846500,-5.311094480665401,L, 9622116250,-5.311091919344461,L, 11546539500,-5.311094480665401,L, 13470962750,-5.311092346231285,L, 15395386000,-5.311093626891754,L, 25017502250,-5.311091492457638,L, 26941925500,-5.311093200004930,L, 48110581250,-5.311093626891754,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.003173882141709 KeyVer: 4005 KeyCount: 2 Key: 0,0.003173882141709,L, 48110581250,0.003173850476742,L Color: 1,0,0 } Channel: "Y" { Default: 0.015621233731508 KeyVer: 4005 KeyCount: 2 Key: 0,0.015621233731508,L, 48110581250,0.015621259808540,L Color: 0,1,0 } Channel: "Z" { Default: 0.023463033139706 KeyVer: 4005 KeyCount: 2 Key: 0,0.023463033139706,L, 48110581250,0.023463025689125,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 49.844842260659682 KeyVer: 4005 KeyCount: 21 Key: 0,49.844842260659682,L, 3848846500,49.844835430470518,L, 5773269750,49.844842260659682,L, 7697693000,49.844838845565100,L, 9622116250,49.844842260659682,L, 13470962750,49.844835430470518,L, 15395386000,49.844838845565100,L, 17319809250,49.844838845565100,L, 19244232500,49.844835430470518,L, 21168655750,49.844835430470518,L, 23093079000,49.844838845565100,L, 30790772000,49.844838845565100,L, 32715195250,49.844842260659682,L, 34639618500,49.844842260659682,L, 36564041750,49.844835430470518,L, 38488465000,49.844835430470518,L, 40412888250,49.844838845565100,L, 42337311500,49.844838845565100,L, 44261734750,49.844842260659682,L, 46186158000,49.844832015375928,L, 48110581250,49.844838845565100,L Color: 1,0,0 } Channel: "Y" { Default: -16.105150638307340 KeyVer: 4005 KeyCount: 17 Key: 0,-16.105150638307340,L, 1924423250,-16.105150638307340,L, 3848846500,-16.105147223212754,L, 9622116250,-16.105148930760045,L, 11546539500,-16.105147223212754,L, 13470962750,-16.105150638307340,L, 15395386000,-16.105147223212754,L, 17319809250,-16.105150638307340,L, 23093079000,-16.105147223212754,L, 26941925500,-16.105148930760045,L, 30790772000,-16.105145515665463,L, 32715195250,-16.105150638307340,L, 36564041750,-16.105145515665463,L, 40412888250,-16.105148930760045,L, 42337311500,-16.105147223212754,L, 44261734750,-16.105152345854631,L, 48110581250,-16.105147223212754,L Color: 0,1,0 } Channel: "Z" { Default: 17.567212394301706 KeyVer: 4005 KeyCount: 17 Key: 0,17.567212394301706,L, 1924423250,17.567215809396291,L, 3848846500,17.567210686754411,L, 5773269750,17.567217516943582,L, 7697693000,17.567210686754411,L, 9622116250,17.567214101848997,L, 17319809250,17.567215809396291,L, 21168655750,17.567210686754411,L, 23093079000,17.567214101848997,L, 25017502250,17.567210686754411,L, 28866348750,17.567210686754411,L, 30790772000,17.567214101848997,L, 32715195250,17.567208979207120,L, 34639618500,17.567215809396291,L, 42337311500,17.567212394301706,L, 46186158000,17.567215809396291,L, 48110581250,17.567214101848997,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033066399395466 KeyVer: 4005 KeyCount: 2 Key: 0,0.033066399395466,L, 48110581250,0.033066391944885,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000014901161,L, 48110581250,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000000000,L, 48110581250,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.590332021789965 KeyVer: 4005 KeyCount: 17 Key: 0,-7.590332021789965,L, 3848846500,-7.590334583110904,L, 5773269750,-7.590332021789965,L, 7697693000,-7.590335436884550,L, 17319809250,-7.590331168016319,L, 19244232500,-7.590332021789965,L, 21168655750,-7.590336290658197,L, 26941925500,-7.590332875563612,L, 30790772000,-7.590334583110904,L, 32715195250,-7.590332875563612,L, 36564041750,-7.590336290658197,L, 38488465000,-7.590331168016319,L, 40412888250,-7.590335436884550,L, 42337311500,-7.590333729337257,L, 44261734750,-7.590336290658197,L, 46186158000,-7.590332875563612,L, 48110581250,-7.590333729337257,L Color: 1,0,0 } Channel: "Y" { Default: -15.050606996499321 KeyVer: 4005 KeyCount: 11 Key: 0,-15.050606996499321,L, 1924423250,-15.050605288952028,L, 7697693000,-15.050608704046612,L, 17319809250,-15.050603581404735,L, 26941925500,-15.050608704046612,L, 28866348750,-15.050605288952028,L, 30790772000,-15.050608704046612,L, 38488465000,-15.050605288952028,L, 42337311500,-15.050606996499321,L, 44261734750,-15.050605288952028,L, 48110581250,-15.050606996499321,L Color: 0,1,0 } Channel: "Z" { Default: -21.255145715888112 KeyVer: 4005 KeyCount: 18 Key: 0,-21.255145715888112,L, 3848846500,-21.255144008340817,L, 7697693000,-21.255149130982694,L, 11546539500,-21.255145715888112,L, 13470962750,-21.255147423435403,L, 15395386000,-21.255145715888112,L, 19244232500,-21.255147423435403,L, 21168655750,-21.255145715888112,L, 23093079000,-21.255149130982694,L, 25017502250,-21.255145715888112,L, 30790772000,-21.255147423435403,L, 34639618500,-21.255145715888112,L, 36564041750,-21.255147423435403,L, 38488465000,-21.255145715888112,L, 40412888250,-21.255147423435403,L, 44261734750,-21.255145715888112,L, 46186158000,-21.255149130982694,L, 48110581250,-21.255144008340817,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026086254045367 KeyVer: 4005 KeyCount: 2 Key: 0,0.026086254045367,L, 48110581250,0.026086319237947,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000024214387 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000024214387,L, 48110581250,-0.000000003725290,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000000000,L, 48110581250,0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 3.311967479714298 KeyVer: 4005 KeyCount: 10 Key: 0,3.311967479714298,L, 3848846500,3.311966839384064,L, 5773269750,3.311968760374768,L, 7697693000,3.311966625940652,L, 19244232500,3.311965772167006,L, 21168655750,3.311967906601121,L, 42337311500,3.311967906601121,L, 44261734750,3.311965772167006,L, 46186158000,3.311968973818179,L, 48110581250,3.311968973818179,L Color: 1,0,0 } Channel: "Y" { Default: 8.854104848442685 KeyVer: 4005 KeyCount: 17 Key: 0,8.854104848442685,L, 7697693000,8.854103994669037,L, 9622116250,8.854106555989976,L, 11546539500,8.854104848442685,L, 15395386000,8.854106555989976,L, 17319809250,8.854103994669037,L, 21168655750,8.854105702216330,L, 26941925500,8.854102287121744,L, 28866348750,8.854104848442685,L, 30790772000,8.854103140895392,L, 34639618500,8.854106555989976,L, 36564041750,8.854103994669037,L, 38488465000,8.854103994669037,L, 40412888250,8.854106555989976,L, 44261734750,8.854102287121744,L, 46186158000,8.854107409763623,L, 48110581250,8.854103994669037,L Color: 0,1,0 } Channel: "Z" { Default: -12.936357797418053 KeyVer: 4005 KeyCount: 14 Key: 0,-12.936357797418053,L, 3848846500,-12.936359504965345,L, 7697693000,-12.936356943644407,L, 11546539500,-12.936359504965345,L, 13470962750,-12.936356943644407,L, 15395386000,-12.936358651191700,L, 28866348750,-12.936358651191700,L, 30790772000,-12.936356943644407,L, 34639618500,-12.936359504965345,L, 36564041750,-12.936357797418053,L, 42337311500,-12.936357797418053,L, 44261734750,-12.936359504965345,L, 46186158000,-12.936356943644407,L, 48110581250,-12.936357797418053,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.020897269248962 KeyVer: 4005 KeyCount: 2 Key: 0,0.020897269248962,L, 48110581250,0.020897291600704,L Color: 1,0,0 } Channel: "Y" { Default: 0.008608870208263 KeyVer: 4005 KeyCount: 2 Key: 0,0.008608870208263,L, 48110581250,0.008608855307102,L Color: 0,1,0 } Channel: "Z" { Default: -0.008577808737755 KeyVer: 4005 KeyCount: 2 Key: 0,-0.008577808737755,L, 48110581250,-0.008577853441238,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.272508607609938 KeyVer: 4005 KeyCount: 21 Key: 0,5.272508607609938,L, 1924423250,5.272506900062646,L, 5773269750,5.272512876478169,L, 7697693000,5.272507326949468,L, 11546539500,5.272507326949468,L, 13470962750,5.272511168930877,L, 15395386000,5.272511168930877,L, 17319809250,5.272506046288999,L, 19244232500,5.272509461383584,L, 21168655750,5.272509034496761,L, 23093079000,5.272503058081237,L, 25017502250,5.272509888270408,L, 26941925500,5.272508180723115,L, 28866348750,5.272510315157231,L, 32715195250,5.272509034496761,L, 34639618500,5.272510742044053,L, 36564041750,5.272507753836292,L, 38488465000,5.272511168930877,L, 40412888250,5.272506046288999,L, 42337311500,5.272507326949468,L, 48110581250,5.272505619402176,L Color: 1,0,0 } Channel: "Y" { Default: -17.111642191757095 KeyVer: 4005 KeyCount: 18 Key: 0,-17.111642191757095,L, 1924423250,-17.111640484209801,L, 5773269750,-17.111642191757095,L, 7697693000,-17.111638776662510,L, 9622116250,-17.111642191757095,L, 11546539500,-17.111642191757095,L, 13470962750,-17.111638776662510,L, 17319809250,-17.111642191757095,L, 21168655750,-17.111640484209801,L, 26941925500,-17.111642191757095,L, 28866348750,-17.111638776662510,L, 30790772000,-17.111642191757095,L, 32715195250,-17.111640484209801,L, 34639618500,-17.111643899304386,L, 36564041750,-17.111640484209801,L, 42337311500,-17.111637069115215,L, 44261734750,-17.111643899304386,L, 48110581250,-17.111640484209801,L Color: 0,1,0 } Channel: "Z" { Default: -6.502368264373122 KeyVer: 4005 KeyCount: 12 Key: 0,-6.502368264373122,L, 17319809250,-6.502369971920415,L, 19244232500,-6.502368264373122,L, 26941925500,-6.502369971920415,L, 28866348750,-6.502366983712653,L, 30790772000,-6.502369971920415,L, 36564041750,-6.502369118146769,L, 38488465000,-6.502366556825830,L, 40412888250,-6.502368264373122,L, 42337311500,-6.502365703052184,L, 44261734750,-6.502368264373122,L, 48110581250,-6.502369971920415,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059462860226631 KeyVer: 4005 KeyCount: 2 Key: 0,0.059462860226631,L, 48110581250,0.059462852776051,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000020489097 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000020489097,L, 48110581250,0.000000001862645,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000037252903 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000037252903,L, 48110581250,-0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 27.786546553101978 KeyVer: 4005 KeyCount: 17 Key: 0,27.786546553101978,L, 1924423250,27.786541430460101,L, 3848846500,27.786543138007392,L, 7697693000,27.786541430460101,L, 11546539500,27.786546553101978,L, 17319809250,27.786539722912806,L, 19244232500,27.786544845554683,L, 23093079000,27.786543138007392,L, 25017502250,27.786546553101978,L, 26941925500,27.786543138007392,L, 28866348750,27.786546553101978,L, 34639618500,27.786546553101978,L, 36564041750,27.786543138007392,L, 40412888250,27.786546553101978,L, 42337311500,27.786539722912806,L, 44261734750,27.786549968196560,L, 48110581250,27.786543138007392,L Color: 1,0,0 } Channel: "Y" { Default: -4.189087352877970 KeyVer: 4005 KeyCount: 14 Key: 0,-4.189087352877970,L, 9622116250,-4.189087779764793,L, 11546539500,-4.189086072217501,L, 13470962750,-4.189088206651617,L, 15395386000,-4.189086499104324,L, 17319809250,-4.189087352877970,L, 19244232500,-4.189086072217501,L, 21168655750,-4.189087352877970,L, 25017502250,-4.189086499104324,L, 26941925500,-4.189088633538439,L, 28866348750,-4.189086072217501,L, 32715195250,-4.189088206651617,L, 40412888250,-4.189086072217501,L, 48110581250,-4.189087779764793,L Color: 0,1,0 } Channel: "Z" { Default: -7.215020810861120 KeyVer: 4005 KeyCount: 14 Key: 0,-7.215020810861120,L, 1924423250,-7.215021664634767,L, 7697693000,-7.215019103313828,L, 9622116250,-7.215020810861120,L, 11546539500,-7.215019103313828,L, 13470962750,-7.215021664634767,L, 15395386000,-7.215019957087474,L, 17319809250,-7.215022518408412,L, 21168655750,-7.215019957087474,L, 23093079000,-7.215021664634767,L, 25017502250,-7.215018249540181,L, 26941925500,-7.215020810861120,L, 30790772000,-7.215019103313828,L, 48110581250,-7.215020810861120,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.034586992114782 KeyVer: 4005 KeyCount: 2 Key: 0,0.034586992114782,L, 48110581250,0.034586980938911,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000011175871,L, 48110581250,0.000000048428774,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013038516 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000013038516,L, 48110581250,0.000000035390258,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -9.000180396674244 KeyVer: 4005 KeyCount: 18 Key: 0,-9.000180396674244,L, 1924423250,-9.000185519316121,L, 3848846500,-9.000186373089768,L, 5773269750,-9.000180396674244,L, 9622116250,-9.000182957995182,L, 13470962750,-9.000179542900598,L, 17319809250,-9.000186373089768,L, 19244232500,-9.000182104221537,L, 21168655750,-9.000184665542475,L, 26941925500,-9.000182104221537,L, 28866348750,-9.000184665542475,L, 30790772000,-9.000182957995182,L, 32715195250,-9.000177835353306,L, 36564041750,-9.000183811768830,L, 38488465000,-9.000182104221537,L, 40412888250,-9.000183811768830,L, 44261734750,-9.000179542900598,L, 48110581250,-9.000182104221537,L Color: 1,0,0 } Channel: "Y" { Default: -18.853167967831300 KeyVer: 4005 KeyCount: 7 Key: 0,-18.853167967831300,L, 5773269750,-18.853171382925886,L, 9622116250,-18.853167967831300,L, 15395386000,-18.853171382925886,L, 17319809250,-18.853167967831300,L, 21168655750,-18.853169675378592,L, 48110581250,-18.853167967831300,L Color: 0,1,0 } Channel: "Z" { Default: -0.342227001888967 KeyVer: 4005 KeyCount: 2 Key: 0,-0.342227001888967,L, 48110581250,-0.342227108610673,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 48110581250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025573443621397 KeyVer: 4005 KeyCount: 2 Key: 0,0.025573443621397,L, 48110581250,0.025573410093784,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000011175871,L, 48110581250,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000040978193 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000040978193,L, 48110581250,0.000000048428774,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.076924120762298 KeyVer: 4005 KeyCount: 18 Key: 0,-4.076924120762298,L, 1924423250,-4.076921986328182,L, 11546539500,-4.076922840101828,L, 13470962750,-4.076927108970059,L, 15395386000,-4.076928389630529,L, 17319809250,-4.076921559441359,L, 19244232500,-4.076921986328182,L, 21168655750,-4.076924974535943,L, 25017502250,-4.076924547649121,L, 26941925500,-4.076927962743706,L, 28866348750,-4.076926682083236,L, 30790772000,-4.076927535856883,L, 36564041750,-4.076920705667713,L, 38488465000,-4.076920705667713,L, 40412888250,-4.076926255196414,L, 42337311500,-4.076926682083236,L, 44261734750,-4.076917717459951,L, 48110581250,-4.076920278780889,L Color: 1,0,0 } Channel: "Y" { Default: -10.993121167228027 KeyVer: 4005 KeyCount: 13 Key: 0,-10.993121167228027,L, 5773269750,-10.993123728548966,L, 13470962750,-10.993122021001673,L, 15395386000,-10.993123728548966,L, 17319809250,-10.993122021001673,L, 21168655750,-10.993124582322613,L, 25017502250,-10.993121167228027,L, 28866348750,-10.993123728548966,L, 30790772000,-10.993120313454382,L, 36564041750,-10.993122874775320,L, 38488465000,-10.993120313454382,L, 46186158000,-10.993122021001673,L, 48110581250,-10.993118605907089,L Color: 0,1,0 } Channel: "Z" { Default: -2.069566528417931 KeyVer: 4005 KeyCount: 12 Key: 0,-2.069566528417931,L, 1924423250,-2.069566528417931,L, 3848846500,-2.069568876295458,L, 5773269750,-2.069566101531108,L, 11546539500,-2.069567809078400,L, 13470962750,-2.069565674644284,L, 21168655750,-2.069568022521811,L, 23093079000,-2.069566741861342,L, 36564041750,-2.069568449408635,L, 38488465000,-2.069565674644284,L, 46186158000,-2.069567809078400,L, 48110581250,-2.069565674644284,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.017974268645048 KeyVer: 4005 KeyCount: 2 Key: 0,0.017974268645048,L, 48110581250,0.017974317073822,L Color: 1,0,0 } Channel: "Y" { Default: -0.002705484628677 KeyVer: 4005 KeyCount: 2 Key: 0,-0.002705484628677,L, 48110581250,-0.002705506980419,L Color: 0,1,0 } Channel: "Z" { Default: -0.011575199663639 KeyVer: 4005 KeyCount: 2 Key: 0,-0.011575199663639,L, 48110581250,-0.011575248092413,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.568059118315114 KeyVer: 4005 KeyCount: 20 Key: 0,-4.568059118315114,L, 1924423250,-4.568060825862406,L, 3848846500,-4.568057410767821,L, 5773269750,-4.568056556994175,L, 7697693000,-4.568059545201937,L, 9622116250,-4.568056130107352,L, 11546539500,-4.568057837654645,L, 15395386000,-4.568056983880998,L, 23093079000,-4.568060398975583,L, 25017502250,-4.568055703220529,L, 26941925500,-4.568059972088760,L, 28866348750,-4.568052715012767,L, 30790772000,-4.568058264541468,L, 32715195250,-4.568060825862406,L, 34639618500,-4.568055276333705,L, 36564041750,-4.568059545201937,L, 42337311500,-4.568056556994175,L, 44261734750,-4.568059545201937,L, 46186158000,-4.568059972088760,L, 48110581250,-4.568056556994175,L Color: 1,0,0 } Channel: "Y" { Default: -9.088922483239154 KeyVer: 4005 KeyCount: 14 Key: 0,-9.088922483239154,L, 1924423250,-9.088923337012799,L, 5773269750,-9.088921629465508,L, 7697693000,-9.088923337012799,L, 15395386000,-9.088919068144568,L, 17319809250,-9.088921629465508,L, 26941925500,-9.088921629465508,L, 28866348750,-9.088919921918215,L, 34639618500,-9.088923337012799,L, 36564041750,-9.088919921918215,L, 38488465000,-9.088922483239154,L, 40412888250,-9.088921629465508,L, 46186158000,-9.088924190786447,L, 48110581250,-9.088919921918215,L Color: 0,1,0 } Channel: "Z" { Default: -17.921396976354085 KeyVer: 4005 KeyCount: 18 Key: 0,-17.921396976354085,L, 1924423250,-17.921398683901376,L, 3848846500,-17.921396976354085,L, 7697693000,-17.921398683901376,L, 9622116250,-17.921396976354085,L, 13470962750,-17.921398683901376,L, 15395386000,-17.921395268806791,L, 17319809250,-17.921398683901376,L, 25017502250,-17.921396976354085,L, 26941925500,-17.921400391448671,L, 28866348750,-17.921395268806791,L, 30790772000,-17.921396976354085,L, 32715195250,-17.921395268806791,L, 36564041750,-17.921400391448671,L, 40412888250,-17.921395268806791,L, 42337311500,-17.921396976354085,L, 44261734750,-17.921395268806791,L, 48110581250,-17.921398683901376,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059641882777214 KeyVer: 4005 KeyCount: 2 Key: 0,0.059641882777214,L, 48110581250,0.059641920030117,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000010244548 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000010244548,L, 48110581250,-0.000000040978193,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 48110581250,-0.000000033527613,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 32.361613872392340 KeyVer: 4005 KeyCount: 23 Key: 0,32.361613872392340,L, 1924423250,32.361617287486922,L, 3848846500,32.361610457297751,L, 5773269750,32.361613872392340,L, 7697693000,32.361610457297751,L, 9622116250,32.361613872392340,L, 13470962750,32.361613872392340,L, 15395386000,32.361610457297751,L, 17319809250,32.361613872392340,L, 19244232500,32.361613872392340,L, 21168655750,32.361610457297751,L, 23093079000,32.361610457297751,L, 25017502250,32.361613872392340,L, 26941925500,32.361610457297751,L, 28866348750,32.361613872392340,L, 30790772000,32.361613872392340,L, 32715195250,32.361607042203168,L, 36564041750,32.361613872392340,L, 38488465000,32.361610457297751,L, 42337311500,32.361610457297751,L, 44261734750,32.361613872392340,L, 46186158000,32.361610457297751,L, 48110581250,32.361613872392340,L Color: 1,0,0 } Channel: "Y" { Default: -18.154205681760928 KeyVer: 4005 KeyCount: 17 Key: 0,-18.154205681760928,L, 3848846500,-18.154205681760928,L, 5773269750,-18.154209096855514,L, 7697693000,-18.154203974213633,L, 15395386000,-18.154207389308219,L, 19244232500,-18.154203974213633,L, 21168655750,-18.154205681760928,L, 25017502250,-18.154203974213633,L, 26941925500,-18.154209096855514,L, 28866348750,-18.154205681760928,L, 34639618500,-18.154207389308219,L, 38488465000,-18.154205681760928,L, 40412888250,-18.154207389308219,L, 42337311500,-18.154205681760928,L, 44261734750,-18.154207389308219,L, 46186158000,-18.154203974213633,L, 48110581250,-18.154203974213633,L Color: 0,1,0 } Channel: "Z" { Default: -4.596131622690649 KeyVer: 4005 KeyCount: 11 Key: 0,-4.596131622690649,L, 19244232500,-4.596131622690649,L, 23093079000,-4.596133757124765,L, 26941925500,-4.596131195803826,L, 28866348750,-4.596132476464295,L, 30790772000,-4.596131622690649,L, 36564041750,-4.596133330237942,L, 38488465000,-4.596130342030180,L, 42337311500,-4.596133330237942,L, 44261734750,-4.596131195803826,L, 48110581250,-4.596131195803826,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 48110581250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 48110581250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033270057290792 KeyVer: 4005 KeyCount: 2 Key: 0,0.033270057290792,L, 48110581250,0.033270038664341,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000022351742 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000022351742,L, 48110581250,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000012107193 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000012107193,L, 48110581250,0.000000015832484,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.910438999047613 KeyVer: 4005 KeyCount: 15 Key: 0,-4.910438999047613,L, 1924423250,-4.910438572160790,L, 3848846500,-4.910435157066205,L, 5773269750,-4.910443694802668,L, 7697693000,-4.910438145273966,L, 9622116250,-4.910435583953028,L, 11546539500,-4.910441560368552,L, 13470962750,-4.910438145273966,L, 17319809250,-4.910436864613497,L, 21168655750,-4.910443694802668,L, 30790772000,-4.910434730179381,L, 34639618500,-4.910441560368552,L, 40412888250,-4.910436864613497,L, 42337311500,-4.910440279708082,L, 48110581250,-4.910432168858443,L Color: 1,0,0 } Channel: "Y" { Default: -10.123922392510854 KeyVer: 4005 KeyCount: 13 Key: 0,-10.123922392510854,L, 5773269750,-10.123921538737209,L, 7697693000,-10.123918977416270,L, 17319809250,-10.123918977416270,L, 19244232500,-10.123921538737209,L, 21168655750,-10.123919831189916,L, 25017502250,-10.123920684963563,L, 26941925500,-10.123918123642623,L, 28866348750,-10.123920684963563,L, 34639618500,-10.123920684963563,L, 36564041750,-10.123918977416270,L, 40412888250,-10.123921538737209,L, 48110581250,-10.123919831189916,L Color: 0,1,0 } Channel: "Z" { Default: -3.586088797759315 KeyVer: 4005 KeyCount: 4 Key: 0,-3.586088797759315,L, 42337311500,-3.586089651532962,L, 46186158000,-3.586087943985669,L, 48110581250,-3.586089224646138,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999701976776,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.022822396829724 KeyVer: 4005 KeyCount: 2 Key: 0,0.022822396829724,L, 48110581250,0.022822394967079,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000011175871,L, 48110581250,-0.000000033527613,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000011175871,L, 48110581250,0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.260868684603784 KeyVer: 4005 KeyCount: 20 Key: 0,-5.260868684603784,L, 7697693000,-5.260875087906131,L, 9622116250,-5.260879356774362,L, 11546539500,-5.260874234132484,L, 13470962750,-5.260876368566600,L, 17319809250,-5.260875087906131,L, 21168655750,-5.260868257716960,L, 23093079000,-5.260867403943315,L, 25017502250,-5.260872953472015,L, 26941925500,-5.260872099698369,L, 28866348750,-5.260874661019307,L, 30790772000,-5.260872953472015,L, 32715195250,-5.260869111490607,L, 34639618500,-5.260869111490607,L, 36564041750,-5.260871245924722,L, 40412888250,-5.260871245924722,L, 42337311500,-5.260868257716960,L, 44261734750,-5.260869111490607,L, 46186158000,-5.260873807245662,L, 48110581250,-5.260870392151076,L Color: 1,0,0 } Channel: "Y" { Default: -20.181499742518888 KeyVer: 4005 KeyCount: 16 Key: 0,-20.181499742518888,L, 1924423250,-20.181501450066179,L, 5773269750,-20.181499742518888,L, 7697693000,-20.181501450066179,L, 15395386000,-20.181503157613470,L, 17319809250,-20.181501450066179,L, 26941925500,-20.181503157613470,L, 28866348750,-20.181499742518888,L, 30790772000,-20.181501450066179,L, 34639618500,-20.181501450066179,L, 36564041750,-20.181504865160765,L, 38488465000,-20.181501450066179,L, 40412888250,-20.181503157613470,L, 44261734750,-20.181498034971593,L, 46186158000,-20.181503157613470,L, 48110581250,-20.181499742518888,L Color: 0,1,0 } Channel: "Z" { Default: -1.445906544338311 KeyVer: 4005 KeyCount: 16 Key: 0,-1.445906544338311,L, 1924423250,-1.445902062026668,L, 9622116250,-1.445904730069313,L, 13470962750,-1.445901635139845,L, 15395386000,-1.445904836791019,L, 17319809250,-1.445903449408843,L, 23093079000,-1.445905690564665,L, 25017502250,-1.445904836791019,L, 26941925500,-1.445901421696433,L, 28866348750,-1.445904089739078,L, 36564041750,-1.445905904008076,L, 38488465000,-1.445904089739078,L, 40412888250,-1.445907611555369,L, 42337311500,-1.445903022522020,L, 44261734750,-1.445903769573961,L, 48110581250,-1.445899607427435,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_04_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011944949626923 KeyVer: 4005 KeyCount: 2 Key: 0,0.011944949626923,L, 48110581250,0.011944994330406,L Color: 1,0,0 } Channel: "Y" { Default: -0.017235808074474 KeyVer: 4005 KeyCount: 2 Key: 0,-0.017235808074474,L, 48110581250,-0.017235785722733,L Color: 0,1,0 } Channel: "Z" { Default: -0.009000942111015 KeyVer: 4005 KeyCount: 2 Key: 0,-0.009000942111015,L, 48110581250,-0.009000938385725,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -13.766964295777417 KeyVer: 4005 KeyCount: 16 Key: 0,-13.766964295777417,L, 3848846500,-13.766965149551062,L, 5773269750,-13.766960026909185,L, 11546539500,-13.766962588230124,L, 13470962750,-13.766960026909185,L, 15395386000,-13.766966003324709,L, 17319809250,-13.766967710872002,L, 21168655750,-13.766964295777417,L, 23093079000,-13.766969418419293,L, 26941925500,-13.766960880682831,L, 28866348750,-13.766960026909185,L, 34639618500,-13.766967710872002,L, 38488465000,-13.766961734456478,L, 44261734750,-13.766964295777417,L, 46186158000,-13.766966857098355,L, 48110581250,-13.766963442003771,L Color: 1,0,0 } Channel: "Y" { Default: 1.445529069664963 KeyVer: 4005 KeyCount: 16 Key: 0,1.445529069664963,L, 1924423250,1.445521599145558,L, 3848846500,1.445526294900612,L, 9622116250,1.445524587353320,L, 13470962750,1.445526935230847,L, 15395386000,1.445524587353320,L, 17319809250,1.445526081457201,L, 23093079000,1.445524907518437,L, 30790772000,1.445526935230847,L, 32715195250,1.445524587353320,L, 36564041750,1.445525120961849,L, 38488465000,1.445528856221551,L, 40412888250,1.445529283108374,L, 42337311500,1.445523840301379,L, 46186158000,1.445525547848672,L, 48110581250,1.445524160466497,L Color: 0,1,0 } Channel: "Z" { Default: -24.693428793121740 KeyVer: 4005 KeyCount: 13 Key: 0,-24.693428793121740,L, 7697693000,-24.693425378027154,L, 11546539500,-24.693428793121740,L, 13470962750,-24.693427085574445,L, 25017502250,-24.693428793121740,L, 26941925500,-24.693425378027154,L, 28866348750,-24.693428793121740,L, 32715195250,-24.693427085574445,L, 34639618500,-24.693433915763617,L, 38488465000,-24.693425378027154,L, 40412888250,-24.693427085574445,L, 42337311500,-24.693423670479863,L, 48110581250,-24.693427085574445,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.062076792120934 KeyVer: 4005 KeyCount: 2 Key: 0,0.062076792120934,L, 48110581250,0.062076795846224,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000013969839 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000013969839,L, 48110581250,0.000000003725290,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000009313226,L, 48110581250,0.000000046566129,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 23.100958235304507 KeyVer: 4005 KeyCount: 16 Key: 0,23.100958235304507,L, 3848846500,23.100963357946384,L, 5773269750,23.100959942851798,L, 9622116250,23.100963357946384,L, 11546539500,23.100958235304507,L, 13470962750,23.100959942851798,L, 19244232500,23.100958235304507,L, 21168655750,23.100959942851798,L, 28866348750,23.100958235304507,L, 30790772000,23.100963357946384,L, 32715195250,23.100958235304507,L, 34639618500,23.100959942851798,L, 42337311500,23.100961650399093,L, 44261734750,23.100956527757216,L, 46186158000,23.100961650399093,L, 48110581250,23.100959942851798,L Color: 1,0,0 } Channel: "Y" { Default: -20.646777351421363 KeyVer: 4005 KeyCount: 19 Key: 0,-20.646777351421363,L, 5773269750,-20.646780766515949,L, 7697693000,-20.646777351421363,L, 9622116250,-20.646782474063240,L, 11546539500,-20.646782474063240,L, 15395386000,-20.646779058968658,L, 19244232500,-20.646784181610535,L, 23093079000,-20.646777351421363,L, 25017502250,-20.646777351421363,L, 26941925500,-20.646780766515949,L, 28866348750,-20.646780766515949,L, 30790772000,-20.646784181610535,L, 32715195250,-20.646779058968658,L, 34639618500,-20.646784181610535,L, 38488465000,-20.646782474063240,L, 40412888250,-20.646779058968658,L, 42337311500,-20.646779058968658,L, 44261734750,-20.646782474063240,L, 48110581250,-20.646777351421363,L Color: 0,1,0 } Channel: "Z" { Default: -1.621434188436041 KeyVer: 4005 KeyCount: 4 Key: 0,-1.621434188436041,L, 15395386000,-1.621435042209687,L, 17319809250,-1.621433868270924,L, 48110581250,-1.621435575818216,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.021206486970186 KeyVer: 4005 KeyCount: 2 Key: 0,0.021206486970186,L, 48110581250,0.021206509321928,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000011175871,L, 48110581250,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000026077032,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.047993808301747 KeyVer: 4005 KeyCount: 16 Key: 0,-0.047993808301747,L, 11546539500,-0.047989652825328,L, 17319809250,-0.047991847290403,L, 19244232500,-0.047985490678802,L, 21168655750,-0.047990740052705,L, 25017502250,-0.047987898587289,L, 26941925500,-0.047989432711810,L, 28866348750,-0.047987905257396,L, 30790772000,-0.047991623841831,L, 32715195250,-0.047987678473771,L, 34639618500,-0.047987024803323,L, 38488465000,-0.047992054063708,L, 40412888250,-0.047989652825328,L, 42337311500,-0.047991407063367,L, 44261734750,-0.047987898587289,L, 48110581250,-0.047988558927844,L Color: 1,0,0 } Channel: "Y" { Default: -13.134026887092523 KeyVer: 4005 KeyCount: 4 Key: 0,-13.134026887092523,L, 1924423250,-13.134028594639815,L, 3848846500,-13.134026033318877,L, 48110581250,-13.134026887092523,L Color: 0,1,0 } Channel: "Z" { Default: -9.070088236602871 KeyVer: 4005 KeyCount: 5 Key: 0,-9.070088236602871,L, 1924423250,-9.070089944150164,L, 34639618500,-9.070088236602871,L, 40412888250,-9.070090797923809,L, 48110581250,-9.070087382829223,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.019373580813408 KeyVer: 4005 KeyCount: 2 Key: 0,0.019373580813408,L, 48110581250,0.019373543560505,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000000000,L, 48110581250,-0.000000052154064,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000033527613 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000033527613,L, 48110581250,0.000000018626451,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.340861230859231 KeyVer: 4005 KeyCount: 22 Key: 0,0.340861230859231,L, 1924423250,0.340867127233476,L, 3848846500,0.340866513583667,L, 7697693000,0.340860697250702,L, 9622116250,0.340865766531727,L, 11546539500,0.340867153913902,L, 13470962750,0.340862831684818,L, 15395386000,0.340866673666226,L, 17319809250,0.340862324756716,L, 19244232500,0.340865953294712,L, 21168655750,0.340861444302643,L, 23093079000,0.340862031272025,L, 25017502250,0.340866700346653,L, 26941925500,0.340864912758081,L, 28866348750,0.340868888141621,L, 30790772000,0.340861230859231,L, 34639618500,0.340864966118934,L, 36564041750,0.340862538200127,L, 38488465000,0.340865206242772,L, 44261734750,0.340863205210788,L, 46186158000,0.340865659810021,L, 48110581250,0.340861470983069,L Color: 1,0,0 } Channel: "Y" { Default: -12.482318411021168 KeyVer: 4005 KeyCount: 12 Key: 0,-12.482318411021168,L, 7697693000,-12.482320118568461,L, 9622116250,-12.482317557247523,L, 11546539500,-12.482320118568461,L, 19244232500,-12.482318411021168,L, 25017502250,-12.482320972342109,L, 28866348750,-12.482318411021168,L, 30790772000,-12.482320118568461,L, 34639618500,-12.482319264794816,L, 36564041750,-12.482321826115754,L, 38488465000,-12.482318411021168,L, 48110581250,-12.482319264794816,L Color: 0,1,0 } Channel: "Z" { Default: -5.332977126105621 KeyVer: 4005 KeyCount: 16 Key: 0,-5.332977126105621,L, 7697693000,-5.332978833652913,L, 9622116250,-5.332976272331974,L, 11546539500,-5.332977979879266,L, 13470962750,-5.332977552992443,L, 15395386000,-5.332979687426559,L, 23093079000,-5.332979260539735,L, 28866348750,-5.332976699218797,L, 30790772000,-5.332980968087028,L, 32715195250,-5.332978833652913,L, 36564041750,-5.332979687426559,L, 38488465000,-5.332975418558328,L, 40412888250,-5.332978406766090,L, 44261734750,-5.332976272331974,L, 46186158000,-5.332980114313382,L, 48110581250,-5.332975418558328,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shoulder_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.147669464349747 KeyVer: 4005 KeyCount: 2 Key: 0,0.147669464349747,L, 48110581250,0.147669479250908,L Color: 1,0,0 } Channel: "Y" { Default: 0.012407763861120 KeyVer: 4005 KeyCount: 2 Key: 0,0.012407763861120,L, 48110581250,0.012407762929797,L Color: 0,1,0 } Channel: "Z" { Default: 0.000787792552728 KeyVer: 4005 KeyCount: 2 Key: 0,0.000787792552728,L, 48110581250,0.000787859607954,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 145.029777967741182 KeyVer: 4005 KeyCount: 4 Key: 0,145.029777967741182,L, 1924423250,145.029791628119511,L, 3848846500,145.029777967741182,L, 48110581250,145.029777967741182,L Color: 1,0,0 } Channel: "Y" { Default: 5.738622060912094 KeyVer: 4005 KeyCount: 15 Key: 0,5.738622060912094,L, 1924423250,5.738619499591156,L, 3848846500,5.738622487798918,L, 9622116250,5.738619926477979,L, 11546539500,5.738624195346210,L, 19244232500,5.738620780251625,L, 21168655750,5.738623341572564,L, 23093079000,5.738620780251625,L, 32715195250,5.738624195346210,L, 34639618500,5.738622487798918,L, 36564041750,5.738624622233034,L, 38488465000,5.738621634025272,L, 40412888250,5.738620780251625,L, 46186158000,5.738622914685741,L, 48110581250,5.738620780251625,L Color: 0,1,0 } Channel: "Z" { Default: 118.973289303096962 KeyVer: 4005 KeyCount: 1 Key: 0,118.973289303096962,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::upper_arm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.214629009366035 KeyVer: 4005 KeyCount: 2 Key: 0,0.214629009366035,L, 48110581250,0.214628979563713,L Color: 1,0,0 } Channel: "Y" { Default: 0.004128910601139 KeyVer: 4005 KeyCount: 2 Key: 0,0.004128910601139,L, 48110581250,0.004128914326429,L Color: 0,1,0 } Channel: "Z" { Default: -0.009519902989268 KeyVer: 4005 KeyCount: 2 Key: 0,-0.009519902989268,L, 48110581250,-0.009519897401333,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -102.689858774621499 KeyVer: 4005 KeyCount: 26 Key: 0,-102.689858774621499,L, 1924423250,-102.879157467468133,L, 3848846500,-103.411201883054687,L, 5773269750,-104.179044919357239,L, 7697693000,-105.047517132701458,L, 9622116250,-105.900088665657904,L, 11546539500,-106.660275059900883,L, 13470962750,-107.291562124127580,L, 15395386000,-107.785869744549856,L, 17319809250,-108.150198865066983,L, 19244232500,-108.396946279022515,L, 21168655750,-108.538331194841575,L, 23093079000,-108.583909047173009,L, 25017502250,-108.550557233455876,L, 26941925500,-108.447619452474768,L, 28866348750,-108.269583741569477,L, 30790772000,-108.009189609652282,L, 32715195250,-107.658391093880923,L, 34639618500,-107.209804759762648,L, 36564041750,-106.660268229711718,L, 38488465000,-106.015559843765971,L, 40412888250,-105.296900999676595,L, 42337311500,-104.546536417460075,L, 44261734750,-103.829735384824957,L, 46186158000,-103.229423228484222,L, 48110581250,-102.829467841256360,L Color: 1,0,0 } Channel: "Y" { Default: 51.174027808993522 KeyVer: 4005 KeyCount: 26 Key: 0,51.174027808993522,L, 1924423250,51.056555385458644,L, 3848846500,50.714120436325956,L, 5773269750,50.184965190758319,L, 7697693000,49.529769049342036,L, 9622116250,48.817827696301364,L, 11546539500,48.115093438261859,L, 13470962750,47.474889562073727,L, 15395386000,46.933422900527155,L, 17319809250,46.510265360688798,L, 19244232500,46.211833905283861,L, 21168655750,46.036601987032846,L, 23093079000,45.979460624436605,L, 25017502250,46.021309193481208,L, 26941925500,46.149361580040427,L, 28866348750,46.367053369266756,L, 30790772000,46.676501919802909,L, 32715195250,47.076614401381683,L, 34639618500,47.560939700332007,L, 36564041750,48.115110513734784,L, 38488465000,48.715504632345549,L, 40412888250,49.329125412284029,L, 42337311500,49.915616680839257,L, 44261734750,50.431091057499380,L, 46186158000,50.833218444883300,L, 48110581250,51.087608840520062,L Color: 0,1,0 } Channel: "Z" { Default: 16.270091169026447 KeyVer: 4005 KeyCount: 26 Key: 0,16.270091169026447,L, 1924423250,15.961849854426092,L, 3848846500,15.079401366492760,L, 5773269750,13.758240436660030,L, 7697693000,12.182037681898452,L, 9622116250,10.527903322480787,L, 11546539500,8.938690764897647,L, 13470962750,7.515535473962910,L, 15395386000,6.321769951868606,L, 17319809250,5.390532142033473,L, 19244232500,4.732813953266163,L, 21168655750,4.345680538657689,L, 23093079000,4.219259286649635,L, 25017502250,4.311889885286392,L, 26941925500,4.594947865530123,L, 28866348750,5.075091381161112,L, 30790772000,5.756423241436415,L, 32715195250,6.637026724520200,L, 34639618500,7.705906506509232,L, 36564041750,8.938709547917863,L, 38488465000,10.294140951911084,L, 40412888250,11.710370431027437,L, 42337311500,13.103029781091758,L, 44261734750,14.366780409629673,L, 46186158000,15.383684586469098,L, 48110581250,16.043052265920963,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 48110581250,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::forearm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.211972683668137 KeyVer: 4005 KeyCount: 2 Key: 0,0.211972683668137,L, 48110581250,0.211972743272781,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000063853804 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000063853804,L, 48110581250,0.000000019907020,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000005355105 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000005355105,L, 48110581250,-0.000000000465661,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -13.353318648131930 KeyVer: 4005 KeyCount: 26 Key: 0,-13.353318648131930,L, 1924423250,-13.474087491714982,L, 3848846500,-13.847993391222101,L, 5773269750,-14.496779400102339,L, 7697693000,-15.441819741589578,L, 9622116250,-16.691867303105177,L, 11546539500,-18.224397828313755,L, 13470962750,-19.966155830819741,L, 15395386000,-21.782528527366132,L, 17319809250,-23.487183234753370,L, 19244232500,-24.876785221390467,L, 21168655750,-25.777714493670537,L, 23093079000,-26.086491978120737,L, 25017502250,-25.859476980677346,L, 26941925500,-25.190162838246664,L, 28866348750,-24.132670262264497,L, 30790772000,-22.783439816263996,L, 32715195250,-21.266092801580331,L, 34639618500,-19.708971887812449,L, 36564041750,-18.224380752840830,L, 38488465000,-16.894539506346671,L, 40412888250,-15.768067142389354,L, 42337311500,-14.864538983130100,L, 44261734750,-14.183566561559868,L, 46186158000,-13.714131075000152,L, 48110581250,-13.441788380903686,L Color: 1,0,0 } Channel: "Y" { Default: -31.282624983544878 KeyVer: 4005 KeyCount: 26 Key: 0,-31.282624983544878,L, 1924423250,-31.868925006803345,L, 3848846500,-33.580532846765649,L, 5773269750,-36.237011981033227,L, 7697693000,-39.556869823342758,L, 9622116250,-43.216744727818792,L, 11546539500,-46.895269463823524,L, 13470962750,-50.309626388394634,L, 15395386000,-53.243827844503699,L, 17319809250,-55.563179086623691,L, 19244232500,-57.209486903026182,L, 21168655750,-58.178881991546362,L, 23093079000,-58.495242693522556,L, 25017502250,-58.263412412714317,L, 26941925500,-57.554800776894020,L, 28866348750,-56.352339143325835,L, 30790772000,-54.649661775703315,L, 32715195250,-52.463885128086481,L, 34639618500,-49.847075732518277,L, 36564041750,-46.895242143066845,L, 38488465000,-43.748174426380046,L, 40412888250,-40.582251972489452,L, 42337311500,-37.597022173091290,L, 44261734750,-34.999251929834465,L, 46186158000,-32.984755936033800,L, 48110581250,-31.713876297549692,L Color: 0,1,0 } Channel: "Z" { Default: 9.837746004024194 KeyVer: 4005 KeyCount: 26 Key: 0,9.837746004024194,L, 1924423250,10.068382709274976,L, 3848846500,10.759953023116113,L, 5773269750,11.893329854550659,L, 7697693000,13.431168290517977,L, 9622116250,15.320853676294242,L, 11546539500,17.484806161965619,L, 13470962750,19.805552470223585,L, 15395386000,22.116741636285422,L, 17319809250,24.212638117066891,L, 19244232500,25.881029642603291,L, 21168655750,26.946907983338932,L, 23093079000,27.309693481103636,L, 25017502250,27.043095829872790,L, 26941925500,26.253080291977106,L, 28866348750,24.991583625865292,L, 30790772000,23.354663904476972,L, 32715195250,21.468893070868766,L, 34639618500,19.470207257449367,L, 36564041750,17.484789086492693,L, 38488465000,15.615368018210182,L, 40412888250,13.937953812780210,L, 42337311500,12.505525686273547,L, 44261734750,11.355534419682968,L, 46186158000,10.516020500872274,L, 48110581250,10.007087737889723,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 48110581250,0.999999761581421,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 48110581250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::hand_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.222559094429016 KeyVer: 4005 KeyCount: 2 Key: 0,0.222559094429016,L, 48110581250,0.222559079527855,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000001862645,L, 48110581250,0.000000026077032,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 48110581250,0.000000022351742,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -107.399772811147940 KeyVer: 4005 KeyCount: 15 Key: 0,-107.399772811147940,L, 1924423250,-107.399772811147940,L, 3848846500,-107.399779641337105,L, 7697693000,-107.399779641337105,L, 9622116250,-107.399772811147940,L, 11546539500,-107.399779641337105,L, 28866348750,-107.399779641337105,L, 30790772000,-107.399772811147940,L, 32715195250,-107.399772811147940,L, 34639618500,-107.399779641337105,L, 38488465000,-107.399779641337105,L, 40412888250,-107.399772811147940,L, 44261734750,-107.399772811147940,L, 46186158000,-107.399779641337105,L, 48110581250,-107.399772811147940,L Color: 1,0,0 } Channel: "Y" { Default: 3.413004760558859 KeyVer: 4005 KeyCount: 16 Key: 0,3.413004760558859,L, 3848846500,3.413001772351097,L, 7697693000,3.413002626124744,L, 9622116250,3.412999851360393,L, 19244232500,3.413005614332505,L, 21168655750,3.413002199237920,L, 23093079000,3.413001772351097,L, 25017502250,3.413008175653444,L, 26941925500,3.413003053011567,L, 28866348750,3.413004760558859,L, 30790772000,3.413001345464274,L, 34639618500,3.413001558907686,L, 36564041750,3.412999424473570,L, 42337311500,3.413000278247217,L, 44261734750,3.413004333672036,L, 48110581250,3.413004333672036,L Color: 0,1,0 } Channel: "Z" { Default: -0.062218127480474 KeyVer: 4005 KeyCount: 14 Key: 0,-0.062218127480474,L, 5773269750,-0.062220255244483,L, 7697693000,-0.062218554367297,L, 9622116250,-0.062220255244483,L, 17319809250,-0.062218120810367,L, 19244232500,-0.062220688801413,L, 21168655750,-0.062218981254120,L, 23093079000,-0.062221542575059,L, 28866348750,-0.062218981254120,L, 30790772000,-0.062220682131306,L, 36564041750,-0.062218981254120,L, 42337311500,-0.062221122358343,L, 44261734750,-0.062217267036721,L, 48110581250,-0.062218114140261,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023443479090929 KeyVer: 4005 KeyCount: 2 Key: 0,0.023443479090929,L, 48110581250,0.023443471640348,L Color: 1,0,0 } Channel: "Y" { Default: -0.017202794551849 KeyVer: 4005 KeyCount: 2 Key: 0,-0.017202794551849,L, 48110581250,-0.017202779650688,L Color: 0,1,0 } Channel: "Z" { Default: -0.001944918185472 KeyVer: 4005 KeyCount: 2 Key: 0,-0.001944918185472,L, 48110581250,-0.001944944262505,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -12.599440787361088 KeyVer: 4005 KeyCount: 19 Key: 0,-12.599440787361088,L, 3848846500,-12.599435664719209,L, 7697693000,-12.599440787361088,L, 9622116250,-12.599439933587441,L, 11546539500,-12.599436518492857,L, 13470962750,-12.599437372266502,L, 15395386000,-12.599443348682026,L, 19244232500,-12.599433957171916,L, 23093079000,-12.599442494908379,L, 25017502250,-12.599435664719209,L, 28866348750,-12.599438226040148,L, 30790772000,-12.599433957171916,L, 32715195250,-12.599436518492857,L, 34639618500,-12.599442494908379,L, 36564041750,-12.599439933587441,L, 38488465000,-12.599443348682026,L, 44261734750,-12.599436518492857,L, 46186158000,-12.599437372266502,L, 48110581250,-12.599435664719209,L Color: 1,0,0 } Channel: "Y" { Default: -24.543806669163654 KeyVer: 4005 KeyCount: 17 Key: 0,-24.543806669163654,L, 3848846500,-24.543803254069068,L, 5773269750,-24.543810084258240,L, 7697693000,-24.543804961616363,L, 15395386000,-24.543806669163654,L, 19244232500,-24.543804961616363,L, 23093079000,-24.543799838974486,L, 25017502250,-24.543806669163654,L, 26941925500,-24.543801546521777,L, 28866348750,-24.543806669163654,L, 32715195250,-24.543801546521777,L, 34639618500,-24.543806669163654,L, 40412888250,-24.543799838974486,L, 42337311500,-24.543810084258240,L, 44261734750,-24.543803254069068,L, 46186158000,-24.543804961616363,L, 48110581250,-24.543801546521777,L Color: 0,1,0 } Channel: "Z" { Default: -8.554910119397997 KeyVer: 4005 KeyCount: 13 Key: 0,-8.554910119397997,L, 1924423250,-8.554907558077058,L, 7697693000,-8.554908411850706,L, 9622116250,-8.554904996756120,L, 11546539500,-8.554909265624351,L, 19244232500,-8.554909265624351,L, 23093079000,-8.554912680718937,L, 26941925500,-8.554909265624351,L, 32715195250,-8.554913534492583,L, 34639618500,-8.554908411850706,L, 36564041750,-8.554909265624351,L, 42337311500,-8.554906704303413,L, 48110581250,-8.554908411850706,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.058449029922485 KeyVer: 4005 KeyCount: 2 Key: 0,0.058449029922485,L, 48110581250,0.058449085801840,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000014901161,L, 48110581250,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725290,L, 48110581250,0.000000018626451,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -18.803268313302553 KeyVer: 4005 KeyCount: 19 Key: 0,-18.803268313302553,L, 1924423250,-18.803273435944430,L, 5773269750,-18.803270020849844,L, 7697693000,-18.803273435944430,L, 15395386000,-18.803271728397135,L, 17319809250,-18.803276851039012,L, 19244232500,-18.803270020849844,L, 23093079000,-18.803273435944430,L, 25017502250,-18.803271728397135,L, 26941925500,-18.803273435944430,L, 30790772000,-18.803268313302553,L, 32715195250,-18.803275143491721,L, 34639618500,-18.803271728397135,L, 36564041750,-18.803273435944430,L, 38488465000,-18.803271728397135,L, 40412888250,-18.803275143491721,L, 42337311500,-18.803275143491721,L, 44261734750,-18.803270020849844,L, 48110581250,-18.803275143491721,L Color: 1,0,0 } Channel: "Y" { Default: -5.087938113216241 KeyVer: 4005 KeyCount: 13 Key: 0,-5.087938113216241,L, 7697693000,-5.087936832555772,L, 21168655750,-5.087940674537180,L, 23093079000,-5.087938113216241,L, 28866348750,-5.087939393876710,L, 30790772000,-5.087937259442595,L, 32715195250,-5.087939393876710,L, 34639618500,-5.087937686329418,L, 38488465000,-5.087937686329418,L, 40412888250,-5.087939820763534,L, 42337311500,-5.087936832555772,L, 44261734750,-5.087938113216241,L, 48110581250,-5.087937259442595,L Color: 0,1,0 } Channel: "Z" { Default: 17.280078071783951 KeyVer: 4005 KeyCount: 16 Key: 0,17.280078071783951,L, 1924423250,17.280079779331242,L, 3848846500,17.280078071783951,L, 5773269750,17.280081486878537,L, 13470962750,17.280083194425828,L, 17319809250,17.280079779331242,L, 19244232500,17.280083194425828,L, 21168655750,17.280076364236660,L, 25017502250,17.280084901973122,L, 26941925500,17.280079779331242,L, 30790772000,17.280079779331242,L, 34639618500,17.280083194425828,L, 38488465000,17.280081486878537,L, 44261734750,17.280083194425828,L, 46186158000,17.280079779331242,L, 48110581250,17.280081486878537,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026524364948273 KeyVer: 4005 KeyCount: 2 Key: 0,0.026524364948273,L, 48110581250,0.026524338871241,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000026833732 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000026833732,L, 48110581250,0.000000010628355,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000008381903 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000008381903,L, 48110581250,0.000000013038516,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 3.480001232353772 KeyVer: 4005 KeyCount: 17 Key: 0,3.480001232353772,L, 1924423250,3.479999524806479,L, 3848846500,3.480003153344476,L, 9622116250,3.479998884476245,L, 11546539500,3.480001659240595,L, 13470962750,3.479999738249891,L, 19244232500,3.479999097919656,L, 21168655750,3.480003153344476,L, 23093079000,3.479999097919656,L, 26941925500,3.480001659240595,L, 28866348750,3.479998884476245,L, 36564041750,3.479999524806479,L, 38488465000,3.479997176928952,L, 42337311500,3.479999951693303,L, 44261734750,3.480004434004945,L, 46186158000,3.479999524806479,L, 48110581250,3.480001232353772,L Color: 1,0,0 } Channel: "Y" { Default: -17.973291046120472 KeyVer: 4005 KeyCount: 17 Key: 0,-17.973291046120472,L, 1924423250,-17.973292753667767,L, 3848846500,-17.973291046120472,L, 5773269750,-17.973292753667767,L, 7697693000,-17.973291046120472,L, 13470962750,-17.973291046120472,L, 15395386000,-17.973294461215058,L, 17319809250,-17.973289338573181,L, 21168655750,-17.973292753667767,L, 25017502250,-17.973291046120472,L, 26941925500,-17.973292753667767,L, 28866348750,-17.973291046120472,L, 30790772000,-17.973292753667767,L, 32715195250,-17.973291046120472,L, 38488465000,-17.973292753667767,L, 40412888250,-17.973291046120472,L, 48110581250,-17.973292753667767,L Color: 0,1,0 } Channel: "Z" { Default: 0.340435864820413 KeyVer: 4005 KeyCount: 5 Key: 0,0.340435864820413,L, 25017502250,0.340437038759177,L, 30790772000,0.340434690881650,L, 34639618500,0.340436691913633,L, 48110581250,0.340436184985531,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023733491078019 KeyVer: 4005 KeyCount: 2 Key: 0,0.023733491078019,L, 48110581250,0.023733505979180,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000025145710 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000025145710,L, 48110581250,-0.000000039581209,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000029802322,L, 48110581250,0.000000026077032,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.666182355235513 KeyVer: 4005 KeyCount: 16 Key: 0,5.666182355235513,L, 5773269750,5.666184916556452,L, 7697693000,5.666182355235513,L, 9622116250,5.666184916556452,L, 11546539500,5.666189612311506,L, 13470962750,5.666183635895982,L, 21168655750,5.666183635895982,L, 23093079000,5.666186197216921,L, 25017502250,5.666183209009160,L, 26941925500,5.666186624103744,L, 28866348750,5.666184489669629,L, 34639618500,5.666183635895982,L, 36564041750,5.666186197216921,L, 44261734750,5.666183635895982,L, 46186158000,5.666185343443275,L, 48110581250,5.666183635895982,L Color: 1,0,0 } Channel: "Y" { Default: -13.961954243749952 KeyVer: 4005 KeyCount: 18 Key: 0,-13.961954243749952,L, 3848846500,-13.961955951297245,L, 5773269750,-13.961951682429014,L, 7697693000,-13.961953389976307,L, 9622116250,-13.961952536202661,L, 11546539500,-13.961954243749952,L, 13470962750,-13.961953389976307,L, 15395386000,-13.961949974881721,L, 25017502250,-13.961954243749952,L, 26941925500,-13.961950828655368,L, 28866348750,-13.961949974881721,L, 30790772000,-13.961951682429014,L, 32715195250,-13.961949121108075,L, 34639618500,-13.961954243749952,L, 36564041750,-13.961952536202661,L, 42337311500,-13.961954243749952,L, 44261734750,-13.961952536202661,L, 48110581250,-13.961952536202661,L Color: 0,1,0 } Channel: "Z" { Default: 5.311093200004930 KeyVer: 4005 KeyCount: 12 Key: 0,5.311093200004930,L, 5773269750,5.311092346231285,L, 9622116250,5.311094907552223,L, 19244232500,5.311094053778577,L, 21168655750,5.311092346231285,L, 25017502250,5.311094480665401,L, 28866348750,5.311092773118108,L, 36564041750,5.311092773118108,L, 38488465000,5.311094480665401,L, 40412888250,5.311093200004930,L, 42337311500,5.311094480665401,L, 48110581250,5.311093200004930,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.003173863515258 KeyVer: 4005 KeyCount: 2 Key: 0,0.003173863515258,L, 48110581250,0.003173913806677,L Color: 1,0,0 } Channel: "Y" { Default: -0.015621196478605 KeyVer: 4005 KeyCount: 2 Key: 0,-0.015621196478605,L, 48110581250,-0.015621218830347,L Color: 0,1,0 } Channel: "Z" { Default: 0.023463010787964 KeyVer: 4005 KeyCount: 2 Key: 0,0.023463010787964,L, 48110581250,0.023463033139706,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -49.844845675754271 KeyVer: 4005 KeyCount: 21 Key: 0,-49.844845675754271,L, 3848846500,-49.844845675754271,L, 5773269750,-49.844849090848854,L, 7697693000,-49.844842260659682,L, 9622116250,-49.844845675754271,L, 11546539500,-49.844842260659682,L, 15395386000,-49.844842260659682,L, 17319809250,-49.844849090848854,L, 21168655750,-49.844842260659682,L, 23093079000,-49.844845675754271,L, 26941925500,-49.844845675754271,L, 28866348750,-49.844842260659682,L, 30790772000,-49.844845675754271,L, 32715195250,-49.844845675754271,L, 34639618500,-49.844838845565100,L, 36564041750,-49.844845675754271,L, 40412888250,-49.844845675754271,L, 42337311500,-49.844852505943443,L, 44261734750,-49.844845675754271,L, 46186158000,-49.844845675754271,L, 48110581250,-49.844842260659682,L Color: 1,0,0 } Channel: "Y" { Default: -16.105152345854631 KeyVer: 4005 KeyCount: 17 Key: 0,-16.105152345854631,L, 1924423250,-16.105148930760045,L, 3848846500,-16.105155760949216,L, 7697693000,-16.105150638307340,L, 11546539500,-16.105155760949216,L, 13470962750,-16.105154053401922,L, 19244232500,-16.105155760949216,L, 21168655750,-16.105152345854631,L, 28866348750,-16.105157468496508,L, 30790772000,-16.105148930760045,L, 32715195250,-16.105152345854631,L, 34639618500,-16.105150638307340,L, 40412888250,-16.105155760949216,L, 42337311500,-16.105150638307340,L, 44261734750,-16.105155760949216,L, 46186158000,-16.105152345854631,L, 48110581250,-16.105154053401922,L Color: 0,1,0 } Channel: "Z" { Default: -17.567208979207120 KeyVer: 4005 KeyCount: 19 Key: 0,-17.567208979207120,L, 1924423250,-17.567208979207120,L, 3848846500,-17.567212394301706,L, 5773269750,-17.567219224490874,L, 7697693000,-17.567212394301706,L, 9622116250,-17.567215809396291,L, 11546539500,-17.567214101848997,L, 13470962750,-17.567208979207120,L, 15395386000,-17.567207271659829,L, 17319809250,-17.567212394301706,L, 21168655750,-17.567212394301706,L, 25017502250,-17.567208979207120,L, 26941925500,-17.567214101848997,L, 30790772000,-17.567208979207120,L, 34639618500,-17.567210686754411,L, 36564041750,-17.567214101848997,L, 40412888250,-17.567208979207120,L, 44261734750,-17.567214101848997,L, 48110581250,-17.567214101848997,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033066459000111 KeyVer: 4005 KeyCount: 2 Key: 0,0.033066459000111,L, 48110581250,0.033066440373659,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000037252903 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000037252903,L, 48110581250,0.000000029802322,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 48110581250,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 7.590361903867584 KeyVer: 4005 KeyCount: 13 Key: 0,7.590361903867584,L, 3848846500,7.590358488772999,L, 5773269750,7.590361903867584,L, 19244232500,7.590360196320292,L, 21168655750,7.590357634999353,L, 23093079000,7.590360196320292,L, 25017502250,7.590357634999353,L, 28866348750,7.590360196320292,L, 32715195250,7.590360196320292,L, 34639618500,7.590364465188522,L, 38488465000,7.590360196320292,L, 42337311500,7.590361903867584,L, 48110581250,7.590361050093938,L Color: 1,0,0 } Channel: "Y" { Default: -15.050606996499321 KeyVer: 4005 KeyCount: 20 Key: 0,-15.050606996499321,L, 1924423250,-15.050605288952028,L, 3848846500,-15.050606996499321,L, 5773269750,-15.050605288952028,L, 9622116250,-15.050608704046612,L, 11546539500,-15.050605288952028,L, 17319809250,-15.050605288952028,L, 21168655750,-15.050612119141197,L, 23093079000,-15.050606996499321,L, 25017502250,-15.050606996499321,L, 26941925500,-15.050610411593905,L, 28866348750,-15.050605288952028,L, 30790772000,-15.050608704046612,L, 32715195250,-15.050603581404735,L, 34639618500,-15.050606996499321,L, 38488465000,-15.050608704046612,L, 40412888250,-15.050603581404735,L, 42337311500,-15.050605288952028,L, 44261734750,-15.050610411593905,L, 48110581250,-15.050605288952028,L Color: 0,1,0 } Channel: "Z" { Default: 21.255145715888112 KeyVer: 4005 KeyCount: 19 Key: 0,21.255145715888112,L, 3848846500,21.255144008340817,L, 9622116250,21.255145715888112,L, 11546539500,21.255140593246232,L, 13470962750,21.255145715888112,L, 15395386000,21.255147423435403,L, 19244232500,21.255145715888112,L, 21168655750,21.255142300793526,L, 23093079000,21.255147423435403,L, 25017502250,21.255145715888112,L, 26941925500,21.255147423435403,L, 28866348750,21.255144008340817,L, 30790772000,21.255147423435403,L, 32715195250,21.255145715888112,L, 38488465000,21.255145715888112,L, 40412888250,21.255142300793526,L, 42337311500,21.255145715888112,L, 44261734750,21.255144008340817,L, 48110581250,21.255145715888112,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026086281985044 KeyVer: 4005 KeyCount: 2 Key: 0,0.026086281985044,L, 48110581250,0.026086315512657,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000018626451 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000018626451,L, 48110581250,-0.000000024214387,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725290,L, 48110581250,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -3.311975377120526 KeyVer: 4005 KeyCount: 20 Key: 0,-3.311975377120526,L, 1924423250,-3.311973883016645,L, 3848846500,-3.311976871224407,L, 5773269750,-3.311975590563938,L, 9622116250,-3.311976871224407,L, 11546539500,-3.311974736790292,L, 13470962750,-3.311976444337584,L, 19244232500,-3.311975590563938,L, 21168655750,-3.311972815799587,L, 23093079000,-3.311973883016645,L, 25017502250,-3.311978578771700,L, 26941925500,-3.311974736790292,L, 32715195250,-3.311974309903468,L, 34639618500,-3.311977724998053,L, 36564041750,-3.311975377120526,L, 38488465000,-3.311976657780995,L, 40412888250,-3.311974096460057,L, 42337311500,-3.311975377120526,L, 44261734750,-3.311973669573234,L, 48110581250,-3.311973883016645,L Color: 1,0,0 } Channel: "Y" { Default: 8.854103140895392 KeyVer: 4005 KeyCount: 18 Key: 0,8.854103140895392,L, 5773269750,8.854107409763623,L, 7697693000,8.854103994669037,L, 9622116250,8.854104848442685,L, 11546539500,8.854103140895392,L, 15395386000,8.854103140895392,L, 17319809250,8.854105702216330,L, 19244232500,8.854102287121744,L, 21168655750,8.854104848442685,L, 23093079000,8.854103140895392,L, 26941925500,8.854105702216330,L, 30790772000,8.854103994669037,L, 32715195250,8.854105702216330,L, 36564041750,8.854103994669037,L, 38488465000,8.854104848442685,L, 40412888250,8.854102287121744,L, 44261734750,8.854104848442685,L, 48110581250,8.854103140895392,L Color: 0,1,0 } Channel: "Z" { Default: 12.936357797418053 KeyVer: 4005 KeyCount: 8 Key: 0,12.936357797418053,L, 1924423250,12.936356943644407,L, 5773269750,12.936358651191700,L, 11546539500,12.936356943644407,L, 19244232500,12.936359504965345,L, 21168655750,12.936356089870761,L, 40412888250,12.936358651191700,L, 48110581250,12.936356943644407,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.020897276699543 KeyVer: 4005 KeyCount: 2 Key: 0,0.020897276699543,L, 48110581250,0.020897291600704,L Color: 1,0,0 } Channel: "Y" { Default: -0.008608862757683 KeyVer: 4005 KeyCount: 2 Key: 0,-0.008608862757683,L, 48110581250,-0.008608855307102,L Color: 0,1,0 } Channel: "Z" { Default: -0.008577741682529 KeyVer: 4005 KeyCount: 2 Key: 0,-0.008577741682529,L, 48110581250,-0.008577801287174,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.272523121761925 KeyVer: 4005 KeyCount: 20 Key: 0,-5.272523121761925,L, 1924423250,-5.272520987327809,L, 5773269750,-5.272520560440985,L, 7697693000,-5.272524402422394,L, 9622116250,-5.272520987327809,L, 11546539500,-5.272520987327809,L, 13470962750,-5.272526109969686,L, 15395386000,-5.272523121761925,L, 17319809250,-5.272527817516979,L, 19244232500,-5.272519706667339,L, 21168655750,-5.272524402422394,L, 28866348750,-5.272527390630155,L, 30790772000,-5.272517572233224,L, 32715195250,-5.272521414214632,L, 34639618500,-5.272528244403802,L, 36564041750,-5.272521841101454,L, 38488465000,-5.272520987327809,L, 40412888250,-5.272526536856510,L, 46186158000,-5.272519279780516,L, 48110581250,-5.272523975535570,L Color: 1,0,0 } Channel: "Y" { Default: -17.111643899304386 KeyVer: 4005 KeyCount: 19 Key: 0,-17.111643899304386,L, 1924423250,-17.111642191757095,L, 5773269750,-17.111643899304386,L, 13470962750,-17.111642191757095,L, 15395386000,-17.111645606851678,L, 17319809250,-17.111642191757095,L, 19244232500,-17.111643899304386,L, 23093079000,-17.111642191757095,L, 25017502250,-17.111645606851678,L, 26941925500,-17.111642191757095,L, 28866348750,-17.111645606851678,L, 30790772000,-17.111640484209801,L, 34639618500,-17.111643899304386,L, 36564041750,-17.111642191757095,L, 40412888250,-17.111642191757095,L, 42337311500,-17.111645606851678,L, 44261734750,-17.111640484209801,L, 46186158000,-17.111643899304386,L, 48110581250,-17.111640484209801,L Color: 0,1,0 } Channel: "Z" { Default: 6.502368691259946 KeyVer: 4005 KeyCount: 16 Key: 0,6.502368691259946,L, 1924423250,6.502367410599477,L, 5773269750,6.502369118146769,L, 11546539500,6.502367410599477,L, 15395386000,6.502371252580884,L, 17319809250,6.502364849278537,L, 19244232500,6.502368691259946,L, 23093079000,6.502368264373122,L, 25017502250,6.502370825694062,L, 30790772000,6.502369118146769,L, 32715195250,6.502364849278537,L, 34639618500,6.502369545033592,L, 36564041750,6.502367410599477,L, 40412888250,6.502366556825830,L, 42337311500,6.502369545033592,L, 48110581250,6.502368264373122,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059462822973728 KeyVer: 4005 KeyCount: 2 Key: 0,0.059462822973728,L, 48110581250,0.059462830424309,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000011175871,L, 48110581250,0.000000020489097,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000007450581,L, 48110581250,0.000000022351742,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -27.786536307818221 KeyVer: 4005 KeyCount: 19 Key: 0,-27.786536307818221,L, 1924423250,-27.786541430460101,L, 5773269750,-27.786548260649269,L, 7697693000,-27.786548260649269,L, 11546539500,-27.786543138007392,L, 13470962750,-27.786543138007392,L, 15395386000,-27.786546553101978,L, 19244232500,-27.786541430460101,L, 21168655750,-27.786546553101978,L, 23093079000,-27.786546553101978,L, 25017502250,-27.786543138007392,L, 28866348750,-27.786546553101978,L, 30790772000,-27.786543138007392,L, 32715195250,-27.786543138007392,L, 36564041750,-27.786548260649269,L, 38488465000,-27.786541430460101,L, 42337311500,-27.786546553101978,L, 46186158000,-27.786546553101978,L, 48110581250,-27.786539722912806,L Color: 1,0,0 } Channel: "Y" { Default: -4.189089914198909 KeyVer: 4005 KeyCount: 9 Key: 0,-4.189089914198909,L, 13470962750,-4.189089914198909,L, 15395386000,-4.189092475519848,L, 26941925500,-4.189089060425263,L, 28866348750,-4.189092048633024,L, 30790772000,-4.189090341085732,L, 32715195250,-4.189091194859379,L, 40412888250,-4.189089487312086,L, 48110581250,-4.189091621746202,L Color: 0,1,0 } Channel: "Z" { Default: 7.215022518408412 KeyVer: 4005 KeyCount: 6 Key: 0,7.215022518408412,L, 9622116250,7.215022518408412,L, 11546539500,7.215020810861120,L, 15395386000,7.215022518408412,L, 17319809250,7.215020810861120,L, 48110581250,7.215022518408412,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 48110581250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.034587003290653 KeyVer: 4005 KeyCount: 2 Key: 0,0.034587003290653,L, 48110581250,0.034587010741234,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000027939677 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000027939677,L, 48110581250,0.000000013038516,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000033527613 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000033527613,L, 48110581250,0.000000005587935,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 9.000190641958000 KeyVer: 4005 KeyCount: 18 Key: 0,9.000190641958000,L, 5773269750,9.000188934410707,L, 7697693000,9.000193203278938,L, 9622116250,9.000189788184352,L, 13470962750,9.000191495731645,L, 15395386000,9.000188080637061,L, 17319809250,9.000191495731645,L, 19244232500,9.000188934410707,L, 21168655750,9.000192349505292,L, 23093079000,9.000188080637061,L, 26941925500,9.000189788184352,L, 28866348750,9.000187226863414,L, 32715195250,9.000192349505292,L, 38488465000,9.000187226863414,L, 42337311500,9.000190641958000,L, 44261734750,9.000188080637061,L, 46186158000,9.000191495731645,L, 48110581250,9.000190641958000,L Color: 1,0,0 } Channel: "Y" { Default: -18.853169675378592 KeyVer: 4005 KeyCount: 15 Key: 0,-18.853169675378592,L, 1924423250,-18.853166260284009,L, 3848846500,-18.853169675378592,L, 7697693000,-18.853167967831300,L, 17319809250,-18.853169675378592,L, 19244232500,-18.853167967831300,L, 23093079000,-18.853169675378592,L, 26941925500,-18.853167967831300,L, 28866348750,-18.853169675378592,L, 30790772000,-18.853167967831300,L, 32715195250,-18.853171382925886,L, 34639618500,-18.853167967831300,L, 42337311500,-18.853169675378592,L, 44261734750,-18.853166260284009,L, 48110581250,-18.853169675378592,L Color: 0,1,0 } Channel: "Z" { Default: 0.342227108610673 KeyVer: 4005 KeyCount: 3 Key: 0,0.342227108610673,L, 1924423250,0.342225614506792,L, 48110581250,0.342226628362997,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025573445484042 KeyVer: 4005 KeyCount: 2 Key: 0,0.025573445484042,L, 48110581250,0.025573397055268,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000022351742 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000022351742,L, 48110581250,0.000000033527613,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000011175871,L, 48110581250,-0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.076920705667713 KeyVer: 4005 KeyCount: 14 Key: 0,4.076920705667713,L, 1924423250,4.076923266988651,L, 7697693000,4.076916436799482,L, 9622116250,4.076919851894067,L, 11546539500,4.076919425007243,L, 15395386000,4.076921986328182,L, 17319809250,4.076917290573127,L, 25017502250,4.076920278780889,L, 28866348750,4.076916863686304,L, 30790772000,4.076920705667713,L, 32715195250,4.076918571233597,L, 34639618500,4.076919425007243,L, 36564041750,4.076918144346774,L, 48110581250,4.076920705667713,L Color: 1,0,0 } Channel: "Y" { Default: -10.993122021001673 KeyVer: 4005 KeyCount: 16 Key: 0,-10.993122021001673,L, 1924423250,-10.993118605907089,L, 3848846500,-10.993125436096259,L, 5773269750,-10.993122021001673,L, 9622116250,-10.993122021001673,L, 11546539500,-10.993117752133443,L, 13470962750,-10.993122021001673,L, 17319809250,-10.993120313454382,L, 19244232500,-10.993122874775320,L, 21168655750,-10.993121167228027,L, 23093079000,-10.993124582322613,L, 25017502250,-10.993122874775320,L, 38488465000,-10.993121167228027,L, 40412888250,-10.993125436096259,L, 42337311500,-10.993123728548966,L, 48110581250,-10.993123728548966,L Color: 0,1,0 } Channel: "Z" { Default: 2.069568235965223 KeyVer: 4005 KeyCount: 10 Key: 0,2.069568235965223,L, 1924423250,2.069566528417931,L, 3848846500,2.069568662852046,L, 7697693000,2.069568876295458,L, 11546539500,2.069566101531108,L, 15395386000,2.069568662852046,L, 32715195250,2.069566101531108,L, 38488465000,2.069568662852046,L, 40412888250,2.069567168748165,L, 48110581250,2.069567168748165,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999761581421,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 48110581250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.017974272370338 KeyVer: 4005 KeyCount: 2 Key: 0,0.017974272370338,L, 48110581250,0.017974268645048,L Color: 1,0,0 } Channel: "Y" { Default: 0.002705506980419 KeyVer: 4005 KeyCount: 2 Key: 0,0.002705506980419,L, 48110581250,0.002705514431000,L Color: 0,1,0 } Channel: "Z" { Default: -0.011575158685446 KeyVer: 4005 KeyCount: 2 Key: 0,-0.011575158685446,L, 48110581250,-0.011575169861317,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.568039481521250 KeyVer: 4005 KeyCount: 16 Key: 0,4.568039481521250,L, 5773269750,4.568040762181719,L, 7697693000,4.568036493313488,L, 11546539500,4.568040762181719,L, 13470962750,4.568038200860781,L, 19244232500,4.568043323502658,L, 21168655750,4.568040335294897,L, 23093079000,4.568042042842189,L, 28866348750,4.568039481521250,L, 30790772000,4.568047165484066,L, 34639618500,4.568038627747604,L, 40412888250,4.568040762181719,L, 42337311500,4.568035639539842,L, 44261734750,4.568042896615835,L, 46186158000,4.568043323502658,L, 48110581250,4.568040762181719,L Color: 1,0,0 } Channel: "Y" { Default: -9.088919921918215 KeyVer: 4005 KeyCount: 18 Key: 0,-9.088919921918215,L, 1924423250,-9.088921629465508,L, 7697693000,-9.088922483239154,L, 9622116250,-9.088917360597277,L, 15395386000,-9.088921629465508,L, 17319809250,-9.088918214370922,L, 19244232500,-9.088925044560092,L, 21168655750,-9.088921629465508,L, 25017502250,-9.088923337012799,L, 26941925500,-9.088920775691861,L, 28866348750,-9.088924190786447,L, 30790772000,-9.088922483239154,L, 38488465000,-9.088922483239154,L, 40412888250,-9.088919068144568,L, 42337311500,-9.088922483239154,L, 44261734750,-9.088920775691861,L, 46186158000,-9.088926752107385,L, 48110581250,-9.088918214370922,L Color: 0,1,0 } Channel: "Z" { Default: 17.921400391448671 KeyVer: 4005 KeyCount: 21 Key: 0,17.921400391448671,L, 3848846500,17.921400391448671,L, 7697693000,17.921403806543253,L, 9622116250,17.921398683901376,L, 11546539500,17.921403806543253,L, 17319809250,17.921396976354085,L, 19244232500,17.921403806543253,L, 21168655750,17.921396976354085,L, 23093079000,17.921400391448671,L, 25017502250,17.921398683901376,L, 26941925500,17.921400391448671,L, 28866348750,17.921398683901376,L, 30790772000,17.921400391448671,L, 32715195250,17.921395268806791,L, 34639618500,17.921405514090548,L, 36564041750,17.921402098995962,L, 38488465000,17.921402098995962,L, 40412888250,17.921398683901376,L, 42337311500,17.921402098995962,L, 44261734750,17.921400391448671,L, 48110581250,17.921400391448671,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059641905128956 KeyVer: 4005 KeyCount: 2 Key: 0,0.059641905128956,L, 48110581250,0.059641852974892,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725290,L, 48110581250,-0.000000010244548,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725290,L, 48110581250,0.000000040978193,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -32.361610457297751 KeyVer: 4005 KeyCount: 19 Key: 0,-32.361610457297751,L, 1924423250,-32.361613872392340,L, 5773269750,-32.361613872392340,L, 7697693000,-32.361610457297751,L, 9622116250,-32.361613872392340,L, 13470962750,-32.361607042203168,L, 15395386000,-32.361613872392340,L, 23093079000,-32.361613872392340,L, 25017502250,-32.361610457297751,L, 26941925500,-32.361613872392340,L, 28866348750,-32.361613872392340,L, 30790772000,-32.361610457297751,L, 32715195250,-32.361613872392340,L, 38488465000,-32.361613872392340,L, 40412888250,-32.361610457297751,L, 42337311500,-32.361613872392340,L, 44261734750,-32.361610457297751,L, 46186158000,-32.361613872392340,L, 48110581250,-32.361613872392340,L Color: 1,0,0 } Channel: "Y" { Default: -18.154215927044682 KeyVer: 4005 KeyCount: 19 Key: 0,-18.154215927044682,L, 1924423250,-18.154209096855514,L, 5773269750,-18.154212511950096,L, 7697693000,-18.154209096855514,L, 9622116250,-18.154212511950096,L, 13470962750,-18.154210804402805,L, 15395386000,-18.154212511950096,L, 17319809250,-18.154209096855514,L, 19244232500,-18.154210804402805,L, 26941925500,-18.154209096855514,L, 28866348750,-18.154210804402805,L, 30790772000,-18.154209096855514,L, 32715195250,-18.154210804402805,L, 34639618500,-18.154209096855514,L, 38488465000,-18.154214219497391,L, 40412888250,-18.154209096855514,L, 42337311500,-18.154210804402805,L, 44261734750,-18.154209096855514,L, 48110581250,-18.154212511950096,L Color: 0,1,0 } Channel: "Z" { Default: 4.596132049577472 KeyVer: 4005 KeyCount: 7 Key: 0,4.596132049577472,L, 5773269750,4.596133330237942,L, 7697693000,4.596131195803826,L, 30790772000,4.596130768917003,L, 32715195250,4.596132476464295,L, 34639618500,4.596131195803826,L, 48110581250,4.596133757124765,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033270057290792 KeyVer: 4005 KeyCount: 2 Key: 0,0.033270057290792,L, 48110581250,0.033269993960857,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000037252903 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000037252903,L, 48110581250,-0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 48110581250,0.000000011175871,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.910441987255375 KeyVer: 4005 KeyCount: 20 Key: 0,4.910441987255375,L, 1924423250,4.910441133481728,L, 3848846500,4.910444548576313,L, 5773269750,4.910438999047613,L, 7697693000,4.910438145273966,L, 9622116250,4.910443267915844,L, 11546539500,4.910440279708082,L, 13470962750,4.910444548576313,L, 17319809250,4.910444975463137,L, 19244232500,4.910442414142198,L, 23093079000,4.910443694802668,L, 25017502250,4.910438572160790,L, 26941925500,4.910442841029021,L, 34639618500,4.910446256123606,L, 36564041750,4.910444121689491,L, 38488465000,4.910445402349960,L, 40412888250,4.910444548576313,L, 44261734750,4.910437718387143,L, 46186158000,4.910441987255375,L, 48110581250,4.910441560368552,L Color: 1,0,0 } Channel: "Y" { Default: -10.123918977416270 KeyVer: 4005 KeyCount: 10 Key: 0,-10.123918977416270,L, 1924423250,-10.123919831189916,L, 5773269750,-10.123918123642623,L, 7697693000,-10.123919831189916,L, 17319809250,-10.123918123642623,L, 21168655750,-10.123919831189916,L, 25017502250,-10.123918123642623,L, 26941925500,-10.123919831189916,L, 42337311500,-10.123919831189916,L, 48110581250,-10.123917269868977,L Color: 0,1,0 } Channel: "Z" { Default: 3.586087517098846 KeyVer: 4005 KeyCount: 4 Key: 0,3.586087517098846,L, 11546539500,3.586090078419784,L, 13470962750,3.586087943985669,L, 48110581250,3.586089651532962,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.022822394967079 KeyVer: 4005 KeyCount: 2 Key: 0,0.022822394967079,L, 48110581250,0.022822437807918,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000037252903 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000037252903,L, 48110581250,0.000000018626451,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.260875087906131 KeyVer: 4005 KeyCount: 24 Key: 0,5.260875087906131,L, 1924423250,5.260882344982123,L, 3848846500,5.260874234132484,L, 5773269750,5.260882344982123,L, 7697693000,5.260881918095301,L, 9622116250,5.260878929887538,L, 11546539500,5.260871245924722,L, 13470962750,5.260882344982123,L, 15395386000,5.260872099698369,L, 17319809250,5.260874234132484,L, 23093079000,5.260875941679776,L, 25017502250,5.260881491208478,L, 26941925500,5.260879356774362,L, 28866348750,5.260879783661185,L, 30790772000,5.260875087906131,L, 32715195250,5.260878076113892,L, 34639618500,5.260878503000716,L, 36564041750,5.260875941679776,L, 38488465000,5.260878929887538,L, 40412888250,5.260879783661185,L, 42337311500,5.260877222340246,L, 44261734750,5.260879783661185,L, 46186158000,5.260872953472015,L, 48110581250,5.260879783661185,L Color: 1,0,0 } Channel: "Y" { Default: -20.181503157613470 KeyVer: 4005 KeyCount: 17 Key: 0,-20.181503157613470,L, 3848846500,-20.181501450066179,L, 5773269750,-20.181498034971593,L, 9622116250,-20.181501450066179,L, 13470962750,-20.181501450066179,L, 15395386000,-20.181498034971593,L, 17319809250,-20.181498034971593,L, 19244232500,-20.181501450066179,L, 21168655750,-20.181499742518888,L, 23093079000,-20.181501450066179,L, 26941925500,-20.181499742518888,L, 32715195250,-20.181501450066179,L, 34639618500,-20.181498034971593,L, 36564041750,-20.181501450066179,L, 38488465000,-20.181498034971593,L, 44261734750,-20.181501450066179,L, 48110581250,-20.181499742518888,L Color: 0,1,0 } Channel: "Z" { Default: 1.445906864503428 KeyVer: 4005 KeyCount: 13 Key: 0,1.445906864503428,L, 1924423250,1.445903235965432,L, 3848846500,1.445904730069313,L, 5773269750,1.445902275470080,L, 9622116250,1.445900674644493,L, 11546539500,1.445905477121253,L, 17319809250,1.445900888087905,L, 23093079000,1.445903876295666,L, 30790772000,1.445901741861551,L, 34639618500,1.445903769573961,L, 36564041750,1.445902275470080,L, 44261734750,1.445904943512724,L, 48110581250,1.445899180540612,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999701976776 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999701976776,L, 48110581250,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_04_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011944953352213 KeyVer: 4005 KeyCount: 2 Key: 0,0.011944953352213,L, 48110581250,0.011944964528084,L Color: 1,0,0 } Channel: "Y" { Default: 0.017235808074474 KeyVer: 4005 KeyCount: 2 Key: 0,0.017235808074474,L, 48110581250,0.017235815525055,L Color: 0,1,0 } Channel: "Z" { Default: -0.009000875055790 KeyVer: 4005 KeyCount: 2 Key: 0,-0.009000875055790,L, 48110581250,-0.009000919759274,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 13.766942951436260 KeyVer: 4005 KeyCount: 19 Key: 0,13.766942951436260,L, 3848846500,13.766948074078138,L, 5773269750,13.766947220304491,L, 11546539500,13.766949781625430,L, 15395386000,13.766944658983553,L, 17319809250,13.766945512757198,L, 19244232500,13.766948927851784,L, 23093079000,13.766944658983553,L, 25017502250,13.766948074078138,L, 28866348750,13.766946366530846,L, 30790772000,13.766949781625430,L, 32715195250,13.766946366530846,L, 34639618500,13.766948074078138,L, 36564041750,13.766947220304491,L, 40412888250,13.766948927851784,L, 42337311500,13.766946366530846,L, 44261734750,13.766952342946370,L, 46186158000,13.766948074078138,L, 48110581250,13.766949781625430,L Color: 1,0,0 } Channel: "Y" { Default: 1.445530457047138 KeyVer: 4005 KeyCount: 20 Key: 0,1.445530457047138,L, 1924423250,1.445527468839376,L, 3848846500,1.445527148674258,L, 5773269750,1.445530457047138,L, 7697693000,1.445526828509141,L, 9622116250,1.445529389830080,L, 11546539500,1.445525868013789,L, 13470962750,1.445529176386668,L, 15395386000,1.445527255395964,L, 17319809250,1.445528856221551,L, 19244232500,1.445525868013789,L, 21168655750,1.445526508344024,L, 23093079000,1.445530350325432,L, 25017502250,1.445525868013789,L, 26941925500,1.445528109169611,L, 36564041750,1.445526401622318,L, 38488465000,1.445529496551786,L, 42337311500,1.445526615065730,L, 46186158000,1.445526294900612,L, 48110581250,1.445528536056434,L Color: 0,1,0 } Channel: "Z" { Default: 24.693430500669031 KeyVer: 4005 KeyCount: 21 Key: 0,24.693430500669031,L, 5773269750,24.693430500669031,L, 7697693000,24.693433915763617,L, 9622116250,24.693427085574445,L, 11546539500,24.693428793121740,L, 13470962750,24.693433915763617,L, 15395386000,24.693435623310908,L, 17319809250,24.693432208216326,L, 19244232500,24.693432208216326,L, 21168655750,24.693428793121740,L, 23093079000,24.693432208216326,L, 25017502250,24.693432208216326,L, 26941925500,24.693428793121740,L, 28866348750,24.693432208216326,L, 32715195250,24.693427085574445,L, 34639618500,24.693432208216326,L, 36564041750,24.693432208216326,L, 38488465000,24.693428793121740,L, 44261734750,24.693432208216326,L, 46186158000,24.693428793121740,L, 48110581250,24.693430500669031,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.062076814472675 KeyVer: 4005 KeyCount: 2 Key: 0,0.062076814472675,L, 48110581250,0.062076795846224,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000931323 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000931323,L, 48110581250,0.000000009313226,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000013038516 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000013038516,L, 48110581250,0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -23.100953112662630 KeyVer: 4005 KeyCount: 19 Key: 0,-23.100953112662630,L, 1924423250,-23.100951405115335,L, 5773269750,-23.100953112662630,L, 7697693000,-23.100958235304507,L, 9622116250,-23.100954820209921,L, 13470962750,-23.100956527757216,L, 15395386000,-23.100954820209921,L, 21168655750,-23.100956527757216,L, 23093079000,-23.100953112662630,L, 25017502250,-23.100958235304507,L, 26941925500,-23.100954820209921,L, 28866348750,-23.100954820209921,L, 30790772000,-23.100959942851798,L, 34639618500,-23.100951405115335,L, 38488465000,-23.100956527757216,L, 40412888250,-23.100951405115335,L, 42337311500,-23.100954820209921,L, 46186158000,-23.100956527757216,L, 48110581250,-23.100953112662630,L Color: 1,0,0 } Channel: "Y" { Default: -20.646785889157826 KeyVer: 4005 KeyCount: 18 Key: 0,-20.646785889157826,L, 1924423250,-20.646784181610535,L, 3848846500,-20.646785889157826,L, 5773269750,-20.646782474063240,L, 7697693000,-20.646785889157826,L, 9622116250,-20.646782474063240,L, 11546539500,-20.646785889157826,L, 13470962750,-20.646780766515949,L, 15395386000,-20.646785889157826,L, 17319809250,-20.646785889157826,L, 21168655750,-20.646780766515949,L, 23093079000,-20.646782474063240,L, 28866348750,-20.646782474063240,L, 30790772000,-20.646785889157826,L, 38488465000,-20.646780766515949,L, 42337311500,-20.646785889157826,L, 46186158000,-20.646784181610535,L, 48110581250,-20.646785889157826,L Color: 0,1,0 } Channel: "Z" { Default: 1.621433868270924 KeyVer: 4005 KeyCount: 8 Key: 0,1.621433868270924,L, 9622116250,1.621433974992630,L, 11546539500,1.621435469096511,L, 13470962750,1.621434188436041,L, 23093079000,1.621434508601159,L, 25017502250,1.621433227940689,L, 26941925500,1.621435148931393,L, 48110581250,1.621433334662395,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.021206488832831 KeyVer: 4005 KeyCount: 2 Key: 0,0.021206488832831,L, 48110581250,0.021206466481090,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000014901161,L, 48110581250,-0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000018626451 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000018626451,L, 48110581250,-0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.047985710792321 KeyVer: 4005 KeyCount: 20 Key: 0,0.047985710792321,L, 1924423250,0.047988558927844,L, 3848846500,0.047982425764814,L, 5773269750,0.047989876273899,L, 7697693000,0.047985924235732,L, 11546539500,0.047990856779571,L, 15395386000,0.047981765424260,L, 17319809250,0.047988011979101,L, 19244232500,0.047985273900337,L, 23093079000,0.047991076893089,L, 26941925500,0.047986030957438,L, 30790772000,0.047988995819827,L, 32715195250,0.047985597400508,L, 34639618500,0.047986804689805,L, 36564041750,0.047991517120126,L, 38488465000,0.047986474519527,L, 40412888250,0.047983739775817,L, 44261734750,0.047989215933345,L, 46186158000,0.047987241581788,L, 48110581250,0.047987898587289,L Color: 1,0,0 } Channel: "Y" { Default: -13.134025179545231 KeyVer: 4005 KeyCount: 8 Key: 0,-13.134025179545231,L, 1924423250,-13.134026887092523,L, 17319809250,-13.134025179545231,L, 19244232500,-13.134026887092523,L, 25017502250,-13.134026887092523,L, 26941925500,-13.134025179545231,L, 28866348750,-13.134026887092523,L, 48110581250,-13.134026887092523,L Color: 0,1,0 } Channel: "Z" { Default: 9.070087382829223 KeyVer: 4005 KeyCount: 11 Key: 0,9.070087382829223,L, 3848846500,9.070089090376516,L, 5773269750,9.070087382829223,L, 9622116250,9.070089944150164,L, 11546539500,9.070087382829223,L, 23093079000,9.070087382829223,L, 25017502250,9.070089090376516,L, 38488465000,9.070086529055578,L, 44261734750,9.070089090376516,L, 46186158000,9.070086529055578,L, 48110581250,9.070089090376516,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 48110581250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.019373551011086 KeyVer: 4005 KeyCount: 2 Key: 0,0.019373551011086,L, 48110581250,0.019373577088118,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 48110581250,0.000000029802322,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000001862645,L, 48110581250,-0.000000040978193,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.340863845541023 KeyVer: 4005 KeyCount: 20 Key: 0,-0.340863845541023,L, 1924423250,-0.340860563848570,L, 5773269750,-0.340858642857866,L, 7697693000,-0.340863311932494,L, 9622116250,-0.340864272427846,L, 11546539500,-0.340861124137526,L, 17319809250,-0.340864485871258,L, 19244232500,-0.340862538200127,L, 21168655750,-0.340865072840639,L, 23093079000,-0.340865312964477,L, 26941925500,-0.340860377085585,L, 28866348750,-0.340859710074924,L, 30790772000,-0.340862991767377,L, 34639618500,-0.340861844509040,L, 36564041750,-0.340863525375906,L, 38488465000,-0.340861204178805,L, 40412888250,-0.340860884013687,L, 42337311500,-0.340864512551684,L, 46186158000,-0.340859683394497,L, 48110581250,-0.340860803972408,L Color: 1,0,0 } Channel: "Y" { Default: -12.482317557247523 KeyVer: 4005 KeyCount: 13 Key: 0,-12.482317557247523,L, 1924423250,-12.482320972342109,L, 9622116250,-12.482317557247523,L, 11546539500,-12.482321826115754,L, 15395386000,-12.482320118568461,L, 17319809250,-12.482317557247523,L, 21168655750,-12.482320118568461,L, 28866348750,-12.482318411021168,L, 36564041750,-12.482319264794816,L, 38488465000,-12.482316703473877,L, 44261734750,-12.482320118568461,L, 46186158000,-12.482323533663047,L, 48110581250,-12.482324387436693,L Color: 0,1,0 } Channel: "Z" { Default: 5.332978833652913 KeyVer: 4005 KeyCount: 14 Key: 0,5.332978833652913,L, 3848846500,5.332980541200206,L, 5773269750,5.332975845445151,L, 7697693000,5.332978833652913,L, 9622116250,5.332977126105621,L, 11546539500,5.332978833652913,L, 13470962750,5.332977552992443,L, 21168655750,5.332977552992443,L, 25017502250,5.332980541200206,L, 28866348750,5.332977126105621,L, 30790772000,5.332979260539735,L, 42337311500,5.332977552992443,L, 46186158000,5.332980541200206,L, 48110581250,5.332977979879266,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thigh_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011268406175077 KeyVer: 4005 KeyCount: 1 Key: 0,0.011268406175077,L Color: 1,0,0 } Channel: "Y" { Default: -0.096516579389572 KeyVer: 4005 KeyCount: 1 Key: 0,-0.096516579389572,L Color: 0,1,0 } Channel: "Z" { Default: 0.017799645662308 KeyVer: 4005 KeyCount: 1 Key: 0,0.017799645662308,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.884509123115638 KeyVer: 4005 KeyCount: 1 Key: 0,-7.884509123115638,L Color: 1,0,0 } Channel: "Y" { Default: -171.172545581980842 KeyVer: 4005 KeyCount: 1 Key: 0,-171.172545581980842,L Color: 0,1,0 } Channel: "Z" { Default: 15.844309128999511 KeyVer: 4005 KeyCount: 1 Key: 0,15.844309128999511,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shin_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.204638049006462 KeyVer: 4005 KeyCount: 1 Key: 0,0.204638049006462,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000013038516 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013038516,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013969839 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013969839,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -9.398338590376749 KeyVer: 4005 KeyCount: 1 Key: 0,-9.398338590376749,L Color: 1,0,0 } Channel: "Y" { Default: -36.824469721356010 KeyVer: 4005 KeyCount: 1 Key: 0,-36.824469721356010,L Color: 0,1,0 } Channel: "Z" { Default: 24.804456933174723 KeyVer: 4005 KeyCount: 1 Key: 0,24.804456933174723,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::foot_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191692233086 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191692233086,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000026077032,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000001862645,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -75.045562863815888 KeyVer: 4005 KeyCount: 1 Key: 0,-75.045562863815888,L Color: 1,0,0 } Channel: "Y" { Default: 79.289651168758951 KeyVer: 4005 KeyCount: 1 Key: 0,79.289651168758951,L Color: 0,1,0 } Channel: "Z" { Default: -82.991729812116432 KeyVer: 4005 KeyCount: 1 Key: 0,-82.991729812116432,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::toe_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.121792323887348 KeyVer: 4005 KeyCount: 1 Key: 0,0.121792323887348,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000005355105 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000005355105,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000000931323 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000931323,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 177.938763200217551 KeyVer: 4005 KeyCount: 1 Key: 0,177.938763200217551,L Color: 1,0,0 } Channel: "Y" { Default: 15.437339137494057 KeyVer: 4005 KeyCount: 1 Key: 0,15.437339137494057,L Color: 0,1,0 } Channel: "Z" { Default: 1.768013142953772 KeyVer: 4005 KeyCount: 1 Key: 0,1.768013142953772,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191692233086 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191692233086,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000026077032,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000001862645,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 179.857144772017932 KeyVer: 4005 KeyCount: 1 Key: 0,179.857144772017932,L Color: 1,0,0 } Channel: "Y" { Default: -29.153470604147373 KeyVer: 4005 KeyCount: 1 Key: 0,-29.153470604147373,L Color: 0,1,0 } Channel: "Z" { Default: -9.037799371075328 KeyVer: 4005 KeyCount: 1 Key: 0,-9.037799371075328,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025433219969273 KeyVer: 4005 KeyCount: 1 Key: 0,0.025433219969273,L Color: 1,0,0 } Channel: "Y" { Default: -0.012646721675992 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012646721675992,L Color: 0,1,0 } Channel: "Z" { Default: 0.039081215858459 KeyVer: 4005 KeyCount: 1 Key: 0,0.039081215858459,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -134.384805202886525 KeyVer: 4005 KeyCount: 1 Key: 0,-134.384805202886525,L Color: 1,0,0 } Channel: "Y" { Default: 11.290411127267928 KeyVer: 4005 KeyCount: 1 Key: 0,11.290411127267928,L Color: 0,1,0 } Channel: "Z" { Default: 90.000009334538021 KeyVer: 4005 KeyCount: 1 Key: 0,90.000009334538021,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thigh_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.009739924222231 KeyVer: 4005 KeyCount: 1 Key: 0,0.009739924222231,L Color: 1,0,0 } Channel: "Y" { Default: 0.094999492168427 KeyVer: 4005 KeyCount: 1 Key: 0,0.094999492168427,L Color: 0,1,0 } Channel: "Z" { Default: 0.017022661864758 KeyVer: 4005 KeyCount: 1 Key: 0,0.017022661864758,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 8.337874882105631 KeyVer: 4005 KeyCount: 1 Key: 0,8.337874882105631,L Color: 1,0,0 } Channel: "Y" { Default: -171.296144685201227 KeyVer: 4005 KeyCount: 1 Key: 0,-171.296144685201227,L Color: 0,1,0 } Channel: "Z" { Default: -14.998854653158208 KeyVer: 4005 KeyCount: 1 Key: 0,-14.998854653158208,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shin_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.204638049006462 KeyVer: 4005 KeyCount: 1 Key: 0,0.204638049006462,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 9.398368472454369 KeyVer: 4005 KeyCount: 1 Key: 0,9.398368472454369,L Color: 1,0,0 } Channel: "Y" { Default: -36.824497042112689 KeyVer: 4005 KeyCount: 1 Key: 0,-36.824497042112689,L Color: 0,1,0 } Channel: "Z" { Default: -24.804494499215156 KeyVer: 4005 KeyCount: 1 Key: 0,-24.804494499215156,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::foot_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191677331924 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191677331924,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003492460 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000003492460,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000009313226,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 75.045562863815888 KeyVer: 4005 KeyCount: 1 Key: 0,75.045562863815888,L Color: 1,0,0 } Channel: "Y" { Default: 79.289657998948115 KeyVer: 4005 KeyCount: 1 Key: 0,79.289657998948115,L Color: 0,1,0 } Channel: "Z" { Default: 82.991722981927253 KeyVer: 4005 KeyCount: 1 Key: 0,82.991722981927253,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::toe_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.121792316436768 KeyVer: 4005 KeyCount: 1 Key: 0,0.121792316436768,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000006984919 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000006984919,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000002793968 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000002793968,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -177.938763200217551 KeyVer: 4005 KeyCount: 1 Key: 0,-177.938763200217551,L Color: 1,0,0 } Channel: "Y" { Default: 15.437335722399471 KeyVer: 4005 KeyCount: 1 Key: 0,15.437335722399471,L Color: 0,1,0 } Channel: "Z" { Default: -1.767995320428907 KeyVer: 4005 KeyCount: 1 Key: 0,-1.767995320428907,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191677331924 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191677331924,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003492460 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000003492460,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000009313226,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -179.857144772017932 KeyVer: 4005 KeyCount: 1 Key: 0,-179.857144772017932,L Color: 1,0,0 } Channel: "Y" { Default: -29.153470604147373 KeyVer: 4005 KeyCount: 1 Key: 0,-29.153470604147373,L Color: 0,1,0 } Channel: "Z" { Default: 9.037817300321899 KeyVer: 4005 KeyCount: 1 Key: 0,9.037817300321899,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025433225557208 KeyVer: 4005 KeyCount: 1 Key: 0,0.025433225557208,L Color: 1,0,0 } Channel: "Y" { Default: 0.012646737508476 KeyVer: 4005 KeyCount: 1 Key: 0,0.012646737508476,L Color: 0,1,0 } Channel: "Z" { Default: 0.039081215858459 KeyVer: 4005 KeyCount: 1 Key: 0,0.039081215858459,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 134.384805202886525 KeyVer: 4005 KeyCount: 1 Key: 0,134.384805202886525,L Color: 1,0,0 } Channel: "Y" { Default: 11.290416249909807 KeyVer: 4005 KeyCount: 1 Key: 0,11.290416249909807,L Color: 0,1,0 } Channel: "Z" { Default: -89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,-89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-frente" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.012246687896550 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012246687896550,L Color: 1,0,0 } Channel: "Y" { Default: 0.000560039770789 KeyVer: 4005 KeyCount: 1 Key: 0,0.000560039770789,L Color: 0,1,0 } Channel: "Z" { Default: 0.162133276462555 KeyVer: 4005 KeyCount: 1 Key: 0,0.162133276462555,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.235606494965179 KeyVer: 4005 KeyCount: 26 Key: 0,0.235606494965179,L, 1924423250,0.235684268408267,L, 3848846500,0.235924952535230,L, 5773269750,0.236341407311615,L, 7697693000,0.236942677401987,L, 9622116250,0.237722519586557,L, 11546539500,0.238647850136534,L, 13470962750,0.239653088563714,L, 15395386000,0.240646961129229,L, 17319809250,0.241530270007555,L, 19244232500,0.242216543936581,L, 21168655750,0.242646018761072,L, 23093079000,0.242790519950699,L, 25017502250,0.242684411894726,L, 26941925500,0.242367261665571,L, 28866348750,0.241852702961146,L, 30790772000,0.241171284869733,L, 32715195250,0.240369991622300,L, 34639618500,0.239507867002573,L, 36564041750,0.238647850136534,L, 38488465000,0.237846983775925,L, 40412888250,0.237148143366042,L, 42337311500,0.236576355146893,L, 44261734750,0.236140583741761,L, 46186158000,0.235838774757812,L, 48110581250,0.235663430995213,L Color: 1,0,0 } Channel: "Y" { Default: 170.599574672887655 KeyVer: 4005 KeyCount: 25 Key: 0,170.599574672887655,L, 1924423250,170.486111570395565,L, 3848846500,170.143495621249855,L, 5773269750,169.578447731593855,L, 7697693000,168.815611223952914,L, 9622116250,167.901895837546618,L, 11546539500,166.905903992398436,L, 13470962750,165.909898486871924,L, 15395386000,164.996196760843958,L, 17319809250,164.233373913581346,L, 19244232500,163.668339684303675,L, 21168655750,163.325737395536351,L, 23093079000,163.212260632665902,L, 25017502250,163.295520638648242,L, 26941925500,163.547172128427832,L, 28866348750,163.965084082983623,L, 30790772000,164.538273558130271,L, 32715195250,165.244501457930255,L, 34639618500,166.048974798751516,L, 38488465000,167.762833186045356,L, 40412888250,168.567320187244974,L, 42337311500,169.273548087044929,L, 44261734750,169.846751222569907,L, 46186158000,170.264676837504055,L, 48110581250,170.516328327283645,L Color: 0,1,0 } Channel: "Z" { Default: 0.495752952483679 KeyVer: 4005 KeyCount: 26 Key: 0,0.495752952483679,L, 1924423250,0.496226049805407,L, 3848846500,0.497656494188847,L, 5773269750,0.500022140880048,L, 7697693000,0.503229715108158,L, 9622116250,0.507093947991940,L, 11546539500,0.511336562683569,L, 13470962750,0.515613541764461,L, 15395386000,0.519570142284596,L, 17319809250,0.522899219174738,L, 19244232500,0.525381299246946,L, 21168655750,0.526893172291897,L, 23093079000,0.527395031113334,L, 25017502250,0.527026734506682,L, 26941925500,0.525915334662676,L, 28866348750,0.524075986063535,L, 30790772000,0.521565571378442,L, 32715195250,0.518491666086823,L, 34639618500,0.515014192664793,L, 36564041750,0.511336562683569,L, 38488465000,0.507684385829175,L, 40412888250,0.504277242011254,L, 42337311500,0.501302321101747,L, 44261734750,0.498897881070495,L, 46186158000,0.497150259777473,L, 48110581250,0.496100064831732,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-frente1" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.097044512629509 KeyVer: 4005 KeyCount: 2 Key: 0,0.097044512629509,L, 48110581250,0.097044497728348,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007242131 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007242131,L, 48110581250,0.000000007286595,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000010250401 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000010250401,L, 48110581250,-0.000000007444726,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000634722942 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000634722942,L, 48110581250,0.000000622114562,L Color: 1,0,0 } Channel: "Y" { Default: -11.420062631866571 KeyVer: 4005 KeyCount: 26 Key: 0,-11.420062631866571,L, 1924423250,-11.204285003155130,L, 3848846500,-10.552612385576920,L, 5773269750,-9.477221298874760,L, 7697693000,-8.024413595432101,L, 9622116250,-6.283220791079932,L, 11546539500,-4.384534496638073,L, 13470962750,-2.485873388518780,L, 15395386000,-0.744749739831957,L, 17319809250,0.707970451811961,L, 19244232500,1.783273172941734,L, 21168655750,2.434885599477885,L, 23093079000,2.650640603187699,L, 25017502250,2.492341150775949,L, 26941925500,2.013753424171840,L, 28866348750,1.218629971994053,L, 30790772000,0.127417485791309,L, 32715195250,-1.217819634082056,L, 34639618500,-2.750995078558672,L, 36564041750,-4.384581881075441,L, 38488465000,-6.018181703640315,L, 40412888250,-7.551395674652717,L, 42337311500,-8.896685955275775,L, 44261734750,-9.987957231798191,L, 46186158000,-10.783132977611810,L, 48110581250,-11.261751653510597,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000028338020 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000028338020,L, 48110581250,-0.000000027444844,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 48110581250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-verso1" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.068978704512119 KeyVer: 4005 KeyCount: 1 Key: 0,0.068978704512119,L Color: 1,0,0 } Channel: "Y" { Default: 0.000182679155841 KeyVer: 4005 KeyCount: 1 Key: 0,0.000182679155841,L Color: 0,1,0 } Channel: "Z" { Default: -0.090666562318802 KeyVer: 4005 KeyCount: 1 Key: 0,-0.090666562318802,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.237685433793798 KeyVer: 4005 KeyCount: 26 Key: 0,0.237685433793798,L, 1924423250,0.237578818809723,L, 3848846500,0.237263883055962,L, 5773269750,0.236767306958962,L, 7697693000,0.236141570917540,L, 9622116250,0.235458818804804,L, 11546539500,0.234796317135740,L, 13470962750,0.234217965531685,L, 15395386000,0.233760556300706,L, 17319809250,0.233431746725194,L, 19244232500,0.233219130406851,L, 21168655750,0.233103017190961,L, 23093079000,0.233066651769716,L, 25017502250,0.233093225474456,L, 26941925500,0.233176975333067,L, 28866348750,0.233327532979498,L, 30790772000,0.233557411533751,L, 32715195250,0.233877976857492,L, 34639618500,0.234293737942789,L, 36564041750,0.234796343816166,L, 38488465000,0.235361248485293,L, 40412888250,0.235948884877751,L, 42337311500,0.236511041462954,L, 44261734750,0.236999560071168,L, 46186158000,0.237374019856328,L, 48110581250,0.237607073381328,L Color: 1,0,0 } Channel: "Y" { Default: 167.956510030149957 KeyVer: 4005 KeyCount: 25 Key: 0,167.956510030149957,L, 1924423250,168.077622944512427,L, 3848846500,168.443311272674407,L, 5773269750,169.046444297142330,L, 7697693000,169.860739449990092,L, 9622116250,170.836104123844848,L, 13470962750,172.962560578520197,L, 15395386000,173.937911591996624,L, 17319809250,174.752193084466029,L, 19244232500,175.355312448555622,L, 21168655750,175.720987116339245,L, 23093079000,175.842100030701744,L, 25017502250,175.753239269599987,L, 26941925500,175.484635250300471,L, 28866348750,175.038569255985919,L, 30790772000,174.426720910137050,L, 32715195250,173.672859271065477,L, 34639618500,172.814099586721028,L, 36564041750,171.899332351182522,L, 38488465000,170.984551455265688,L, 40412888250,170.125778110542882,L, 42337311500,169.371916471471309,L, 44261734750,168.760054465244110,L, 46186158000,168.313974810551230,L, 48110581250,168.045370791251685,L Color: 0,1,0 } Channel: "Z" { Default: 0.506862682055512 KeyVer: 4005 KeyCount: 26 Key: 0,0.506862682055512,L, 1924423250,0.506349190568145,L, 3848846500,0.504801459030052,L, 5773269750,0.502257587090196,L, 7697693000,0.498839290854021,L, 9622116250,0.494767697695906,L, 11546539500,0.490354488357585,L, 13470962750,0.485964597711977,L, 15395386000,0.481955223308332,L, 17319809250,0.478619209507315,L, 19244232500,0.476153938103767,L, 21168655750,0.474661274965857,L, 23093079000,0.474167313550648,L, 25017502250,0.474529740463481,L, 26941925500,0.475625932464414,L, 28866348750,0.477448045508071,L, 30790772000,0.479951523282288,L, 32715195250,0.483043197737920,L, 34639618500,0.486576326529515,L, 36564041750,0.490354541718438,L, 38488465000,0.494149939101991,L, 40412888250,0.497730559052659,L, 42337311500,0.500889148017815,L, 44261734750,0.503464182695759,L, 46186158000,0.505348407772181,L, 48110581250,0.506485901073251,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999761581421,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 48110581250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 48110581250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-verso2" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.087890736758709 KeyVer: 4005 KeyCount: 2 Key: 0,0.087890736758709,L, 48110581250,0.087890729308128,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000006650280 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000006650280,L, 48110581250,0.000000006563928,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003082321 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003082321,L, 48110581250,-0.000000012162745,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000009419840149 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000009419840149,L, 48110581250,-0.000009411838789,L Color: 1,0,0 } Channel: "Y" { Default: 3.254826970891700 KeyVer: 4005 KeyCount: 26 Key: 0,3.254826970891700,L, 1924423250,3.123989574698416,L, 3848846500,2.728953417776837,L, 5773269750,2.077383039592764,L, 7697693000,1.197658089590971,L, 9622116250,0.143865915333998,L, 11546539500,-1.004883470787043,L, 13470962750,-2.153623318655630,L, 15395386000,-3.207402833050254,L, 17319809250,-4.087109213475241,L, 19244232500,-4.738656753214277,L, 21168655750,-5.133682024521867,L, 23093079000,-5.264514724960096,L, 25017502250,-5.168520258157113,L, 26941925500,-4.878365711365748,L, 28866348750,-4.396486473911932,L, 30790772000,-3.735488086795728,L, 32715195250,-2.921046298324235,L, 34639618500,-1.993218887319049,L, 36564041750,-1.004873332224994,L, 38488465000,-0.016522656156587,L, 40412888250,0.911312440478941,L, 42337311500,1.725768422937304,L, 44261734750,2.386775881398500,L, 46186158000,2.868666431353128,L, 48110581250,3.158829088994132,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000552536646 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000552536646,L, 48110581250,-0.000000538167816,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 48110581250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_hand_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.341605573892593 KeyVer: 4005 KeyCount: 1 Key: 0,0.341605573892593,L Color: 1,0,0 } Channel: "Y" { Default: -0.088027454912663 KeyVer: 4005 KeyCount: 1 Key: 0,-0.088027454912663,L Color: 0,1,0 } Channel: "Z" { Default: 0.352841854095459 KeyVer: 4005 KeyCount: 24 Key: 0,0.352841854095459,L, 1924423250,0.353045970201492,L, 3848846500,0.353662192821503,L, 5773269750,0.354678243398666,L, 7697693000,0.356049656867981,L, 9622116250,0.357691884040833,L, 13470962750,0.361271679401398,L, 15395386000,0.362913936376572,L, 17319809250,0.364285320043564,L, 19244232500,0.365301400423050,L, 21168655750,0.365917593240738,L, 23093079000,0.366121709346771,L, 25017502250,0.365971952676773,L, 26941925500,0.365519315004349,L, 28866348750,0.364767760038376,L, 30790772000,0.363737136125565,L, 32715195250,0.362467616796494,L, 34639618500,0.361021757125854,L, 38488465000,0.357941836118698,L, 40412888250,0.356495946645737,L, 42337311500,0.355226457118988,L, 44261734750,0.354195833206177,L, 46186158000,0.353444278240204,L, 48110581250,0.352991610765457,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_hand_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.341605573892593 KeyVer: 4005 KeyCount: 24 Key: 0,-0.341605573892593,L, 1924423250,-0.341290682554245,L, 3848846500,-0.340340018272400,L, 5773269750,-0.338772475719452,L, 7697693000,-0.336656779050827,L, 9622116250,-0.334123253822327,L, 13470962750,-0.328600555658340,L, 15395386000,-0.326067000627518,L, 17319809250,-0.323951303958893,L, 19244232500,-0.322383791208267,L, 21168655750,-0.321433126926422,L, 23093079000,-0.321118235588074,L, 25017502250,-0.321349292993546,L, 26941925500,-0.322047591209412,L, 28866348750,-0.323207050561905,L, 30790772000,-0.324797034263611,L, 32715195250,-0.326755553483963,L, 34639618500,-0.328986138105392,L, 38488465000,-0.333737641572952,L, 40412888250,-0.335968255996704,L, 42337311500,-0.337926745414734,L, 44261734750,-0.339516758918762,L, 46186158000,-0.340676218271255,L, 48110581250,-0.341374516487122,L Color: 1,0,0 } Channel: "Y" { Default: -0.088027454912663 KeyVer: 4005 KeyCount: 1 Key: 0,-0.088027454912663,L Color: 0,1,0 } Channel: "Z" { Default: 0.352841854095459 KeyVer: 4005 KeyCount: 24 Key: 0,0.352841854095459,L, 1924423250,0.353191763162613,L, 3848846500,0.354248136281967,L, 5773269750,0.355989962816238,L, 7697693000,0.358340948820114,L, 9622116250,0.361156195402145,L, 13470962750,0.367293000221252,L, 15395386000,0.370108246803284,L, 17319809250,0.372459232807159,L, 19244232500,0.374201059341431,L, 21168655750,0.375257402658463,L, 23093079000,0.375607311725616,L, 25017502250,0.375350594520569,L, 26941925500,0.374574631452560,L, 28866348750,0.373286217451096,L, 30790772000,0.371519446372986,L, 32715195250,0.369343161582947,L, 34639618500,0.366864532232285,L, 38488465000,0.361584663391113,L, 40412888250,0.359106034040451,L, 42337311500,0.356929749250412,L, 44261734750,0.355162948369980,L, 46186158000,0.353874564170837,L, 48110581250,0.353098601102829,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_upper_arm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.282092303037643 KeyVer: 4005 KeyCount: 1 Key: 0,0.282092303037643,L Color: 1,0,0 } Channel: "Y" { Default: 0.316670417785645 KeyVer: 4005 KeyCount: 1 Key: 0,0.316670417785645,L Color: 0,1,0 } Channel: "Z" { Default: 0.536754608154297 KeyVer: 4005 KeyCount: 1 Key: 0,0.536754608154297,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_upper_arm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.282092303037643 KeyVer: 4005 KeyCount: 1 Key: 0,-0.282092303037643,L Color: 1,0,0 } Channel: "Y" { Default: 0.316670417785645 KeyVer: 4005 KeyCount: 1 Key: 0,0.316670417785645,L Color: 0,1,0 } Channel: "Z" { Default: 0.536754608154297 KeyVer: 4005 KeyCount: 1 Key: 0,0.536754608154297,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_foot_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.113046944141388 KeyVer: 4005 KeyCount: 1 Key: 0,0.113046944141388,L Color: 1,0,0 } Channel: "Y" { Default: -0.012087016366422 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012087016366422,L Color: 0,1,0 } Channel: "Z" { Default: 0.062080170959234 KeyVer: 4005 KeyCount: 1 Key: 0,0.062080170959234,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_foot_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.113046944141388 KeyVer: 4005 KeyCount: 1 Key: 0,-0.113046944141388,L Color: 1,0,0 } Channel: "Y" { Default: -0.012087016366422 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012087016366422,L Color: 0,1,0 } Channel: "Z" { Default: 0.062080170959234 KeyVer: 4005 KeyCount: 1 Key: 0,0.062080170959234,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_leg_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.139584690332413 KeyVer: 4005 KeyCount: 1 Key: 0,0.139584690332413,L Color: 1,0,0 } Channel: "Y" { Default: -0.292642742395401 KeyVer: 4005 KeyCount: 1 Key: 0,-0.292642742395401,L Color: 0,1,0 } Channel: "Z" { Default: 0.245993331074715 KeyVer: 4005 KeyCount: 1 Key: 0,0.245993331074715,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_leg_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.139584690332413 KeyVer: 4005 KeyCount: 1 Key: 0,-0.139584690332413,L Color: 1,0,0 } Channel: "Y" { Default: -0.292642742395401 KeyVer: 4005 KeyCount: 1 Key: 0,-0.292642742395401,L Color: 0,1,0 } Channel: "Z" { Default: 0.245993331074715 KeyVer: 4005 KeyCount: 1 Key: 0,0.245993331074715,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::right" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000004325711105 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000004325711105,L Color: 1,0,0 } Channel: "Y" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::front" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000004325711105 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000004325711105,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Camera" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 1.501456499099731 KeyVer: 4005 KeyCount: 1 Key: 0,1.501456499099731,L Color: 1,0,0 } Channel: "Y" { Default: 1.453672647476196 KeyVer: 4005 KeyCount: 1 Key: 0,1.453672647476196,L Color: 0,1,0 } Channel: "Z" { Default: 1.395943880081177 KeyVer: 4005 KeyCount: 1 Key: 0,1.395943880081177,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 23.240198471724188 KeyVer: 4005 KeyCount: 1 Key: 0,23.240198471724188,L Color: 1,0,0 } Channel: "Y" { Default: 142.362356870423241 KeyVer: 4005 KeyCount: 1 Key: 0,142.362356870423241,L Color: 0,1,0 } Channel: "Z" { Default: 34.212069212897042 KeyVer: 4005 KeyCount: 1 Key: 0,34.212069212897042,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_003" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 1.780160665512085 KeyVer: 4005 KeyCount: 1 Key: 0,1.780160665512085,L Color: 1,0,0 } Channel: "Y" { Default: -0.345959365367889 KeyVer: 4005 KeyCount: 1 Key: 0,-0.345959365367889,L Color: 0,1,0 } Channel: "Z" { Default: 3.401444435119629 KeyVer: 4005 KeyCount: 1 Key: 0,3.401444435119629,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_002" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -1.309113621711731 KeyVer: 4005 KeyCount: 1 Key: 0,-1.309113621711731,L Color: 1,0,0 } Channel: "Y" { Default: 0.093820199370384 KeyVer: 4005 KeyCount: 1 Key: 0,0.093820199370384,L Color: 0,1,0 } Channel: "Z" { Default: -2.730629444122314 KeyVer: 4005 KeyCount: 1 Key: 0,-2.730629444122314,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_001" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 2.489465475082397 KeyVer: 4005 KeyCount: 1 Key: 0,2.489465475082397,L Color: 1,0,0 } Channel: "Y" { Default: 1.822827339172363 KeyVer: 4005 KeyCount: 1 Key: 0,1.822827339172363,L Color: 0,1,0 } Channel: "Z" { Default: -1.523738741874695 KeyVer: 4005 KeyCount: 1 Key: 0,-1.523738741874695,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -2.071969509124756 KeyVer: 4005 KeyCount: 1 Key: 0,-2.071969509124756,L Color: 1,0,0 } Channel: "Y" { Default: 1.547796368598938 KeyVer: 4005 KeyCount: 1 Key: 0,1.547796368598938,L Color: 0,1,0 } Channel: "Z" { Default: 3.290555953979492 KeyVer: 4005 KeyCount: 1 Key: 0,3.290555953979492,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Armature" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } } Take: "iddle" { FileName: "iddle.tak" LocalTime: -1924423249,48110581250 ReferenceTime: -1924423249,48110581250 ;Models animation ;---------------------------------------------------- Model: "Model::hips" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.000912975054234 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000912975054234,L Color: 1,0,0 } Channel: "Y" { Default: 0.026684256270528 KeyVer: 4005 KeyCount: 1 Key: 0,0.026684256270528,L Color: 0,1,0 } Channel: "Z" { Default: 0.416747689247131 KeyVer: 4005 KeyCount: 1 Key: 0,0.416747689247131,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 2.429498501213456 KeyVer: 4005 KeyCount: 1 Key: 0,2.429498501213456,L Color: 1,0,0 } Channel: "Y" { Default: -78.240083319761283 KeyVer: 4005 KeyCount: 1 Key: 0,-78.240083319761283,L Color: 0,1,0 } Channel: "Z" { Default: 87.755896041220197 KeyVer: 4005 KeyCount: 1 Key: 0,87.755896041220197,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::spine" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.114399775862694 KeyVer: 4005 KeyCount: 1 Key: 0,0.114399775862694,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000008629279 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000008629279,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725999 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003725999,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.139147028349893 KeyVer: 4005 KeyCount: 27 Key: 0,-0.139147028349893,L, 1924423250,-0.138384341679527,L, 3848846500,-0.136085902982542,L, 5773269750,-0.132308768350891,L, 7697693000,-0.127234578127813,L, 9622116250,-0.121191288115175,L, 11546539500,-0.114641256763061,L, 13470962750,-0.108124295799527,L, 15395386000,-0.102169378029382,L, 17319809250,-0.097211354383048,L, 19244232500,-0.093544936851038,L, 21168655750,-0.091323798019571,L, 23093079000,-0.090588385415139,L, 25017502250,-0.091127943679143,L, 26941925500,-0.092759258323183,L, 28866348750,-0.095469889598428,L, 30790772000,-0.099191849108191,L, 32715195250,-0.103785638242800,L, 34639618500,-0.109032477505406,L, 36564041750,-0.114641243422848,L, 38488465000,-0.120274455281021,L, 40412888250,-0.125588769342107,L, 42337311500,-0.130277227299851,L, 44261734750,-0.134100185563922,L, 46186158000,-0.136898055163537,L, 48110581250,-0.138587366384563,L, 50035004500,-0.139147028349893,L Color: 1,0,0 } Channel: "Y" { Default: -15.575822930463158 KeyVer: 4005 KeyCount: 26 Key: 0,-15.575822930463158,L, 1924423250,-15.741115215924522,L, 3848846500,-16.240226166880610,L, 5773269750,-17.063600348682584,L, 7697693000,-18.175512456876753,L, 9622116250,-19.507681090330586,L, 11546539500,-20.960049100345426,L, 13470962750,-22.412406865076509,L, 15395386000,-23.744546470226375,L, 17319809250,-24.856417597285517,L, 19244232500,-25.679755920594353,L, 21168655750,-26.178841258341052,L, 23093079000,-26.344121590971369,L, 25017502250,-26.222853289805258,L, 26941925500,-25.856271914409323,L, 28866348750,-25.247386163112949,L, 30790772000,-24.412026706864911,L, 32715195250,-23.382561812141851,L, 34639618500,-22.209601473146197,L, 38488465000,-19.710447208673170,L, 40412888250,-18.537471501751888,L, 42337311500,-17.507979286272146,L, 44261734750,-16.672602754551182,L, 46186158000,-16.063694805140006,L, 48110581250,-15.697099769365730,L, 50035004500,-15.575822930463158,L Color: 0,1,0 } Channel: "Z" { Default: 0.202453583827204 KeyVer: 4005 KeyCount: 27 Key: 0,0.202453583827204,L, 1924423250,0.202918316835242,L, 3848846500,0.204310007899270,L, 5773269750,0.206567999069764,L, 7697693000,0.209543080061829,L, 9622116250,0.212995994151317,L, 11546539500,0.216622944662508,L, 13470962750,0.220107034830297,L, 15395386000,0.223177351604558,L, 17319809250,0.225647865711903,L, 19244232500,0.227423154607148,L, 21168655750,0.228476711286621,L, 23093079000,0.228821875963544,L, 25017502250,0.228568732077431,L, 26941925500,0.227797694433588,L, 28866348750,0.226496623437981,L, 30790772000,0.224670535010784,L, 32715195250,0.222354980820234,L, 34639618500,0.219629148372021,L, 36564041750,0.216622917982081,L, 38488465000,0.213510966402351,L, 40412888250,0.210493196727974,L, 42337311500,0.207767164176562,L, 44261734750,0.205501582424744,L, 46186158000,0.203819741723124,L, 48110581250,0.202794746440161,L, 50035004500,0.202453583827204,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::ribs" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.169913277029991 KeyVer: 4005 KeyCount: 1 Key: 0,0.169913277029991,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000013129466 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013129466,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000003336595 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000003336595,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.054335882404986 KeyVer: 4005 KeyCount: 1 Key: 0,-0.054335882404986,L Color: 1,0,0 } Channel: "Y" { Default: -47.143946406219577 KeyVer: 4005 KeyCount: 20 Key: 0,-47.143946406219577,L, 3848846500,-47.143946406219577,L, 5773269750,-47.143942991124987,L, 9622116250,-47.143942991124987,L, 11546539500,-47.143946406219577,L, 17319809250,-47.143946406219577,L, 19244232500,-47.143949821314159,L, 21168655750,-47.143946406219577,L, 23093079000,-47.143946406219577,L, 25017502250,-47.143942991124987,L, 26941925500,-47.143946406219577,L, 28866348750,-47.143946406219577,L, 30790772000,-47.143942991124987,L, 32715195250,-47.143942991124987,L, 34639618500,-47.143946406219577,L, 42337311500,-47.143946406219577,L, 44261734750,-47.143939576030405,L, 46186158000,-47.143949821314159,L, 48110581250,-47.143946406219577,L, 50035004500,-47.143946406219577,L Color: 0,1,0 } Channel: "Z" { Default: 0.797353989189469 KeyVer: 4005 KeyCount: 1 Key: 0,0.797353989189469,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::neck" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.174169078469276 KeyVer: 4005 KeyCount: 1 Key: 0,0.174169078469276,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000365937012 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000365937012,L Color: 0,1,0 } Channel: "Z" { Default: 0.011306412518024 KeyVer: 4005 KeyCount: 1 Key: 0,0.011306412518024,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.357570461570424 KeyVer: 4005 KeyCount: 1 Key: 0,-0.357570461570424,L Color: 1,0,0 } Channel: "Y" { Default: -28.044574024471764 KeyVer: 4005 KeyCount: 20 Key: 0,-28.044574024471764,L, 1924423250,-28.044568901829884,L, 3848846500,-28.044575732019055,L, 5773269750,-28.044574024471764,L, 7697693000,-28.044568901829884,L, 11546539500,-28.044577439566346,L, 15395386000,-28.044565486735301,L, 17319809250,-28.044570609377178,L, 21168655750,-28.044572316924469,L, 25017502250,-28.044568901829884,L, 26941925500,-28.044570609377178,L, 30790772000,-28.044570609377178,L, 36564041750,-28.044577439566346,L, 38488465000,-28.044572316924469,L, 40412888250,-28.044570609377178,L, 42337311500,-28.044574024471764,L, 44261734750,-28.044567194282592,L, 46186158000,-28.044575732019055,L, 48110581250,-28.044568901829884,L, 50035004500,-28.044574024471764,L Color: 0,1,0 } Channel: "Z" { Default: -0.152831459094339 KeyVer: 4005 KeyCount: 1 Key: 0,-0.152831459094339,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::head" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.050426706671715 KeyVer: 4005 KeyCount: 1 Key: 0,0.050426706671715,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003807151 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000003807151,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000006860786818 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000006860786818,L Color: 1,0,0 } Channel: "Y" { Default: -14.011007808595268 KeyVer: 4005 KeyCount: 5 Key: 0,-14.011007808595268,L, 5773269750,-14.011006101047975,L, 11546539500,-14.011008662368914,L, 13470962750,-14.011006954821621,L, 50035004500,-14.011007808595268,L Color: 0,1,0 } Channel: "Z" { Default: 0.000004613273145 KeyVer: 4005 KeyCount: 1 Key: 0,0.000004613273145,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shoulder_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.147531464695930 KeyVer: 4005 KeyCount: 1 Key: 0,0.147531464695930,L Color: 1,0,0 } Channel: "Y" { Default: -0.012225969694555 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012225969694555,L Color: 0,1,0 } Channel: "Z" { Default: 0.000923475425225 KeyVer: 4005 KeyCount: 1 Key: 0,0.000923475425225,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -144.719673719044692 KeyVer: 4005 KeyCount: 1 Key: 0,-144.719673719044692,L Color: 1,0,0 } Channel: "Y" { Default: 5.188047768994151 KeyVer: 4005 KeyCount: 16 Key: 0,5.188047768994151,L, 1924423250,5.188048195880974,L, 3848846500,5.188052464749205,L, 5773269750,5.188049476541444,L, 9622116250,5.188048195880974,L, 11546539500,5.188050757201913,L, 13470962750,5.188051184088736,L, 15395386000,5.188047768994151,L, 21168655750,5.188049476541444,L, 23093079000,5.188047342107328,L, 34639618500,5.188049049654620,L, 36564041750,5.188050757201913,L, 38488465000,5.188048195880974,L, 46186158000,5.188051184088736,L, 48110581250,5.188047768994151,L, 50035004500,5.188047768994151,L Color: 0,1,0 } Channel: "Z" { Default: -119.585670403701087 KeyVer: 4005 KeyCount: 1 Key: 0,-119.585670403701087,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::upper_arm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.214628979563713 KeyVer: 4005 KeyCount: 1 Key: 0,0.214628979563713,L Color: 1,0,0 } Channel: "Y" { Default: -0.004128860309720 KeyVer: 4005 KeyCount: 1 Key: 0,-0.004128860309720,L Color: 0,1,0 } Channel: "Z" { Default: -0.009519913233817 KeyVer: 4005 KeyCount: 1 Key: 0,-0.009519913233817,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 102.689749491594782 KeyVer: 4005 KeyCount: 27 Key: 0,102.689749491594782,L, 1924423250,102.739575721589958,L, 3848846500,102.875148146425346,L, 5773269750,103.055028008406538,L, 7697693000,103.225516360278988,L, 9622116250,103.341718368628236,L, 11546539500,103.381941352650387,L, 13470962750,103.350665916440946,L, 15395386000,103.271169344691288,L, 17319809250,103.173688884857000,L, 19244232500,103.085661406834006,L, 21168655750,103.026382195027551,L, 23093079000,103.005823325625840,L, 25017502250,103.021000005961582,L, 26941925500,103.065204990269848,L, 28866348750,103.133486391402357,L, 30790772000,103.215776510522559,L, 32715195250,103.297062591834759,L, 34639618500,103.358787011364072,L, 36564041750,103.381941352650387,L, 38488465000,103.352236859950040,L, 40412888250,103.265698363166109,L, 42337311500,103.132277447919265,L, 44261734750,102.975920757439567,L, 46186158000,102.829652256363957,L, 48110581250,102.726577871599432,L, 50035004500,102.689749491594782,L Color: 1,0,0 } Channel: "Y" { Default: 51.174068790128544 KeyVer: 4005 KeyCount: 27 Key: 0,51.174068790128544,L, 1924423250,51.081103085335634,L, 3848846500,50.806386046728946,L, 5773269750,50.371548883409879,L, 7697693000,49.816531126550025,L, 9622116250,49.193604213867417,L, 11546539500,48.559376753203040,L, 13470962750,47.965570352046740,L, 15395386000,47.452042579300070,L, 17319809250,47.043949021676148,L, 19244232500,46.752825868683111,L, 21168655750,46.580670950653186,L, 23093079000,46.524338965473589,L, 25017502250,46.565610383533333,L, 26941925500,46.691562486922770,L, 28866348750,46.904561936189310,L, 30790772000,47.204929750223947,L, 32715195250,47.588820532523961,L, 34639618500,48.046245131428229,L, 36564041750,48.559386998486794,L, 38488465000,49.102434848826213,L, 40412888250,49.643013585780686,L, 42337311500,50.145558414341991,L, 44261734750,50.575334407486082,L, 46186158000,50.902544864958827,L, 48110581250,51.105749822955588,L, 50035004500,51.174068790128544,L Color: 0,1,0 } Channel: "Z" { Default: -16.270144102992514 KeyVer: 4005 KeyCount: 27 Key: 0,-16.270144102992514,L, 1924423250,-16.114656554084689,L, 3848846500,-15.662159936666580,L, 5773269750,-14.965436245096676,L, 7697693000,-14.106299192800563,L, 9622116250,-13.175037904190159,L, 11546539500,-12.254237904067262,L, 13470962750,-11.409523649977256,L, 15395386000,-10.686948546172538,L, 17319809250,-10.114633335239651,L, 19244232500,-9.705861881340608,L, 21168655750,-9.463495179963992,L, 23093079000,-9.384072032747905,L, 25017502250,-9.442241338814236,L, 26941925500,-9.619688799677265,L, 28866348750,-9.919042330620155,L, 30790772000,-10.340362549571786,L, 32715195250,-10.878981876008108,L, 34639618500,-11.523566464775149,L, 36564041750,-12.254248149351016,L, 38488465000,-13.041179856836441,L, 40412888250,-13.843733914500957,L, 42337311500,-14.611842474407501,L, 44261734750,-15.289135985336040,L, 46186158000,-15.819404551738389,L, 48110581250,-16.155752094773305,L, 50035004500,-16.270144102992514,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::forearm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.211972758173943 KeyVer: 4005 KeyCount: 1 Key: 0,0.211972758173943,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000065367203 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000065367203,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000000698492 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000698492,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 13.353320355679223 KeyVer: 4005 KeyCount: 27 Key: 0,13.353320355679223,L, 1924423250,13.430240238564503,L, 3848846500,13.666752614048781,L, 5773269750,14.071279959152312,L, 7697693000,14.647694137360846,L, 9622116250,15.387816850916950,L, 11546539500,16.262646262831144,L, 13470962750,17.216646104962134,L, 15395386000,18.169780220615827,L, 17319809250,19.028942886121325,L, 19244232500,19.706110038550218,L, 21168655750,20.134791493879820,L, 23093079000,20.279921060911335,L, 25017502250,20.173322298535101,L, 26941925500,19.856119775743700,L, 28866348750,19.345996852298278,L, 30790772000,18.678229747714600,L, 32715195250,17.902900824081716,L, 34639618500,17.078345019553328,L, 36564041750,16.262637725094681,L, 38488465000,15.505501010316101,L, 40412888250,14.843244160845323,L, 42337311500,14.297359220679409,L, 44261734750,13.876904728205076,L, 46186158000,13.582368188174332,L, 48110581250,13.409691614446549,L, 50035004500,13.353320355679223,L Color: 1,0,0 } Channel: "Y" { Default: -31.282539606180254 KeyVer: 4005 KeyCount: 27 Key: 0,-31.282539606180254,L, 1924423250,-31.658022425611993,L, 3848846500,-32.769420562071119,L, 5773269750,-34.535786028609330,L, 7697693000,-36.806519984217246,L, 9622116250,-39.381689131510527,L, 11546539500,-42.038373171453209,L, 13470962750,-44.562285164120205,L, 15395386000,-46.776379776035867,L, 17319809250,-48.558178055003701,L, 19244232500,-49.841850637803226,L, 21168655750,-50.605940485156864,L, 23093079000,-50.856710880533527,L, 25017502250,-50.672907074874161,L, 26941925500,-50.113285770513727,L, 28866348750,-49.171447080199925,L, 30790772000,-47.852920042065875,L, 32715195250,-46.183635469295503,L, 34639618500,-44.217159120454539,L, 36564041750,-42.038362926169455,L, 38488465000,-39.761324705957627,L, 40412888250,-37.520759695913618,L, 42337311500,-35.457970849586445,L, 44261734750,-33.706785478478565,L, 46186158000,-32.380062213340516,L, 48110581250,-31.558438267513353,L, 50035004500,-31.282539606180254,L Color: 0,1,0 } Channel: "Z" { Default: -9.837716121946576 KeyVer: 4005 KeyCount: 27 Key: 0,-9.837716121946576,L, 1924423250,-9.985062085363756,L, 3848846500,-10.428722999316822,L, 5773269750,-11.158610674401675,L, 7697693000,-12.146880136919508,L, 9622116250,-13.346184515543863,L, 11546539500,-14.687073593020498,L, 13470962750,-16.077741089168118,L, 15395386000,-17.409923383000290,L, 17319809250,-18.571986155175203,L, 19244232500,-19.466464313784204,L, 21168655750,-20.024222684048521,L, 23093079000,-20.211666980535497,L, 25017502250,-20.074059159327447,L, 26941925500,-19.662345601443427,L, 28866348750,-18.992925591080606,L, 30790772000,-18.101579074206054,L, 32715195250,-17.041878639574684,L, 34639618500,-15.880039556095088,L, 36564041750,-14.687061640189452,L, 38488465000,-13.530916373156700,L, 40412888250,-12.470587561121690,L, 42337311500,-11.552790282912653,L, 44261734750,-10.812102371202732,L, 46186158000,-10.271982964469947,L, 48110581250,-9.945868752358987,L, 50035004500,-9.837716121946576,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::hand_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.222559079527855 KeyVer: 4005 KeyCount: 1 Key: 0,0.222559079527855,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000044703484 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000044703484,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 107.399772811147940 KeyVer: 4005 KeyCount: 14 Key: 0,107.399772811147940,L, 1924423250,107.399779641337105,L, 3848846500,107.399772811147940,L, 15395386000,107.399772811147940,L, 17319809250,107.399779641337105,L, 19244232500,107.399779641337105,L, 21168655750,107.399772811147940,L, 30790772000,107.399772811147940,L, 32715195250,107.399779641337105,L, 34639618500,107.399772811147940,L, 42337311500,107.399772811147940,L, 44261734750,107.399779641337105,L, 48110581250,107.399779641337105,L, 50035004500,107.399772811147940,L Color: 1,0,0 } Channel: "Y" { Default: 3.413013298295322 KeyVer: 4005 KeyCount: 17 Key: 0,3.413013298295322,L, 1924423250,3.413011590748029,L, 5773269750,3.413016073059672,L, 7697693000,3.413015859616261,L, 9622116250,3.413011804191441,L, 19244232500,3.413015859616261,L, 21168655750,3.413012017634852,L, 23093079000,3.413015005842614,L, 26941925500,3.413010096644149,L, 28866348750,3.413016713389907,L, 30790772000,3.413017140276730,L, 36564041750,3.413009456313914,L, 38488465000,3.413013938625557,L, 40412888250,3.413015005842614,L, 42337311500,3.413009029427091,L, 44261734750,3.413012017634852,L, 50035004500,3.413013298295322,L Color: 0,1,0 } Channel: "Z" { Default: 0.062232234755957 KeyVer: 4005 KeyCount: 13 Key: 0,0.062232234755957,L, 3848846500,0.062229666764912,L, 15395386000,0.062228386104442,L, 19244232500,0.062230954095488,L, 26941925500,0.062230520538558,L, 28866348750,0.062228812991265,L, 30790772000,0.062230527208665,L, 38488465000,0.062231807869134,L, 40412888250,0.062228392774549,L, 44261734750,0.062231807869134,L, 46186158000,0.062227105443973,L, 48110581250,0.062230954095488,L, 50035004500,0.062232234755957,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023443460464478 KeyVer: 4005 KeyCount: 1 Key: 0,0.023443460464478,L Color: 1,0,0 } Channel: "Y" { Default: 0.017202816903591 KeyVer: 4005 KeyCount: 1 Key: 0,0.017202816903591,L Color: 0,1,0 } Channel: "Z" { Default: -0.001944955438375 KeyVer: 4005 KeyCount: 1 Key: 0,-0.001944955438375,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 12.599426273209101 KeyVer: 4005 KeyCount: 19 Key: 0,12.599426273209101,L, 1924423250,12.599425419435455,L, 5773269750,12.599427126982746,L, 7697693000,12.599423711888162,L, 9622116250,12.599428834530039,L, 11546539500,12.599426273209101,L, 13470962750,12.599427980756394,L, 19244232500,12.599425419435455,L, 21168655750,12.599427126982746,L, 23093079000,12.599421150567224,L, 28866348750,12.599429688303685,L, 32715195250,12.599422858114515,L, 36564041750,12.599426273209101,L, 38488465000,12.599424565661808,L, 40412888250,12.599432249624625,L, 42337311500,12.599427126982746,L, 46186158000,12.599424565661808,L, 48110581250,12.599427126982746,L, 50035004500,12.599426273209101,L Color: 1,0,0 } Channel: "Y" { Default: -24.543801546521777 KeyVer: 4005 KeyCount: 18 Key: 0,-24.543801546521777,L, 5773269750,-24.543803254069068,L, 7697693000,-24.543799838974486,L, 9622116250,-24.543804961616363,L, 11546539500,-24.543804961616363,L, 15395386000,-24.543799838974486,L, 19244232500,-24.543801546521777,L, 21168655750,-24.543799838974486,L, 23093079000,-24.543803254069068,L, 25017502250,-24.543801546521777,L, 30790772000,-24.543804961616363,L, 32715195250,-24.543801546521777,L, 34639618500,-24.543806669163654,L, 36564041750,-24.543799838974486,L, 38488465000,-24.543801546521777,L, 42337311500,-24.543801546521777,L, 44261734750,-24.543804961616363,L, 50035004500,-24.543801546521777,L Color: 0,1,0 } Channel: "Z" { Default: 8.554910119397997 KeyVer: 4005 KeyCount: 17 Key: 0,8.554910119397997,L, 1924423250,8.554911826945290,L, 5773269750,8.554908411850706,L, 7697693000,8.554913534492583,L, 9622116250,8.554908411850706,L, 17319809250,8.554908411850706,L, 19244232500,8.554914388266228,L, 23093079000,8.554908411850706,L, 26941925500,8.554906704303413,L, 28866348750,8.554910973171644,L, 30790772000,8.554907558077058,L, 32715195250,8.554909265624351,L, 34639618500,8.554908411850706,L, 40412888250,8.554913534492583,L, 44261734750,8.554908411850706,L, 46186158000,8.554910119397997,L, 50035004500,8.554910119397997,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.058449037373066 KeyVer: 4005 KeyCount: 1 Key: 0,0.058449037373066,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 18.803264898207967 KeyVer: 4005 KeyCount: 23 Key: 0,18.803264898207967,L, 1924423250,18.803271728397135,L, 3848846500,18.803266605755258,L, 9622116250,18.803266605755258,L, 13470962750,18.803270020849844,L, 15395386000,18.803268313302553,L, 17319809250,18.803271728397135,L, 19244232500,18.803270020849844,L, 21168655750,18.803271728397135,L, 23093079000,18.803266605755258,L, 25017502250,18.803264898207967,L, 26941925500,18.803273435944430,L, 28866348750,18.803270020849844,L, 30790772000,18.803270020849844,L, 34639618500,18.803273435944430,L, 36564041750,18.803266605755258,L, 38488465000,18.803264898207967,L, 40412888250,18.803271728397135,L, 42337311500,18.803270020849844,L, 44261734750,18.803271728397135,L, 46186158000,18.803270020849844,L, 48110581250,18.803271728397135,L, 50035004500,18.803264898207967,L Color: 1,0,0 } Channel: "Y" { Default: -5.087936832555772 KeyVer: 4005 KeyCount: 11 Key: 0,-5.087936832555772,L, 11546539500,-5.087938966989888,L, 13470962750,-5.087936405668948,L, 15395386000,-5.087937686329418,L, 19244232500,-5.087934271234833,L, 21168655750,-5.087938113216241,L, 23093079000,-5.087935978782125,L, 32715195250,-5.087937686329418,L, 34639618500,-5.087935551895303,L, 46186158000,-5.087939393876710,L, 50035004500,-5.087936832555772,L Color: 0,1,0 } Channel: "Z" { Default: -17.280079779331242 KeyVer: 4005 KeyCount: 19 Key: 0,-17.280079779331242,L, 1924423250,-17.280083194425828,L, 5773269750,-17.280079779331242,L, 9622116250,-17.280081486878537,L, 11546539500,-17.280079779331242,L, 15395386000,-17.280081486878537,L, 17319809250,-17.280079779331242,L, 21168655750,-17.280081486878537,L, 23093079000,-17.280079779331242,L, 26941925500,-17.280081486878537,L, 30790772000,-17.280079779331242,L, 32715195250,-17.280081486878537,L, 34639618500,-17.280079779331242,L, 36564041750,-17.280083194425828,L, 38488465000,-17.280079779331242,L, 40412888250,-17.280081486878537,L, 46186158000,-17.280079779331242,L, 48110581250,-17.280081486878537,L, 50035004500,-17.280079779331242,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026524359360337 KeyVer: 4005 KeyCount: 1 Key: 0,0.026524359360337,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000029336661 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000029336661,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000931323 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000931323,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -3.479990560183194 KeyVer: 4005 KeyCount: 20 Key: 0,-3.479990560183194,L, 1924423250,-3.479995255938248,L, 3848846500,-3.479993121504132,L, 9622116250,-3.479992908060721,L, 11546539500,-3.479991200513429,L, 13470962750,-3.479995682825071,L, 15395386000,-3.479995469381659,L, 17319809250,-3.479992481173898,L, 19244232500,-3.479995896268483,L, 21168655750,-3.479992908060721,L, 25017502250,-3.479994615608013,L, 26941925500,-3.479992054287075,L, 28866348750,-3.479993121504132,L, 30790772000,-3.479992054287075,L, 32715195250,-3.479994402164602,L, 38488465000,-3.479990987070017,L, 40412888250,-3.479994829051425,L, 46186158000,-3.479993121504132,L, 48110581250,-3.479989066079313,L, 50035004500,-3.479990560183194,L Color: 1,0,0 } Channel: "Y" { Default: -17.973292753667767 KeyVer: 4005 KeyCount: 14 Key: 0,-17.973292753667767,L, 1924423250,-17.973294461215058,L, 5773269750,-17.973292753667767,L, 7697693000,-17.973294461215058,L, 11546539500,-17.973291046120472,L, 13470962750,-17.973292753667767,L, 15395386000,-17.973291046120472,L, 23093079000,-17.973294461215058,L, 25017502250,-17.973291046120472,L, 30790772000,-17.973294461215058,L, 32715195250,-17.973291046120472,L, 42337311500,-17.973294461215058,L, 48110581250,-17.973291046120472,L, 50035004500,-17.973292753667767,L Color: 0,1,0 } Channel: "Z" { Default: -0.340436905357045 KeyVer: 4005 KeyCount: 1 Key: 0,-0.340436905357045,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023733472451568 KeyVer: 4005 KeyCount: 1 Key: 0,0.023733472451568,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000005587935 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000005587935,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.666184489669629 KeyVer: 4005 KeyCount: 16 Key: 0,-5.666184489669629,L, 5773269750,-5.666182355235513,L, 7697693000,-5.666186197216921,L, 9622116250,-5.666182355235513,L, 11546539500,-5.666182355235513,L, 13470962750,-5.666180220801397,L, 17319809250,-5.666182355235513,L, 19244232500,-5.666180220801397,L, 23093079000,-5.666182355235513,L, 26941925500,-5.666180647688220,L, 30790772000,-5.666182355235513,L, 38488465000,-5.666181074575044,L, 40412888250,-5.666185770330098,L, 44261734750,-5.666182355235513,L, 46186158000,-5.666185343443275,L, 50035004500,-5.666184489669629,L Color: 1,0,0 } Channel: "Y" { Default: -13.961950828655368 KeyVer: 4005 KeyCount: 19 Key: 0,-13.961950828655368,L, 5773269750,-13.961956805070892,L, 9622116250,-13.961949974881721,L, 11546539500,-13.961952536202661,L, 15395386000,-13.961951682429014,L, 17319809250,-13.961954243749952,L, 19244232500,-13.961952536202661,L, 21168655750,-13.961953389976307,L, 23093079000,-13.961949121108075,L, 26941925500,-13.961954243749952,L, 28866348750,-13.961951682429014,L, 32715195250,-13.961955097523600,L, 34639618500,-13.961952536202661,L, 36564041750,-13.961955097523600,L, 38488465000,-13.961950828655368,L, 40412888250,-13.961954243749952,L, 42337311500,-13.961950828655368,L, 44261734750,-13.961953389976307,L, 50035004500,-13.961950828655368,L Color: 0,1,0 } Channel: "Z" { Default: -5.311093200004930 KeyVer: 4005 KeyCount: 10 Key: 0,-5.311093200004930,L, 1924423250,-5.311092773118108,L, 3848846500,-5.311094480665401,L, 9622116250,-5.311091919344461,L, 11546539500,-5.311094480665401,L, 13470962750,-5.311092346231285,L, 15395386000,-5.311093626891754,L, 25017502250,-5.311091492457638,L, 26941925500,-5.311093200004930,L, 50035004500,-5.311093200004930,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.003173882141709 KeyVer: 4005 KeyCount: 1 Key: 0,0.003173882141709,L Color: 1,0,0 } Channel: "Y" { Default: 0.015621233731508 KeyVer: 4005 KeyCount: 1 Key: 0,0.015621233731508,L Color: 0,1,0 } Channel: "Z" { Default: 0.023463033139706 KeyVer: 4005 KeyCount: 1 Key: 0,0.023463033139706,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 49.844842260659682 KeyVer: 4005 KeyCount: 22 Key: 0,49.844842260659682,L, 3848846500,49.844835430470518,L, 5773269750,49.844842260659682,L, 7697693000,49.844838845565100,L, 9622116250,49.844842260659682,L, 13470962750,49.844835430470518,L, 15395386000,49.844838845565100,L, 17319809250,49.844838845565100,L, 19244232500,49.844835430470518,L, 21168655750,49.844835430470518,L, 23093079000,49.844838845565100,L, 30790772000,49.844838845565100,L, 32715195250,49.844842260659682,L, 34639618500,49.844842260659682,L, 36564041750,49.844835430470518,L, 38488465000,49.844835430470518,L, 40412888250,49.844838845565100,L, 42337311500,49.844838845565100,L, 44261734750,49.844842260659682,L, 46186158000,49.844832015375928,L, 48110581250,49.844838845565100,L, 50035004500,49.844842260659682,L Color: 1,0,0 } Channel: "Y" { Default: -16.105150638307340 KeyVer: 4005 KeyCount: 18 Key: 0,-16.105150638307340,L, 1924423250,-16.105150638307340,L, 3848846500,-16.105147223212754,L, 9622116250,-16.105148930760045,L, 11546539500,-16.105147223212754,L, 13470962750,-16.105150638307340,L, 15395386000,-16.105147223212754,L, 17319809250,-16.105150638307340,L, 23093079000,-16.105147223212754,L, 26941925500,-16.105148930760045,L, 30790772000,-16.105145515665463,L, 32715195250,-16.105150638307340,L, 36564041750,-16.105145515665463,L, 40412888250,-16.105148930760045,L, 42337311500,-16.105147223212754,L, 44261734750,-16.105152345854631,L, 48110581250,-16.105147223212754,L, 50035004500,-16.105150638307340,L Color: 0,1,0 } Channel: "Z" { Default: 17.567212394301706 KeyVer: 4005 KeyCount: 17 Key: 0,17.567212394301706,L, 1924423250,17.567215809396291,L, 3848846500,17.567210686754411,L, 5773269750,17.567217516943582,L, 7697693000,17.567210686754411,L, 9622116250,17.567214101848997,L, 17319809250,17.567215809396291,L, 21168655750,17.567210686754411,L, 23093079000,17.567214101848997,L, 25017502250,17.567210686754411,L, 28866348750,17.567210686754411,L, 30790772000,17.567214101848997,L, 32715195250,17.567208979207120,L, 34639618500,17.567215809396291,L, 42337311500,17.567212394301706,L, 46186158000,17.567215809396291,L, 50035004500,17.567212394301706,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033066399395466 KeyVer: 4005 KeyCount: 1 Key: 0,0.033066399395466,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.590332021789965 KeyVer: 4005 KeyCount: 18 Key: 0,-7.590332021789965,L, 3848846500,-7.590334583110904,L, 5773269750,-7.590332021789965,L, 7697693000,-7.590335436884550,L, 17319809250,-7.590331168016319,L, 19244232500,-7.590332021789965,L, 21168655750,-7.590336290658197,L, 26941925500,-7.590332875563612,L, 30790772000,-7.590334583110904,L, 32715195250,-7.590332875563612,L, 36564041750,-7.590336290658197,L, 38488465000,-7.590331168016319,L, 40412888250,-7.590335436884550,L, 42337311500,-7.590333729337257,L, 44261734750,-7.590336290658197,L, 46186158000,-7.590332875563612,L, 48110581250,-7.590333729337257,L, 50035004500,-7.590332021789965,L Color: 1,0,0 } Channel: "Y" { Default: -15.050606996499321 KeyVer: 4005 KeyCount: 12 Key: 0,-15.050606996499321,L, 1924423250,-15.050605288952028,L, 7697693000,-15.050608704046612,L, 17319809250,-15.050603581404735,L, 26941925500,-15.050608704046612,L, 28866348750,-15.050605288952028,L, 30790772000,-15.050608704046612,L, 38488465000,-15.050605288952028,L, 42337311500,-15.050606996499321,L, 44261734750,-15.050605288952028,L, 46186158000,-15.050606996499321,L, 50035004500,-15.050606996499321,L Color: 0,1,0 } Channel: "Z" { Default: -21.255145715888112 KeyVer: 4005 KeyCount: 19 Key: 0,-21.255145715888112,L, 3848846500,-21.255144008340817,L, 7697693000,-21.255149130982694,L, 11546539500,-21.255145715888112,L, 13470962750,-21.255147423435403,L, 15395386000,-21.255145715888112,L, 19244232500,-21.255147423435403,L, 21168655750,-21.255145715888112,L, 23093079000,-21.255149130982694,L, 25017502250,-21.255145715888112,L, 30790772000,-21.255147423435403,L, 34639618500,-21.255145715888112,L, 36564041750,-21.255147423435403,L, 38488465000,-21.255145715888112,L, 40412888250,-21.255147423435403,L, 44261734750,-21.255145715888112,L, 46186158000,-21.255149130982694,L, 48110581250,-21.255144008340817,L, 50035004500,-21.255145715888112,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026086254045367 KeyVer: 4005 KeyCount: 1 Key: 0,0.026086254045367,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000024214387 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000024214387,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 3.311967479714298 KeyVer: 4005 KeyCount: 10 Key: 0,3.311967479714298,L, 3848846500,3.311966839384064,L, 5773269750,3.311968760374768,L, 7697693000,3.311966625940652,L, 19244232500,3.311965772167006,L, 21168655750,3.311967906601121,L, 42337311500,3.311967906601121,L, 44261734750,3.311965772167006,L, 46186158000,3.311968973818179,L, 50035004500,3.311967479714298,L Color: 1,0,0 } Channel: "Y" { Default: 8.854104848442685 KeyVer: 4005 KeyCount: 18 Key: 0,8.854104848442685,L, 7697693000,8.854103994669037,L, 9622116250,8.854106555989976,L, 11546539500,8.854104848442685,L, 15395386000,8.854106555989976,L, 17319809250,8.854103994669037,L, 21168655750,8.854105702216330,L, 26941925500,8.854102287121744,L, 28866348750,8.854104848442685,L, 30790772000,8.854103140895392,L, 34639618500,8.854106555989976,L, 36564041750,8.854103994669037,L, 38488465000,8.854103994669037,L, 40412888250,8.854106555989976,L, 44261734750,8.854102287121744,L, 46186158000,8.854107409763623,L, 48110581250,8.854103994669037,L, 50035004500,8.854104848442685,L Color: 0,1,0 } Channel: "Z" { Default: -12.936357797418053 KeyVer: 4005 KeyCount: 14 Key: 0,-12.936357797418053,L, 3848846500,-12.936359504965345,L, 7697693000,-12.936356943644407,L, 11546539500,-12.936359504965345,L, 13470962750,-12.936356943644407,L, 15395386000,-12.936358651191700,L, 28866348750,-12.936358651191700,L, 30790772000,-12.936356943644407,L, 34639618500,-12.936359504965345,L, 36564041750,-12.936357797418053,L, 42337311500,-12.936357797418053,L, 44261734750,-12.936359504965345,L, 46186158000,-12.936356943644407,L, 50035004500,-12.936357797418053,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.020897269248962 KeyVer: 4005 KeyCount: 1 Key: 0,0.020897269248962,L Color: 1,0,0 } Channel: "Y" { Default: 0.008608870208263 KeyVer: 4005 KeyCount: 1 Key: 0,0.008608870208263,L Color: 0,1,0 } Channel: "Z" { Default: -0.008577808737755 KeyVer: 4005 KeyCount: 1 Key: 0,-0.008577808737755,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.272508607609938 KeyVer: 4005 KeyCount: 22 Key: 0,5.272508607609938,L, 1924423250,5.272506900062646,L, 5773269750,5.272512876478169,L, 7697693000,5.272507326949468,L, 11546539500,5.272507326949468,L, 13470962750,5.272511168930877,L, 15395386000,5.272511168930877,L, 17319809250,5.272506046288999,L, 19244232500,5.272509461383584,L, 21168655750,5.272509034496761,L, 23093079000,5.272503058081237,L, 25017502250,5.272509888270408,L, 26941925500,5.272508180723115,L, 28866348750,5.272510315157231,L, 32715195250,5.272509034496761,L, 34639618500,5.272510742044053,L, 36564041750,5.272507753836292,L, 38488465000,5.272511168930877,L, 40412888250,5.272506046288999,L, 42337311500,5.272507326949468,L, 48110581250,5.272505619402176,L, 50035004500,5.272508607609938,L Color: 1,0,0 } Channel: "Y" { Default: -17.111642191757095 KeyVer: 4005 KeyCount: 19 Key: 0,-17.111642191757095,L, 1924423250,-17.111640484209801,L, 5773269750,-17.111642191757095,L, 7697693000,-17.111638776662510,L, 9622116250,-17.111642191757095,L, 11546539500,-17.111642191757095,L, 13470962750,-17.111638776662510,L, 17319809250,-17.111642191757095,L, 21168655750,-17.111640484209801,L, 26941925500,-17.111642191757095,L, 28866348750,-17.111638776662510,L, 30790772000,-17.111642191757095,L, 32715195250,-17.111640484209801,L, 34639618500,-17.111643899304386,L, 36564041750,-17.111640484209801,L, 42337311500,-17.111637069115215,L, 44261734750,-17.111643899304386,L, 48110581250,-17.111640484209801,L, 50035004500,-17.111642191757095,L Color: 0,1,0 } Channel: "Z" { Default: -6.502368264373122 KeyVer: 4005 KeyCount: 13 Key: 0,-6.502368264373122,L, 17319809250,-6.502369971920415,L, 19244232500,-6.502368264373122,L, 26941925500,-6.502369971920415,L, 28866348750,-6.502366983712653,L, 30790772000,-6.502369971920415,L, 36564041750,-6.502369118146769,L, 38488465000,-6.502366556825830,L, 40412888250,-6.502368264373122,L, 42337311500,-6.502365703052184,L, 44261734750,-6.502368264373122,L, 48110581250,-6.502369971920415,L, 50035004500,-6.502368264373122,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059462860226631 KeyVer: 4005 KeyCount: 1 Key: 0,0.059462860226631,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000020489097 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000020489097,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000037252903 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000037252903,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 27.786546553101978 KeyVer: 4005 KeyCount: 18 Key: 0,27.786546553101978,L, 1924423250,27.786541430460101,L, 3848846500,27.786543138007392,L, 7697693000,27.786541430460101,L, 11546539500,27.786546553101978,L, 17319809250,27.786539722912806,L, 19244232500,27.786544845554683,L, 23093079000,27.786543138007392,L, 25017502250,27.786546553101978,L, 26941925500,27.786543138007392,L, 28866348750,27.786546553101978,L, 34639618500,27.786546553101978,L, 36564041750,27.786543138007392,L, 40412888250,27.786546553101978,L, 42337311500,27.786539722912806,L, 44261734750,27.786549968196560,L, 48110581250,27.786543138007392,L, 50035004500,27.786546553101978,L Color: 1,0,0 } Channel: "Y" { Default: -4.189087352877970 KeyVer: 4005 KeyCount: 14 Key: 0,-4.189087352877970,L, 9622116250,-4.189087779764793,L, 11546539500,-4.189086072217501,L, 13470962750,-4.189088206651617,L, 15395386000,-4.189086499104324,L, 17319809250,-4.189087352877970,L, 19244232500,-4.189086072217501,L, 21168655750,-4.189087352877970,L, 25017502250,-4.189086499104324,L, 26941925500,-4.189088633538439,L, 28866348750,-4.189086072217501,L, 32715195250,-4.189088206651617,L, 40412888250,-4.189086072217501,L, 50035004500,-4.189087352877970,L Color: 0,1,0 } Channel: "Z" { Default: -7.215020810861120 KeyVer: 4005 KeyCount: 14 Key: 0,-7.215020810861120,L, 1924423250,-7.215021664634767,L, 7697693000,-7.215019103313828,L, 9622116250,-7.215020810861120,L, 11546539500,-7.215019103313828,L, 13470962750,-7.215021664634767,L, 15395386000,-7.215019957087474,L, 17319809250,-7.215022518408412,L, 21168655750,-7.215019957087474,L, 23093079000,-7.215021664634767,L, 25017502250,-7.215018249540181,L, 26941925500,-7.215020810861120,L, 30790772000,-7.215019103313828,L, 50035004500,-7.215020810861120,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.034586992114782 KeyVer: 4005 KeyCount: 1 Key: 0,0.034586992114782,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013038516 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013038516,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -9.000180396674244 KeyVer: 4005 KeyCount: 19 Key: 0,-9.000180396674244,L, 1924423250,-9.000185519316121,L, 3848846500,-9.000186373089768,L, 5773269750,-9.000180396674244,L, 9622116250,-9.000182957995182,L, 13470962750,-9.000179542900598,L, 17319809250,-9.000186373089768,L, 19244232500,-9.000182104221537,L, 21168655750,-9.000184665542475,L, 26941925500,-9.000182104221537,L, 28866348750,-9.000184665542475,L, 30790772000,-9.000182957995182,L, 32715195250,-9.000177835353306,L, 36564041750,-9.000183811768830,L, 38488465000,-9.000182104221537,L, 40412888250,-9.000183811768830,L, 44261734750,-9.000179542900598,L, 48110581250,-9.000182104221537,L, 50035004500,-9.000180396674244,L Color: 1,0,0 } Channel: "Y" { Default: -18.853167967831300 KeyVer: 4005 KeyCount: 7 Key: 0,-18.853167967831300,L, 5773269750,-18.853171382925886,L, 9622116250,-18.853167967831300,L, 15395386000,-18.853171382925886,L, 17319809250,-18.853167967831300,L, 21168655750,-18.853169675378592,L, 50035004500,-18.853167967831300,L Color: 0,1,0 } Channel: "Z" { Default: -0.342227001888967 KeyVer: 4005 KeyCount: 1 Key: 0,-0.342227001888967,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025573443621397 KeyVer: 4005 KeyCount: 1 Key: 0,0.025573443621397,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000040978193 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000040978193,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.076924120762298 KeyVer: 4005 KeyCount: 19 Key: 0,-4.076924120762298,L, 1924423250,-4.076921986328182,L, 11546539500,-4.076922840101828,L, 13470962750,-4.076927108970059,L, 15395386000,-4.076928389630529,L, 17319809250,-4.076921559441359,L, 19244232500,-4.076921986328182,L, 21168655750,-4.076924974535943,L, 25017502250,-4.076924547649121,L, 26941925500,-4.076927962743706,L, 28866348750,-4.076926682083236,L, 30790772000,-4.076927535856883,L, 36564041750,-4.076920705667713,L, 38488465000,-4.076920705667713,L, 40412888250,-4.076926255196414,L, 42337311500,-4.076926682083236,L, 44261734750,-4.076917717459951,L, 48110581250,-4.076920278780889,L, 50035004500,-4.076924120762298,L Color: 1,0,0 } Channel: "Y" { Default: -10.993121167228027 KeyVer: 4005 KeyCount: 14 Key: 0,-10.993121167228027,L, 5773269750,-10.993123728548966,L, 13470962750,-10.993122021001673,L, 15395386000,-10.993123728548966,L, 17319809250,-10.993122021001673,L, 21168655750,-10.993124582322613,L, 25017502250,-10.993121167228027,L, 28866348750,-10.993123728548966,L, 30790772000,-10.993120313454382,L, 36564041750,-10.993122874775320,L, 38488465000,-10.993120313454382,L, 46186158000,-10.993122021001673,L, 48110581250,-10.993118605907089,L, 50035004500,-10.993121167228027,L Color: 0,1,0 } Channel: "Z" { Default: -2.069566528417931 KeyVer: 4005 KeyCount: 13 Key: 0,-2.069566528417931,L, 1924423250,-2.069566528417931,L, 3848846500,-2.069568876295458,L, 5773269750,-2.069566101531108,L, 11546539500,-2.069567809078400,L, 13470962750,-2.069565674644284,L, 21168655750,-2.069568022521811,L, 23093079000,-2.069566741861342,L, 36564041750,-2.069568449408635,L, 38488465000,-2.069565674644284,L, 46186158000,-2.069567809078400,L, 48110581250,-2.069565674644284,L, 50035004500,-2.069566528417931,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.017974268645048 KeyVer: 4005 KeyCount: 1 Key: 0,0.017974268645048,L Color: 1,0,0 } Channel: "Y" { Default: -0.002705484628677 KeyVer: 4005 KeyCount: 1 Key: 0,-0.002705484628677,L Color: 0,1,0 } Channel: "Z" { Default: -0.011575199663639 KeyVer: 4005 KeyCount: 1 Key: 0,-0.011575199663639,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.568059118315114 KeyVer: 4005 KeyCount: 21 Key: 0,-4.568059118315114,L, 1924423250,-4.568060825862406,L, 3848846500,-4.568057410767821,L, 5773269750,-4.568056556994175,L, 7697693000,-4.568059545201937,L, 9622116250,-4.568056130107352,L, 11546539500,-4.568057837654645,L, 15395386000,-4.568056983880998,L, 23093079000,-4.568060398975583,L, 25017502250,-4.568055703220529,L, 26941925500,-4.568059972088760,L, 28866348750,-4.568052715012767,L, 30790772000,-4.568058264541468,L, 32715195250,-4.568060825862406,L, 34639618500,-4.568055276333705,L, 36564041750,-4.568059545201937,L, 42337311500,-4.568056556994175,L, 44261734750,-4.568059545201937,L, 46186158000,-4.568059972088760,L, 48110581250,-4.568056556994175,L, 50035004500,-4.568059118315114,L Color: 1,0,0 } Channel: "Y" { Default: -9.088922483239154 KeyVer: 4005 KeyCount: 15 Key: 0,-9.088922483239154,L, 1924423250,-9.088923337012799,L, 5773269750,-9.088921629465508,L, 7697693000,-9.088923337012799,L, 15395386000,-9.088919068144568,L, 17319809250,-9.088921629465508,L, 26941925500,-9.088921629465508,L, 28866348750,-9.088919921918215,L, 34639618500,-9.088923337012799,L, 36564041750,-9.088919921918215,L, 38488465000,-9.088922483239154,L, 40412888250,-9.088921629465508,L, 46186158000,-9.088924190786447,L, 48110581250,-9.088919921918215,L, 50035004500,-9.088922483239154,L Color: 0,1,0 } Channel: "Z" { Default: -17.921396976354085 KeyVer: 4005 KeyCount: 19 Key: 0,-17.921396976354085,L, 1924423250,-17.921398683901376,L, 3848846500,-17.921396976354085,L, 7697693000,-17.921398683901376,L, 9622116250,-17.921396976354085,L, 13470962750,-17.921398683901376,L, 15395386000,-17.921395268806791,L, 17319809250,-17.921398683901376,L, 25017502250,-17.921396976354085,L, 26941925500,-17.921400391448671,L, 28866348750,-17.921395268806791,L, 30790772000,-17.921396976354085,L, 32715195250,-17.921395268806791,L, 36564041750,-17.921400391448671,L, 40412888250,-17.921395268806791,L, 42337311500,-17.921396976354085,L, 44261734750,-17.921395268806791,L, 48110581250,-17.921398683901376,L, 50035004500,-17.921396976354085,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059641882777214 KeyVer: 4005 KeyCount: 1 Key: 0,0.059641882777214,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000010244548 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000010244548,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 32.361613872392340 KeyVer: 4005 KeyCount: 24 Key: 0,32.361613872392340,L, 1924423250,32.361617287486922,L, 3848846500,32.361610457297751,L, 5773269750,32.361613872392340,L, 7697693000,32.361610457297751,L, 9622116250,32.361613872392340,L, 13470962750,32.361613872392340,L, 15395386000,32.361610457297751,L, 17319809250,32.361613872392340,L, 19244232500,32.361613872392340,L, 21168655750,32.361610457297751,L, 23093079000,32.361610457297751,L, 25017502250,32.361613872392340,L, 26941925500,32.361610457297751,L, 28866348750,32.361613872392340,L, 30790772000,32.361613872392340,L, 32715195250,32.361607042203168,L, 36564041750,32.361613872392340,L, 38488465000,32.361610457297751,L, 42337311500,32.361610457297751,L, 44261734750,32.361613872392340,L, 46186158000,32.361610457297751,L, 48110581250,32.361613872392340,L, 50035004500,32.361613872392340,L Color: 1,0,0 } Channel: "Y" { Default: -18.154205681760928 KeyVer: 4005 KeyCount: 17 Key: 0,-18.154205681760928,L, 3848846500,-18.154205681760928,L, 5773269750,-18.154209096855514,L, 7697693000,-18.154203974213633,L, 15395386000,-18.154207389308219,L, 19244232500,-18.154203974213633,L, 21168655750,-18.154205681760928,L, 25017502250,-18.154203974213633,L, 26941925500,-18.154209096855514,L, 28866348750,-18.154205681760928,L, 34639618500,-18.154207389308219,L, 38488465000,-18.154205681760928,L, 40412888250,-18.154207389308219,L, 42337311500,-18.154205681760928,L, 44261734750,-18.154207389308219,L, 46186158000,-18.154203974213633,L, 50035004500,-18.154205681760928,L Color: 0,1,0 } Channel: "Z" { Default: -4.596131622690649 KeyVer: 4005 KeyCount: 11 Key: 0,-4.596131622690649,L, 19244232500,-4.596131622690649,L, 23093079000,-4.596133757124765,L, 26941925500,-4.596131195803826,L, 28866348750,-4.596132476464295,L, 30790772000,-4.596131622690649,L, 36564041750,-4.596133330237942,L, 38488465000,-4.596130342030180,L, 42337311500,-4.596133330237942,L, 44261734750,-4.596131195803826,L, 50035004500,-4.596131622690649,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033270057290792 KeyVer: 4005 KeyCount: 1 Key: 0,0.033270057290792,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000012107193 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000012107193,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.910438999047613 KeyVer: 4005 KeyCount: 16 Key: 0,-4.910438999047613,L, 1924423250,-4.910438572160790,L, 3848846500,-4.910435157066205,L, 5773269750,-4.910443694802668,L, 7697693000,-4.910438145273966,L, 9622116250,-4.910435583953028,L, 11546539500,-4.910441560368552,L, 13470962750,-4.910438145273966,L, 17319809250,-4.910436864613497,L, 21168655750,-4.910443694802668,L, 30790772000,-4.910434730179381,L, 34639618500,-4.910441560368552,L, 40412888250,-4.910436864613497,L, 42337311500,-4.910440279708082,L, 48110581250,-4.910432168858443,L, 50035004500,-4.910438999047613,L Color: 1,0,0 } Channel: "Y" { Default: -10.123922392510854 KeyVer: 4005 KeyCount: 14 Key: 0,-10.123922392510854,L, 5773269750,-10.123921538737209,L, 7697693000,-10.123918977416270,L, 17319809250,-10.123918977416270,L, 19244232500,-10.123921538737209,L, 21168655750,-10.123919831189916,L, 25017502250,-10.123920684963563,L, 26941925500,-10.123918123642623,L, 28866348750,-10.123920684963563,L, 34639618500,-10.123920684963563,L, 36564041750,-10.123918977416270,L, 40412888250,-10.123921538737209,L, 48110581250,-10.123919831189916,L, 50035004500,-10.123922392510854,L Color: 0,1,0 } Channel: "Z" { Default: -3.586088797759315 KeyVer: 4005 KeyCount: 4 Key: 0,-3.586088797759315,L, 42337311500,-3.586089651532962,L, 46186158000,-3.586087943985669,L, 50035004500,-3.586088797759315,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.022822396829724 KeyVer: 4005 KeyCount: 1 Key: 0,0.022822396829724,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000011175871,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.260868684603784 KeyVer: 4005 KeyCount: 20 Key: 0,-5.260868684603784,L, 7697693000,-5.260875087906131,L, 9622116250,-5.260879356774362,L, 11546539500,-5.260874234132484,L, 13470962750,-5.260876368566600,L, 17319809250,-5.260875087906131,L, 21168655750,-5.260868257716960,L, 23093079000,-5.260867403943315,L, 25017502250,-5.260872953472015,L, 26941925500,-5.260872099698369,L, 28866348750,-5.260874661019307,L, 30790772000,-5.260872953472015,L, 32715195250,-5.260869111490607,L, 34639618500,-5.260869111490607,L, 36564041750,-5.260871245924722,L, 40412888250,-5.260871245924722,L, 42337311500,-5.260868257716960,L, 44261734750,-5.260869111490607,L, 46186158000,-5.260873807245662,L, 50035004500,-5.260868684603784,L Color: 1,0,0 } Channel: "Y" { Default: -20.181499742518888 KeyVer: 4005 KeyCount: 17 Key: 0,-20.181499742518888,L, 1924423250,-20.181501450066179,L, 5773269750,-20.181499742518888,L, 7697693000,-20.181501450066179,L, 15395386000,-20.181503157613470,L, 17319809250,-20.181501450066179,L, 26941925500,-20.181503157613470,L, 28866348750,-20.181499742518888,L, 30790772000,-20.181501450066179,L, 34639618500,-20.181501450066179,L, 36564041750,-20.181504865160765,L, 38488465000,-20.181501450066179,L, 40412888250,-20.181503157613470,L, 44261734750,-20.181498034971593,L, 46186158000,-20.181503157613470,L, 48110581250,-20.181499742518888,L, 50035004500,-20.181499742518888,L Color: 0,1,0 } Channel: "Z" { Default: -1.445906544338311 KeyVer: 4005 KeyCount: 17 Key: 0,-1.445906544338311,L, 1924423250,-1.445902062026668,L, 9622116250,-1.445904730069313,L, 13470962750,-1.445901635139845,L, 15395386000,-1.445904836791019,L, 17319809250,-1.445903449408843,L, 23093079000,-1.445905690564665,L, 25017502250,-1.445904836791019,L, 26941925500,-1.445901421696433,L, 28866348750,-1.445904089739078,L, 36564041750,-1.445905904008076,L, 38488465000,-1.445904089739078,L, 40412888250,-1.445907611555369,L, 42337311500,-1.445903022522020,L, 44261734750,-1.445903769573961,L, 48110581250,-1.445899607427435,L, 50035004500,-1.445906544338311,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_04_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011944949626923 KeyVer: 4005 KeyCount: 1 Key: 0,0.011944949626923,L Color: 1,0,0 } Channel: "Y" { Default: -0.017235808074474 KeyVer: 4005 KeyCount: 1 Key: 0,-0.017235808074474,L Color: 0,1,0 } Channel: "Z" { Default: -0.009000942111015 KeyVer: 4005 KeyCount: 1 Key: 0,-0.009000942111015,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -13.766964295777417 KeyVer: 4005 KeyCount: 17 Key: 0,-13.766964295777417,L, 3848846500,-13.766965149551062,L, 5773269750,-13.766960026909185,L, 11546539500,-13.766962588230124,L, 13470962750,-13.766960026909185,L, 15395386000,-13.766966003324709,L, 17319809250,-13.766967710872002,L, 21168655750,-13.766964295777417,L, 23093079000,-13.766969418419293,L, 26941925500,-13.766960880682831,L, 28866348750,-13.766960026909185,L, 34639618500,-13.766967710872002,L, 38488465000,-13.766961734456478,L, 44261734750,-13.766964295777417,L, 46186158000,-13.766966857098355,L, 48110581250,-13.766963442003771,L, 50035004500,-13.766964295777417,L Color: 1,0,0 } Channel: "Y" { Default: 1.445529069664963 KeyVer: 4005 KeyCount: 17 Key: 0,1.445529069664963,L, 1924423250,1.445521599145558,L, 3848846500,1.445526294900612,L, 9622116250,1.445524587353320,L, 13470962750,1.445526935230847,L, 15395386000,1.445524587353320,L, 17319809250,1.445526081457201,L, 23093079000,1.445524907518437,L, 30790772000,1.445526935230847,L, 32715195250,1.445524587353320,L, 36564041750,1.445525120961849,L, 38488465000,1.445528856221551,L, 40412888250,1.445529283108374,L, 42337311500,1.445523840301379,L, 46186158000,1.445525547848672,L, 48110581250,1.445524160466497,L, 50035004500,1.445529069664963,L Color: 0,1,0 } Channel: "Z" { Default: -24.693428793121740 KeyVer: 4005 KeyCount: 13 Key: 0,-24.693428793121740,L, 7697693000,-24.693425378027154,L, 11546539500,-24.693428793121740,L, 13470962750,-24.693427085574445,L, 25017502250,-24.693428793121740,L, 26941925500,-24.693425378027154,L, 28866348750,-24.693428793121740,L, 32715195250,-24.693427085574445,L, 34639618500,-24.693433915763617,L, 38488465000,-24.693425378027154,L, 40412888250,-24.693427085574445,L, 42337311500,-24.693423670479863,L, 50035004500,-24.693428793121740,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.062076792120934 KeyVer: 4005 KeyCount: 1 Key: 0,0.062076792120934,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000013969839 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000013969839,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000009313226,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 23.100958235304507 KeyVer: 4005 KeyCount: 16 Key: 0,23.100958235304507,L, 3848846500,23.100963357946384,L, 5773269750,23.100959942851798,L, 9622116250,23.100963357946384,L, 11546539500,23.100958235304507,L, 13470962750,23.100959942851798,L, 19244232500,23.100958235304507,L, 21168655750,23.100959942851798,L, 28866348750,23.100958235304507,L, 30790772000,23.100963357946384,L, 32715195250,23.100958235304507,L, 34639618500,23.100959942851798,L, 42337311500,23.100961650399093,L, 44261734750,23.100956527757216,L, 46186158000,23.100961650399093,L, 50035004500,23.100958235304507,L Color: 1,0,0 } Channel: "Y" { Default: -20.646777351421363 KeyVer: 4005 KeyCount: 20 Key: 0,-20.646777351421363,L, 5773269750,-20.646780766515949,L, 7697693000,-20.646777351421363,L, 9622116250,-20.646782474063240,L, 11546539500,-20.646782474063240,L, 15395386000,-20.646779058968658,L, 19244232500,-20.646784181610535,L, 23093079000,-20.646777351421363,L, 25017502250,-20.646777351421363,L, 26941925500,-20.646780766515949,L, 28866348750,-20.646780766515949,L, 30790772000,-20.646784181610535,L, 32715195250,-20.646779058968658,L, 34639618500,-20.646784181610535,L, 38488465000,-20.646782474063240,L, 40412888250,-20.646779058968658,L, 42337311500,-20.646779058968658,L, 44261734750,-20.646782474063240,L, 46186158000,-20.646779058968658,L, 50035004500,-20.646777351421363,L Color: 0,1,0 } Channel: "Z" { Default: -1.621434188436041 KeyVer: 4005 KeyCount: 5 Key: 0,-1.621434188436041,L, 15395386000,-1.621435042209687,L, 17319809250,-1.621433868270924,L, 48110581250,-1.621435575818216,L, 50035004500,-1.621434188436041,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.021206486970186 KeyVer: 4005 KeyCount: 1 Key: 0,0.021206486970186,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000026077032,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.047993808301747 KeyVer: 4005 KeyCount: 17 Key: 0,-0.047993808301747,L, 11546539500,-0.047989652825328,L, 17319809250,-0.047991847290403,L, 19244232500,-0.047985490678802,L, 21168655750,-0.047990740052705,L, 25017502250,-0.047987898587289,L, 26941925500,-0.047989432711810,L, 28866348750,-0.047987905257396,L, 30790772000,-0.047991623841831,L, 32715195250,-0.047987678473771,L, 34639618500,-0.047987024803323,L, 38488465000,-0.047992054063708,L, 40412888250,-0.047989652825328,L, 42337311500,-0.047991407063367,L, 44261734750,-0.047987898587289,L, 48110581250,-0.047988558927844,L, 50035004500,-0.047993808301747,L Color: 1,0,0 } Channel: "Y" { Default: -13.134026887092523 KeyVer: 4005 KeyCount: 4 Key: 0,-13.134026887092523,L, 1924423250,-13.134028594639815,L, 3848846500,-13.134026033318877,L, 50035004500,-13.134026887092523,L Color: 0,1,0 } Channel: "Z" { Default: -9.070088236602871 KeyVer: 4005 KeyCount: 6 Key: 0,-9.070088236602871,L, 1924423250,-9.070089944150164,L, 34639618500,-9.070088236602871,L, 40412888250,-9.070090797923809,L, 42337311500,-9.070089090376516,L, 50035004500,-9.070088236602871,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.019373580813408 KeyVer: 4005 KeyCount: 1 Key: 0,0.019373580813408,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000033527613 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000033527613,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.340861230859231 KeyVer: 4005 KeyCount: 23 Key: 0,0.340861230859231,L, 1924423250,0.340867127233476,L, 3848846500,0.340866513583667,L, 7697693000,0.340860697250702,L, 9622116250,0.340865766531727,L, 11546539500,0.340867153913902,L, 13470962750,0.340862831684818,L, 15395386000,0.340866673666226,L, 17319809250,0.340862324756716,L, 19244232500,0.340865953294712,L, 21168655750,0.340861444302643,L, 23093079000,0.340862031272025,L, 25017502250,0.340866700346653,L, 26941925500,0.340864912758081,L, 28866348750,0.340868888141621,L, 30790772000,0.340861230859231,L, 34639618500,0.340864966118934,L, 36564041750,0.340862538200127,L, 38488465000,0.340865206242772,L, 44261734750,0.340863205210788,L, 46186158000,0.340865659810021,L, 48110581250,0.340861470983069,L, 50035004500,0.340861230859231,L Color: 1,0,0 } Channel: "Y" { Default: -12.482318411021168 KeyVer: 4005 KeyCount: 12 Key: 0,-12.482318411021168,L, 7697693000,-12.482320118568461,L, 9622116250,-12.482317557247523,L, 11546539500,-12.482320118568461,L, 19244232500,-12.482318411021168,L, 25017502250,-12.482320972342109,L, 28866348750,-12.482318411021168,L, 30790772000,-12.482320118568461,L, 34639618500,-12.482319264794816,L, 36564041750,-12.482321826115754,L, 38488465000,-12.482318411021168,L, 50035004500,-12.482318411021168,L Color: 0,1,0 } Channel: "Z" { Default: -5.332977126105621 KeyVer: 4005 KeyCount: 17 Key: 0,-5.332977126105621,L, 7697693000,-5.332978833652913,L, 9622116250,-5.332976272331974,L, 11546539500,-5.332977979879266,L, 13470962750,-5.332977552992443,L, 15395386000,-5.332979687426559,L, 23093079000,-5.332979260539735,L, 28866348750,-5.332976699218797,L, 30790772000,-5.332980968087028,L, 32715195250,-5.332978833652913,L, 36564041750,-5.332979687426559,L, 38488465000,-5.332975418558328,L, 40412888250,-5.332978406766090,L, 44261734750,-5.332976272331974,L, 46186158000,-5.332980114313382,L, 48110581250,-5.332975418558328,L, 50035004500,-5.332977126105621,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shoulder_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.147669464349747 KeyVer: 4005 KeyCount: 1 Key: 0,0.147669464349747,L Color: 1,0,0 } Channel: "Y" { Default: 0.012407763861120 KeyVer: 4005 KeyCount: 1 Key: 0,0.012407763861120,L Color: 0,1,0 } Channel: "Z" { Default: 0.000787792552728 KeyVer: 4005 KeyCount: 1 Key: 0,0.000787792552728,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 145.029777967741182 KeyVer: 4005 KeyCount: 4 Key: 0,145.029777967741182,L, 1924423250,145.029791628119511,L, 3848846500,145.029777967741182,L, 50035004500,145.029777967741182,L Color: 1,0,0 } Channel: "Y" { Default: 5.738622060912094 KeyVer: 4005 KeyCount: 16 Key: 0,5.738622060912094,L, 1924423250,5.738619499591156,L, 3848846500,5.738622487798918,L, 9622116250,5.738619926477979,L, 11546539500,5.738624195346210,L, 19244232500,5.738620780251625,L, 21168655750,5.738623341572564,L, 23093079000,5.738620780251625,L, 32715195250,5.738624195346210,L, 34639618500,5.738622487798918,L, 36564041750,5.738624622233034,L, 38488465000,5.738621634025272,L, 40412888250,5.738620780251625,L, 46186158000,5.738622914685741,L, 48110581250,5.738620780251625,L, 50035004500,5.738622060912094,L Color: 0,1,0 } Channel: "Z" { Default: 118.973289303096962 KeyVer: 4005 KeyCount: 1 Key: 0,118.973289303096962,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::upper_arm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.214629009366035 KeyVer: 4005 KeyCount: 1 Key: 0,0.214629009366035,L Color: 1,0,0 } Channel: "Y" { Default: 0.004128910601139 KeyVer: 4005 KeyCount: 1 Key: 0,0.004128910601139,L Color: 0,1,0 } Channel: "Z" { Default: -0.009519902989268 KeyVer: 4005 KeyCount: 1 Key: 0,-0.009519902989268,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -102.689858774621499 KeyVer: 4005 KeyCount: 27 Key: 0,-102.689858774621499,L, 1924423250,-102.879157467468133,L, 3848846500,-103.411201883054687,L, 5773269750,-104.179044919357239,L, 7697693000,-105.047517132701458,L, 9622116250,-105.900088665657904,L, 11546539500,-106.660275059900883,L, 13470962750,-107.291562124127580,L, 15395386000,-107.785869744549856,L, 17319809250,-108.150198865066983,L, 19244232500,-108.396946279022515,L, 21168655750,-108.538331194841575,L, 23093079000,-108.583909047173009,L, 25017502250,-108.550557233455876,L, 26941925500,-108.447619452474768,L, 28866348750,-108.269583741569477,L, 30790772000,-108.009189609652282,L, 32715195250,-107.658391093880923,L, 34639618500,-107.209804759762648,L, 36564041750,-106.660268229711718,L, 38488465000,-106.015559843765971,L, 40412888250,-105.296900999676595,L, 42337311500,-104.546536417460075,L, 44261734750,-103.829735384824957,L, 46186158000,-103.229423228484222,L, 48110581250,-102.829467841256360,L, 50035004500,-102.689858774621499,L Color: 1,0,0 } Channel: "Y" { Default: 51.174027808993522 KeyVer: 4005 KeyCount: 27 Key: 0,51.174027808993522,L, 1924423250,51.056555385458644,L, 3848846500,50.714120436325956,L, 5773269750,50.184965190758319,L, 7697693000,49.529769049342036,L, 9622116250,48.817827696301364,L, 11546539500,48.115093438261859,L, 13470962750,47.474889562073727,L, 15395386000,46.933422900527155,L, 17319809250,46.510265360688798,L, 19244232500,46.211833905283861,L, 21168655750,46.036601987032846,L, 23093079000,45.979460624436605,L, 25017502250,46.021309193481208,L, 26941925500,46.149361580040427,L, 28866348750,46.367053369266756,L, 30790772000,46.676501919802909,L, 32715195250,47.076614401381683,L, 34639618500,47.560939700332007,L, 36564041750,48.115110513734784,L, 38488465000,48.715504632345549,L, 40412888250,49.329125412284029,L, 42337311500,49.915616680839257,L, 44261734750,50.431091057499380,L, 46186158000,50.833218444883300,L, 48110581250,51.087608840520062,L, 50035004500,51.174027808993522,L Color: 0,1,0 } Channel: "Z" { Default: 16.270091169026447 KeyVer: 4005 KeyCount: 27 Key: 0,16.270091169026447,L, 1924423250,15.961849854426092,L, 3848846500,15.079401366492760,L, 5773269750,13.758240436660030,L, 7697693000,12.182037681898452,L, 9622116250,10.527903322480787,L, 11546539500,8.938690764897647,L, 13470962750,7.515535473962910,L, 15395386000,6.321769951868606,L, 17319809250,5.390532142033473,L, 19244232500,4.732813953266163,L, 21168655750,4.345680538657689,L, 23093079000,4.219259286649635,L, 25017502250,4.311889885286392,L, 26941925500,4.594947865530123,L, 28866348750,5.075091381161112,L, 30790772000,5.756423241436415,L, 32715195250,6.637026724520200,L, 34639618500,7.705906506509232,L, 36564041750,8.938709547917863,L, 38488465000,10.294140951911084,L, 40412888250,11.710370431027437,L, 42337311500,13.103029781091758,L, 44261734750,14.366780409629673,L, 46186158000,15.383684586469098,L, 48110581250,16.043052265920963,L, 50035004500,16.270091169026447,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::forearm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.211972683668137 KeyVer: 4005 KeyCount: 1 Key: 0,0.211972683668137,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000063853804 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000063853804,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000005355105 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000005355105,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -13.353318648131930 KeyVer: 4005 KeyCount: 27 Key: 0,-13.353318648131930,L, 1924423250,-13.474087491714982,L, 3848846500,-13.847993391222101,L, 5773269750,-14.496779400102339,L, 7697693000,-15.441819741589578,L, 9622116250,-16.691867303105177,L, 11546539500,-18.224397828313755,L, 13470962750,-19.966155830819741,L, 15395386000,-21.782528527366132,L, 17319809250,-23.487183234753370,L, 19244232500,-24.876785221390467,L, 21168655750,-25.777714493670537,L, 23093079000,-26.086491978120737,L, 25017502250,-25.859476980677346,L, 26941925500,-25.190162838246664,L, 28866348750,-24.132670262264497,L, 30790772000,-22.783439816263996,L, 32715195250,-21.266092801580331,L, 34639618500,-19.708971887812449,L, 36564041750,-18.224380752840830,L, 38488465000,-16.894539506346671,L, 40412888250,-15.768067142389354,L, 42337311500,-14.864538983130100,L, 44261734750,-14.183566561559868,L, 46186158000,-13.714131075000152,L, 48110581250,-13.441788380903686,L, 50035004500,-13.353318648131930,L Color: 1,0,0 } Channel: "Y" { Default: -31.282624983544878 KeyVer: 4005 KeyCount: 27 Key: 0,-31.282624983544878,L, 1924423250,-31.868925006803345,L, 3848846500,-33.580532846765649,L, 5773269750,-36.237011981033227,L, 7697693000,-39.556869823342758,L, 9622116250,-43.216744727818792,L, 11546539500,-46.895269463823524,L, 13470962750,-50.309626388394634,L, 15395386000,-53.243827844503699,L, 17319809250,-55.563179086623691,L, 19244232500,-57.209486903026182,L, 21168655750,-58.178881991546362,L, 23093079000,-58.495242693522556,L, 25017502250,-58.263412412714317,L, 26941925500,-57.554800776894020,L, 28866348750,-56.352339143325835,L, 30790772000,-54.649661775703315,L, 32715195250,-52.463885128086481,L, 34639618500,-49.847075732518277,L, 36564041750,-46.895242143066845,L, 38488465000,-43.748174426380046,L, 40412888250,-40.582251972489452,L, 42337311500,-37.597022173091290,L, 44261734750,-34.999251929834465,L, 46186158000,-32.984755936033800,L, 48110581250,-31.713876297549692,L, 50035004500,-31.282624983544878,L Color: 0,1,0 } Channel: "Z" { Default: 9.837746004024194 KeyVer: 4005 KeyCount: 27 Key: 0,9.837746004024194,L, 1924423250,10.068382709274976,L, 3848846500,10.759953023116113,L, 5773269750,11.893329854550659,L, 7697693000,13.431168290517977,L, 9622116250,15.320853676294242,L, 11546539500,17.484806161965619,L, 13470962750,19.805552470223585,L, 15395386000,22.116741636285422,L, 17319809250,24.212638117066891,L, 19244232500,25.881029642603291,L, 21168655750,26.946907983338932,L, 23093079000,27.309693481103636,L, 25017502250,27.043095829872790,L, 26941925500,26.253080291977106,L, 28866348750,24.991583625865292,L, 30790772000,23.354663904476972,L, 32715195250,21.468893070868766,L, 34639618500,19.470207257449367,L, 36564041750,17.484789086492693,L, 38488465000,15.615368018210182,L, 40412888250,13.937953812780210,L, 42337311500,12.505525686273547,L, 44261734750,11.355534419682968,L, 46186158000,10.516020500872274,L, 48110581250,10.007087737889723,L, 50035004500,9.837746004024194,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::hand_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.222559094429016 KeyVer: 4005 KeyCount: 1 Key: 0,0.222559094429016,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000001862645,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -107.399772811147940 KeyVer: 4005 KeyCount: 16 Key: 0,-107.399772811147940,L, 1924423250,-107.399772811147940,L, 3848846500,-107.399779641337105,L, 7697693000,-107.399779641337105,L, 9622116250,-107.399772811147940,L, 11546539500,-107.399779641337105,L, 28866348750,-107.399779641337105,L, 30790772000,-107.399772811147940,L, 32715195250,-107.399772811147940,L, 34639618500,-107.399779641337105,L, 38488465000,-107.399779641337105,L, 40412888250,-107.399772811147940,L, 44261734750,-107.399772811147940,L, 46186158000,-107.399779641337105,L, 48110581250,-107.399772811147940,L, 50035004500,-107.399772811147940,L Color: 1,0,0 } Channel: "Y" { Default: 3.413004760558859 KeyVer: 4005 KeyCount: 16 Key: 0,3.413004760558859,L, 3848846500,3.413001772351097,L, 7697693000,3.413002626124744,L, 9622116250,3.412999851360393,L, 19244232500,3.413005614332505,L, 21168655750,3.413002199237920,L, 23093079000,3.413001772351097,L, 25017502250,3.413008175653444,L, 26941925500,3.413003053011567,L, 28866348750,3.413004760558859,L, 30790772000,3.413001345464274,L, 34639618500,3.413001558907686,L, 36564041750,3.412999424473570,L, 42337311500,3.413000278247217,L, 44261734750,3.413004333672036,L, 50035004500,3.413004760558859,L Color: 0,1,0 } Channel: "Z" { Default: -0.062218127480474 KeyVer: 4005 KeyCount: 14 Key: 0,-0.062218127480474,L, 5773269750,-0.062220255244483,L, 7697693000,-0.062218554367297,L, 9622116250,-0.062220255244483,L, 17319809250,-0.062218120810367,L, 19244232500,-0.062220688801413,L, 21168655750,-0.062218981254120,L, 23093079000,-0.062221542575059,L, 28866348750,-0.062218981254120,L, 30790772000,-0.062220682131306,L, 36564041750,-0.062218981254120,L, 42337311500,-0.062221122358343,L, 44261734750,-0.062217267036721,L, 50035004500,-0.062218127480474,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023443479090929 KeyVer: 4005 KeyCount: 1 Key: 0,0.023443479090929,L Color: 1,0,0 } Channel: "Y" { Default: -0.017202794551849 KeyVer: 4005 KeyCount: 1 Key: 0,-0.017202794551849,L Color: 0,1,0 } Channel: "Z" { Default: -0.001944918185472 KeyVer: 4005 KeyCount: 1 Key: 0,-0.001944918185472,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -12.599440787361088 KeyVer: 4005 KeyCount: 20 Key: 0,-12.599440787361088,L, 3848846500,-12.599435664719209,L, 7697693000,-12.599440787361088,L, 9622116250,-12.599439933587441,L, 11546539500,-12.599436518492857,L, 13470962750,-12.599437372266502,L, 15395386000,-12.599443348682026,L, 19244232500,-12.599433957171916,L, 23093079000,-12.599442494908379,L, 25017502250,-12.599435664719209,L, 28866348750,-12.599438226040148,L, 30790772000,-12.599433957171916,L, 32715195250,-12.599436518492857,L, 34639618500,-12.599442494908379,L, 36564041750,-12.599439933587441,L, 38488465000,-12.599443348682026,L, 44261734750,-12.599436518492857,L, 46186158000,-12.599437372266502,L, 48110581250,-12.599435664719209,L, 50035004500,-12.599440787361088,L Color: 1,0,0 } Channel: "Y" { Default: -24.543806669163654 KeyVer: 4005 KeyCount: 18 Key: 0,-24.543806669163654,L, 3848846500,-24.543803254069068,L, 5773269750,-24.543810084258240,L, 7697693000,-24.543804961616363,L, 15395386000,-24.543806669163654,L, 19244232500,-24.543804961616363,L, 23093079000,-24.543799838974486,L, 25017502250,-24.543806669163654,L, 26941925500,-24.543801546521777,L, 28866348750,-24.543806669163654,L, 32715195250,-24.543801546521777,L, 34639618500,-24.543806669163654,L, 40412888250,-24.543799838974486,L, 42337311500,-24.543810084258240,L, 44261734750,-24.543803254069068,L, 46186158000,-24.543804961616363,L, 48110581250,-24.543801546521777,L, 50035004500,-24.543806669163654,L Color: 0,1,0 } Channel: "Z" { Default: -8.554910119397997 KeyVer: 4005 KeyCount: 13 Key: 0,-8.554910119397997,L, 1924423250,-8.554907558077058,L, 7697693000,-8.554908411850706,L, 9622116250,-8.554904996756120,L, 11546539500,-8.554909265624351,L, 19244232500,-8.554909265624351,L, 23093079000,-8.554912680718937,L, 26941925500,-8.554909265624351,L, 32715195250,-8.554913534492583,L, 34639618500,-8.554908411850706,L, 36564041750,-8.554909265624351,L, 42337311500,-8.554906704303413,L, 50035004500,-8.554910119397997,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.058449029922485 KeyVer: 4005 KeyCount: 1 Key: 0,0.058449029922485,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -18.803268313302553 KeyVer: 4005 KeyCount: 20 Key: 0,-18.803268313302553,L, 1924423250,-18.803273435944430,L, 5773269750,-18.803270020849844,L, 7697693000,-18.803273435944430,L, 15395386000,-18.803271728397135,L, 17319809250,-18.803276851039012,L, 19244232500,-18.803270020849844,L, 23093079000,-18.803273435944430,L, 25017502250,-18.803271728397135,L, 26941925500,-18.803273435944430,L, 30790772000,-18.803268313302553,L, 32715195250,-18.803275143491721,L, 34639618500,-18.803271728397135,L, 36564041750,-18.803273435944430,L, 38488465000,-18.803271728397135,L, 40412888250,-18.803275143491721,L, 42337311500,-18.803275143491721,L, 44261734750,-18.803270020849844,L, 48110581250,-18.803275143491721,L, 50035004500,-18.803268313302553,L Color: 1,0,0 } Channel: "Y" { Default: -5.087938113216241 KeyVer: 4005 KeyCount: 14 Key: 0,-5.087938113216241,L, 7697693000,-5.087936832555772,L, 21168655750,-5.087940674537180,L, 23093079000,-5.087938113216241,L, 28866348750,-5.087939393876710,L, 30790772000,-5.087937259442595,L, 32715195250,-5.087939393876710,L, 34639618500,-5.087937686329418,L, 38488465000,-5.087937686329418,L, 40412888250,-5.087939820763534,L, 42337311500,-5.087936832555772,L, 44261734750,-5.087938113216241,L, 46186158000,-5.087936832555772,L, 50035004500,-5.087938113216241,L Color: 0,1,0 } Channel: "Z" { Default: 17.280078071783951 KeyVer: 4005 KeyCount: 17 Key: 0,17.280078071783951,L, 1924423250,17.280079779331242,L, 3848846500,17.280078071783951,L, 5773269750,17.280081486878537,L, 13470962750,17.280083194425828,L, 17319809250,17.280079779331242,L, 19244232500,17.280083194425828,L, 21168655750,17.280076364236660,L, 25017502250,17.280084901973122,L, 26941925500,17.280079779331242,L, 30790772000,17.280079779331242,L, 34639618500,17.280083194425828,L, 38488465000,17.280081486878537,L, 44261734750,17.280083194425828,L, 46186158000,17.280079779331242,L, 48110581250,17.280081486878537,L, 50035004500,17.280078071783951,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026524364948273 KeyVer: 4005 KeyCount: 1 Key: 0,0.026524364948273,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000026833732 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000026833732,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000008381903 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000008381903,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 3.480001232353772 KeyVer: 4005 KeyCount: 17 Key: 0,3.480001232353772,L, 1924423250,3.479999524806479,L, 3848846500,3.480003153344476,L, 9622116250,3.479998884476245,L, 11546539500,3.480001659240595,L, 13470962750,3.479999738249891,L, 19244232500,3.479999097919656,L, 21168655750,3.480003153344476,L, 23093079000,3.479999097919656,L, 26941925500,3.480001659240595,L, 28866348750,3.479998884476245,L, 36564041750,3.479999524806479,L, 38488465000,3.479997176928952,L, 42337311500,3.479999951693303,L, 44261734750,3.480004434004945,L, 46186158000,3.479999524806479,L, 50035004500,3.480001232353772,L Color: 1,0,0 } Channel: "Y" { Default: -17.973291046120472 KeyVer: 4005 KeyCount: 18 Key: 0,-17.973291046120472,L, 1924423250,-17.973292753667767,L, 3848846500,-17.973291046120472,L, 5773269750,-17.973292753667767,L, 7697693000,-17.973291046120472,L, 13470962750,-17.973291046120472,L, 15395386000,-17.973294461215058,L, 17319809250,-17.973289338573181,L, 21168655750,-17.973292753667767,L, 25017502250,-17.973291046120472,L, 26941925500,-17.973292753667767,L, 28866348750,-17.973291046120472,L, 30790772000,-17.973292753667767,L, 32715195250,-17.973291046120472,L, 38488465000,-17.973292753667767,L, 40412888250,-17.973291046120472,L, 44261734750,-17.973292753667767,L, 50035004500,-17.973291046120472,L Color: 0,1,0 } Channel: "Z" { Default: 0.340435864820413 KeyVer: 4005 KeyCount: 5 Key: 0,0.340435864820413,L, 25017502250,0.340437038759177,L, 30790772000,0.340434690881650,L, 34639618500,0.340436691913633,L, 50035004500,0.340435864820413,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023733491078019 KeyVer: 4005 KeyCount: 1 Key: 0,0.023733491078019,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000025145710 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000025145710,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.666182355235513 KeyVer: 4005 KeyCount: 16 Key: 0,5.666182355235513,L, 5773269750,5.666184916556452,L, 7697693000,5.666182355235513,L, 9622116250,5.666184916556452,L, 11546539500,5.666189612311506,L, 13470962750,5.666183635895982,L, 21168655750,5.666183635895982,L, 23093079000,5.666186197216921,L, 25017502250,5.666183209009160,L, 26941925500,5.666186624103744,L, 28866348750,5.666184489669629,L, 34639618500,5.666183635895982,L, 36564041750,5.666186197216921,L, 44261734750,5.666183635895982,L, 46186158000,5.666185343443275,L, 50035004500,5.666182355235513,L Color: 1,0,0 } Channel: "Y" { Default: -13.961954243749952 KeyVer: 4005 KeyCount: 18 Key: 0,-13.961954243749952,L, 3848846500,-13.961955951297245,L, 5773269750,-13.961951682429014,L, 7697693000,-13.961953389976307,L, 9622116250,-13.961952536202661,L, 11546539500,-13.961954243749952,L, 13470962750,-13.961953389976307,L, 15395386000,-13.961949974881721,L, 25017502250,-13.961954243749952,L, 26941925500,-13.961950828655368,L, 28866348750,-13.961949974881721,L, 30790772000,-13.961951682429014,L, 32715195250,-13.961949121108075,L, 34639618500,-13.961954243749952,L, 36564041750,-13.961952536202661,L, 42337311500,-13.961954243749952,L, 44261734750,-13.961952536202661,L, 50035004500,-13.961954243749952,L Color: 0,1,0 } Channel: "Z" { Default: 5.311093200004930 KeyVer: 4005 KeyCount: 13 Key: 0,5.311093200004930,L, 5773269750,5.311092346231285,L, 9622116250,5.311094907552223,L, 19244232500,5.311094053778577,L, 21168655750,5.311092346231285,L, 25017502250,5.311094480665401,L, 28866348750,5.311092773118108,L, 36564041750,5.311092773118108,L, 38488465000,5.311094480665401,L, 40412888250,5.311093200004930,L, 42337311500,5.311094480665401,L, 46186158000,5.311092773118108,L, 50035004500,5.311093200004930,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.003173863515258 KeyVer: 4005 KeyCount: 1 Key: 0,0.003173863515258,L Color: 1,0,0 } Channel: "Y" { Default: -0.015621196478605 KeyVer: 4005 KeyCount: 1 Key: 0,-0.015621196478605,L Color: 0,1,0 } Channel: "Z" { Default: 0.023463010787964 KeyVer: 4005 KeyCount: 1 Key: 0,0.023463010787964,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -49.844845675754271 KeyVer: 4005 KeyCount: 22 Key: 0,-49.844845675754271,L, 3848846500,-49.844845675754271,L, 5773269750,-49.844849090848854,L, 7697693000,-49.844842260659682,L, 9622116250,-49.844845675754271,L, 11546539500,-49.844842260659682,L, 15395386000,-49.844842260659682,L, 17319809250,-49.844849090848854,L, 21168655750,-49.844842260659682,L, 23093079000,-49.844845675754271,L, 26941925500,-49.844845675754271,L, 28866348750,-49.844842260659682,L, 30790772000,-49.844845675754271,L, 32715195250,-49.844845675754271,L, 34639618500,-49.844838845565100,L, 36564041750,-49.844845675754271,L, 40412888250,-49.844845675754271,L, 42337311500,-49.844852505943443,L, 44261734750,-49.844845675754271,L, 46186158000,-49.844845675754271,L, 48110581250,-49.844842260659682,L, 50035004500,-49.844845675754271,L Color: 1,0,0 } Channel: "Y" { Default: -16.105152345854631 KeyVer: 4005 KeyCount: 18 Key: 0,-16.105152345854631,L, 1924423250,-16.105148930760045,L, 3848846500,-16.105155760949216,L, 7697693000,-16.105150638307340,L, 11546539500,-16.105155760949216,L, 13470962750,-16.105154053401922,L, 19244232500,-16.105155760949216,L, 21168655750,-16.105152345854631,L, 28866348750,-16.105157468496508,L, 30790772000,-16.105148930760045,L, 32715195250,-16.105152345854631,L, 34639618500,-16.105150638307340,L, 40412888250,-16.105155760949216,L, 42337311500,-16.105150638307340,L, 44261734750,-16.105155760949216,L, 46186158000,-16.105152345854631,L, 48110581250,-16.105154053401922,L, 50035004500,-16.105152345854631,L Color: 0,1,0 } Channel: "Z" { Default: -17.567208979207120 KeyVer: 4005 KeyCount: 20 Key: 0,-17.567208979207120,L, 1924423250,-17.567208979207120,L, 3848846500,-17.567212394301706,L, 5773269750,-17.567219224490874,L, 7697693000,-17.567212394301706,L, 9622116250,-17.567215809396291,L, 11546539500,-17.567214101848997,L, 13470962750,-17.567208979207120,L, 15395386000,-17.567207271659829,L, 17319809250,-17.567212394301706,L, 21168655750,-17.567212394301706,L, 25017502250,-17.567208979207120,L, 26941925500,-17.567214101848997,L, 30790772000,-17.567208979207120,L, 34639618500,-17.567210686754411,L, 36564041750,-17.567214101848997,L, 40412888250,-17.567208979207120,L, 44261734750,-17.567214101848997,L, 48110581250,-17.567214101848997,L, 50035004500,-17.567208979207120,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033066459000111 KeyVer: 4005 KeyCount: 1 Key: 0,0.033066459000111,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000037252903 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000037252903,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 7.590361903867584 KeyVer: 4005 KeyCount: 13 Key: 0,7.590361903867584,L, 3848846500,7.590358488772999,L, 5773269750,7.590361903867584,L, 19244232500,7.590360196320292,L, 21168655750,7.590357634999353,L, 23093079000,7.590360196320292,L, 25017502250,7.590357634999353,L, 28866348750,7.590360196320292,L, 32715195250,7.590360196320292,L, 34639618500,7.590364465188522,L, 38488465000,7.590360196320292,L, 42337311500,7.590361903867584,L, 50035004500,7.590361903867584,L Color: 1,0,0 } Channel: "Y" { Default: -15.050606996499321 KeyVer: 4005 KeyCount: 21 Key: 0,-15.050606996499321,L, 1924423250,-15.050605288952028,L, 3848846500,-15.050606996499321,L, 5773269750,-15.050605288952028,L, 9622116250,-15.050608704046612,L, 11546539500,-15.050605288952028,L, 17319809250,-15.050605288952028,L, 21168655750,-15.050612119141197,L, 23093079000,-15.050606996499321,L, 25017502250,-15.050606996499321,L, 26941925500,-15.050610411593905,L, 28866348750,-15.050605288952028,L, 30790772000,-15.050608704046612,L, 32715195250,-15.050603581404735,L, 34639618500,-15.050606996499321,L, 38488465000,-15.050608704046612,L, 40412888250,-15.050603581404735,L, 42337311500,-15.050605288952028,L, 44261734750,-15.050610411593905,L, 48110581250,-15.050605288952028,L, 50035004500,-15.050606996499321,L Color: 0,1,0 } Channel: "Z" { Default: 21.255145715888112 KeyVer: 4005 KeyCount: 20 Key: 0,21.255145715888112,L, 3848846500,21.255144008340817,L, 9622116250,21.255145715888112,L, 11546539500,21.255140593246232,L, 13470962750,21.255145715888112,L, 15395386000,21.255147423435403,L, 19244232500,21.255145715888112,L, 21168655750,21.255142300793526,L, 23093079000,21.255147423435403,L, 25017502250,21.255145715888112,L, 26941925500,21.255147423435403,L, 28866348750,21.255144008340817,L, 30790772000,21.255147423435403,L, 32715195250,21.255145715888112,L, 38488465000,21.255145715888112,L, 40412888250,21.255142300793526,L, 42337311500,21.255145715888112,L, 44261734750,21.255144008340817,L, 46186158000,21.255145715888112,L, 50035004500,21.255145715888112,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026086281985044 KeyVer: 4005 KeyCount: 1 Key: 0,0.026086281985044,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000018626451 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000018626451,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -3.311975377120526 KeyVer: 4005 KeyCount: 20 Key: 0,-3.311975377120526,L, 1924423250,-3.311973883016645,L, 3848846500,-3.311976871224407,L, 5773269750,-3.311975590563938,L, 9622116250,-3.311976871224407,L, 11546539500,-3.311974736790292,L, 13470962750,-3.311976444337584,L, 19244232500,-3.311975590563938,L, 21168655750,-3.311972815799587,L, 23093079000,-3.311973883016645,L, 25017502250,-3.311978578771700,L, 26941925500,-3.311974736790292,L, 32715195250,-3.311974309903468,L, 34639618500,-3.311977724998053,L, 36564041750,-3.311975377120526,L, 38488465000,-3.311976657780995,L, 40412888250,-3.311974096460057,L, 42337311500,-3.311975377120526,L, 44261734750,-3.311973669573234,L, 50035004500,-3.311975377120526,L Color: 1,0,0 } Channel: "Y" { Default: 8.854103140895392 KeyVer: 4005 KeyCount: 18 Key: 0,8.854103140895392,L, 5773269750,8.854107409763623,L, 7697693000,8.854103994669037,L, 9622116250,8.854104848442685,L, 11546539500,8.854103140895392,L, 15395386000,8.854103140895392,L, 17319809250,8.854105702216330,L, 19244232500,8.854102287121744,L, 21168655750,8.854104848442685,L, 23093079000,8.854103140895392,L, 26941925500,8.854105702216330,L, 30790772000,8.854103994669037,L, 32715195250,8.854105702216330,L, 36564041750,8.854103994669037,L, 38488465000,8.854104848442685,L, 40412888250,8.854102287121744,L, 44261734750,8.854104848442685,L, 50035004500,8.854103140895392,L Color: 0,1,0 } Channel: "Z" { Default: 12.936357797418053 KeyVer: 4005 KeyCount: 7 Key: 0,12.936357797418053,L, 1924423250,12.936356943644407,L, 5773269750,12.936358651191700,L, 11546539500,12.936356943644407,L, 19244232500,12.936359504965345,L, 21168655750,12.936356089870761,L, 50035004500,12.936357797418053,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.020897276699543 KeyVer: 4005 KeyCount: 1 Key: 0,0.020897276699543,L Color: 1,0,0 } Channel: "Y" { Default: -0.008608862757683 KeyVer: 4005 KeyCount: 1 Key: 0,-0.008608862757683,L Color: 0,1,0 } Channel: "Z" { Default: -0.008577741682529 KeyVer: 4005 KeyCount: 1 Key: 0,-0.008577741682529,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.272523121761925 KeyVer: 4005 KeyCount: 21 Key: 0,-5.272523121761925,L, 1924423250,-5.272520987327809,L, 5773269750,-5.272520560440985,L, 7697693000,-5.272524402422394,L, 9622116250,-5.272520987327809,L, 11546539500,-5.272520987327809,L, 13470962750,-5.272526109969686,L, 15395386000,-5.272523121761925,L, 17319809250,-5.272527817516979,L, 19244232500,-5.272519706667339,L, 21168655750,-5.272524402422394,L, 28866348750,-5.272527390630155,L, 30790772000,-5.272517572233224,L, 32715195250,-5.272521414214632,L, 34639618500,-5.272528244403802,L, 36564041750,-5.272521841101454,L, 38488465000,-5.272520987327809,L, 40412888250,-5.272526536856510,L, 46186158000,-5.272519279780516,L, 48110581250,-5.272523975535570,L, 50035004500,-5.272523121761925,L Color: 1,0,0 } Channel: "Y" { Default: -17.111643899304386 KeyVer: 4005 KeyCount: 20 Key: 0,-17.111643899304386,L, 1924423250,-17.111642191757095,L, 5773269750,-17.111643899304386,L, 13470962750,-17.111642191757095,L, 15395386000,-17.111645606851678,L, 17319809250,-17.111642191757095,L, 19244232500,-17.111643899304386,L, 23093079000,-17.111642191757095,L, 25017502250,-17.111645606851678,L, 26941925500,-17.111642191757095,L, 28866348750,-17.111645606851678,L, 30790772000,-17.111640484209801,L, 34639618500,-17.111643899304386,L, 36564041750,-17.111642191757095,L, 40412888250,-17.111642191757095,L, 42337311500,-17.111645606851678,L, 44261734750,-17.111640484209801,L, 46186158000,-17.111643899304386,L, 48110581250,-17.111640484209801,L, 50035004500,-17.111643899304386,L Color: 0,1,0 } Channel: "Z" { Default: 6.502368691259946 KeyVer: 4005 KeyCount: 16 Key: 0,6.502368691259946,L, 1924423250,6.502367410599477,L, 5773269750,6.502369118146769,L, 11546539500,6.502367410599477,L, 15395386000,6.502371252580884,L, 17319809250,6.502364849278537,L, 19244232500,6.502368691259946,L, 23093079000,6.502368264373122,L, 25017502250,6.502370825694062,L, 30790772000,6.502369118146769,L, 32715195250,6.502364849278537,L, 34639618500,6.502369545033592,L, 36564041750,6.502367410599477,L, 40412888250,6.502366556825830,L, 42337311500,6.502369545033592,L, 50035004500,6.502368691259946,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059462822973728 KeyVer: 4005 KeyCount: 1 Key: 0,0.059462822973728,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -27.786536307818221 KeyVer: 4005 KeyCount: 20 Key: 0,-27.786536307818221,L, 1924423250,-27.786541430460101,L, 5773269750,-27.786548260649269,L, 7697693000,-27.786548260649269,L, 11546539500,-27.786543138007392,L, 13470962750,-27.786543138007392,L, 15395386000,-27.786546553101978,L, 19244232500,-27.786541430460101,L, 21168655750,-27.786546553101978,L, 23093079000,-27.786546553101978,L, 25017502250,-27.786543138007392,L, 28866348750,-27.786546553101978,L, 30790772000,-27.786543138007392,L, 32715195250,-27.786543138007392,L, 36564041750,-27.786548260649269,L, 38488465000,-27.786541430460101,L, 42337311500,-27.786546553101978,L, 46186158000,-27.786546553101978,L, 48110581250,-27.786539722912806,L, 50035004500,-27.786536307818221,L Color: 1,0,0 } Channel: "Y" { Default: -4.189089914198909 KeyVer: 4005 KeyCount: 10 Key: 0,-4.189089914198909,L, 13470962750,-4.189089914198909,L, 15395386000,-4.189092475519848,L, 26941925500,-4.189089060425263,L, 28866348750,-4.189092048633024,L, 30790772000,-4.189090341085732,L, 32715195250,-4.189091194859379,L, 40412888250,-4.189089487312086,L, 48110581250,-4.189091621746202,L, 50035004500,-4.189089914198909,L Color: 0,1,0 } Channel: "Z" { Default: 7.215022518408412 KeyVer: 4005 KeyCount: 6 Key: 0,7.215022518408412,L, 9622116250,7.215022518408412,L, 11546539500,7.215020810861120,L, 15395386000,7.215022518408412,L, 17319809250,7.215020810861120,L, 50035004500,7.215022518408412,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.034587003290653 KeyVer: 4005 KeyCount: 1 Key: 0,0.034587003290653,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000027939677 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000027939677,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000033527613 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000033527613,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 9.000190641958000 KeyVer: 4005 KeyCount: 18 Key: 0,9.000190641958000,L, 5773269750,9.000188934410707,L, 7697693000,9.000193203278938,L, 9622116250,9.000189788184352,L, 13470962750,9.000191495731645,L, 15395386000,9.000188080637061,L, 17319809250,9.000191495731645,L, 19244232500,9.000188934410707,L, 21168655750,9.000192349505292,L, 23093079000,9.000188080637061,L, 26941925500,9.000189788184352,L, 28866348750,9.000187226863414,L, 32715195250,9.000192349505292,L, 38488465000,9.000187226863414,L, 42337311500,9.000190641958000,L, 44261734750,9.000188080637061,L, 46186158000,9.000191495731645,L, 50035004500,9.000190641958000,L Color: 1,0,0 } Channel: "Y" { Default: -18.853169675378592 KeyVer: 4005 KeyCount: 15 Key: 0,-18.853169675378592,L, 1924423250,-18.853166260284009,L, 3848846500,-18.853169675378592,L, 7697693000,-18.853167967831300,L, 17319809250,-18.853169675378592,L, 19244232500,-18.853167967831300,L, 23093079000,-18.853169675378592,L, 26941925500,-18.853167967831300,L, 28866348750,-18.853169675378592,L, 30790772000,-18.853167967831300,L, 32715195250,-18.853171382925886,L, 34639618500,-18.853167967831300,L, 42337311500,-18.853169675378592,L, 44261734750,-18.853166260284009,L, 50035004500,-18.853169675378592,L Color: 0,1,0 } Channel: "Z" { Default: 0.342227108610673 KeyVer: 4005 KeyCount: 3 Key: 0,0.342227108610673,L, 1924423250,0.342225614506792,L, 50035004500,0.342227108610673,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025573445484042 KeyVer: 4005 KeyCount: 1 Key: 0,0.025573445484042,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000011175871,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.076920705667713 KeyVer: 4005 KeyCount: 14 Key: 0,4.076920705667713,L, 1924423250,4.076923266988651,L, 7697693000,4.076916436799482,L, 9622116250,4.076919851894067,L, 11546539500,4.076919425007243,L, 15395386000,4.076921986328182,L, 17319809250,4.076917290573127,L, 25017502250,4.076920278780889,L, 28866348750,4.076916863686304,L, 30790772000,4.076920705667713,L, 32715195250,4.076918571233597,L, 34639618500,4.076919425007243,L, 36564041750,4.076918144346774,L, 50035004500,4.076920705667713,L Color: 1,0,0 } Channel: "Y" { Default: -10.993122021001673 KeyVer: 4005 KeyCount: 17 Key: 0,-10.993122021001673,L, 1924423250,-10.993118605907089,L, 3848846500,-10.993125436096259,L, 5773269750,-10.993122021001673,L, 9622116250,-10.993122021001673,L, 11546539500,-10.993117752133443,L, 13470962750,-10.993122021001673,L, 17319809250,-10.993120313454382,L, 19244232500,-10.993122874775320,L, 21168655750,-10.993121167228027,L, 23093079000,-10.993124582322613,L, 25017502250,-10.993122874775320,L, 38488465000,-10.993121167228027,L, 40412888250,-10.993125436096259,L, 42337311500,-10.993123728548966,L, 48110581250,-10.993123728548966,L, 50035004500,-10.993122021001673,L Color: 0,1,0 } Channel: "Z" { Default: 2.069568235965223 KeyVer: 4005 KeyCount: 10 Key: 0,2.069568235965223,L, 1924423250,2.069566528417931,L, 3848846500,2.069568662852046,L, 7697693000,2.069568876295458,L, 11546539500,2.069566101531108,L, 15395386000,2.069568662852046,L, 32715195250,2.069566101531108,L, 38488465000,2.069568662852046,L, 40412888250,2.069567168748165,L, 50035004500,2.069568235965223,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.017974272370338 KeyVer: 4005 KeyCount: 1 Key: 0,0.017974272370338,L Color: 1,0,0 } Channel: "Y" { Default: 0.002705506980419 KeyVer: 4005 KeyCount: 1 Key: 0,0.002705506980419,L Color: 0,1,0 } Channel: "Z" { Default: -0.011575158685446 KeyVer: 4005 KeyCount: 1 Key: 0,-0.011575158685446,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.568039481521250 KeyVer: 4005 KeyCount: 16 Key: 0,4.568039481521250,L, 5773269750,4.568040762181719,L, 7697693000,4.568036493313488,L, 11546539500,4.568040762181719,L, 13470962750,4.568038200860781,L, 19244232500,4.568043323502658,L, 21168655750,4.568040335294897,L, 23093079000,4.568042042842189,L, 28866348750,4.568039481521250,L, 30790772000,4.568047165484066,L, 34639618500,4.568038627747604,L, 40412888250,4.568040762181719,L, 42337311500,4.568035639539842,L, 44261734750,4.568042896615835,L, 46186158000,4.568043323502658,L, 50035004500,4.568039481521250,L Color: 1,0,0 } Channel: "Y" { Default: -9.088919921918215 KeyVer: 4005 KeyCount: 19 Key: 0,-9.088919921918215,L, 1924423250,-9.088921629465508,L, 7697693000,-9.088922483239154,L, 9622116250,-9.088917360597277,L, 15395386000,-9.088921629465508,L, 17319809250,-9.088918214370922,L, 19244232500,-9.088925044560092,L, 21168655750,-9.088921629465508,L, 25017502250,-9.088923337012799,L, 26941925500,-9.088920775691861,L, 28866348750,-9.088924190786447,L, 30790772000,-9.088922483239154,L, 38488465000,-9.088922483239154,L, 40412888250,-9.088919068144568,L, 42337311500,-9.088922483239154,L, 44261734750,-9.088920775691861,L, 46186158000,-9.088926752107385,L, 48110581250,-9.088918214370922,L, 50035004500,-9.088919921918215,L Color: 0,1,0 } Channel: "Z" { Default: 17.921400391448671 KeyVer: 4005 KeyCount: 21 Key: 0,17.921400391448671,L, 3848846500,17.921400391448671,L, 7697693000,17.921403806543253,L, 9622116250,17.921398683901376,L, 11546539500,17.921403806543253,L, 17319809250,17.921396976354085,L, 19244232500,17.921403806543253,L, 21168655750,17.921396976354085,L, 23093079000,17.921400391448671,L, 25017502250,17.921398683901376,L, 26941925500,17.921400391448671,L, 28866348750,17.921398683901376,L, 30790772000,17.921400391448671,L, 32715195250,17.921395268806791,L, 34639618500,17.921405514090548,L, 36564041750,17.921402098995962,L, 38488465000,17.921402098995962,L, 40412888250,17.921398683901376,L, 42337311500,17.921402098995962,L, 44261734750,17.921400391448671,L, 50035004500,17.921400391448671,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059641905128956 KeyVer: 4005 KeyCount: 1 Key: 0,0.059641905128956,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003725290,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -32.361610457297751 KeyVer: 4005 KeyCount: 20 Key: 0,-32.361610457297751,L, 1924423250,-32.361613872392340,L, 5773269750,-32.361613872392340,L, 7697693000,-32.361610457297751,L, 9622116250,-32.361613872392340,L, 13470962750,-32.361607042203168,L, 15395386000,-32.361613872392340,L, 23093079000,-32.361613872392340,L, 25017502250,-32.361610457297751,L, 26941925500,-32.361613872392340,L, 28866348750,-32.361613872392340,L, 30790772000,-32.361610457297751,L, 32715195250,-32.361613872392340,L, 38488465000,-32.361613872392340,L, 40412888250,-32.361610457297751,L, 42337311500,-32.361613872392340,L, 44261734750,-32.361610457297751,L, 46186158000,-32.361613872392340,L, 48110581250,-32.361613872392340,L, 50035004500,-32.361610457297751,L Color: 1,0,0 } Channel: "Y" { Default: -18.154215927044682 KeyVer: 4005 KeyCount: 19 Key: 0,-18.154215927044682,L, 1924423250,-18.154209096855514,L, 5773269750,-18.154212511950096,L, 7697693000,-18.154209096855514,L, 9622116250,-18.154212511950096,L, 13470962750,-18.154210804402805,L, 15395386000,-18.154212511950096,L, 17319809250,-18.154209096855514,L, 19244232500,-18.154210804402805,L, 26941925500,-18.154209096855514,L, 28866348750,-18.154210804402805,L, 30790772000,-18.154209096855514,L, 32715195250,-18.154210804402805,L, 34639618500,-18.154209096855514,L, 38488465000,-18.154214219497391,L, 40412888250,-18.154209096855514,L, 42337311500,-18.154210804402805,L, 44261734750,-18.154209096855514,L, 50035004500,-18.154215927044682,L Color: 0,1,0 } Channel: "Z" { Default: 4.596132049577472 KeyVer: 4005 KeyCount: 8 Key: 0,4.596132049577472,L, 5773269750,4.596133330237942,L, 7697693000,4.596131195803826,L, 30790772000,4.596130768917003,L, 32715195250,4.596132476464295,L, 34639618500,4.596131195803826,L, 48110581250,4.596133757124765,L, 50035004500,4.596132049577472,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033270057290792 KeyVer: 4005 KeyCount: 1 Key: 0,0.033270057290792,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000037252903 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000037252903,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.910441987255375 KeyVer: 4005 KeyCount: 20 Key: 0,4.910441987255375,L, 1924423250,4.910441133481728,L, 3848846500,4.910444548576313,L, 5773269750,4.910438999047613,L, 7697693000,4.910438145273966,L, 9622116250,4.910443267915844,L, 11546539500,4.910440279708082,L, 13470962750,4.910444548576313,L, 17319809250,4.910444975463137,L, 19244232500,4.910442414142198,L, 23093079000,4.910443694802668,L, 25017502250,4.910438572160790,L, 26941925500,4.910442841029021,L, 34639618500,4.910446256123606,L, 36564041750,4.910444121689491,L, 38488465000,4.910445402349960,L, 40412888250,4.910444548576313,L, 44261734750,4.910437718387143,L, 46186158000,4.910441987255375,L, 50035004500,4.910441987255375,L Color: 1,0,0 } Channel: "Y" { Default: -10.123918977416270 KeyVer: 4005 KeyCount: 11 Key: 0,-10.123918977416270,L, 1924423250,-10.123919831189916,L, 5773269750,-10.123918123642623,L, 7697693000,-10.123919831189916,L, 17319809250,-10.123918123642623,L, 21168655750,-10.123919831189916,L, 25017502250,-10.123918123642623,L, 26941925500,-10.123919831189916,L, 42337311500,-10.123919831189916,L, 48110581250,-10.123917269868977,L, 50035004500,-10.123918977416270,L Color: 0,1,0 } Channel: "Z" { Default: 3.586087517098846 KeyVer: 4005 KeyCount: 5 Key: 0,3.586087517098846,L, 11546539500,3.586090078419784,L, 13470962750,3.586087943985669,L, 48110581250,3.586089651532962,L, 50035004500,3.586087517098846,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.022822394967079 KeyVer: 4005 KeyCount: 1 Key: 0,0.022822394967079,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000037252903 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000037252903,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.260875087906131 KeyVer: 4005 KeyCount: 25 Key: 0,5.260875087906131,L, 1924423250,5.260882344982123,L, 3848846500,5.260874234132484,L, 5773269750,5.260882344982123,L, 7697693000,5.260881918095301,L, 9622116250,5.260878929887538,L, 11546539500,5.260871245924722,L, 13470962750,5.260882344982123,L, 15395386000,5.260872099698369,L, 17319809250,5.260874234132484,L, 23093079000,5.260875941679776,L, 25017502250,5.260881491208478,L, 26941925500,5.260879356774362,L, 28866348750,5.260879783661185,L, 30790772000,5.260875087906131,L, 32715195250,5.260878076113892,L, 34639618500,5.260878503000716,L, 36564041750,5.260875941679776,L, 38488465000,5.260878929887538,L, 40412888250,5.260879783661185,L, 42337311500,5.260877222340246,L, 44261734750,5.260879783661185,L, 46186158000,5.260872953472015,L, 48110581250,5.260879783661185,L, 50035004500,5.260875087906131,L Color: 1,0,0 } Channel: "Y" { Default: -20.181503157613470 KeyVer: 4005 KeyCount: 18 Key: 0,-20.181503157613470,L, 3848846500,-20.181501450066179,L, 5773269750,-20.181498034971593,L, 9622116250,-20.181501450066179,L, 13470962750,-20.181501450066179,L, 15395386000,-20.181498034971593,L, 17319809250,-20.181498034971593,L, 19244232500,-20.181501450066179,L, 21168655750,-20.181499742518888,L, 23093079000,-20.181501450066179,L, 26941925500,-20.181499742518888,L, 32715195250,-20.181501450066179,L, 34639618500,-20.181498034971593,L, 36564041750,-20.181501450066179,L, 38488465000,-20.181498034971593,L, 44261734750,-20.181501450066179,L, 48110581250,-20.181499742518888,L, 50035004500,-20.181503157613470,L Color: 0,1,0 } Channel: "Z" { Default: 1.445906864503428 KeyVer: 4005 KeyCount: 14 Key: 0,1.445906864503428,L, 1924423250,1.445903235965432,L, 3848846500,1.445904730069313,L, 5773269750,1.445902275470080,L, 9622116250,1.445900674644493,L, 11546539500,1.445905477121253,L, 17319809250,1.445900888087905,L, 23093079000,1.445903876295666,L, 30790772000,1.445901741861551,L, 34639618500,1.445903769573961,L, 36564041750,1.445902275470080,L, 44261734750,1.445904943512724,L, 48110581250,1.445899180540612,L, 50035004500,1.445906864503428,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999701976776 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999701976776,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_04_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011944953352213 KeyVer: 4005 KeyCount: 1 Key: 0,0.011944953352213,L Color: 1,0,0 } Channel: "Y" { Default: 0.017235808074474 KeyVer: 4005 KeyCount: 1 Key: 0,0.017235808074474,L Color: 0,1,0 } Channel: "Z" { Default: -0.009000875055790 KeyVer: 4005 KeyCount: 1 Key: 0,-0.009000875055790,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 13.766942951436260 KeyVer: 4005 KeyCount: 20 Key: 0,13.766942951436260,L, 3848846500,13.766948074078138,L, 5773269750,13.766947220304491,L, 11546539500,13.766949781625430,L, 15395386000,13.766944658983553,L, 17319809250,13.766945512757198,L, 19244232500,13.766948927851784,L, 23093079000,13.766944658983553,L, 25017502250,13.766948074078138,L, 28866348750,13.766946366530846,L, 30790772000,13.766949781625430,L, 32715195250,13.766946366530846,L, 34639618500,13.766948074078138,L, 36564041750,13.766947220304491,L, 40412888250,13.766948927851784,L, 42337311500,13.766946366530846,L, 44261734750,13.766952342946370,L, 46186158000,13.766948074078138,L, 48110581250,13.766949781625430,L, 50035004500,13.766942951436260,L Color: 1,0,0 } Channel: "Y" { Default: 1.445530457047138 KeyVer: 4005 KeyCount: 20 Key: 0,1.445530457047138,L, 1924423250,1.445527468839376,L, 3848846500,1.445527148674258,L, 5773269750,1.445530457047138,L, 7697693000,1.445526828509141,L, 9622116250,1.445529389830080,L, 11546539500,1.445525868013789,L, 13470962750,1.445529176386668,L, 15395386000,1.445527255395964,L, 17319809250,1.445528856221551,L, 19244232500,1.445525868013789,L, 21168655750,1.445526508344024,L, 23093079000,1.445530350325432,L, 25017502250,1.445525868013789,L, 26941925500,1.445528109169611,L, 36564041750,1.445526401622318,L, 38488465000,1.445529496551786,L, 42337311500,1.445526615065730,L, 46186158000,1.445526294900612,L, 50035004500,1.445530457047138,L Color: 0,1,0 } Channel: "Z" { Default: 24.693430500669031 KeyVer: 4005 KeyCount: 21 Key: 0,24.693430500669031,L, 5773269750,24.693430500669031,L, 7697693000,24.693433915763617,L, 9622116250,24.693427085574445,L, 11546539500,24.693428793121740,L, 13470962750,24.693433915763617,L, 15395386000,24.693435623310908,L, 17319809250,24.693432208216326,L, 19244232500,24.693432208216326,L, 21168655750,24.693428793121740,L, 23093079000,24.693432208216326,L, 25017502250,24.693432208216326,L, 26941925500,24.693428793121740,L, 28866348750,24.693432208216326,L, 32715195250,24.693427085574445,L, 34639618500,24.693432208216326,L, 36564041750,24.693432208216326,L, 38488465000,24.693428793121740,L, 44261734750,24.693432208216326,L, 46186158000,24.693428793121740,L, 50035004500,24.693430500669031,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.062076814472675 KeyVer: 4005 KeyCount: 1 Key: 0,0.062076814472675,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000931323 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000931323,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000013038516 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000013038516,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -23.100953112662630 KeyVer: 4005 KeyCount: 20 Key: 0,-23.100953112662630,L, 1924423250,-23.100951405115335,L, 5773269750,-23.100953112662630,L, 7697693000,-23.100958235304507,L, 9622116250,-23.100954820209921,L, 13470962750,-23.100956527757216,L, 15395386000,-23.100954820209921,L, 21168655750,-23.100956527757216,L, 23093079000,-23.100953112662630,L, 25017502250,-23.100958235304507,L, 26941925500,-23.100954820209921,L, 28866348750,-23.100954820209921,L, 30790772000,-23.100959942851798,L, 34639618500,-23.100951405115335,L, 38488465000,-23.100956527757216,L, 40412888250,-23.100951405115335,L, 42337311500,-23.100954820209921,L, 46186158000,-23.100956527757216,L, 48110581250,-23.100953112662630,L, 50035004500,-23.100953112662630,L Color: 1,0,0 } Channel: "Y" { Default: -20.646785889157826 KeyVer: 4005 KeyCount: 18 Key: 0,-20.646785889157826,L, 1924423250,-20.646784181610535,L, 3848846500,-20.646785889157826,L, 5773269750,-20.646782474063240,L, 7697693000,-20.646785889157826,L, 9622116250,-20.646782474063240,L, 11546539500,-20.646785889157826,L, 13470962750,-20.646780766515949,L, 15395386000,-20.646785889157826,L, 17319809250,-20.646785889157826,L, 21168655750,-20.646780766515949,L, 23093079000,-20.646782474063240,L, 28866348750,-20.646782474063240,L, 30790772000,-20.646785889157826,L, 38488465000,-20.646780766515949,L, 42337311500,-20.646785889157826,L, 46186158000,-20.646784181610535,L, 50035004500,-20.646785889157826,L Color: 0,1,0 } Channel: "Z" { Default: 1.621433868270924 KeyVer: 4005 KeyCount: 8 Key: 0,1.621433868270924,L, 9622116250,1.621433974992630,L, 11546539500,1.621435469096511,L, 13470962750,1.621434188436041,L, 23093079000,1.621434508601159,L, 25017502250,1.621433227940689,L, 26941925500,1.621435148931393,L, 50035004500,1.621433868270924,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.021206488832831 KeyVer: 4005 KeyCount: 1 Key: 0,0.021206488832831,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000018626451 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000018626451,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.047985710792321 KeyVer: 4005 KeyCount: 21 Key: 0,0.047985710792321,L, 1924423250,0.047988558927844,L, 3848846500,0.047982425764814,L, 5773269750,0.047989876273899,L, 7697693000,0.047985924235732,L, 11546539500,0.047990856779571,L, 15395386000,0.047981765424260,L, 17319809250,0.047988011979101,L, 19244232500,0.047985273900337,L, 23093079000,0.047991076893089,L, 26941925500,0.047986030957438,L, 30790772000,0.047988995819827,L, 32715195250,0.047985597400508,L, 34639618500,0.047986804689805,L, 36564041750,0.047991517120126,L, 38488465000,0.047986474519527,L, 40412888250,0.047983739775817,L, 44261734750,0.047989215933345,L, 46186158000,0.047987241581788,L, 48110581250,0.047987898587289,L, 50035004500,0.047985710792321,L Color: 1,0,0 } Channel: "Y" { Default: -13.134025179545231 KeyVer: 4005 KeyCount: 9 Key: 0,-13.134025179545231,L, 1924423250,-13.134026887092523,L, 17319809250,-13.134025179545231,L, 19244232500,-13.134026887092523,L, 25017502250,-13.134026887092523,L, 26941925500,-13.134025179545231,L, 28866348750,-13.134026887092523,L, 48110581250,-13.134026887092523,L, 50035004500,-13.134025179545231,L Color: 0,1,0 } Channel: "Z" { Default: 9.070087382829223 KeyVer: 4005 KeyCount: 12 Key: 0,9.070087382829223,L, 3848846500,9.070089090376516,L, 5773269750,9.070087382829223,L, 9622116250,9.070089944150164,L, 11546539500,9.070087382829223,L, 23093079000,9.070087382829223,L, 25017502250,9.070089090376516,L, 38488465000,9.070086529055578,L, 44261734750,9.070089090376516,L, 46186158000,9.070086529055578,L, 48110581250,9.070089090376516,L, 50035004500,9.070087382829223,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.019373551011086 KeyVer: 4005 KeyCount: 1 Key: 0,0.019373551011086,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000001862645,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.340863845541023 KeyVer: 4005 KeyCount: 20 Key: 0,-0.340863845541023,L, 1924423250,-0.340860563848570,L, 5773269750,-0.340858642857866,L, 7697693000,-0.340863311932494,L, 9622116250,-0.340864272427846,L, 11546539500,-0.340861124137526,L, 17319809250,-0.340864485871258,L, 19244232500,-0.340862538200127,L, 21168655750,-0.340865072840639,L, 23093079000,-0.340865312964477,L, 26941925500,-0.340860377085585,L, 28866348750,-0.340859710074924,L, 30790772000,-0.340862991767377,L, 34639618500,-0.340861844509040,L, 36564041750,-0.340863525375906,L, 38488465000,-0.340861204178805,L, 40412888250,-0.340860884013687,L, 42337311500,-0.340864512551684,L, 46186158000,-0.340859683394497,L, 50035004500,-0.340863845541023,L Color: 1,0,0 } Channel: "Y" { Default: -12.482317557247523 KeyVer: 4005 KeyCount: 14 Key: 0,-12.482317557247523,L, 1924423250,-12.482320972342109,L, 9622116250,-12.482317557247523,L, 11546539500,-12.482321826115754,L, 15395386000,-12.482320118568461,L, 17319809250,-12.482317557247523,L, 21168655750,-12.482320118568461,L, 28866348750,-12.482318411021168,L, 36564041750,-12.482319264794816,L, 38488465000,-12.482316703473877,L, 44261734750,-12.482320118568461,L, 46186158000,-12.482323533663047,L, 48110581250,-12.482324387436693,L, 50035004500,-12.482317557247523,L Color: 0,1,0 } Channel: "Z" { Default: 5.332978833652913 KeyVer: 4005 KeyCount: 15 Key: 0,5.332978833652913,L, 3848846500,5.332980541200206,L, 5773269750,5.332975845445151,L, 7697693000,5.332978833652913,L, 9622116250,5.332977126105621,L, 11546539500,5.332978833652913,L, 13470962750,5.332977552992443,L, 21168655750,5.332977552992443,L, 25017502250,5.332980541200206,L, 28866348750,5.332977126105621,L, 30790772000,5.332979260539735,L, 42337311500,5.332977552992443,L, 46186158000,5.332980541200206,L, 48110581250,5.332977979879266,L, 50035004500,5.332978833652913,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thigh_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011268406175077 KeyVer: 4005 KeyCount: 1 Key: 0,0.011268406175077,L Color: 1,0,0 } Channel: "Y" { Default: -0.096516579389572 KeyVer: 4005 KeyCount: 1 Key: 0,-0.096516579389572,L Color: 0,1,0 } Channel: "Z" { Default: 0.017799645662308 KeyVer: 4005 KeyCount: 1 Key: 0,0.017799645662308,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.884509123115638 KeyVer: 4005 KeyCount: 1 Key: 0,-7.884509123115638,L Color: 1,0,0 } Channel: "Y" { Default: -171.172545581980842 KeyVer: 4005 KeyCount: 1 Key: 0,-171.172545581980842,L Color: 0,1,0 } Channel: "Z" { Default: 15.844309128999511 KeyVer: 4005 KeyCount: 1 Key: 0,15.844309128999511,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shin_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.204638049006462 KeyVer: 4005 KeyCount: 1 Key: 0,0.204638049006462,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000013038516 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013038516,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013969839 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013969839,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -9.398338590376749 KeyVer: 4005 KeyCount: 1 Key: 0,-9.398338590376749,L Color: 1,0,0 } Channel: "Y" { Default: -36.824469721356010 KeyVer: 4005 KeyCount: 1 Key: 0,-36.824469721356010,L Color: 0,1,0 } Channel: "Z" { Default: 24.804456933174723 KeyVer: 4005 KeyCount: 1 Key: 0,24.804456933174723,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::foot_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191692233086 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191692233086,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000026077032,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000001862645,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -75.045562863815888 KeyVer: 4005 KeyCount: 1 Key: 0,-75.045562863815888,L Color: 1,0,0 } Channel: "Y" { Default: 79.289651168758951 KeyVer: 4005 KeyCount: 1 Key: 0,79.289651168758951,L Color: 0,1,0 } Channel: "Z" { Default: -82.991729812116432 KeyVer: 4005 KeyCount: 1 Key: 0,-82.991729812116432,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::toe_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.121792323887348 KeyVer: 4005 KeyCount: 1 Key: 0,0.121792323887348,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000005355105 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000005355105,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000000931323 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000931323,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 177.938763200217551 KeyVer: 4005 KeyCount: 1 Key: 0,177.938763200217551,L Color: 1,0,0 } Channel: "Y" { Default: 15.437339137494057 KeyVer: 4005 KeyCount: 1 Key: 0,15.437339137494057,L Color: 0,1,0 } Channel: "Z" { Default: 1.768013142953772 KeyVer: 4005 KeyCount: 1 Key: 0,1.768013142953772,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191692233086 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191692233086,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000026077032,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000001862645,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 179.857144772017932 KeyVer: 4005 KeyCount: 1 Key: 0,179.857144772017932,L Color: 1,0,0 } Channel: "Y" { Default: -29.153470604147373 KeyVer: 4005 KeyCount: 1 Key: 0,-29.153470604147373,L Color: 0,1,0 } Channel: "Z" { Default: -9.037799371075328 KeyVer: 4005 KeyCount: 1 Key: 0,-9.037799371075328,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025433219969273 KeyVer: 4005 KeyCount: 1 Key: 0,0.025433219969273,L Color: 1,0,0 } Channel: "Y" { Default: -0.012646721675992 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012646721675992,L Color: 0,1,0 } Channel: "Z" { Default: 0.039081215858459 KeyVer: 4005 KeyCount: 1 Key: 0,0.039081215858459,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -134.384805202886525 KeyVer: 4005 KeyCount: 1 Key: 0,-134.384805202886525,L Color: 1,0,0 } Channel: "Y" { Default: 11.290411127267928 KeyVer: 4005 KeyCount: 1 Key: 0,11.290411127267928,L Color: 0,1,0 } Channel: "Z" { Default: 90.000009334538021 KeyVer: 4005 KeyCount: 1 Key: 0,90.000009334538021,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thigh_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.009739924222231 KeyVer: 4005 KeyCount: 1 Key: 0,0.009739924222231,L Color: 1,0,0 } Channel: "Y" { Default: 0.094999492168427 KeyVer: 4005 KeyCount: 1 Key: 0,0.094999492168427,L Color: 0,1,0 } Channel: "Z" { Default: 0.017022661864758 KeyVer: 4005 KeyCount: 1 Key: 0,0.017022661864758,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 8.337874882105631 KeyVer: 4005 KeyCount: 1 Key: 0,8.337874882105631,L Color: 1,0,0 } Channel: "Y" { Default: -171.296144685201227 KeyVer: 4005 KeyCount: 1 Key: 0,-171.296144685201227,L Color: 0,1,0 } Channel: "Z" { Default: -14.998854653158208 KeyVer: 4005 KeyCount: 1 Key: 0,-14.998854653158208,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shin_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.204638049006462 KeyVer: 4005 KeyCount: 1 Key: 0,0.204638049006462,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 9.398368472454369 KeyVer: 4005 KeyCount: 1 Key: 0,9.398368472454369,L Color: 1,0,0 } Channel: "Y" { Default: -36.824497042112689 KeyVer: 4005 KeyCount: 1 Key: 0,-36.824497042112689,L Color: 0,1,0 } Channel: "Z" { Default: -24.804494499215156 KeyVer: 4005 KeyCount: 1 Key: 0,-24.804494499215156,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::foot_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191677331924 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191677331924,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003492460 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000003492460,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000009313226,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 75.045562863815888 KeyVer: 4005 KeyCount: 1 Key: 0,75.045562863815888,L Color: 1,0,0 } Channel: "Y" { Default: 79.289657998948115 KeyVer: 4005 KeyCount: 1 Key: 0,79.289657998948115,L Color: 0,1,0 } Channel: "Z" { Default: 82.991722981927253 KeyVer: 4005 KeyCount: 1 Key: 0,82.991722981927253,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::toe_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.121792316436768 KeyVer: 4005 KeyCount: 1 Key: 0,0.121792316436768,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000006984919 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000006984919,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000002793968 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000002793968,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -177.938763200217551 KeyVer: 4005 KeyCount: 1 Key: 0,-177.938763200217551,L Color: 1,0,0 } Channel: "Y" { Default: 15.437335722399471 KeyVer: 4005 KeyCount: 1 Key: 0,15.437335722399471,L Color: 0,1,0 } Channel: "Z" { Default: -1.767995320428907 KeyVer: 4005 KeyCount: 1 Key: 0,-1.767995320428907,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191677331924 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191677331924,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003492460 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000003492460,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000009313226,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -179.857144772017932 KeyVer: 4005 KeyCount: 1 Key: 0,-179.857144772017932,L Color: 1,0,0 } Channel: "Y" { Default: -29.153470604147373 KeyVer: 4005 KeyCount: 1 Key: 0,-29.153470604147373,L Color: 0,1,0 } Channel: "Z" { Default: 9.037817300321899 KeyVer: 4005 KeyCount: 1 Key: 0,9.037817300321899,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025433225557208 KeyVer: 4005 KeyCount: 1 Key: 0,0.025433225557208,L Color: 1,0,0 } Channel: "Y" { Default: 0.012646737508476 KeyVer: 4005 KeyCount: 1 Key: 0,0.012646737508476,L Color: 0,1,0 } Channel: "Z" { Default: 0.039081215858459 KeyVer: 4005 KeyCount: 1 Key: 0,0.039081215858459,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 134.384805202886525 KeyVer: 4005 KeyCount: 1 Key: 0,134.384805202886525,L Color: 1,0,0 } Channel: "Y" { Default: 11.290416249909807 KeyVer: 4005 KeyCount: 1 Key: 0,11.290416249909807,L Color: 0,1,0 } Channel: "Z" { Default: -89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,-89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-frente" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.012246687896550 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012246687896550,L Color: 1,0,0 } Channel: "Y" { Default: 0.000560039770789 KeyVer: 4005 KeyCount: 1 Key: 0,0.000560039770789,L Color: 0,1,0 } Channel: "Z" { Default: 0.162133276462555 KeyVer: 4005 KeyCount: 1 Key: 0,0.162133276462555,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.235606494965179 KeyVer: 4005 KeyCount: 27 Key: 0,0.235606494965179,L, 1924423250,0.235684268408267,L, 3848846500,0.235924952535230,L, 5773269750,0.236341407311615,L, 7697693000,0.236942677401987,L, 9622116250,0.237722519586557,L, 11546539500,0.238647850136534,L, 13470962750,0.239653088563714,L, 15395386000,0.240646961129229,L, 17319809250,0.241530270007555,L, 19244232500,0.242216543936581,L, 21168655750,0.242646018761072,L, 23093079000,0.242790519950699,L, 25017502250,0.242684411894726,L, 26941925500,0.242367261665571,L, 28866348750,0.241852702961146,L, 30790772000,0.241171284869733,L, 32715195250,0.240369991622300,L, 34639618500,0.239507867002573,L, 36564041750,0.238647850136534,L, 38488465000,0.237846983775925,L, 40412888250,0.237148143366042,L, 42337311500,0.236576355146893,L, 44261734750,0.236140583741761,L, 46186158000,0.235838774757812,L, 48110581250,0.235663430995213,L, 50035004500,0.235606494965179,L Color: 1,0,0 } Channel: "Y" { Default: 170.599574672887655 KeyVer: 4005 KeyCount: 26 Key: 0,170.599574672887655,L, 1924423250,170.486111570395565,L, 3848846500,170.143495621249855,L, 5773269750,169.578447731593855,L, 7697693000,168.815611223952914,L, 9622116250,167.901895837546618,L, 11546539500,166.905903992398436,L, 13470962750,165.909898486871924,L, 15395386000,164.996196760843958,L, 17319809250,164.233373913581346,L, 19244232500,163.668339684303675,L, 21168655750,163.325737395536351,L, 23093079000,163.212260632665902,L, 25017502250,163.295520638648242,L, 26941925500,163.547172128427832,L, 28866348750,163.965084082983623,L, 30790772000,164.538273558130271,L, 32715195250,165.244501457930255,L, 34639618500,166.048974798751516,L, 38488465000,167.762833186045356,L, 40412888250,168.567320187244974,L, 42337311500,169.273548087044929,L, 44261734750,169.846751222569907,L, 46186158000,170.264676837504055,L, 48110581250,170.516328327283645,L, 50035004500,170.599574672887655,L Color: 0,1,0 } Channel: "Z" { Default: 0.495752952483679 KeyVer: 4005 KeyCount: 27 Key: 0,0.495752952483679,L, 1924423250,0.496226049805407,L, 3848846500,0.497656494188847,L, 5773269750,0.500022140880048,L, 7697693000,0.503229715108158,L, 9622116250,0.507093947991940,L, 11546539500,0.511336562683569,L, 13470962750,0.515613541764461,L, 15395386000,0.519570142284596,L, 17319809250,0.522899219174738,L, 19244232500,0.525381299246946,L, 21168655750,0.526893172291897,L, 23093079000,0.527395031113334,L, 25017502250,0.527026734506682,L, 26941925500,0.525915334662676,L, 28866348750,0.524075986063535,L, 30790772000,0.521565571378442,L, 32715195250,0.518491666086823,L, 34639618500,0.515014192664793,L, 36564041750,0.511336562683569,L, 38488465000,0.507684385829175,L, 40412888250,0.504277242011254,L, 42337311500,0.501302321101747,L, 44261734750,0.498897881070495,L, 46186158000,0.497150259777473,L, 48110581250,0.496100064831732,L, 50035004500,0.495752952483679,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-frente1" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.097044512629509 KeyVer: 4005 KeyCount: 1 Key: 0,0.097044512629509,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007242131 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007242131,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000010250401 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000010250401,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000634722942 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000634722942,L Color: 1,0,0 } Channel: "Y" { Default: -11.420062631866571 KeyVer: 4005 KeyCount: 27 Key: 0,-11.420062631866571,L, 1924423250,-11.204285003155130,L, 3848846500,-10.552612385576920,L, 5773269750,-9.477221298874760,L, 7697693000,-8.024413595432101,L, 9622116250,-6.283220791079932,L, 11546539500,-4.384534496638073,L, 13470962750,-2.485873388518780,L, 15395386000,-0.744749739831957,L, 17319809250,0.707970451811961,L, 19244232500,1.783273172941734,L, 21168655750,2.434885599477885,L, 23093079000,2.650640603187699,L, 25017502250,2.492341150775949,L, 26941925500,2.013753424171840,L, 28866348750,1.218629971994053,L, 30790772000,0.127417485791309,L, 32715195250,-1.217819634082056,L, 34639618500,-2.750995078558672,L, 36564041750,-4.384581881075441,L, 38488465000,-6.018181703640315,L, 40412888250,-7.551395674652717,L, 42337311500,-8.896685955275775,L, 44261734750,-9.987957231798191,L, 46186158000,-10.783132977611810,L, 48110581250,-11.261751653510597,L, 50035004500,-11.420062631866571,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000028338020 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000028338020,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-verso1" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.068978704512119 KeyVer: 4005 KeyCount: 1 Key: 0,0.068978704512119,L Color: 1,0,0 } Channel: "Y" { Default: 0.000182679155841 KeyVer: 4005 KeyCount: 1 Key: 0,0.000182679155841,L Color: 0,1,0 } Channel: "Z" { Default: -0.090666562318802 KeyVer: 4005 KeyCount: 1 Key: 0,-0.090666562318802,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.237685433793798 KeyVer: 4005 KeyCount: 27 Key: 0,0.237685433793798,L, 1924423250,0.237578818809723,L, 3848846500,0.237263883055962,L, 5773269750,0.236767306958962,L, 7697693000,0.236141570917540,L, 9622116250,0.235458818804804,L, 11546539500,0.234796317135740,L, 13470962750,0.234217965531685,L, 15395386000,0.233760556300706,L, 17319809250,0.233431746725194,L, 19244232500,0.233219130406851,L, 21168655750,0.233103017190961,L, 23093079000,0.233066651769716,L, 25017502250,0.233093225474456,L, 26941925500,0.233176975333067,L, 28866348750,0.233327532979498,L, 30790772000,0.233557411533751,L, 32715195250,0.233877976857492,L, 34639618500,0.234293737942789,L, 36564041750,0.234796343816166,L, 38488465000,0.235361248485293,L, 40412888250,0.235948884877751,L, 42337311500,0.236511041462954,L, 44261734750,0.236999560071168,L, 46186158000,0.237374019856328,L, 48110581250,0.237607073381328,L, 50035004500,0.237685433793798,L Color: 1,0,0 } Channel: "Y" { Default: 167.956510030149957 KeyVer: 4005 KeyCount: 26 Key: 0,167.956510030149957,L, 1924423250,168.077622944512427,L, 3848846500,168.443311272674407,L, 5773269750,169.046444297142330,L, 7697693000,169.860739449990092,L, 9622116250,170.836104123844848,L, 13470962750,172.962560578520197,L, 15395386000,173.937911591996624,L, 17319809250,174.752193084466029,L, 19244232500,175.355312448555622,L, 21168655750,175.720987116339245,L, 23093079000,175.842100030701744,L, 25017502250,175.753239269599987,L, 26941925500,175.484635250300471,L, 28866348750,175.038569255985919,L, 30790772000,174.426720910137050,L, 32715195250,173.672859271065477,L, 34639618500,172.814099586721028,L, 36564041750,171.899332351182522,L, 38488465000,170.984551455265688,L, 40412888250,170.125778110542882,L, 42337311500,169.371916471471309,L, 44261734750,168.760054465244110,L, 46186158000,168.313974810551230,L, 48110581250,168.045370791251685,L, 50035004500,167.956510030149957,L Color: 0,1,0 } Channel: "Z" { Default: 0.506862682055512 KeyVer: 4005 KeyCount: 27 Key: 0,0.506862682055512,L, 1924423250,0.506349190568145,L, 3848846500,0.504801459030052,L, 5773269750,0.502257587090196,L, 7697693000,0.498839290854021,L, 9622116250,0.494767697695906,L, 11546539500,0.490354488357585,L, 13470962750,0.485964597711977,L, 15395386000,0.481955223308332,L, 17319809250,0.478619209507315,L, 19244232500,0.476153938103767,L, 21168655750,0.474661274965857,L, 23093079000,0.474167313550648,L, 25017502250,0.474529740463481,L, 26941925500,0.475625932464414,L, 28866348750,0.477448045508071,L, 30790772000,0.479951523282288,L, 32715195250,0.483043197737920,L, 34639618500,0.486576326529515,L, 36564041750,0.490354541718438,L, 38488465000,0.494149939101991,L, 40412888250,0.497730559052659,L, 42337311500,0.500889148017815,L, 44261734750,0.503464182695759,L, 46186158000,0.505348407772181,L, 48110581250,0.506485901073251,L, 50035004500,0.506862682055512,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-verso2" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.087890736758709 KeyVer: 4005 KeyCount: 1 Key: 0,0.087890736758709,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000006650280 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000006650280,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003082321 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003082321,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000009419840149 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000009419840149,L Color: 1,0,0 } Channel: "Y" { Default: 3.254826970891700 KeyVer: 4005 KeyCount: 27 Key: 0,3.254826970891700,L, 1924423250,3.123989574698416,L, 3848846500,2.728953417776837,L, 5773269750,2.077383039592764,L, 7697693000,1.197658089590971,L, 9622116250,0.143865915333998,L, 11546539500,-1.004883470787043,L, 13470962750,-2.153623318655630,L, 15395386000,-3.207402833050254,L, 17319809250,-4.087109213475241,L, 19244232500,-4.738656753214277,L, 21168655750,-5.133682024521867,L, 23093079000,-5.264514724960096,L, 25017502250,-5.168520258157113,L, 26941925500,-4.878365711365748,L, 28866348750,-4.396486473911932,L, 30790772000,-3.735488086795728,L, 32715195250,-2.921046298324235,L, 34639618500,-1.993218887319049,L, 36564041750,-1.004873332224994,L, 38488465000,-0.016522656156587,L, 40412888250,0.911312440478941,L, 42337311500,1.725768422937304,L, 44261734750,2.386775881398500,L, 46186158000,2.868666431353128,L, 48110581250,3.158829088994132,L, 50035004500,3.254826970891700,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000552536646 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000552536646,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_hand_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.341605573892593 KeyVer: 4005 KeyCount: 1 Key: 0,0.341605573892593,L Color: 1,0,0 } Channel: "Y" { Default: -0.088027454912663 KeyVer: 4005 KeyCount: 1 Key: 0,-0.088027454912663,L Color: 0,1,0 } Channel: "Z" { Default: 0.352841854095459 KeyVer: 4005 KeyCount: 25 Key: 0,0.352841854095459,L, 1924423250,0.353045970201492,L, 3848846500,0.353662192821503,L, 5773269750,0.354678243398666,L, 7697693000,0.356049656867981,L, 9622116250,0.357691884040833,L, 13470962750,0.361271679401398,L, 15395386000,0.362913936376572,L, 17319809250,0.364285320043564,L, 19244232500,0.365301400423050,L, 21168655750,0.365917593240738,L, 23093079000,0.366121709346771,L, 25017502250,0.365971952676773,L, 26941925500,0.365519315004349,L, 28866348750,0.364767760038376,L, 30790772000,0.363737136125565,L, 32715195250,0.362467616796494,L, 34639618500,0.361021757125854,L, 38488465000,0.357941836118698,L, 40412888250,0.356495946645737,L, 42337311500,0.355226457118988,L, 44261734750,0.354195833206177,L, 46186158000,0.353444278240204,L, 48110581250,0.352991610765457,L, 50035004500,0.352841854095459,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_hand_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.341605573892593 KeyVer: 4005 KeyCount: 25 Key: 0,-0.341605573892593,L, 1924423250,-0.341290682554245,L, 3848846500,-0.340340018272400,L, 5773269750,-0.338772475719452,L, 7697693000,-0.336656779050827,L, 9622116250,-0.334123253822327,L, 13470962750,-0.328600555658340,L, 15395386000,-0.326067000627518,L, 17319809250,-0.323951303958893,L, 19244232500,-0.322383791208267,L, 21168655750,-0.321433126926422,L, 23093079000,-0.321118235588074,L, 25017502250,-0.321349292993546,L, 26941925500,-0.322047591209412,L, 28866348750,-0.323207050561905,L, 30790772000,-0.324797034263611,L, 32715195250,-0.326755553483963,L, 34639618500,-0.328986138105392,L, 38488465000,-0.333737641572952,L, 40412888250,-0.335968255996704,L, 42337311500,-0.337926745414734,L, 44261734750,-0.339516758918762,L, 46186158000,-0.340676218271255,L, 48110581250,-0.341374516487122,L, 50035004500,-0.341605573892593,L Color: 1,0,0 } Channel: "Y" { Default: -0.088027454912663 KeyVer: 4005 KeyCount: 1 Key: 0,-0.088027454912663,L Color: 0,1,0 } Channel: "Z" { Default: 0.352841854095459 KeyVer: 4005 KeyCount: 25 Key: 0,0.352841854095459,L, 1924423250,0.353191763162613,L, 3848846500,0.354248136281967,L, 5773269750,0.355989962816238,L, 7697693000,0.358340948820114,L, 9622116250,0.361156195402145,L, 13470962750,0.367293000221252,L, 15395386000,0.370108246803284,L, 17319809250,0.372459232807159,L, 19244232500,0.374201059341431,L, 21168655750,0.375257402658463,L, 23093079000,0.375607311725616,L, 25017502250,0.375350594520569,L, 26941925500,0.374574631452560,L, 28866348750,0.373286217451096,L, 30790772000,0.371519446372986,L, 32715195250,0.369343161582947,L, 34639618500,0.366864532232285,L, 38488465000,0.361584663391113,L, 40412888250,0.359106034040451,L, 42337311500,0.356929749250412,L, 44261734750,0.355162948369980,L, 46186158000,0.353874564170837,L, 48110581250,0.353098601102829,L, 50035004500,0.352841854095459,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_upper_arm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.282092303037643 KeyVer: 4005 KeyCount: 1 Key: 0,0.282092303037643,L Color: 1,0,0 } Channel: "Y" { Default: 0.316670417785645 KeyVer: 4005 KeyCount: 1 Key: 0,0.316670417785645,L Color: 0,1,0 } Channel: "Z" { Default: 0.536754608154297 KeyVer: 4005 KeyCount: 1 Key: 0,0.536754608154297,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_upper_arm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.282092303037643 KeyVer: 4005 KeyCount: 1 Key: 0,-0.282092303037643,L Color: 1,0,0 } Channel: "Y" { Default: 0.316670417785645 KeyVer: 4005 KeyCount: 1 Key: 0,0.316670417785645,L Color: 0,1,0 } Channel: "Z" { Default: 0.536754608154297 KeyVer: 4005 KeyCount: 1 Key: 0,0.536754608154297,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_foot_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.113046944141388 KeyVer: 4005 KeyCount: 1 Key: 0,0.113046944141388,L Color: 1,0,0 } Channel: "Y" { Default: -0.012087016366422 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012087016366422,L Color: 0,1,0 } Channel: "Z" { Default: 0.062080170959234 KeyVer: 4005 KeyCount: 1 Key: 0,0.062080170959234,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_foot_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.113046944141388 KeyVer: 4005 KeyCount: 1 Key: 0,-0.113046944141388,L Color: 1,0,0 } Channel: "Y" { Default: -0.012087016366422 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012087016366422,L Color: 0,1,0 } Channel: "Z" { Default: 0.062080170959234 KeyVer: 4005 KeyCount: 1 Key: 0,0.062080170959234,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_leg_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.139584690332413 KeyVer: 4005 KeyCount: 1 Key: 0,0.139584690332413,L Color: 1,0,0 } Channel: "Y" { Default: -0.292642742395401 KeyVer: 4005 KeyCount: 1 Key: 0,-0.292642742395401,L Color: 0,1,0 } Channel: "Z" { Default: 0.245993331074715 KeyVer: 4005 KeyCount: 1 Key: 0,0.245993331074715,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_leg_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.139584690332413 KeyVer: 4005 KeyCount: 1 Key: 0,-0.139584690332413,L Color: 1,0,0 } Channel: "Y" { Default: -0.292642742395401 KeyVer: 4005 KeyCount: 1 Key: 0,-0.292642742395401,L Color: 0,1,0 } Channel: "Z" { Default: 0.245993331074715 KeyVer: 4005 KeyCount: 1 Key: 0,0.245993331074715,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::right" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000004325711105 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000004325711105,L Color: 1,0,0 } Channel: "Y" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::front" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000004325711105 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000004325711105,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Camera" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 1.501456499099731 KeyVer: 4005 KeyCount: 1 Key: 0,1.501456499099731,L Color: 1,0,0 } Channel: "Y" { Default: 1.453672647476196 KeyVer: 4005 KeyCount: 1 Key: 0,1.453672647476196,L Color: 0,1,0 } Channel: "Z" { Default: 1.395943880081177 KeyVer: 4005 KeyCount: 1 Key: 0,1.395943880081177,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 23.240198471724188 KeyVer: 4005 KeyCount: 1 Key: 0,23.240198471724188,L Color: 1,0,0 } Channel: "Y" { Default: 142.362356870423241 KeyVer: 4005 KeyCount: 1 Key: 0,142.362356870423241,L Color: 0,1,0 } Channel: "Z" { Default: 34.212069212897042 KeyVer: 4005 KeyCount: 1 Key: 0,34.212069212897042,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_003" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 1.780160665512085 KeyVer: 4005 KeyCount: 1 Key: 0,1.780160665512085,L Color: 1,0,0 } Channel: "Y" { Default: -0.345959365367889 KeyVer: 4005 KeyCount: 1 Key: 0,-0.345959365367889,L Color: 0,1,0 } Channel: "Z" { Default: 3.401444435119629 KeyVer: 4005 KeyCount: 1 Key: 0,3.401444435119629,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_002" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -1.309113621711731 KeyVer: 4005 KeyCount: 1 Key: 0,-1.309113621711731,L Color: 1,0,0 } Channel: "Y" { Default: 0.093820199370384 KeyVer: 4005 KeyCount: 1 Key: 0,0.093820199370384,L Color: 0,1,0 } Channel: "Z" { Default: -2.730629444122314 KeyVer: 4005 KeyCount: 1 Key: 0,-2.730629444122314,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_001" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 2.489465475082397 KeyVer: 4005 KeyCount: 1 Key: 0,2.489465475082397,L Color: 1,0,0 } Channel: "Y" { Default: 1.822827339172363 KeyVer: 4005 KeyCount: 1 Key: 0,1.822827339172363,L Color: 0,1,0 } Channel: "Z" { Default: -1.523738741874695 KeyVer: 4005 KeyCount: 1 Key: 0,-1.523738741874695,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -2.071969509124756 KeyVer: 4005 KeyCount: 1 Key: 0,-2.071969509124756,L Color: 1,0,0 } Channel: "Y" { Default: 1.547796368598938 KeyVer: 4005 KeyCount: 1 Key: 0,1.547796368598938,L Color: 0,1,0 } Channel: "Z" { Default: 3.290555953979492 KeyVer: 4005 KeyCount: 1 Key: 0,3.290555953979492,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Armature" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } } Take: "PoseLib" { FileName: "PoseLib.tak" LocalTime: 1924423250,3848846500 ReferenceTime: 1924423250,3848846500 ;Models animation ;---------------------------------------------------- Model: "Model::hips" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.000912975054234 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000912975054234,L, 1924423250,-0.000912974996027,L Color: 1,0,0 } Channel: "Y" { Default: 0.026684256270528 KeyVer: 4005 KeyCount: 2 Key: 0,0.026684256270528,L, 1924423250,0.026684254407883,L Color: 0,1,0 } Channel: "Z" { Default: 0.416747689247131 KeyVer: 4005 KeyCount: 2 Key: 0,0.416747689247131,L, 1924423250,0.344638466835022,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 2.429498501213456 KeyVer: 4005 KeyCount: 1 Key: 0,2.429498501213456,L Color: 1,0,0 } Channel: "Y" { Default: -78.240083319761283 KeyVer: 4005 KeyCount: 1 Key: 0,-78.240083319761283,L Color: 0,1,0 } Channel: "Z" { Default: 87.755896041220197 KeyVer: 4005 KeyCount: 1 Key: 0,87.755896041220197,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::spine" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.114399775862694 KeyVer: 4005 KeyCount: 2 Key: 0,0.114399775862694,L, 1924423250,0.114399805665016,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000008629279 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000008629279,L, 1924423250,0.000000009044011,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725999 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725999,L, 1924423250,-0.000000000000472,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.139147028349893 KeyVer: 4005 KeyCount: 2 Key: 0,-0.139147028349893,L, 1924423250,-0.101561351121013,L Color: 1,0,0 } Channel: "Y" { Default: -15.575822930463158 KeyVer: 4005 KeyCount: 2 Key: 0,-15.575822930463158,L, 1924423250,-23.880740442276231,L Color: 0,1,0 } Channel: "Z" { Default: 0.202453583827204 KeyVer: 4005 KeyCount: 2 Key: 0,0.202453583827204,L, 1924423250,0.223484510014010,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::ribs" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.169913277029991 KeyVer: 4005 KeyCount: 2 Key: 0,0.169913277029991,L, 1924423250,0.169913187623024,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000013129466 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000013129466,L, 1924423250,0.000000012611054,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000003336595 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000003336595,L, 1924423250,-0.000000018083881,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.054335882404986 KeyVer: 4005 KeyCount: 2 Key: 0,-0.054335882404986,L, 1924423250,-0.204603532610808,L Color: 1,0,0 } Channel: "Y" { Default: -47.143946406219577 KeyVer: 4005 KeyCount: 2 Key: 0,-47.143946406219577,L, 1924423250,-56.794689514731907,L Color: 0,1,0 } Channel: "Z" { Default: 0.797353989189469 KeyVer: 4005 KeyCount: 2 Key: 0,0.797353989189469,L, 1924423250,0.918897045387112,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::neck" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.174169078469276 KeyVer: 4005 KeyCount: 2 Key: 0,0.174169078469276,L, 1924423250,0.174169152975082,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000365937012 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000365937012,L, 1924423250,-0.000000366766500,L Color: 0,1,0 } Channel: "Z" { Default: 0.011306412518024 KeyVer: 4005 KeyCount: 2 Key: 0,0.011306412518024,L, 1924423250,0.011306338012218,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.357570461570424 KeyVer: 4005 KeyCount: 2 Key: 0,-0.357570461570424,L, 1924423250,-0.357570408209571,L Color: 1,0,0 } Channel: "Y" { Default: -28.044574024471764 KeyVer: 4005 KeyCount: 2 Key: 0,-28.044574024471764,L, 1924423250,-28.044572316924469,L Color: 0,1,0 } Channel: "Z" { Default: -0.152831459094339 KeyVer: 4005 KeyCount: 2 Key: 0,-0.152831459094339,L, 1924423250,-0.152831432413913,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::head" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.050426706671715 KeyVer: 4005 KeyCount: 2 Key: 0,0.050426706671715,L, 1924423250,0.050426721572876,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003807151 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000003807151,L, 1924423250,0.000000003807117,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000029802322,L, 1924423250,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000006860786818 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000006860786818,L, 1924423250,-0.000006860786004,L Color: 1,0,0 } Channel: "Y" { Default: -14.011007808595268 KeyVer: 4005 KeyCount: 2 Key: 0,-14.011007808595268,L, 1924423250,-14.011006954821621,L Color: 0,1,0 } Channel: "Z" { Default: 0.000004613273145 KeyVer: 4005 KeyCount: 1 Key: 0,0.000004613273145,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shoulder_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.147531464695930 KeyVer: 4005 KeyCount: 2 Key: 0,0.147531464695930,L, 1924423250,0.147531524300575,L Color: 1,0,0 } Channel: "Y" { Default: -0.012225969694555 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012225969694555,L Color: 0,1,0 } Channel: "Z" { Default: 0.000923475425225 KeyVer: 4005 KeyCount: 2 Key: 0,0.000923475425225,L, 1924423250,0.000923464249354,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -144.719673719044692 KeyVer: 4005 KeyCount: 2 Key: 0,-144.719673719044692,L, 1924423250,-143.620805564617939,L Color: 1,0,0 } Channel: "Y" { Default: 5.188047768994151 KeyVer: 4005 KeyCount: 2 Key: 0,5.188047768994151,L, 1924423250,11.852563016715850,L Color: 0,1,0 } Channel: "Z" { Default: -119.585670403701087 KeyVer: 4005 KeyCount: 2 Key: 0,-119.585670403701087,L, 1924423250,-98.169352713968422,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999642372131,L, 1924423250,0.999999701976776,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999642372131,L, 1924423250,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::upper_arm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.214628979563713 KeyVer: 4005 KeyCount: 1 Key: 0,0.214628979563713,L Color: 1,0,0 } Channel: "Y" { Default: -0.004128860309720 KeyVer: 4005 KeyCount: 2 Key: 0,-0.004128860309720,L, 1924423250,-0.004128850996494,L Color: 0,1,0 } Channel: "Z" { Default: -0.009519913233817 KeyVer: 4005 KeyCount: 2 Key: 0,-0.009519913233817,L, 1924423250,-0.009519912302494,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 102.689749491594782 KeyVer: 4005 KeyCount: 2 Key: 0,102.689749491594782,L, 1924423250,63.718247370688779,L Color: 1,0,0 } Channel: "Y" { Default: 51.174068790128544 KeyVer: 4005 KeyCount: 2 Key: 0,51.174068790128544,L, 1924423250,61.564299404604164,L Color: 0,1,0 } Channel: "Z" { Default: -16.270144102992514 KeyVer: 4005 KeyCount: 2 Key: 0,-16.270144102992514,L, 1924423250,-30.722330905551196,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999701976776,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::forearm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.211972758173943 KeyVer: 4005 KeyCount: 1 Key: 0,0.211972758173943,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000065367203 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000065367203,L, 1924423250,-0.000000016996637,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000000698492 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000000698492,L, 1924423250,0.000000011175871,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 13.353320355679223 KeyVer: 4005 KeyCount: 2 Key: 0,13.353320355679223,L, 1924423250,31.308682155228439,L Color: 1,0,0 } Channel: "Y" { Default: -31.282539606180254 KeyVer: 4005 KeyCount: 2 Key: 0,-31.282539606180254,L, 1924423250,-62.874589234599192,L Color: 0,1,0 } Channel: "Z" { Default: -9.837716121946576 KeyVer: 4005 KeyCount: 2 Key: 0,-9.837716121946576,L, 1924423250,-33.293162882721525,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::hand_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.222559079527855 KeyVer: 4005 KeyCount: 2 Key: 0,0.222559079527855,L, 1924423250,0.222559034824371,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000044703484 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000044703484,L, 1924423250,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000007450581,L, 1924423250,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 107.399772811147940 KeyVer: 4005 KeyCount: 1 Key: 0,107.399772811147940,L Color: 1,0,0 } Channel: "Y" { Default: 3.413013298295322 KeyVer: 4005 KeyCount: 2 Key: 0,3.413013298295322,L, 1924423250,3.413015432729437,L Color: 0,1,0 } Channel: "Z" { Default: 0.062232234755957 KeyVer: 4005 KeyCount: 2 Key: 0,0.062232234755957,L, 1924423250,0.062227105443973,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023443460464478 KeyVer: 4005 KeyCount: 2 Key: 0,0.023443460464478,L, 1924423250,0.023443477228284,L Color: 1,0,0 } Channel: "Y" { Default: 0.017202816903591 KeyVer: 4005 KeyCount: 2 Key: 0,0.017202816903591,L, 1924423250,0.017202794551849,L Color: 0,1,0 } Channel: "Z" { Default: -0.001944955438375 KeyVer: 4005 KeyCount: 2 Key: 0,-0.001944955438375,L, 1924423250,-0.001944921910763,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 12.599426273209101 KeyVer: 4005 KeyCount: 2 Key: 0,12.599426273209101,L, 1924423250,12.599424565661808,L Color: 1,0,0 } Channel: "Y" { Default: -24.543801546521777 KeyVer: 4005 KeyCount: 1 Key: 0,-24.543801546521777,L Color: 0,1,0 } Channel: "Z" { Default: 8.554910119397997 KeyVer: 4005 KeyCount: 2 Key: 0,8.554910119397997,L, 1924423250,8.554910973171644,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.058449037373066 KeyVer: 4005 KeyCount: 2 Key: 0,0.058449037373066,L, 1924423250,0.058449044823647,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 1924423250,-0.000000001862645,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 1924423250,-0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 18.803264898207967 KeyVer: 4005 KeyCount: 2 Key: 0,18.803264898207967,L, 1924423250,24.421390896216984,L Color: 1,0,0 } Channel: "Y" { Default: -5.087936832555772 KeyVer: 4005 KeyCount: 2 Key: 0,-5.087936832555772,L, 1924423250,-39.056531145883369,L Color: 0,1,0 } Channel: "Z" { Default: -17.280079779331242 KeyVer: 4005 KeyCount: 2 Key: 0,-17.280079779331242,L, 1924423250,-31.516507736198704,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026524359360337 KeyVer: 4005 KeyCount: 2 Key: 0,0.026524359360337,L, 1924423250,0.026524396613240,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000029336661 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000029336661,L, 1924423250,0.000000027939677,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000931323 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000931323,L, 1924423250,0.000000035390258,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -3.479990560183194 KeyVer: 4005 KeyCount: 2 Key: 0,-3.479990560183194,L, 1924423250,-7.390290295152566,L Color: 1,0,0 } Channel: "Y" { Default: -17.973292753667767 KeyVer: 4005 KeyCount: 2 Key: 0,-17.973292753667767,L, 1924423250,-63.328489455891734,L Color: 0,1,0 } Channel: "Z" { Default: -0.340436905357045 KeyVer: 4005 KeyCount: 2 Key: 0,-0.340436905357045,L, 1924423250,5.195831196440192,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023733472451568 KeyVer: 4005 KeyCount: 2 Key: 0,0.023733472451568,L, 1924423250,0.023733548820019,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000005587935 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000005587935,L, 1924423250,-0.000000003725290,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000000000,L, 1924423250,0.000000031664968,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.666184489669629 KeyVer: 4005 KeyCount: 2 Key: 0,-5.666184489669629,L, 1924423250,-8.560639794337984,L Color: 1,0,0 } Channel: "Y" { Default: -13.961950828655368 KeyVer: 4005 KeyCount: 2 Key: 0,-13.961950828655368,L, 1924423250,-49.933419568910871,L Color: 0,1,0 } Channel: "Z" { Default: -5.311093200004930 KeyVer: 4005 KeyCount: 2 Key: 0,-5.311093200004930,L, 1924423250,-0.110773702166187,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.003173882141709 KeyVer: 4005 KeyCount: 2 Key: 0,0.003173882141709,L, 1924423250,0.003173865377903,L Color: 1,0,0 } Channel: "Y" { Default: 0.015621233731508 KeyVer: 4005 KeyCount: 2 Key: 0,0.015621233731508,L, 1924423250,0.015621213242412,L Color: 0,1,0 } Channel: "Z" { Default: 0.023463033139706 KeyVer: 4005 KeyCount: 2 Key: 0,0.023463033139706,L, 1924423250,0.023462980985641,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 49.844842260659682 KeyVer: 4005 KeyCount: 2 Key: 0,49.844842260659682,L, 1924423250,102.225836212979004,L Color: 1,0,0 } Channel: "Y" { Default: -16.105150638307340 KeyVer: 4005 KeyCount: 2 Key: 0,-16.105150638307340,L, 1924423250,-31.788895680298420,L Color: 0,1,0 } Channel: "Z" { Default: 17.567212394301706 KeyVer: 4005 KeyCount: 2 Key: 0,17.567212394301706,L, 1924423250,14.314906830430793,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033066399395466 KeyVer: 4005 KeyCount: 2 Key: 0,0.033066399395466,L, 1924423250,0.033066455274820,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000014901161,L, 1924423250,-0.000000039115548,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000000000,L, 1924423250,0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.590332021789965 KeyVer: 4005 KeyCount: 2 Key: 0,-7.590332021789965,L, 1924423250,-7.590337144431843,L Color: 1,0,0 } Channel: "Y" { Default: -15.050606996499321 KeyVer: 4005 KeyCount: 2 Key: 0,-15.050606996499321,L, 1924423250,-15.050605288952028,L Color: 0,1,0 } Channel: "Z" { Default: -21.255145715888112 KeyVer: 4005 KeyCount: 1 Key: 0,-21.255145715888112,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026086254045367 KeyVer: 4005 KeyCount: 2 Key: 0,0.026086254045367,L, 1924423250,0.026086345314980,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000024214387 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000024214387,L, 1924423250,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000000000,L, 1924423250,0.000000004656613,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 3.311967479714298 KeyVer: 4005 KeyCount: 2 Key: 0,3.311967479714298,L, 1924423250,3.683340019369579,L Color: 1,0,0 } Channel: "Y" { Default: 8.854104848442685 KeyVer: 4005 KeyCount: 2 Key: 0,8.854104848442685,L, 1924423250,-27.304521320354652,L Color: 0,1,0 } Channel: "Z" { Default: -12.936357797418053 KeyVer: 4005 KeyCount: 2 Key: 0,-12.936357797418053,L, 1924423250,-15.138156361280418,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.020897269248962 KeyVer: 4005 KeyCount: 2 Key: 0,0.020897269248962,L, 1924423250,0.020897286012769,L Color: 1,0,0 } Channel: "Y" { Default: 0.008608870208263 KeyVer: 4005 KeyCount: 2 Key: 0,0.008608870208263,L, 1924423250,0.008608840405941,L Color: 0,1,0 } Channel: "Z" { Default: -0.008577808737755 KeyVer: 4005 KeyCount: 2 Key: 0,-0.008577808737755,L, 1924423250,-0.008577756583691,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.272508607609938 KeyVer: 4005 KeyCount: 2 Key: 0,5.272508607609938,L, 1924423250,5.272505619402176,L Color: 1,0,0 } Channel: "Y" { Default: -17.111642191757095 KeyVer: 4005 KeyCount: 2 Key: 0,-17.111642191757095,L, 1924423250,-17.111643899304386,L Color: 0,1,0 } Channel: "Z" { Default: -6.502368264373122 KeyVer: 4005 KeyCount: 2 Key: 0,-6.502368264373122,L, 1924423250,-6.502369118146769,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059462860226631 KeyVer: 4005 KeyCount: 2 Key: 0,0.059462860226631,L, 1924423250,0.059462852776051,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000020489097 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000020489097,L, 1924423250,0.000000037252903,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000037252903 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000037252903,L, 1924423250,0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 27.786546553101978 KeyVer: 4005 KeyCount: 2 Key: 0,27.786546553101978,L, 1924423250,31.527193567155173,L Color: 1,0,0 } Channel: "Y" { Default: -4.189087352877970 KeyVer: 4005 KeyCount: 2 Key: 0,-4.189087352877970,L, 1924423250,-27.234754353077658,L Color: 0,1,0 } Channel: "Z" { Default: -7.215020810861120 KeyVer: 4005 KeyCount: 2 Key: 0,-7.215020810861120,L, 1924423250,-20.692192986760006,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.034586992114782 KeyVer: 4005 KeyCount: 2 Key: 0,0.034586992114782,L, 1924423250,0.034586995840073,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000011175871,L, 1924423250,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013038516 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000013038516,L, 1924423250,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -9.000180396674244 KeyVer: 4005 KeyCount: 2 Key: 0,-9.000180396674244,L, 1924423250,-19.229748740172120,L Color: 1,0,0 } Channel: "Y" { Default: -18.853167967831300 KeyVer: 4005 KeyCount: 2 Key: 0,-18.853167967831300,L, 1924423250,-63.288648962463107,L Color: 0,1,0 } Channel: "Z" { Default: -0.342227001888967 KeyVer: 4005 KeyCount: 2 Key: 0,-0.342227001888967,L, 1924423250,14.034539517833220,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,0.999999701976776,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025573443621397 KeyVer: 4005 KeyCount: 2 Key: 0,0.025573443621397,L, 1924423250,0.025573380291462,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000011175871,L, 1924423250,0.000000016763806,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000040978193 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000040978193,L, 1924423250,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.076924120762298 KeyVer: 4005 KeyCount: 2 Key: 0,-4.076924120762298,L, 1924423250,-5.883594533592699,L Color: 1,0,0 } Channel: "Y" { Default: -10.993121167228027 KeyVer: 4005 KeyCount: 2 Key: 0,-10.993121167228027,L, 1924423250,-47.090961213733273,L Color: 0,1,0 } Channel: "Z" { Default: -2.069566528417931 KeyVer: 4005 KeyCount: 2 Key: 0,-2.069566528417931,L, 1924423250,1.468118959849395,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.017974268645048 KeyVer: 4005 KeyCount: 2 Key: 0,0.017974268645048,L, 1924423250,0.017974289134145,L Color: 1,0,0 } Channel: "Y" { Default: -0.002705484628677 KeyVer: 4005 KeyCount: 2 Key: 0,-0.002705484628677,L, 1924423250,-0.002705521881580,L Color: 0,1,0 } Channel: "Z" { Default: -0.011575199663639 KeyVer: 4005 KeyCount: 2 Key: 0,-0.011575199663639,L, 1924423250,-0.011575132608414,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.568059118315114 KeyVer: 4005 KeyCount: 2 Key: 0,-4.568059118315114,L, 1924423250,-4.568058264541468,L Color: 1,0,0 } Channel: "Y" { Default: -9.088922483239154 KeyVer: 4005 KeyCount: 1 Key: 0,-9.088922483239154,L Color: 0,1,0 } Channel: "Z" { Default: -17.921396976354085 KeyVer: 4005 KeyCount: 1 Key: 0,-17.921396976354085,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059641882777214 KeyVer: 4005 KeyCount: 2 Key: 0,0.059641882777214,L, 1924423250,0.059641860425472,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000010244548 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000010244548,L, 1924423250,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 32.361613872392340 KeyVer: 4005 KeyCount: 2 Key: 0,32.361613872392340,L, 1924423250,38.985521084177428,L Color: 1,0,0 } Channel: "Y" { Default: -18.154205681760928 KeyVer: 4005 KeyCount: 2 Key: 0,-18.154205681760928,L, 1924423250,-36.055048911355179,L Color: 0,1,0 } Channel: "Z" { Default: -4.596131622690649 KeyVer: 4005 KeyCount: 2 Key: 0,-4.596131622690649,L, 1924423250,-18.898706546575003,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 1924423250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 1924423250,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033270057290792 KeyVer: 4005 KeyCount: 2 Key: 0,0.033270057290792,L, 1924423250,0.033270023763180,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000022351742 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000022351742,L, 1924423250,-0.000000003725290,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000012107193 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000012107193,L, 1924423250,-0.000000009313226,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.910438999047613 KeyVer: 4005 KeyCount: 2 Key: 0,-4.910438999047613,L, 1924423250,-8.529282395858500,L Color: 1,0,0 } Channel: "Y" { Default: -10.123922392510854 KeyVer: 4005 KeyCount: 2 Key: 0,-10.123922392510854,L, 1924423250,-55.378473695993890,L Color: 0,1,0 } Channel: "Z" { Default: -3.586088797759315 KeyVer: 4005 KeyCount: 2 Key: 0,-3.586088797759315,L, 1924423250,2.584399294182895,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.022822396829724 KeyVer: 4005 KeyCount: 2 Key: 0,0.022822396829724,L, 1924423250,0.022822380065918,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000011175871,L, 1924423250,0.000000018626451,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000011175871,L, 1924423250,0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.260868684603784 KeyVer: 4005 KeyCount: 2 Key: 0,-5.260868684603784,L, 1924423250,-8.890710393525667,L Color: 1,0,0 } Channel: "Y" { Default: -20.181499742518888 KeyVer: 4005 KeyCount: 2 Key: 0,-20.181499742518888,L, 1924423250,-56.161865657941959,L Color: 0,1,0 } Channel: "Z" { Default: -1.445906544338311 KeyVer: 4005 KeyCount: 2 Key: 0,-1.445906544338311,L, 1924423250,4.137743113339766,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_04_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011944949626923 KeyVer: 4005 KeyCount: 2 Key: 0,0.011944949626923,L, 1924423250,0.011944973841310,L Color: 1,0,0 } Channel: "Y" { Default: -0.017235808074474 KeyVer: 4005 KeyCount: 2 Key: 0,-0.017235808074474,L, 1924423250,-0.017235815525055,L Color: 0,1,0 } Channel: "Z" { Default: -0.009000942111015 KeyVer: 4005 KeyCount: 2 Key: 0,-0.009000942111015,L, 1924423250,-0.009000912308693,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -13.766964295777417 KeyVer: 4005 KeyCount: 2 Key: 0,-13.766964295777417,L, 1924423250,-13.766966857098355,L Color: 1,0,0 } Channel: "Y" { Default: 1.445529069664963 KeyVer: 4005 KeyCount: 2 Key: 0,1.445529069664963,L, 1924423250,1.445522879806027,L Color: 0,1,0 } Channel: "Z" { Default: -24.693428793121740 KeyVer: 4005 KeyCount: 2 Key: 0,-24.693428793121740,L, 1924423250,-24.693427085574445,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.062076792120934 KeyVer: 4005 KeyCount: 2 Key: 0,0.062076792120934,L, 1924423250,0.062076788395643,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000013969839 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000013969839,L, 1924423250,0.000000044703484,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000009313226,L, 1924423250,0.000000074505806,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 23.100958235304507 KeyVer: 4005 KeyCount: 2 Key: 0,23.100958235304507,L, 1924423250,25.483997576340190,L Color: 1,0,0 } Channel: "Y" { Default: -20.646777351421363 KeyVer: 4005 KeyCount: 2 Key: 0,-20.646777351421363,L, 1924423250,-31.424392389957458,L Color: 0,1,0 } Channel: "Z" { Default: -1.621434188436041 KeyVer: 4005 KeyCount: 2 Key: 0,-1.621434188436041,L, 1924423250,-7.023422478698313,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999701976776,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.021206486970186 KeyVer: 4005 KeyCount: 2 Key: 0,0.021206486970186,L, 1924423250,0.021206492558122,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000011175871,L, 1924423250,0.000000005587935,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000026077032,L, 1924423250,0.000000052154064,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.047993808301747 KeyVer: 4005 KeyCount: 2 Key: 0,-0.047993808301747,L, 1924423250,-0.089824258001745,L Color: 1,0,0 } Channel: "Y" { Default: -13.134026887092523 KeyVer: 4005 KeyCount: 2 Key: 0,-13.134026887092523,L, 1924423250,-58.649359081954501,L Color: 0,1,0 } Channel: "Z" { Default: -9.070088236602871 KeyVer: 4005 KeyCount: 2 Key: 0,-9.070088236602871,L, 1924423250,-9.004257165835091,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.019373580813408 KeyVer: 4005 KeyCount: 2 Key: 0,0.019373580813408,L, 1924423250,0.019373536109924,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000000000,L, 1924423250,0.000000044703484,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000033527613 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000033527613,L, 1924423250,-0.000000059604645,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.340861230859231 KeyVer: 4005 KeyCount: 2 Key: 0,0.340861230859231,L, 1924423250,0.504279269723664,L Color: 1,0,0 } Channel: "Y" { Default: -12.482318411021168 KeyVer: 4005 KeyCount: 2 Key: 0,-12.482318411021168,L, 1924423250,-48.702940499367330,L Color: 0,1,0 } Channel: "Z" { Default: -5.332977126105621 KeyVer: 4005 KeyCount: 2 Key: 0,-5.332977126105621,L, 1924423250,-5.638163211712868,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999701976776,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999701976776,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shoulder_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.147669464349747 KeyVer: 4005 KeyCount: 2 Key: 0,0.147669464349747,L, 1924423250,0.147669523954391,L Color: 1,0,0 } Channel: "Y" { Default: 0.012407763861120 KeyVer: 4005 KeyCount: 2 Key: 0,0.012407763861120,L, 1924423250,0.012407761998475,L Color: 0,1,0 } Channel: "Z" { Default: 0.000787792552728 KeyVer: 4005 KeyCount: 2 Key: 0,0.000787792552728,L, 1924423250,0.000787770200986,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 145.029777967741182 KeyVer: 4005 KeyCount: 2 Key: 0,145.029777967741182,L, 1924423250,143.137993152568782,L Color: 1,0,0 } Channel: "Y" { Default: 5.738622060912094 KeyVer: 4005 KeyCount: 2 Key: 0,5.738622060912094,L, 1924423250,19.133595044584112,L Color: 0,1,0 } Channel: "Z" { Default: 118.973289303096962 KeyVer: 4005 KeyCount: 2 Key: 0,118.973289303096962,L, 1924423250,111.397113702135471,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999701976776,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::upper_arm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.214629009366035 KeyVer: 4005 KeyCount: 2 Key: 0,0.214629009366035,L, 1924423250,0.214628979563713,L Color: 1,0,0 } Channel: "Y" { Default: 0.004128910601139 KeyVer: 4005 KeyCount: 2 Key: 0,0.004128910601139,L, 1924423250,0.004128877073526,L Color: 0,1,0 } Channel: "Z" { Default: -0.009519902989268 KeyVer: 4005 KeyCount: 2 Key: 0,-0.009519902989268,L, 1924423250,-0.009519762359560,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -102.689858774621499 KeyVer: 4005 KeyCount: 2 Key: 0,-102.689858774621499,L, 1924423250,-60.096655676510615,L Color: 1,0,0 } Channel: "Y" { Default: 51.174027808993522 KeyVer: 4005 KeyCount: 2 Key: 0,51.174027808993522,L, 1924423250,33.172422213668803,L Color: 0,1,0 } Channel: "Z" { Default: 16.270091169026447 KeyVer: 4005 KeyCount: 2 Key: 0,16.270091169026447,L, 1924423250,24.895727043506177,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 1924423250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 1924423250,0.999999642372131,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::forearm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.211972683668137 KeyVer: 4005 KeyCount: 2 Key: 0,0.211972683668137,L, 1924423250,0.211972653865814,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000063853804 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000063853804,L, 1924423250,-0.000000057742000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000005355105 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000005355105,L, 1924423250,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -13.353318648131930 KeyVer: 4005 KeyCount: 2 Key: 0,-13.353318648131930,L, 1924423250,-53.738664804586662,L Color: 1,0,0 } Channel: "Y" { Default: -31.282624983544878 KeyVer: 4005 KeyCount: 2 Key: 0,-31.282624983544878,L, 1924423250,-71.560370047362667,L Color: 0,1,0 } Channel: "Z" { Default: 9.837746004024194 KeyVer: 4005 KeyCount: 2 Key: 0,9.837746004024194,L, 1924423250,57.499387452157784,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 1924423250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::hand_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.222559094429016 KeyVer: 4005 KeyCount: 1 Key: 0,0.222559094429016,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000001862645,L, 1924423250,-0.000000003492460,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 1924423250,0.000000044703484,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -107.399772811147940 KeyVer: 4005 KeyCount: 2 Key: 0,-107.399772811147940,L, 1924423250,-107.399779641337105,L Color: 1,0,0 } Channel: "Y" { Default: 3.413004760558859 KeyVer: 4005 KeyCount: 1 Key: 0,3.413004760558859,L Color: 0,1,0 } Channel: "Z" { Default: -0.062218127480474 KeyVer: 4005 KeyCount: 2 Key: 0,-0.062218127480474,L, 1924423250,-0.062220795523119,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023443479090929 KeyVer: 4005 KeyCount: 2 Key: 0,0.023443479090929,L, 1924423250,0.023443505167961,L Color: 1,0,0 } Channel: "Y" { Default: -0.017202794551849 KeyVer: 4005 KeyCount: 1 Key: 0,-0.017202794551849,L Color: 0,1,0 } Channel: "Z" { Default: -0.001944918185472 KeyVer: 4005 KeyCount: 2 Key: 0,-0.001944918185472,L, 1924423250,-0.001944895833731,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -12.599440787361088 KeyVer: 4005 KeyCount: 2 Key: 0,-12.599440787361088,L, 1924423250,-12.599436518492857,L Color: 1,0,0 } Channel: "Y" { Default: -24.543806669163654 KeyVer: 4005 KeyCount: 1 Key: 0,-24.543806669163654,L Color: 0,1,0 } Channel: "Z" { Default: -8.554910119397997 KeyVer: 4005 KeyCount: 2 Key: 0,-8.554910119397997,L, 1924423250,-8.554910973171644,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.058449029922485 KeyVer: 4005 KeyCount: 2 Key: 0,0.058449029922485,L, 1924423250,0.058448974043131,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000014901161,L, 1924423250,-0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725290,L, 1924423250,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -18.803268313302553 KeyVer: 4005 KeyCount: 2 Key: 0,-18.803268313302553,L, 1924423250,-19.616023258492465,L Color: 1,0,0 } Channel: "Y" { Default: -5.087938113216241 KeyVer: 4005 KeyCount: 2 Key: 0,-5.087938113216241,L, 1924423250,-16.997728296779783,L Color: 0,1,0 } Channel: "Z" { Default: 17.280078071783951 KeyVer: 4005 KeyCount: 2 Key: 0,17.280078071783951,L, 1924423250,21.498524139035531,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999761581421,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026524364948273 KeyVer: 4005 KeyCount: 2 Key: 0,0.026524364948273,L, 1924423250,0.026524305343628,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000026833732 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000026833732,L, 1924423250,0.000000003725290,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000008381903 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000008381903,L, 1924423250,0.000000037485734,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 3.480001232353772 KeyVer: 4005 KeyCount: 2 Key: 0,3.480001232353772,L, 1924423250,5.822119842854911,L Color: 1,0,0 } Channel: "Y" { Default: -17.973291046120472 KeyVer: 4005 KeyCount: 2 Key: 0,-17.973291046120472,L, 1924423250,-55.306883068208506,L Color: 0,1,0 } Channel: "Z" { Default: 0.340435864820413 KeyVer: 4005 KeyCount: 2 Key: 0,0.340435864820413,L, 1924423250,-3.376893977303877,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023733491078019 KeyVer: 4005 KeyCount: 2 Key: 0,0.023733491078019,L, 1924423250,0.023733466863632,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000025145710 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000025145710,L, 1924423250,-0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000029802322,L, 1924423250,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.666182355235513 KeyVer: 4005 KeyCount: 2 Key: 0,5.666182355235513,L, 1924423250,5.517375158222775,L Color: 1,0,0 } Channel: "Y" { Default: -13.961954243749952 KeyVer: 4005 KeyCount: 2 Key: 0,-13.961954243749952,L, 1924423250,-4.763626217272515,L Color: 0,1,0 } Channel: "Z" { Default: 5.311093200004930 KeyVer: 4005 KeyCount: 2 Key: 0,5.311093200004930,L, 1924423250,6.222818866928657,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.003173863515258 KeyVer: 4005 KeyCount: 2 Key: 0,0.003173863515258,L, 1924423250,0.003173824399710,L Color: 1,0,0 } Channel: "Y" { Default: -0.015621196478605 KeyVer: 4005 KeyCount: 2 Key: 0,-0.015621196478605,L, 1924423250,-0.015621256083250,L Color: 0,1,0 } Channel: "Z" { Default: 0.023463010787964 KeyVer: 4005 KeyCount: 2 Key: 0,0.023463010787964,L, 1924423250,0.023462995886803,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -49.844845675754271 KeyVer: 4005 KeyCount: 2 Key: 0,-49.844845675754271,L, 1924423250,-79.964883670105436,L Color: 1,0,0 } Channel: "Y" { Default: -16.105152345854631 KeyVer: 4005 KeyCount: 2 Key: 0,-16.105152345854631,L, 1924423250,-49.354311734848416,L Color: 0,1,0 } Channel: "Z" { Default: -17.567208979207120 KeyVer: 4005 KeyCount: 2 Key: 0,-17.567208979207120,L, 1924423250,-14.186416457991053,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999701976776,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033066459000111 KeyVer: 4005 KeyCount: 2 Key: 0,0.033066459000111,L, 1924423250,0.033066481351852,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000037252903 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000037252903,L, 1924423250,-0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 1924423250,0.000000005587935,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 7.590361903867584 KeyVer: 4005 KeyCount: 2 Key: 0,7.590361903867584,L, 1924423250,7.590355927452061,L Color: 1,0,0 } Channel: "Y" { Default: -15.050606996499321 KeyVer: 4005 KeyCount: 1 Key: 0,-15.050606996499321,L Color: 0,1,0 } Channel: "Z" { Default: 21.255145715888112 KeyVer: 4005 KeyCount: 1 Key: 0,21.255145715888112,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026086281985044 KeyVer: 4005 KeyCount: 2 Key: 0,0.026086281985044,L, 1924423250,0.026086237281561,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000018626451 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000018626451,L, 1924423250,0.000000059604645,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725290,L, 1924423250,-0.000000026077032,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -3.311975377120526 KeyVer: 4005 KeyCount: 2 Key: 0,-3.311975377120526,L, 1924423250,-3.311975590563938,L Color: 1,0,0 } Channel: "Y" { Default: 8.854103140895392 KeyVer: 4005 KeyCount: 2 Key: 0,8.854103140895392,L, 1924423250,8.854104848442685,L Color: 0,1,0 } Channel: "Z" { Default: 12.936357797418053 KeyVer: 4005 KeyCount: 2 Key: 0,12.936357797418053,L, 1924423250,12.936355236097114,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.020897276699543 KeyVer: 4005 KeyCount: 2 Key: 0,0.020897276699543,L, 1924423250,0.020897284150124,L Color: 1,0,0 } Channel: "Y" { Default: -0.008608862757683 KeyVer: 4005 KeyCount: 2 Key: 0,-0.008608862757683,L, 1924423250,-0.008608847856522,L Color: 0,1,0 } Channel: "Z" { Default: -0.008577741682529 KeyVer: 4005 KeyCount: 2 Key: 0,-0.008577741682529,L, 1924423250,-0.008577805012465,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.272523121761925 KeyVer: 4005 KeyCount: 1 Key: 0,-5.272523121761925,L Color: 1,0,0 } Channel: "Y" { Default: -17.111643899304386 KeyVer: 4005 KeyCount: 2 Key: 0,-17.111643899304386,L, 1924423250,-17.111642191757095,L Color: 0,1,0 } Channel: "Z" { Default: 6.502368691259946 KeyVer: 4005 KeyCount: 2 Key: 0,6.502368691259946,L, 1924423250,6.502369118146769,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059462822973728 KeyVer: 4005 KeyCount: 2 Key: 0,0.059462822973728,L, 1924423250,0.059462890028954,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000011175871,L, 1924423250,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000007450581,L, 1924423250,0.000000074505806,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -27.786536307818221 KeyVer: 4005 KeyCount: 2 Key: 0,-27.786536307818221,L, 1924423250,-30.129712957310478,L Color: 1,0,0 } Channel: "Y" { Default: -4.189089914198909 KeyVer: 4005 KeyCount: 2 Key: 0,-4.189089914198909,L, 1924423250,-22.144318525059312,L Color: 0,1,0 } Channel: "Z" { Default: 7.215022518408412 KeyVer: 4005 KeyCount: 2 Key: 0,7.215022518408412,L, 1924423250,17.350649293835716,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.034587003290653 KeyVer: 4005 KeyCount: 1 Key: 0,0.034587003290653,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000027939677 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000027939677,L, 1924423250,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000033527613 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000033527613,L, 1924423250,0.000000044703484,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 9.000190641958000 KeyVer: 4005 KeyCount: 2 Key: 0,9.000190641958000,L, 1924423250,9.000194910826231,L Color: 1,0,0 } Channel: "Y" { Default: -18.853169675378592 KeyVer: 4005 KeyCount: 2 Key: 0,-18.853169675378592,L, 1924423250,-18.853167967831300,L Color: 0,1,0 } Channel: "Z" { Default: 0.342227108610673 KeyVer: 4005 KeyCount: 2 Key: 0,0.342227108610673,L, 1924423250,0.342226975208541,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025573445484042 KeyVer: 4005 KeyCount: 2 Key: 0,0.025573445484042,L, 1924423250,0.025573426857591,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000022351742 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000022351742,L, 1924423250,0.000000044703484,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000011175871,L, 1924423250,-0.000000044703484,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.076920705667713 KeyVer: 4005 KeyCount: 2 Key: 0,4.076920705667713,L, 1924423250,4.759012424488178,L Color: 1,0,0 } Channel: "Y" { Default: -10.993122021001673 KeyVer: 4005 KeyCount: 2 Key: 0,-10.993122021001673,L, 1924423250,-32.731837446163176,L Color: 0,1,0 } Channel: "Z" { Default: 2.069568235965223 KeyVer: 4005 KeyCount: 2 Key: 0,2.069568235965223,L, 1924423250,0.270839358787978,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 1924423250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.017974272370338 KeyVer: 4005 KeyCount: 2 Key: 0,0.017974272370338,L, 1924423250,0.017974287271500,L Color: 1,0,0 } Channel: "Y" { Default: 0.002705506980419 KeyVer: 4005 KeyCount: 1 Key: 0,0.002705506980419,L Color: 0,1,0 } Channel: "Z" { Default: -0.011575158685446 KeyVer: 4005 KeyCount: 2 Key: 0,-0.011575158685446,L, 1924423250,-0.011575134471059,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.568039481521250 KeyVer: 4005 KeyCount: 2 Key: 0,4.568039481521250,L, 1924423250,4.568037347087134,L Color: 1,0,0 } Channel: "Y" { Default: -9.088919921918215 KeyVer: 4005 KeyCount: 1 Key: 0,-9.088919921918215,L Color: 0,1,0 } Channel: "Z" { Default: 17.921400391448671 KeyVer: 4005 KeyCount: 1 Key: 0,17.921400391448671,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059641905128956 KeyVer: 4005 KeyCount: 2 Key: 0,0.059641905128956,L, 1924423250,0.059641927480698,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725290,L, 1924423250,0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000003725290,L, 1924423250,0.000000067055225,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -32.361610457297751 KeyVer: 4005 KeyCount: 2 Key: 0,-32.361610457297751,L, 1924423250,-37.372985138126019,L Color: 1,0,0 } Channel: "Y" { Default: -18.154215927044682 KeyVer: 4005 KeyCount: 2 Key: 0,-18.154215927044682,L, 1924423250,-33.079220867349527,L Color: 0,1,0 } Channel: "Z" { Default: 4.596132049577472 KeyVer: 4005 KeyCount: 2 Key: 0,4.596132049577472,L, 1924423250,16.057955738689909,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033270057290792 KeyVer: 4005 KeyCount: 2 Key: 0,0.033270057290792,L, 1924423250,0.033270008862019,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000037252903 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000037252903,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 1924423250,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.910441987255375 KeyVer: 4005 KeyCount: 2 Key: 0,4.910441987255375,L, 1924423250,5.101833706195789,L Color: 1,0,0 } Channel: "Y" { Default: -10.123918977416270 KeyVer: 4005 KeyCount: 2 Key: 0,-10.123918977416270,L, 1924423250,-18.631620536818499,L Color: 0,1,0 } Channel: "Z" { Default: 3.586087517098846 KeyVer: 4005 KeyCount: 2 Key: 0,3.586087517098846,L, 1924423250,2.817468613995256,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999821186066,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.022822394967079 KeyVer: 4005 KeyCount: 2 Key: 0,0.022822394967079,L, 1924423250,0.022822411730886,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000037252903 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000037252903,L, 1924423250,-0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000007450581,L, 1924423250,-0.000000044703484,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.260875087906131 KeyVer: 4005 KeyCount: 2 Key: 0,5.260875087906131,L, 1924423250,5.260876368566600,L Color: 1,0,0 } Channel: "Y" { Default: -20.181503157613470 KeyVer: 4005 KeyCount: 2 Key: 0,-20.181503157613470,L, 1924423250,-20.181501450066179,L Color: 0,1,0 } Channel: "Z" { Default: 1.445906864503428 KeyVer: 4005 KeyCount: 2 Key: 0,1.445906864503428,L, 1924423250,1.445901208253022,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999701976776 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999701976776,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_04_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011944953352213 KeyVer: 4005 KeyCount: 2 Key: 0,0.011944953352213,L, 1924423250,0.011944964528084,L Color: 1,0,0 } Channel: "Y" { Default: 0.017235808074474 KeyVer: 4005 KeyCount: 2 Key: 0,0.017235808074474,L, 1924423250,0.017235800623894,L Color: 0,1,0 } Channel: "Z" { Default: -0.009000875055790 KeyVer: 4005 KeyCount: 2 Key: 0,-0.009000875055790,L, 1924423250,-0.009000942111015,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 13.766942951436260 KeyVer: 4005 KeyCount: 2 Key: 0,13.766942951436260,L, 1924423250,13.766946366530846,L Color: 1,0,0 } Channel: "Y" { Default: 1.445530457047138 KeyVer: 4005 KeyCount: 2 Key: 0,1.445530457047138,L, 1924423250,1.445528962943257,L Color: 0,1,0 } Channel: "Z" { Default: 24.693430500669031 KeyVer: 4005 KeyCount: 1 Key: 0,24.693430500669031,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.062076814472675 KeyVer: 4005 KeyCount: 2 Key: 0,0.062076814472675,L, 1924423250,0.062076762318611,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000931323 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000000931323,L, 1924423250,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000013038516 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000013038516,L, 1924423250,0.000000026077032,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -23.100953112662630 KeyVer: 4005 KeyCount: 2 Key: 0,-23.100953112662630,L, 1924423250,-29.918964055375451,L Color: 1,0,0 } Channel: "Y" { Default: -20.646785889157826 KeyVer: 4005 KeyCount: 2 Key: 0,-20.646785889157826,L, 1924423250,-42.599005343810802,L Color: 0,1,0 } Channel: "Z" { Default: 1.621433868270924 KeyVer: 4005 KeyCount: 2 Key: 0,1.621433868270924,L, 1924423250,14.349426606495989,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.021206488832831 KeyVer: 4005 KeyCount: 2 Key: 0,0.021206488832831,L, 1924423250,0.021206431090832,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000014901161,L, 1924423250,0.000000043772161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000018626451 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000018626451,L, 1924423250,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.047985710792321 KeyVer: 4005 KeyCount: 2 Key: 0,0.047985710792321,L, 1924423250,0.047984606889676,L Color: 1,0,0 } Channel: "Y" { Default: -13.134025179545231 KeyVer: 4005 KeyCount: 1 Key: 0,-13.134025179545231,L Color: 0,1,0 } Channel: "Z" { Default: 9.070087382829223 KeyVer: 4005 KeyCount: 2 Key: 0,9.070087382829223,L, 1924423250,9.070089090376516,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.019373551011086 KeyVer: 4005 KeyCount: 2 Key: 0,0.019373551011086,L, 1924423250,0.019373554736376,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007450581,L, 1924423250,-0.000000018626451,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000001862645,L, 1924423250,-0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.340863845541023 KeyVer: 4005 KeyCount: 2 Key: 0,-0.340863845541023,L, 1924423250,-0.462066032610401,L Color: 1,0,0 } Channel: "Y" { Default: -12.482317557247523 KeyVer: 4005 KeyCount: 2 Key: 0,-12.482317557247523,L, 1924423250,-43.923758099373309,L Color: 0,1,0 } Channel: "Z" { Default: 5.332978833652913 KeyVer: 4005 KeyCount: 2 Key: 0,5.332978833652913,L, 1924423250,5.579846202805737,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thigh_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011268406175077 KeyVer: 4005 KeyCount: 2 Key: 0,0.011268406175077,L, 1924423250,0.011268378235400,L Color: 1,0,0 } Channel: "Y" { Default: -0.096516579389572 KeyVer: 4005 KeyCount: 1 Key: 0,-0.096516579389572,L Color: 0,1,0 } Channel: "Z" { Default: 0.017799645662308 KeyVer: 4005 KeyCount: 2 Key: 0,0.017799645662308,L, 1924423250,0.017799636349082,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.884509123115638 KeyVer: 4005 KeyCount: 2 Key: 0,-7.884509123115638,L, 1924423250,2.527783002379095,L Color: 1,0,0 } Channel: "Y" { Default: -171.172545581980842 KeyVer: 4005 KeyCount: 2 Key: 0,-171.172545581980842,L, 1924423250,-179.503545878686879,L Color: 0,1,0 } Channel: "Z" { Default: 15.844309128999511 KeyVer: 4005 KeyCount: 2 Key: 0,15.844309128999511,L, 1924423250,21.691893624627486,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shin_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.204638049006462 KeyVer: 4005 KeyCount: 1 Key: 0,0.204638049006462,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000013038516 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000013038516,L, 1924423250,-0.000000006170012,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013969839 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000013969839,L, 1924423250,0.000000004656613,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -9.398338590376749 KeyVer: 4005 KeyCount: 2 Key: 0,-9.398338590376749,L, 1924423250,-34.333749032960647,L Color: 1,0,0 } Channel: "Y" { Default: -36.824469721356010 KeyVer: 4005 KeyCount: 2 Key: 0,-36.824469721356010,L, 1924423250,-56.584528009065501,L Color: 0,1,0 } Channel: "Z" { Default: 24.804456933174723 KeyVer: 4005 KeyCount: 2 Key: 0,24.804456933174723,L, 1924423250,58.127273082177815,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999701976776,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999761581421,L, 1924423250,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::foot_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191692233086 KeyVer: 4005 KeyCount: 2 Key: 0,0.193191692233086,L, 1924423250,0.193191662430763,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000026077032,L, 1924423250,0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000001862645,L, 1924423250,0.000000006286427,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -75.045562863815888 KeyVer: 4005 KeyCount: 2 Key: 0,-75.045562863815888,L, 1924423250,-160.315331518857533,L Color: 1,0,0 } Channel: "Y" { Default: 79.289651168758951 KeyVer: 4005 KeyCount: 2 Key: 0,79.289651168758951,L, 1924423250,57.789151397505989,L Color: 0,1,0 } Channel: "Z" { Default: -82.991729812116432 KeyVer: 4005 KeyCount: 2 Key: 0,-82.991729812116432,L, 1924423250,-171.358613595350079,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::toe_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.121792323887348 KeyVer: 4005 KeyCount: 2 Key: 0,0.121792323887348,L, 1924423250,0.121792308986187,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000005355105 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000005355105,L, 1924423250,-0.000000002677552,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000000931323 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000000931323,L, 1924423250,0.000000001629815,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 177.938763200217551 KeyVer: 4005 KeyCount: 1 Key: 0,177.938763200217551,L Color: 1,0,0 } Channel: "Y" { Default: 15.437339137494057 KeyVer: 4005 KeyCount: 2 Key: 0,15.437339137494057,L, 1924423250,15.437337429946764,L Color: 0,1,0 } Channel: "Z" { Default: 1.768013142953772 KeyVer: 4005 KeyCount: 2 Key: 0,1.768013142953772,L, 1924423250,1.768014103449124,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191692233086 KeyVer: 4005 KeyCount: 2 Key: 0,0.193191692233086,L, 1924423250,0.193191662430763,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000026077032,L, 1924423250,0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000001862645,L, 1924423250,0.000000006286427,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 179.857144772017932 KeyVer: 4005 KeyCount: 1 Key: 0,179.857144772017932,L Color: 1,0,0 } Channel: "Y" { Default: -29.153470604147373 KeyVer: 4005 KeyCount: 1 Key: 0,-29.153470604147373,L Color: 0,1,0 } Channel: "Z" { Default: -9.037799371075328 KeyVer: 4005 KeyCount: 2 Key: 0,-9.037799371075328,L, 1924423250,-9.037795955980743,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 1924423250,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025433219969273 KeyVer: 4005 KeyCount: 2 Key: 0,0.025433219969273,L, 1924423250,0.025433221831918,L Color: 1,0,0 } Channel: "Y" { Default: -0.012646721675992 KeyVer: 4005 KeyCount: 2 Key: 0,-0.012646721675992,L, 1924423250,-0.012646729126573,L Color: 0,1,0 } Channel: "Z" { Default: 0.039081215858459 KeyVer: 4005 KeyCount: 2 Key: 0,0.039081215858459,L, 1924423250,0.039081212133169,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -134.384805202886525 KeyVer: 4005 KeyCount: 1 Key: 0,-134.384805202886525,L Color: 1,0,0 } Channel: "Y" { Default: 11.290411127267928 KeyVer: 4005 KeyCount: 1 Key: 0,11.290411127267928,L Color: 0,1,0 } Channel: "Z" { Default: 90.000009334538021 KeyVer: 4005 KeyCount: 1 Key: 0,90.000009334538021,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999642372131,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thigh_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.009739924222231 KeyVer: 4005 KeyCount: 2 Key: 0,0.009739924222231,L, 1924423250,0.009739896282554,L Color: 1,0,0 } Channel: "Y" { Default: 0.094999492168427 KeyVer: 4005 KeyCount: 1 Key: 0,0.094999492168427,L Color: 0,1,0 } Channel: "Z" { Default: 0.017022661864758 KeyVer: 4005 KeyCount: 2 Key: 0,0.017022661864758,L, 1924423250,0.017022652551532,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 8.337874882105631 KeyVer: 4005 KeyCount: 2 Key: 0,8.337874882105631,L, 1924423250,13.061538089431282,L Color: 1,0,0 } Channel: "Y" { Default: -171.296144685201227 KeyVer: 4005 KeyCount: 2 Key: 0,-171.296144685201227,L, 1924423250,-139.335872728438261,L Color: 0,1,0 } Channel: "Z" { Default: -14.998854653158208 KeyVer: 4005 KeyCount: 2 Key: 0,-14.998854653158208,L, 1924423250,-23.962723202883776,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shin_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.204638049006462 KeyVer: 4005 KeyCount: 1 Key: 0,0.204638049006462,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000007450581,L, 1924423250,-0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000014901161,L, 1924423250,-0.000000008381903,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 9.398368472454369 KeyVer: 4005 KeyCount: 2 Key: 0,9.398368472454369,L, 1924423250,24.513209129229335,L Color: 1,0,0 } Channel: "Y" { Default: -36.824497042112689 KeyVer: 4005 KeyCount: 2 Key: 0,-36.824497042112689,L, 1924423250,-52.116153367252458,L Color: 0,1,0 } Channel: "Z" { Default: -24.804494499215156 KeyVer: 4005 KeyCount: 2 Key: 0,-24.804494499215156,L, 1924423250,-46.066132309909356,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999642372131,L, 1924423250,0.999999761581421,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::foot_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191677331924 KeyVer: 4005 KeyCount: 2 Key: 0,0.193191677331924,L, 1924423250,0.193191662430763,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003492460 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000003492460,L, 1924423250,0.000000015948899,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000009313226,L, 1924423250,0.000000005791662,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 75.045562863815888 KeyVer: 4005 KeyCount: 2 Key: 0,75.045562863815888,L, 1924423250,41.743196301187773,L Color: 1,0,0 } Channel: "Y" { Default: 79.289657998948115 KeyVer: 4005 KeyCount: 2 Key: 0,79.289657998948115,L, 1924423250,74.354907795323527,L Color: 0,1,0 } Channel: "Z" { Default: 82.991722981927253 KeyVer: 4005 KeyCount: 2 Key: 0,82.991722981927253,L, 1924423250,48.870317700072839,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::toe_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.121792316436768 KeyVer: 4005 KeyCount: 2 Key: 0,0.121792316436768,L, 1924423250,0.121792323887348,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000006984919 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000006984919,L, 1924423250,0.000000010477379,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000002793968 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000002793968,L, 1924423250,0.000000001862645,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -177.938763200217551 KeyVer: 4005 KeyCount: 1 Key: 0,-177.938763200217551,L Color: 1,0,0 } Channel: "Y" { Default: 15.437335722399471 KeyVer: 4005 KeyCount: 1 Key: 0,15.437335722399471,L Color: 0,1,0 } Channel: "Z" { Default: -1.767995320428907 KeyVer: 4005 KeyCount: 2 Key: 0,-1.767995320428907,L, 1924423250,-1.767998948966903,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999940395355,L, 1924423250,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 2 Key: 0,0.999999880790710,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191677331924 KeyVer: 4005 KeyCount: 2 Key: 0,0.193191677331924,L, 1924423250,0.193191662430763,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000003492460 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000003492460,L, 1924423250,0.000000015948899,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000009313226 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000009313226,L, 1924423250,0.000000005791662,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -179.857144772017932 KeyVer: 4005 KeyCount: 1 Key: 0,-179.857144772017932,L Color: 1,0,0 } Channel: "Y" { Default: -29.153470604147373 KeyVer: 4005 KeyCount: 2 Key: 0,-29.153470604147373,L, 1924423250,-29.153467189052787,L Color: 0,1,0 } Channel: "Z" { Default: 9.037817300321899 KeyVer: 4005 KeyCount: 1 Key: 0,9.037817300321899,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000000000000,L, 1924423250,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025433225557208 KeyVer: 4005 KeyCount: 2 Key: 0,0.025433225557208,L, 1924423250,0.025433223694563,L Color: 1,0,0 } Channel: "Y" { Default: 0.012646737508476 KeyVer: 4005 KeyCount: 2 Key: 0,0.012646737508476,L, 1924423250,0.012646744959056,L Color: 0,1,0 } Channel: "Z" { Default: 0.039081215858459 KeyVer: 4005 KeyCount: 2 Key: 0,0.039081215858459,L, 1924423250,0.039081223309040,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 134.384805202886525 KeyVer: 4005 KeyCount: 1 Key: 0,134.384805202886525,L Color: 1,0,0 } Channel: "Y" { Default: 11.290416249909807 KeyVer: 4005 KeyCount: 2 Key: 0,11.290416249909807,L, 1924423250,11.290417103683453,L Color: 0,1,0 } Channel: "Z" { Default: -89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,-89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000238418579,L, 1924423250,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 2 Key: 0,1.000000119209290,L, 1924423250,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-frente" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.012246687896550 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012246687896550,L Color: 1,0,0 } Channel: "Y" { Default: 0.000560039770789 KeyVer: 4005 KeyCount: 2 Key: 0,0.000560039770789,L, 1924423250,0.000560039712582,L Color: 0,1,0 } Channel: "Z" { Default: 0.162133276462555 KeyVer: 4005 KeyCount: 2 Key: 0,0.162133276462555,L, 1924423250,0.162133261561394,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.236279562083115 KeyVer: 4005 KeyCount: 1 Key: 0,0.236279562083115,L Color: 1,0,0 } Channel: "Y" { Default: 169.660328039363861 KeyVer: 4005 KeyCount: 1 Key: 0,169.660328039363861,L Color: 0,1,0 } Channel: "Z" { Default: 0.499678817152549 KeyVer: 4005 KeyCount: 1 Key: 0,0.499678817152549,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-frente1" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.097044475376606 KeyVer: 4005 KeyCount: 2 Key: 0,0.097044475376606,L, 1924423250,0.097044445574284,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007441903 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007441903,L, 1924423250,0.000000007423090,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000010238674 KeyVer: 4005 KeyCount: 2 Key: 0,-0.000000010238674,L, 1924423250,-0.000000004650738,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000159893074 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000159893074,L Color: 1,0,0 } Channel: "Y" { Default: -5.394677639972842 KeyVer: 4005 KeyCount: 1 Key: 0,-5.394677639972842,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000019245369 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000019245369,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-verso1" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.068978704512119 KeyVer: 4005 KeyCount: 2 Key: 0,0.068978704512119,L, 1924423250,0.068978674709797,L Color: 1,0,0 } Channel: "Y" { Default: 0.000182679155841 KeyVer: 4005 KeyCount: 2 Key: 0,0.000182679155841,L, 1924423250,0.000182679301361,L Color: 0,1,0 } Channel: "Z" { Default: -0.090666562318802 KeyVer: 4005 KeyCount: 2 Key: 0,-0.090666562318802,L, 1924423250,-0.090666554868221,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.234553925461484 KeyVer: 4005 KeyCount: 1 Key: 0,0.234553925461484,L Color: 1,0,0 } Channel: "Y" { Default: 172.326533363009531 KeyVer: 4005 KeyCount: 1 Key: 0,172.326533363009531,L Color: 0,1,0 } Channel: "Z" { Default: 0.488588084044346 KeyVer: 4005 KeyCount: 1 Key: 0,0.488588084044346,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-verso2" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.087890744209290 KeyVer: 4005 KeyCount: 2 Key: 0,0.087890744209290,L, 1924423250,0.087890714406967,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000006650794 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000006650794,L, 1924423250,0.000000006635041,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007277691 KeyVer: 4005 KeyCount: 2 Key: 0,0.000000007277691,L, 1924423250,0.000000009140336,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000009419841777 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000009419841777,L Color: 1,0,0 } Channel: "Y" { Default: 3.254826970891700 KeyVer: 4005 KeyCount: 1 Key: 0,3.254826970891700,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000552535984 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000552535984,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_hand_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.341605573892593 KeyVer: 4005 KeyCount: 2 Key: 0,0.341605573892593,L, 1924423250,0.349861592054367,L Color: 1,0,0 } Channel: "Y" { Default: -0.088027454912663 KeyVer: 4005 KeyCount: 2 Key: 0,-0.088027454912663,L, 1924423250,-0.249434381723404,L Color: 0,1,0 } Channel: "Z" { Default: 0.352841854095459 KeyVer: 4005 KeyCount: 2 Key: 0,0.352841854095459,L, 1924423250,0.403524965047836,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_hand_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.341605573892593 KeyVer: 4005 KeyCount: 2 Key: 0,-0.341605573892593,L, 1924423250,-0.455854922533035,L Color: 1,0,0 } Channel: "Y" { Default: -0.088027454912663 KeyVer: 4005 KeyCount: 2 Key: 0,-0.088027454912663,L, 1924423250,-0.185407191514969,L Color: 0,1,0 } Channel: "Z" { Default: 0.352841854095459 KeyVer: 4005 KeyCount: 2 Key: 0,0.352841854095459,L, 1924423250,0.553517937660217,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_upper_arm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.282092303037643 KeyVer: 4005 KeyCount: 1 Key: 0,0.282092303037643,L Color: 1,0,0 } Channel: "Y" { Default: 0.316670417785645 KeyVer: 4005 KeyCount: 1 Key: 0,0.316670417785645,L Color: 0,1,0 } Channel: "Z" { Default: 0.536754608154297 KeyVer: 4005 KeyCount: 1 Key: 0,0.536754608154297,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_upper_arm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.282092303037643 KeyVer: 4005 KeyCount: 1 Key: 0,-0.282092303037643,L Color: 1,0,0 } Channel: "Y" { Default: 0.316670417785645 KeyVer: 4005 KeyCount: 1 Key: 0,0.316670417785645,L Color: 0,1,0 } Channel: "Z" { Default: 0.536754608154297 KeyVer: 4005 KeyCount: 1 Key: 0,0.536754608154297,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_foot_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.113046944141388 KeyVer: 4005 KeyCount: 2 Key: 0,0.113046944141388,L, 1924423250,0.112575396895409,L Color: 1,0,0 } Channel: "Y" { Default: -0.012087016366422 KeyVer: 4005 KeyCount: 2 Key: 0,-0.012087016366422,L, 1924423250,0.115348204970360,L Color: 0,1,0 } Channel: "Z" { Default: 0.062080170959234 KeyVer: 4005 KeyCount: 2 Key: 0,0.062080170959234,L, 1924423250,0.056495755910873,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_foot_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.113046944141388 KeyVer: 4005 KeyCount: 1 Key: 0,-0.113046944141388,L Color: 1,0,0 } Channel: "Y" { Default: -0.012087016366422 KeyVer: 4005 KeyCount: 2 Key: 0,-0.012087016366422,L, 1924423250,-0.141262769699097,L Color: 0,1,0 } Channel: "Z" { Default: 0.062080170959234 KeyVer: 4005 KeyCount: 2 Key: 0,0.062080170959234,L, 1924423250,0.059853002429008,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_leg_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.139584690332413 KeyVer: 4005 KeyCount: 2 Key: 0,0.139584690332413,L, 1924423250,0.112715736031532,L Color: 1,0,0 } Channel: "Y" { Default: -0.292642742395401 KeyVer: 4005 KeyCount: 2 Key: 0,-0.292642742395401,L, 1924423250,-0.305249333381653,L Color: 0,1,0 } Channel: "Z" { Default: 0.245993331074715 KeyVer: 4005 KeyCount: 2 Key: 0,0.245993331074715,L, 1924423250,0.222590491175652,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_leg_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.139584690332413 KeyVer: 4005 KeyCount: 2 Key: 0,-0.139584690332413,L, 1924423250,-0.108466543257236,L Color: 1,0,0 } Channel: "Y" { Default: -0.292642742395401 KeyVer: 4005 KeyCount: 2 Key: 0,-0.292642742395401,L, 1924423250,-0.298369586467743,L Color: 0,1,0 } Channel: "Z" { Default: 0.245993331074715 KeyVer: 4005 KeyCount: 2 Key: 0,0.245993331074715,L, 1924423250,0.236242145299911,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::right" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000004325711105 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000004325711105,L Color: 1,0,0 } Channel: "Y" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::front" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000004325711105 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000004325711105,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Camera" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 1.501456499099731 KeyVer: 4005 KeyCount: 1 Key: 0,1.501456499099731,L Color: 1,0,0 } Channel: "Y" { Default: 1.453672647476196 KeyVer: 4005 KeyCount: 1 Key: 0,1.453672647476196,L Color: 0,1,0 } Channel: "Z" { Default: 1.395943880081177 KeyVer: 4005 KeyCount: 1 Key: 0,1.395943880081177,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 23.240198471724188 KeyVer: 4005 KeyCount: 1 Key: 0,23.240198471724188,L Color: 1,0,0 } Channel: "Y" { Default: 142.362356870423241 KeyVer: 4005 KeyCount: 1 Key: 0,142.362356870423241,L Color: 0,1,0 } Channel: "Z" { Default: 34.212069212897042 KeyVer: 4005 KeyCount: 1 Key: 0,34.212069212897042,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_003" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 1.780160665512085 KeyVer: 4005 KeyCount: 1 Key: 0,1.780160665512085,L Color: 1,0,0 } Channel: "Y" { Default: -0.345959365367889 KeyVer: 4005 KeyCount: 1 Key: 0,-0.345959365367889,L Color: 0,1,0 } Channel: "Z" { Default: 3.401444435119629 KeyVer: 4005 KeyCount: 1 Key: 0,3.401444435119629,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_002" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -1.309113621711731 KeyVer: 4005 KeyCount: 1 Key: 0,-1.309113621711731,L Color: 1,0,0 } Channel: "Y" { Default: 0.093820199370384 KeyVer: 4005 KeyCount: 1 Key: 0,0.093820199370384,L Color: 0,1,0 } Channel: "Z" { Default: -2.730629444122314 KeyVer: 4005 KeyCount: 1 Key: 0,-2.730629444122314,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_001" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 2.489465475082397 KeyVer: 4005 KeyCount: 1 Key: 0,2.489465475082397,L Color: 1,0,0 } Channel: "Y" { Default: 1.822827339172363 KeyVer: 4005 KeyCount: 1 Key: 0,1.822827339172363,L Color: 0,1,0 } Channel: "Z" { Default: -1.523738741874695 KeyVer: 4005 KeyCount: 1 Key: 0,-1.523738741874695,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -2.071969509124756 KeyVer: 4005 KeyCount: 1 Key: 0,-2.071969509124756,L Color: 1,0,0 } Channel: "Y" { Default: 1.547796368598938 KeyVer: 4005 KeyCount: 1 Key: 0,1.547796368598938,L Color: 0,1,0 } Channel: "Z" { Default: 3.290555953979492 KeyVer: 4005 KeyCount: 1 Key: 0,3.290555953979492,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Armature" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } } Take: "walk-cicle" { FileName: "walk-cicle.tak" LocalTime: -1924423249,36564041750 ReferenceTime: -1924423249,36564041750 ;Models animation ;---------------------------------------------------- Model: "Model::hips" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.000912975054234 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000912975054234,L Color: 1,0,0 } Channel: "Y" { Default: 0.032046906650066 KeyVer: 4005 KeyCount: 21 Key: 0,0.032046906650066,L, 1924423250,0.031570240855217,L, 3848846500,0.030227594077587,L, 5773269750,0.028503615409136,L, 7697693000,0.027160942554474,L, 9622116250,0.026684256270528,L, 11546539500,0.027014967054129,L, 13470962750,0.027946483343840,L, 15395386000,0.029142541810870,L, 17319809250,0.030074052512646,L, 19244232500,0.030404765158892,L, 21168655750,0.030239412561059,L, 23093079000,0.029773654416203,L, 25017502250,0.029175624251366,L, 26941925500,0.028709866106510,L, 28866348750,0.028544511646032,L, 30790772000,0.028855845332146,L, 32715195250,0.029732799157500,L, 34639618500,0.030858770012856,L, 36564041750,0.031735628843307,L, 38488465000,0.032046906650066,L Color: 0,1,0 } Channel: "Z" { Default: 0.357636004686356 KeyVer: 4005 KeyCount: 21 Key: 0,0.357636004686356,L, 1924423250,0.360740840435028,L, 3848846500,0.369486033916473,L, 5773269750,0.380714654922485,L, 7697693000,0.389459669589996,L, 9622116250,0.392564386129379,L, 11546539500,0.390001595020294,L, 13470962750,0.382782965898514,L, 15395386000,0.373514324426651,L, 17319809250,0.366295695304871,L, 19244232500,0.363732904195786,L, 21168655750,0.367453187704086,L, 23093079000,0.377932101488113,L, 25017502250,0.391386955976486,L, 26941925500,0.401865869760513,L, 28866348750,0.405586153268814,L, 30790772000,0.401323974132538,L, 32715195250,0.389318823814392,L, 34639618500,0.373904138803482,L, 36564041750,0.361898481845856,L, 38488465000,0.357636004686356,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 2.429498501213456 KeyVer: 4005 KeyCount: 1 Key: 0,2.429498501213456,L Color: 1,0,0 } Channel: "Y" { Default: -78.240083319761283 KeyVer: 4005 KeyCount: 1 Key: 0,-78.240083319761283,L Color: 0,1,0 } Channel: "Z" { Default: 87.755896041220197 KeyVer: 4005 KeyCount: 1 Key: 0,87.755896041220197,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::spine" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.114399768412113 KeyVer: 4005 KeyCount: 1 Key: 0,0.114399768412113,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000008483759 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000008483759,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007449872 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007449872,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -1.008931531809033 KeyVer: 4005 KeyCount: 21 Key: 0,-1.008931531809033,L, 1924423250,-0.895236149524311,L, 3848846500,-0.618286332750120,L, 5773269750,-0.352858804981885,L, 7697693000,-0.205983244163362,L, 9622116250,-0.139147028349893,L, 11546539500,-0.065492883022373,L, 13470962750,0.076249823985426,L, 15395386000,0.283209231581250,L, 17319809250,0.470434988695212,L, 19244232500,0.542075081991227,L, 21168655750,0.470434988695212,L, 23093079000,0.283209284942103,L, 25017502250,0.076249797305000,L, 26941925500,-0.065492963063652,L, 28866348750,-0.139147028349893,L, 30790772000,-0.205983417586134,L, 32715195250,-0.352859018425297,L, 34639618500,-0.618286386110973,L, 36564041750,-0.895236149524311,L, 38488465000,-1.008931531809033,L Color: 1,0,0 } Channel: "Y" { Default: -31.248528679208224 KeyVer: 4005 KeyCount: 21 Key: 0,-31.248528679208224,L, 1924423250,-29.859510673745159,L, 3848846500,-25.937202825884690,L, 5773269750,-20.891146151998438,L, 7697693000,-16.965665681268497,L, 9622116250,-15.575822930463158,L, 11546539500,-16.715878833132322,L, 13470962750,-19.928270479041029,L, 15395386000,-24.054894898185676,L, 17319809250,-27.264298336332505,L, 19244232500,-28.401745106738726,L, 21168655750,-27.264298336332505,L, 23093079000,-24.054894898185676,L, 25017502250,-19.928270479041029,L, 26941925500,-16.715878833132322,L, 28866348750,-15.575822930463158,L, 30790772000,-16.965665681268497,L, 32715195250,-20.891147859545729,L, 34639618500,-25.937202825884690,L, 36564041750,-29.859507258650577,L, 38488465000,-31.248528679208224,L Color: 0,1,0 } Channel: "Z" { Default: 4.596546556682727 KeyVer: 4005 KeyCount: 21 Key: 0,4.596546556682727,L, 1924423250,4.287202593418240,L, 3848846500,3.401060680691228,L, 5773269750,2.197904075374993,L, 7697693000,1.053318583347355,L, 9622116250,0.202453583827204,L, 11546539500,-0.527423365726219,L, 13470962750,-1.321337020647269,L, 15395386000,-2.048812144851230,L, 17319809250,-2.538445141116881,L, 19244232500,-2.700289888594685,L, 21168655750,-2.538445141116881,L, 23093079000,-2.048812358294642,L, 25017502250,-1.321336807203857,L, 26941925500,-0.527422938839396,L, 28866348750,0.202453583827204,L, 30790772000,1.053318903512472,L, 32715195250,2.197904075374993,L, 34639618500,3.401060680691228,L, 36564041750,4.287202166531416,L, 38488465000,4.596546556682727,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::ribs" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.169913232326508 KeyVer: 4005 KeyCount: 1 Key: 0,0.169913232326508,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014555781 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014555781,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013053068 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013053068,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.204602999002279 KeyVer: 4005 KeyCount: 3 Key: 0,-0.204602999002279,L, 1924423250,-0.204604413064881,L, 38488465000,-0.204602999002279,L Color: 1,0,0 } Channel: "Y" { Default: -56.794696344921071 KeyVer: 4005 KeyCount: 18 Key: 0,-56.794696344921071,L, 3848846500,-56.794689514731907,L, 5773269750,-56.794696344921071,L, 7697693000,-56.794689514731907,L, 9622116250,-56.794692929826489,L, 11546539500,-56.794689514731907,L, 13470962750,-56.794696344921071,L, 15395386000,-56.794692929826489,L, 17319809250,-56.794696344921071,L, 19244232500,-56.794692929826489,L, 21168655750,-56.794696344921071,L, 23093079000,-56.794686099637318,L, 25017502250,-56.794696344921071,L, 26941925500,-56.794689514731907,L, 28866348750,-56.794692929826489,L, 30790772000,-56.794689514731907,L, 36564041750,-56.794689514731907,L, 38488465000,-56.794696344921071,L Color: 0,1,0 } Channel: "Z" { Default: 0.918897472273935 KeyVer: 4005 KeyCount: 1 Key: 0,0.918897472273935,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::neck" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.174169152975082 KeyVer: 4005 KeyCount: 1 Key: 0,0.174169152975082,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000371597707 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000371597707,L Color: 0,1,0 } Channel: "Z" { Default: 0.011306359432638 KeyVer: 4005 KeyCount: 1 Key: 0,0.011306359432638,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.322627854106923 KeyVer: 4005 KeyCount: 21 Key: 0,-0.322627854106923,L, 1924423250,-0.324440949166442,L, 3848846500,-0.330786194905374,L, 5773269750,-0.341844751419285,L, 7697693000,-0.353009202545758,L, 9622116250,-0.357570434889997,L, 11546539500,-0.353145005916364,L, 13470962750,-0.342264487888123,L, 15395386000,-0.331388959099627,L, 17319809250,-0.325067218816393,L, 19244232500,-0.323239422841903,L, 21168655750,-0.325067245496819,L, 23093079000,-0.331388879058348,L, 25017502250,-0.342264594609829,L, 26941925500,-0.353145005916364,L, 28866348750,-0.357570434889997,L, 30790772000,-0.353009122504478,L, 32715195250,-0.341845018223550,L, 34639618500,-0.330786248266227,L, 36564041750,-0.324440922486015,L, 38488465000,-0.322627854106923,L Color: 1,0,0 } Channel: "Y" { Default: -11.994638635414729 KeyVer: 4005 KeyCount: 21 Key: 0,-11.994638635414729,L, 1924423250,-13.418595619803295,L, 3848846500,-17.437609554800900,L, 5773269750,-22.604289076976695,L, 7697693000,-26.621584365624397,L, 9622116250,-28.044572316924469,L, 11546539500,-26.665517849913151,L, 13470962750,-22.772461994720508,L, 15395386000,-17.766560002964702,L, 17319809250,-13.873497317582892,L, 19244232500,-12.494441996797924,L, 21168655750,-13.873498171356538,L, 23093079000,-17.766561710511997,L, 25017502250,-22.772460287173214,L, 26941925500,-26.665521265007733,L, 28866348750,-28.044572316924469,L, 30790772000,-26.621582658077106,L, 32715195250,-22.604290784523990,L, 34639618500,-17.437606139706315,L, 36564041750,-13.418593912256002,L, 38488465000,-11.994638635414729,L Color: 0,1,0 } Channel: "Z" { Default: -0.253904118184367 KeyVer: 4005 KeyCount: 21 Key: 0,-0.253904118184367,L, 1924423250,-0.245661040351525,L, 3848846500,-0.221824694004420,L, 5773269750,-0.189555438590315,L, 7697693000,-0.162764768622919,L, 9622116250,-0.152831472434553,L, 11546539500,-0.162461825720845,L, 13470962750,-0.188467130655397,L, 15395386000,-0.219830305447206,L, 17319809250,-0.243007591900259,L, 19244232500,-0.251021164704817,L, 21168655750,-0.243007511858979,L, 23093079000,-0.219830372148272,L, 25017502250,-0.188467197356463,L, 26941925500,-0.162461812380632,L, 28866348750,-0.152831472434553,L, 30790772000,-0.162764781963132,L, 32715195250,-0.189555385229462,L, 34639618500,-0.221824747365273,L, 36564041750,-0.245661067031952,L, 38488465000,-0.253904118184367,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::head" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.050426725298166 KeyVer: 4005 KeyCount: 1 Key: 0,0.050426725298166,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000484073 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000484073,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000020896550 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000020896550,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.320037332723050 KeyVer: 4005 KeyCount: 21 Key: 0,5.320037332723050,L, 1924423250,5.018101563387077,L, 3848846500,4.103261757088652,L, 5773269750,2.753542098788848,L, 7697693000,1.308657628226804,L, 9622116250,-0.000007572379391,L, 11546539500,-1.525650923888799,L, 13470962750,-3.546347555517065,L, 15395386000,-5.592127736707049,L, 17319809250,-7.046995595958109,L, 19244232500,-7.598647777104444,L, 21168655750,-7.254400266520772,L, 23093079000,-5.968858346322785,L, 25017502250,-3.921475845442201,L, 26941925500,-1.728495802850251,L, 28866348750,-0.000008223604730,L, 30790772000,1.478753030778561,L, 32715195250,3.009761277575876,L, 34639618500,4.295501273259793,L, 36564041750,5.078725468686376,L, 38488465000,5.320037332723050,L Color: 1,0,0 } Channel: "Y" { Default: -31.968280353564793 KeyVer: 4005 KeyCount: 21 Key: 0,-31.968280353564793,L, 1924423250,-31.638368556275310,L, 3848846500,-30.707208866728809,L, 5773269750,-29.499081591244106,L, 7697693000,-28.543987211298621,L, 9622116250,-28.200136705460459,L, 11546539500,-28.247077180531303,L, 13470962750,-28.358055801712801,L, 15395386000,-28.513698737424246,L, 17319809250,-28.769631048266131,L, 19244232500,-29.187461040551892,L, 21168655750,-29.941974962689191,L, 23093079000,-31.109954386232619,L, 25017502250,-32.319683341077692,L, 26941925500,-33.125324644247044,L, 28866348750,-33.376952228364537,L, 30790772000,-33.258462106643329,L, 32715195250,-32.912297874223825,L, 34639618500,-32.455132822508020,L, 36564041750,-32.095284306086413,L, 38488465000,-31.968280353564793,L Color: 0,1,0 } Channel: "Z" { Default: -10.773011491035513 KeyVer: 4005 KeyCount: 21 Key: 0,-10.773011491035513,L, 1924423250,-10.207607577769023,L, 3848846500,-8.452513630908607,L, 5773269750,-5.759667154405343,L, 7697693000,-2.763057619519720,L, 9622116250,0.000009577655914,L, 11546539500,3.189251818774383,L, 13470962750,7.361040010032028,L, 15395386000,11.529270526505748,L, 17319809250,14.428431404625412,L, 19244232500,15.441314307590998,L, 21168655750,14.585332802691427,L, 23093079000,11.822553726823797,L, 25017502250,7.658865286148129,L, 26941925500,3.351942229048798,L, 28866348750,0.000011620354894,L, 30790772000,-2.899540593948834,L, 32715195250,-5.965424468717566,L, 34639618500,-8.607188387305200,L, 36564041750,-10.256466482222994,L, 38488465000,-10.773011491035513,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shoulder_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.147531509399414 KeyVer: 4005 KeyCount: 1 Key: 0,0.147531509399414,L Color: 1,0,0 } Channel: "Y" { Default: -0.012225970625877 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012225970625877,L Color: 0,1,0 } Channel: "Z" { Default: 0.000923473271541 KeyVer: 4005 KeyCount: 1 Key: 0,0.000923473271541,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 35.361784710599885 KeyVer: 4005 KeyCount: 21 Key: 0,35.361784710599885,L, 1924423250,35.298748894749927,L, 3848846500,35.163466752954264,L, 5773269750,35.087443332397541,L, 7697693000,35.142802015620418,L, 9622116250,35.280324459463841,L, 11546539500,35.447250867684126,L, 13470962750,35.580313197999544,L, 15395386000,35.607695426382080,L, 17319809250,35.563370913763350,L, 19244232500,35.536927836391683,L, 21168655750,35.563370913763350,L, 23093079000,35.607695426382080,L, 25017502250,35.580313197999544,L, 26941925500,35.447250867684126,L, 28866348750,35.280324459463841,L, 30790772000,35.142802015620418,L, 32715195250,35.087443332397541,L, 34639618500,35.163470168048846,L, 36564041750,35.298752309844510,L, 38488465000,35.361784710599885,L Color: 1,0,0 } Channel: "Y" { Default: 164.279545992370572 KeyVer: 4005 KeyCount: 21 Key: 0,164.279545992370572,L, 1924423250,165.003873893471024,L, 3848846500,167.137037593911344,L, 5773269750,170.125040450112522,L, 7697693000,172.935362765245259,L, 9622116250,174.811957239703560,L, 11546539500,176.454221584117391,L, 13470962750,178.605335021696476,L, 15395386000,180.746107552872161,L, 17319809250,182.217863054846049,L, 19244232500,182.706918259796595,L, 21168655750,182.217863054846049,L, 23093079000,180.746093892493803,L, 25017502250,178.605335021696476,L, 26941925500,176.454221584117391,L, 28866348750,174.811957239703560,L, 30790772000,172.935362765245259,L, 32715195250,170.125040450112522,L, 34639618500,167.137037593911344,L, 36564041750,165.003873893471024,L, 38488465000,164.279545992370572,L Color: 0,1,0 } Channel: "Z" { Default: 58.074523531217885 KeyVer: 4005 KeyCount: 21 Key: 0,58.074523531217885,L, 1924423250,58.003947186524243,L, 3848846500,57.933480124857326,L, 5773269750,58.177017349902947,L, 7697693000,58.994509031282263,L, 9622116250,60.414334604996618,L, 11546539500,62.578022420837662,L, 13470962750,65.485592969372888,L, 15395386000,68.419166048078324,L, 17319809250,70.458141439864278,L, 19244232500,71.141016922892007,L, 21168655750,70.458141439864278,L, 23093079000,68.419166048078324,L, 25017502250,65.485592969372888,L, 26941925500,62.578022420837662,L, 28866348750,60.414334604996618,L, 30790772000,58.994509031282263,L, 32715195250,58.177010519713775,L, 34639618500,57.933473294668154,L, 36564041750,58.003947186524243,L, 38488465000,58.074523531217885,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::upper_arm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.214628994464874 KeyVer: 4005 KeyCount: 1 Key: 0,0.214628994464874,L Color: 1,0,0 } Channel: "Y" { Default: -0.004128867760301 KeyVer: 4005 KeyCount: 1 Key: 0,-0.004128867760301,L Color: 0,1,0 } Channel: "Z" { Default: -0.009519824758172 KeyVer: 4005 KeyCount: 1 Key: 0,-0.009519824758172,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 116.726607858651221 KeyVer: 4005 KeyCount: 21 Key: 0,116.726607858651221,L, 1924423250,117.445335004632284,L, 3848846500,117.977297457948794,L, 5773269750,115.657328083708919,L, 7697693000,110.202964408787182,L, 9622116250,104.296797380648087,L, 11546539500,100.044348924160943,L, 13470962750,90.978748121842770,L, 15395386000,77.165557959536415,L, 17319809250,66.782871288999061,L, 19244232500,63.608349626943436,L, 21168655750,64.389832551018486,L, 23093079000,67.019093381443611,L, 25017502250,71.738774588483153,L, 26941925500,78.865421289220890,L, 28866348750,88.185549090959228,L, 30790772000,100.144131157745520,L, 32715195250,112.719725193393188,L, 34639618500,120.560816511502409,L, 36564041750,120.743633354826699,L, 38488465000,116.726607858651221,L Color: 1,0,0 } Channel: "Y" { Default: 56.928387052640126 KeyVer: 4005 KeyCount: 21 Key: 0,56.928387052640126,L, 1924423250,55.928744471380590,L, 3848846500,53.788214411920443,L, 5773269750,52.581746872404054,L, 7697693000,52.770912376561867,L, 9622116250,52.704461466126908,L, 11546539500,50.074572258298147,L, 13470962750,46.065012158885473,L, 15395386000,40.485229135329561,L, 17319809250,33.620284547735061,L, 19244232500,30.466933057011861,L, 21168655750,32.067533247488690,L, 23093079000,36.232090829736244,L, 25017502250,41.003350210293057,L, 26941925500,44.531279520382974,L, 28866348750,45.749604268298491,L, 30790772000,44.945472436935709,L, 32715195250,43.445887329188636,L, 34639618500,45.227897344020747,L, 36564041750,51.962474110927396,L, 38488465000,56.928387052640126,L Color: 0,1,0 } Channel: "Z" { Default: -2.237553536950272 KeyVer: 4005 KeyCount: 21 Key: 0,-2.237553536950272,L, 1924423250,-1.706589358469641,L, 3848846500,-1.586760306227698,L, 5773269750,-4.261103586826012,L, 7697693000,-9.508157786946642,L, 9622116250,-13.867359538839997,L, 11546539500,-13.641489451856231,L, 13470962750,-16.352266882478045,L, 15395386000,-24.859933437160777,L, 17319809250,-32.695026141631445,L, 19244232500,-35.317617292332059,L, 21168655750,-35.947446111170954,L, 23093079000,-37.256895827898070,L, 25017502250,-37.606809834171905,L, 26941925500,-34.433684945801545,L, 28866348750,-26.553429322991523,L, 30790772000,-13.666880680095717,L, 32715195250,0.043457508816020,L, 34639618500,6.627550690820467,L, 36564041750,3.668709754167433,L, 38488465000,-2.237553536950272,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::forearm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.211972534656525 KeyVer: 4005 KeyCount: 1 Key: 0,0.211972534656525,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000073574483 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000073574483,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 11.558683028619074 KeyVer: 4005 KeyCount: 21 Key: 0,11.558683028619074,L, 1924423250,11.742901768270515,L, 3848846500,12.137375074915804,L, 5773269750,12.209869848992568,L, 7697693000,11.984600818655762,L, 9622116250,12.270104433509179,L, 11546539500,15.113890406706689,L, 13470962750,23.214255705709224,L, 15395386000,35.597982897382337,L, 17319809250,43.012402543325230,L, 19244232500,44.316842316296146,L, 21168655750,40.052919142003397,L, 23093079000,30.946057166909227,L, 25017502250,23.639378632481254,L, 26941925500,20.651918776319082,L, 28866348750,21.415236812296516,L, 30790772000,25.539095004827313,L, 32715195250,27.408220667428221,L, 34639618500,20.268005795904266,L, 36564041750,13.562979842441633,L, 38488465000,11.558683028619074,L Color: 1,0,0 } Channel: "Y" { Default: -19.340945927407059 KeyVer: 4005 KeyCount: 21 Key: 0,-19.340945927407059,L, 1924423250,-21.005316179069620,L, 3848846500,-24.100995259988608,L, 5773269750,-24.615513410164930,L, 7697693000,-22.966003942589005,L, 9622116250,-25.032197638217422,L, 11546539500,-38.467932763969195,L, 13470962750,-55.215723948451057,L, 15395386000,-65.478605685851974,L, 17319809250,-68.681527274476480,L, 19244232500,-69.122470626913525,L, 21168655750,-67.559224741007441,L, 23093079000,-62.619775367233892,L, 25017502250,-55.753259836130290,L, 26941925500,-51.482212774533224,L, 28866348750,-52.693174578523482,L, 30790772000,-57.928985860383463,L, 32715195250,-59.766463841465161,L, 34639618500,-50.836274954536876,L, 36564041750,-32.289517810608373,L, 38488465000,-19.340945927407059,L Color: 0,1,0 } Channel: "Z" { Default: -5.664449194733625 KeyVer: 4005 KeyCount: 21 Key: 0,-5.664449194733625,L, 1924423250,-6.198572549148794,L, 3848846500,-7.226672259811499,L, 5773269750,-7.402448885648817,L, 7697693000,-6.844068114396383,L, 9622116250,-7.545913594070144,L, 11546539500,-12.910222078559038,L, 13470962750,-23.881008527201153,L, 15395386000,-38.056547055165332,L, 17319809250,-46.101396576594084,L, 19244232500,-47.499532884599098,L, 21168655750,-42.912452970105996,L, 23093079000,-32.885277645867291,L, 25017502250,-24.396961017103177,L, 26941925500,-20.689192826167083,L, 28866348750,-21.656644725868393,L, 30790772000,-26.665685189547816,L, 32715195250,-28.849417903055521,L, 34639618500,-20.196317837923207,L, 36564041750,-10.235739419412972,L, 38488465000,-5.664449194733625,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::hand_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.222559168934822 KeyVer: 4005 KeyCount: 1 Key: 0,0.222559168934822,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000044703484 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000044703484,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 107.399779641337105 KeyVer: 4005 KeyCount: 12 Key: 0,107.399779641337105,L, 1924423250,107.399772811147940,L, 11546539500,107.399772811147940,L, 13470962750,107.399779641337105,L, 15395386000,107.399772811147940,L, 26941925500,107.399772811147940,L, 28866348750,107.399779641337105,L, 30790772000,107.399772811147940,L, 32715195250,107.399772811147940,L, 34639618500,107.399779641337105,L, 36564041750,107.399772811147940,L, 38488465000,107.399779641337105,L Color: 1,0,0 } Channel: "Y" { Default: 3.413011590748029 KeyVer: 4005 KeyCount: 11 Key: 0,3.413011590748029,L, 1924423250,3.413013511738733,L, 3848846500,3.413011804191441,L, 11546539500,3.413013511738733,L, 13470962750,3.413017567163553,L, 15395386000,3.413016073059672,L, 17319809250,3.413011377304618,L, 23093079000,3.413010950417795,L, 26941925500,3.413015005842614,L, 28866348750,3.413012017634852,L, 38488465000,3.413011590748029,L Color: 0,1,0 } Channel: "Z" { Default: 0.062230093651735 KeyVer: 4005 KeyCount: 10 Key: 0,0.062230093651735,L, 5773269750,0.062227425609090,L, 7697693000,0.062231274260605,L, 9622116250,0.062230100321841,L, 11546539500,0.062230947425381,L, 13470962750,0.062228812991265,L, 26941925500,0.062228812991265,L, 28866348750,0.062230954095488,L, 36564041750,0.062226671887043,L, 38488465000,0.062230093651735,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023443482816219 KeyVer: 4005 KeyCount: 1 Key: 0,0.023443482816219,L Color: 1,0,0 } Channel: "Y" { Default: 0.017202779650688 KeyVer: 4005 KeyCount: 1 Key: 0,0.017202779650688,L Color: 0,1,0 } Channel: "Z" { Default: -0.001944970339537 KeyVer: 4005 KeyCount: 1 Key: 0,-0.001944970339537,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 12.599427980756394 KeyVer: 4005 KeyCount: 19 Key: 0,12.599427980756394,L, 1924423250,12.599427980756394,L, 3848846500,12.599422004340870,L, 7697693000,12.599427980756394,L, 9622116250,12.599422004340870,L, 11546539500,12.599422858114515,L, 13470962750,12.599427980756394,L, 15395386000,12.599422858114515,L, 19244232500,12.599429688303685,L, 21168655750,12.599427980756394,L, 23093079000,12.599420296793577,L, 25017502250,12.599423711888162,L, 26941925500,12.599429688303685,L, 28866348750,12.599425419435455,L, 30790772000,12.599423711888162,L, 32715195250,12.599429688303685,L, 34639618500,12.599423711888162,L, 36564041750,12.599430542077332,L, 38488465000,12.599427980756394,L Color: 1,0,0 } Channel: "Y" { Default: -24.543801546521777 KeyVer: 4005 KeyCount: 17 Key: 0,-24.543801546521777,L, 1924423250,-24.543801546521777,L, 3848846500,-24.543804961616363,L, 5773269750,-24.543804961616363,L, 7697693000,-24.543801546521777,L, 13470962750,-24.543808376710949,L, 15395386000,-24.543803254069068,L, 17319809250,-24.543803254069068,L, 21168655750,-24.543808376710949,L, 23093079000,-24.543803254069068,L, 25017502250,-24.543806669163654,L, 26941925500,-24.543801546521777,L, 30790772000,-24.543806669163654,L, 32715195250,-24.543804961616363,L, 34639618500,-24.543799838974486,L, 36564041750,-24.543806669163654,L, 38488465000,-24.543801546521777,L Color: 0,1,0 } Channel: "Z" { Default: 8.554909265624351 KeyVer: 4005 KeyCount: 14 Key: 0,8.554909265624351,L, 3848846500,8.554906704303413,L, 5773269750,8.554909265624351,L, 9622116250,8.554908411850706,L, 11546539500,8.554910119397997,L, 15395386000,8.554905850529767,L, 17319809250,8.554910973171644,L, 19244232500,8.554906704303413,L, 23093079000,8.554910119397997,L, 25017502250,8.554908411850706,L, 28866348750,8.554913534492583,L, 30790772000,8.554909265624351,L, 34639618500,8.554907558077058,L, 38488465000,8.554909265624351,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.058449029922485 KeyVer: 4005 KeyCount: 1 Key: 0,0.058449029922485,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000052154064 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000052154064,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000022351742,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 24.421392603764279 KeyVer: 4005 KeyCount: 15 Key: 0,24.421392603764279,L, 1924423250,24.421387481122398,L, 3848846500,24.421399433953447,L, 5773269750,24.421394311311570,L, 9622116250,24.421394311311570,L, 11546539500,24.421384066027816,L, 13470962750,24.421394311311570,L, 17319809250,24.421392603764279,L, 21168655750,24.421396018858861,L, 25017502250,24.421394311311570,L, 28866348750,24.421389188669693,L, 30790772000,24.421390896216984,L, 32715195250,24.421389188669693,L, 34639618500,24.421392603764279,L, 38488465000,24.421392603764279,L Color: 1,0,0 } Channel: "Y" { Default: -39.056534560977951 KeyVer: 4005 KeyCount: 16 Key: 0,-39.056534560977951,L, 1924423250,-39.056537976072534,L, 3848846500,-39.056531145883369,L, 5773269750,-39.056534560977951,L, 7697693000,-39.056531145883369,L, 13470962750,-39.056531145883369,L, 15395386000,-39.056534560977951,L, 17319809250,-39.056531145883369,L, 21168655750,-39.056531145883369,L, 23093079000,-39.056537976072534,L, 26941925500,-39.056531145883369,L, 28866348750,-39.056534560977951,L, 30790772000,-39.056534560977951,L, 32715195250,-39.056531145883369,L, 36564041750,-39.056531145883369,L, 38488465000,-39.056534560977951,L Color: 0,1,0 } Channel: "Z" { Default: -31.516507736198704 KeyVer: 4005 KeyCount: 20 Key: 0,-31.516507736198704,L, 1924423250,-31.516504321104119,L, 3848846500,-31.516504321104119,L, 5773269750,-31.516507736198704,L, 7697693000,-31.516500906009533,L, 9622116250,-31.516507736198704,L, 11546539500,-31.516504321104119,L, 13470962750,-31.516507736198704,L, 17319809250,-31.516507736198704,L, 19244232500,-31.516504321104119,L, 21168655750,-31.516504321104119,L, 23093079000,-31.516507736198704,L, 25017502250,-31.516507736198704,L, 26941925500,-31.516504321104119,L, 28866348750,-31.516507736198704,L, 30790772000,-31.516504321104119,L, 32715195250,-31.516504321104119,L, 34639618500,-31.516497490914947,L, 36564041750,-31.516504321104119,L, 38488465000,-31.516507736198704,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026524342596531 KeyVer: 4005 KeyCount: 1 Key: 0,0.026524342596531,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.390280903642457 KeyVer: 4005 KeyCount: 10 Key: 0,-7.390280903642457,L, 3848846500,-7.390288587605273,L, 7697693000,-7.390292002699858,L, 9622116250,-7.390290295152566,L, 13470962750,-7.390293710247151,L, 15395386000,-7.390292002699858,L, 17319809250,-7.390292856473504,L, 19244232500,-7.390291148926212,L, 34639618500,-7.390287733831627,L, 38488465000,-7.390280903642457,L Color: 1,0,0 } Channel: "Y" { Default: -63.328489455891734 KeyVer: 4005 KeyCount: 13 Key: 0,-63.328489455891734,L, 1924423250,-63.328489455891734,L, 3848846500,-63.328482625702563,L, 9622116250,-63.328482625702563,L, 11546539500,-63.328489455891734,L, 21168655750,-63.328489455891734,L, 23093079000,-63.328482625702563,L, 25017502250,-63.328482625702563,L, 26941925500,-63.328489455891734,L, 32715195250,-63.328489455891734,L, 34639618500,-63.328482625702563,L, 36564041750,-63.328482625702563,L, 38488465000,-63.328489455891734,L Color: 0,1,0 } Channel: "Z" { Default: 5.195826500685138 KeyVer: 4005 KeyCount: 13 Key: 0,5.195826500685138,L, 1924423250,5.195833757761132,L, 3848846500,5.195823512477376,L, 5773269750,5.195835038421601,L, 13470962750,5.195830342666547,L, 15395386000,5.195832903987485,L, 25017502250,5.195830342666547,L, 26941925500,5.195833330874308,L, 28866348750,5.195829488892900,L, 30790772000,5.195833330874308,L, 32715195250,5.195830769553369,L, 36564041750,5.195830769553369,L, 38488465000,5.195826500685138,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023733511567116 KeyVer: 4005 KeyCount: 1 Key: 0,0.023733511567116,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000034691766 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000034691766,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -8.560647478300799 KeyVer: 4005 KeyCount: 14 Key: 0,-8.560647478300799,L, 1924423250,-8.560644916979861,L, 3848846500,-8.560645770753508,L, 5773269750,-8.560641501885277,L, 7697693000,-8.560642355658922,L, 11546539500,-8.560640648111630,L, 13470962750,-8.560641501885277,L, 17319809250,-8.560638940564338,L, 21168655750,-8.560641501885277,L, 26941925500,-8.560639794337984,L, 28866348750,-8.560642355658922,L, 34639618500,-8.560640648111630,L, 36564041750,-8.560645770753508,L, 38488465000,-8.560647478300799,L Color: 1,0,0 } Channel: "Y" { Default: -49.933412738721699 KeyVer: 4005 KeyCount: 15 Key: 0,-49.933412738721699,L, 1924423250,-49.933412738721699,L, 5773269750,-49.933419568910871,L, 7697693000,-49.933416153816282,L, 9622116250,-49.933416153816282,L, 11546539500,-49.933419568910871,L, 17319809250,-49.933419568910871,L, 19244232500,-49.933412738721699,L, 21168655750,-49.933416153816282,L, 23093079000,-49.933412738721699,L, 25017502250,-49.933416153816282,L, 26941925500,-49.933412738721699,L, 28866348750,-49.933416153816282,L, 36564041750,-49.933416153816282,L, 38488465000,-49.933412738721699,L Color: 0,1,0 } Channel: "Z" { Default: -0.110778324550069 KeyVer: 4005 KeyCount: 14 Key: 0,-0.110778324550069,L, 1924423250,-0.110773682155867,L, 3848846500,-0.110773355320643,L, 5773269750,-0.110776350198512,L, 7697693000,-0.110773688825974,L, 9622116250,-0.110774342496422,L, 11546539500,-0.110777337374290,L, 13470962750,-0.110772708320302,L, 15395386000,-0.110773868918852,L, 26941925500,-0.110773348650537,L, 28866348750,-0.110776343528405,L, 34639618500,-0.110772354804651,L, 36564041750,-0.110779658571391,L, 38488465000,-0.110778324550069,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.003173861652613 KeyVer: 4005 KeyCount: 1 Key: 0,0.003173861652613,L Color: 1,0,0 } Channel: "Y" { Default: 0.015621185302734 KeyVer: 4005 KeyCount: 1 Key: 0,0.015621185302734,L Color: 0,1,0 } Channel: "Z" { Default: 0.023463003337383 KeyVer: 4005 KeyCount: 1 Key: 0,0.023463003337383,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 102.225836212979004 KeyVer: 4005 KeyCount: 13 Key: 0,102.225836212979004,L, 1924423250,102.225836212979004,L, 3848846500,102.225843043168183,L, 5773269750,102.225836212979004,L, 7697693000,102.225843043168183,L, 9622116250,102.225843043168183,L, 11546539500,102.225836212979004,L, 13470962750,102.225843043168183,L, 23093079000,102.225843043168183,L, 25017502250,102.225836212979004,L, 26941925500,102.225843043168183,L, 28866348750,102.225836212979004,L, 38488465000,102.225836212979004,L Color: 1,0,0 } Channel: "Y" { Default: -31.788895680298420 KeyVer: 4005 KeyCount: 19 Key: 0,-31.788895680298420,L, 1924423250,-31.788899095393006,L, 3848846500,-31.788895680298420,L, 5773269750,-31.788895680298420,L, 7697693000,-31.788888850109249,L, 9622116250,-31.788892265203835,L, 11546539500,-31.788892265203835,L, 13470962750,-31.788895680298420,L, 17319809250,-31.788888850109249,L, 19244232500,-31.788895680298420,L, 21168655750,-31.788892265203835,L, 23093079000,-31.788895680298420,L, 26941925500,-31.788895680298420,L, 28866348750,-31.788899095393006,L, 30790772000,-31.788899095393006,L, 32715195250,-31.788892265203835,L, 34639618500,-31.788895680298420,L, 36564041750,-31.788888850109249,L, 38488465000,-31.788895680298420,L Color: 0,1,0 } Channel: "Z" { Default: 14.314912806846317 KeyVer: 4005 KeyCount: 17 Key: 0,14.314912806846317,L, 1924423250,14.314905976657148,L, 3848846500,14.314909391751732,L, 5773269750,14.314910245525379,L, 7697693000,14.314908537978086,L, 9622116250,14.314902561562562,L, 11546539500,14.314908537978086,L, 13470962750,14.314908537978086,L, 15395386000,14.314911953072672,L, 17319809250,14.314912806846317,L, 21168655750,14.314907684204440,L, 23093079000,14.314909391751732,L, 25017502250,14.314905122883500,L, 26941925500,14.314911953072672,L, 30790772000,14.314906830430793,L, 36564041750,14.314909391751732,L, 38488465000,14.314912806846317,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033066429197788 KeyVer: 4005 KeyCount: 1 Key: 0,0.033066429197788,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000016763806 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000016763806,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.590332875563612 KeyVer: 4005 KeyCount: 18 Key: 0,-7.590332875563612,L, 1924423250,-7.590333729337257,L, 3848846500,-7.590337998205489,L, 5773269750,-7.590331168016319,L, 7697693000,-7.590334583110904,L, 9622116250,-7.590330314242673,L, 13470962750,-7.590333729337257,L, 15395386000,-7.590332875563612,L, 17319809250,-7.590337998205489,L, 19244232500,-7.590331168016319,L, 21168655750,-7.590332021789965,L, 23093079000,-7.590328606695381,L, 25017502250,-7.590332875563612,L, 26941925500,-7.590332021789965,L, 28866348750,-7.590335436884550,L, 32715195250,-7.590333729337257,L, 34639618500,-7.590329460469027,L, 38488465000,-7.590332875563612,L Color: 1,0,0 } Channel: "Y" { Default: -15.050605288952028 KeyVer: 4005 KeyCount: 15 Key: 0,-15.050605288952028,L, 1924423250,-15.050603581404735,L, 3848846500,-15.050610411593905,L, 5773269750,-15.050605288952028,L, 7697693000,-15.050603581404735,L, 9622116250,-15.050608704046612,L, 19244232500,-15.050605288952028,L, 23093079000,-15.050608704046612,L, 25017502250,-15.050606996499321,L, 26941925500,-15.050612119141197,L, 30790772000,-15.050603581404735,L, 32715195250,-15.050608704046612,L, 34639618500,-15.050606996499321,L, 36564041750,-15.050608704046612,L, 38488465000,-15.050605288952028,L Color: 0,1,0 } Channel: "Z" { Default: -21.255149130982694 KeyVer: 4005 KeyCount: 14 Key: 0,-21.255149130982694,L, 1924423250,-21.255145715888112,L, 5773269750,-21.255145715888112,L, 7697693000,-21.255142300793526,L, 11546539500,-21.255147423435403,L, 15395386000,-21.255145715888112,L, 17319809250,-21.255150838529989,L, 21168655750,-21.255152546077280,L, 23093079000,-21.255149130982694,L, 28866348750,-21.255144008340817,L, 32715195250,-21.255149130982694,L, 34639618500,-21.255145715888112,L, 36564041750,-21.255145715888112,L, 38488465000,-21.255149130982694,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026086293160915 KeyVer: 4005 KeyCount: 1 Key: 0,0.026086293160915,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000011175871,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 3.683334469840879 KeyVer: 4005 KeyCount: 19 Key: 0,3.683334469840879,L, 1924423250,3.683331054746293,L, 3848846500,3.683340019369579,L, 5773269750,3.683338738709109,L, 7697693000,3.683340019369579,L, 9622116250,3.683343861350987,L, 11546539500,3.683338311822287,L, 13470962750,3.683340446256402,L, 15395386000,3.683337884935463,L, 17319809250,3.683340019369579,L, 19244232500,3.683338738709109,L, 25017502250,3.683341300030048,L, 26941925500,3.683338311822287,L, 28866348750,3.683337884935463,L, 30790772000,3.683335323614525,L, 32715195250,3.683339592482756,L, 34639618500,3.683341726916872,L, 36564041750,3.683340873143225,L, 38488465000,3.683334469840879,L Color: 1,0,0 } Channel: "Y" { Default: -27.304526442996529 KeyVer: 4005 KeyCount: 16 Key: 0,-27.304526442996529,L, 1924423250,-27.304521320354652,L, 5773269750,-27.304516197712775,L, 7697693000,-27.304519612807358,L, 9622116250,-27.304517905260067,L, 11546539500,-27.304519612807358,L, 13470962750,-27.304516197712775,L, 17319809250,-27.304514490165481,L, 19244232500,-27.304517905260067,L, 21168655750,-27.304516197712775,L, 28866348750,-27.304517905260067,L, 30790772000,-27.304516197712775,L, 32715195250,-27.304519612807358,L, 34639618500,-27.304516197712775,L, 36564041750,-27.304519612807358,L, 38488465000,-27.304526442996529,L Color: 0,1,0 } Channel: "Z" { Default: -15.138152946185832 KeyVer: 4005 KeyCount: 14 Key: 0,-15.138152946185832,L, 7697693000,-15.138151238638541,L, 9622116250,-15.138154653733125,L, 13470962750,-15.138151238638541,L, 17319809250,-15.138154653733125,L, 21168655750,-15.138147823543955,L, 23093079000,-15.138149531091248,L, 25017502250,-15.138147823543955,L, 26941925500,-15.138154653733125,L, 28866348750,-15.138158068827710,L, 30790772000,-15.138152946185832,L, 34639618500,-15.138147823543955,L, 36564041750,-15.138156361280418,L, 38488465000,-15.138152946185832,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.020897284150124 KeyVer: 4005 KeyCount: 1 Key: 0,0.020897284150124,L Color: 1,0,0 } Channel: "Y" { Default: 0.008608832955360 KeyVer: 4005 KeyCount: 1 Key: 0,0.008608832955360,L Color: 0,1,0 } Channel: "Z" { Default: -0.008577790111303 KeyVer: 4005 KeyCount: 1 Key: 0,-0.008577790111303,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.272506473175822 KeyVer: 4005 KeyCount: 17 Key: 0,5.272506473175822,L, 1924423250,5.272513303364993,L, 7697693000,5.272508607609938,L, 9622116250,5.272502631194414,L, 11546539500,5.272510742044053,L, 15395386000,5.272509461383584,L, 19244232500,5.272512449591346,L, 21168655750,5.272506046288999,L, 23093079000,5.272508180723115,L, 25017502250,5.272506473175822,L, 26941925500,5.272506900062646,L, 28866348750,5.272511168930877,L, 30790772000,5.272505619402176,L, 32715195250,5.272508607609938,L, 34639618500,5.272506046288999,L, 36564041750,5.272509888270408,L, 38488465000,5.272506473175822,L Color: 1,0,0 } Channel: "Y" { Default: -17.111638776662510 KeyVer: 4005 KeyCount: 15 Key: 0,-17.111638776662510,L, 1924423250,-17.111643899304386,L, 3848846500,-17.111640484209801,L, 7697693000,-17.111638776662510,L, 9622116250,-17.111643899304386,L, 15395386000,-17.111643899304386,L, 17319809250,-17.111640484209801,L, 19244232500,-17.111643899304386,L, 21168655750,-17.111642191757095,L, 25017502250,-17.111643899304386,L, 28866348750,-17.111635361567924,L, 30790772000,-17.111643899304386,L, 34639618500,-17.111638776662510,L, 36564041750,-17.111642191757095,L, 38488465000,-17.111638776662510,L Color: 0,1,0 } Channel: "Z" { Default: -6.502368264373122 KeyVer: 4005 KeyCount: 12 Key: 0,-6.502368264373122,L, 5773269750,-6.502371679467707,L, 9622116250,-6.502369545033592,L, 15395386000,-6.502372960128177,L, 17319809250,-6.502367837486299,L, 19244232500,-6.502371679467707,L, 23093079000,-6.502368691259946,L, 25017502250,-6.502371252580884,L, 26941925500,-6.502369118146769,L, 34639618500,-6.502369118146769,L, 36564041750,-6.502371252580884,L, 38488465000,-6.502368264373122,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059462849050760 KeyVer: 4005 KeyCount: 1 Key: 0,0.059462849050760,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000022351742,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 31.527190152060587 KeyVer: 4005 KeyCount: 18 Key: 0,31.527190152060587,L, 1924423250,31.527186736966001,L, 3848846500,31.527186736966001,L, 5773269750,31.527190152060587,L, 7697693000,31.527190152060587,L, 9622116250,31.527186736966001,L, 11546539500,31.527193567155173,L, 13470962750,31.527193567155173,L, 17319809250,31.527186736966001,L, 19244232500,31.527193567155173,L, 21168655750,31.527190152060587,L, 23093079000,31.527190152060587,L, 25017502250,31.527193567155173,L, 26941925500,31.527190152060587,L, 32715195250,31.527190152060587,L, 34639618500,31.527186736966001,L, 36564041750,31.527190152060587,L, 38488465000,31.527190152060587,L Color: 1,0,0 } Channel: "Y" { Default: -27.234754353077658 KeyVer: 4005 KeyCount: 17 Key: 0,-27.234754353077658,L, 1924423250,-27.234757768172241,L, 3848846500,-27.234757768172241,L, 5773269750,-27.234754353077658,L, 7697693000,-27.234757768172241,L, 9622116250,-27.234757768172241,L, 11546539500,-27.234752645530364,L, 15395386000,-27.234754353077658,L, 17319809250,-27.234762890814121,L, 19244232500,-27.234749230435778,L, 21168655750,-27.234756060624949,L, 23093079000,-27.234759475719535,L, 25017502250,-27.234754353077658,L, 26941925500,-27.234757768172241,L, 30790772000,-27.234752645530364,L, 34639618500,-27.234761183266826,L, 38488465000,-27.234754353077658,L Color: 0,1,0 } Channel: "Z" { Default: -20.692192986760006 KeyVer: 4005 KeyCount: 13 Key: 0,-20.692192986760006,L, 1924423250,-20.692187864118129,L, 3848846500,-20.692196401854591,L, 5773269750,-20.692194694307297,L, 7697693000,-20.692196401854591,L, 13470962750,-20.692187864118129,L, 17319809250,-20.692196401854591,L, 19244232500,-20.692191279212715,L, 23093079000,-20.692192986760006,L, 28866348750,-20.692187864118129,L, 32715195250,-20.692196401854591,L, 34639618500,-20.692196401854591,L, 38488465000,-20.692192986760006,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.034586988389492 KeyVer: 4005 KeyCount: 1 Key: 0,0.034586988389492,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000052154064 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000052154064,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -19.229735079793780 KeyVer: 4005 KeyCount: 16 Key: 0,-19.229735079793780,L, 1924423250,-19.229745325077534,L, 3848846500,-19.229736787341071,L, 5773269750,-19.229743617530243,L, 7697693000,-19.229740202435657,L, 9622116250,-19.229741909982948,L, 13470962750,-19.229748740172120,L, 15395386000,-19.229741909982948,L, 19244232500,-19.229745325077534,L, 23093079000,-19.229743617530243,L, 25017502250,-19.229745325077534,L, 26941925500,-19.229738494888366,L, 28866348750,-19.229740202435657,L, 30790772000,-19.229738494888366,L, 34639618500,-19.229747032624829,L, 38488465000,-19.229735079793780,L Color: 1,0,0 } Channel: "Y" { Default: -63.288648962463107 KeyVer: 4005 KeyCount: 17 Key: 0,-63.288648962463107,L, 1924423250,-63.288655792652278,L, 3848846500,-63.288655792652278,L, 5773269750,-63.288648962463107,L, 7697693000,-63.288655792652278,L, 9622116250,-63.288648962463107,L, 11546539500,-63.288655792652278,L, 13470962750,-63.288648962463107,L, 15395386000,-63.288648962463107,L, 17319809250,-63.288655792652278,L, 19244232500,-63.288655792652278,L, 21168655750,-63.288648962463107,L, 30790772000,-63.288648962463107,L, 32715195250,-63.288655792652278,L, 34639618500,-63.288655792652278,L, 36564041750,-63.288648962463107,L, 38488465000,-63.288648962463107,L Color: 0,1,0 } Channel: "Z" { Default: 14.034530126323112 KeyVer: 4005 KeyCount: 15 Key: 0,14.034530126323112,L, 1924423250,14.034539517833220,L, 3848846500,14.034537810285928,L, 5773269750,14.034544640475097,L, 7697693000,14.034530980096758,L, 9622116250,14.034525857454881,L, 11546539500,14.034537810285928,L, 15395386000,14.034544640475097,L, 17319809250,14.034541225380513,L, 25017502250,14.034537810285928,L, 26941925500,14.034548055569683,L, 30790772000,14.034533541417696,L, 32715195250,14.034530980096758,L, 34639618500,14.034541225380513,L, 38488465000,14.034530126323112,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025573449209332 KeyVer: 4005 KeyCount: 1 Key: 0,0.025573449209332,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.883597094913639 KeyVer: 4005 KeyCount: 18 Key: 0,-5.883597094913639,L, 1924423250,-5.883601363781869,L, 3848846500,-5.883591545384937,L, 5773269750,-5.883588984063999,L, 7697693000,-5.883597094913639,L, 9622116250,-5.883590264724468,L, 11546539500,-5.883593679819053,L, 13470962750,-5.883590691611292,L, 15395386000,-5.883596241139992,L, 17319809250,-5.883589837837645,L, 19244232500,-5.883591972271761,L, 21168655750,-5.883591118498114,L, 23093079000,-5.883594960479523,L, 28866348750,-5.883590691611292,L, 32715195250,-5.883595387366346,L, 34639618500,-5.883594106705877,L, 36564041750,-5.883585995856237,L, 38488465000,-5.883597094913639,L Color: 1,0,0 } Channel: "Y" { Default: -47.090964628827862 KeyVer: 4005 KeyCount: 14 Key: 0,-47.090964628827862,L, 7697693000,-47.090964628827862,L, 9622116250,-47.090961213733273,L, 11546539500,-47.090968043922445,L, 13470962750,-47.090964628827862,L, 21168655750,-47.090964628827862,L, 23093079000,-47.090961213733273,L, 26941925500,-47.090968043922445,L, 28866348750,-47.090968043922445,L, 30790772000,-47.090964628827862,L, 32715195250,-47.090964628827862,L, 34639618500,-47.090968043922445,L, 36564041750,-47.090968043922445,L, 38488465000,-47.090964628827862,L Color: 0,1,0 } Channel: "Z" { Default: 1.468126643812212 KeyVer: 4005 KeyCount: 17 Key: 0,1.468126643812212,L, 1924423250,1.468125576595154,L, 7697693000,1.468128991689739,L, 9622116250,1.468125042986625,L, 11546539500,1.468118959849395,L, 13470962750,1.468128031194387,L, 15395386000,1.468120880840099,L, 17319809250,1.468124829543213,L, 19244232500,1.468126750533917,L, 21168655750,1.468126430368800,L, 23093079000,1.468122268222275,L, 25017502250,1.468127390864152,L, 28866348750,1.468124722821508,L, 30790772000,1.468117572467220,L, 32715195250,1.468124722821508,L, 34639618500,1.468121627892040,L, 38488465000,1.468126643812212,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.017974287271500 KeyVer: 4005 KeyCount: 1 Key: 0,0.017974287271500,L Color: 1,0,0 } Channel: "Y" { Default: -0.002705529332161 KeyVer: 4005 KeyCount: 1 Key: 0,-0.002705529332161,L Color: 0,1,0 } Channel: "Z" { Default: -0.011575173586607 KeyVer: 4005 KeyCount: 1 Key: 0,-0.011575173586607,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -4.568058691428290 KeyVer: 4005 KeyCount: 17 Key: 0,-4.568058691428290,L, 3848846500,-4.568058264541468,L, 7697693000,-4.568055276333705,L, 9622116250,-4.568061252749230,L, 11546539500,-4.568061252749230,L, 13470962750,-4.568054849446883,L, 15395386000,-4.568059972088760,L, 17319809250,-4.568053995673236,L, 19244232500,-4.568057410767821,L, 21168655750,-4.568052715012767,L, 23093079000,-4.568060825862406,L, 26941925500,-4.568060398975583,L, 28866348750,-4.568054422560059,L, 32715195250,-4.568053995673236,L, 34639618500,-4.568059118315114,L, 36564041750,-4.568056130107352,L, 38488465000,-4.568058691428290,L Color: 1,0,0 } Channel: "Y" { Default: -9.088923337012799 KeyVer: 4005 KeyCount: 17 Key: 0,-9.088923337012799,L, 1924423250,-9.088925044560092,L, 3848846500,-9.088918214370922,L, 5773269750,-9.088922483239154,L, 7697693000,-9.088921629465508,L, 9622116250,-9.088923337012799,L, 15395386000,-9.088922483239154,L, 17319809250,-9.088926752107385,L, 19244232500,-9.088923337012799,L, 21168655750,-9.088923337012799,L, 23093079000,-9.088928459654678,L, 25017502250,-9.088921629465508,L, 26941925500,-9.088919068144568,L, 28866348750,-9.088919068144568,L, 30790772000,-9.088923337012799,L, 36564041750,-9.088919068144568,L, 38488465000,-9.088923337012799,L Color: 0,1,0 } Channel: "Z" { Default: -17.921402098995962 KeyVer: 4005 KeyCount: 16 Key: 0,-17.921402098995962,L, 1924423250,-17.921398683901376,L, 3848846500,-17.921400391448671,L, 7697693000,-17.921398683901376,L, 11546539500,-17.921400391448671,L, 13470962750,-17.921396976354085,L, 15395386000,-17.921400391448671,L, 17319809250,-17.921398683901376,L, 23093079000,-17.921402098995962,L, 25017502250,-17.921396976354085,L, 26941925500,-17.921396976354085,L, 28866348750,-17.921393561259499,L, 30790772000,-17.921396976354085,L, 34639618500,-17.921396976354085,L, 36564041750,-17.921402098995962,L, 38488465000,-17.921402098995962,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059641905128956 KeyVer: 4005 KeyCount: 1 Key: 0,0.059641905128956,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000044703484 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000044703484,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000022351742,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 38.985521084177428 KeyVer: 4005 KeyCount: 16 Key: 0,38.985521084177428,L, 1924423250,38.985521084177428,L, 3848846500,38.985517669082846,L, 5773269750,38.985521084177428,L, 7697693000,38.985517669082846,L, 9622116250,38.985521084177428,L, 11546539500,38.985521084177428,L, 13470962750,38.985517669082846,L, 15395386000,38.985521084177428,L, 23093079000,38.985521084177428,L, 25017502250,38.985524499272017,L, 26941925500,38.985521084177428,L, 30790772000,38.985521084177428,L, 32715195250,38.985524499272017,L, 34639618500,38.985521084177428,L, 38488465000,38.985521084177428,L Color: 1,0,0 } Channel: "Y" { Default: -36.055059156638933 KeyVer: 4005 KeyCount: 15 Key: 0,-36.055059156638933,L, 1924423250,-36.055052326449768,L, 3848846500,-36.055055741544351,L, 9622116250,-36.055055741544351,L, 11546539500,-36.055052326449768,L, 21168655750,-36.055052326449768,L, 23093079000,-36.055055741544351,L, 25017502250,-36.055052326449768,L, 26941925500,-36.055055741544351,L, 28866348750,-36.055055741544351,L, 30790772000,-36.055059156638933,L, 32715195250,-36.055052326449768,L, 34639618500,-36.055055741544351,L, 36564041750,-36.055055741544351,L, 38488465000,-36.055059156638933,L Color: 0,1,0 } Channel: "Z" { Default: -18.898713376764171 KeyVer: 4005 KeyCount: 15 Key: 0,-18.898713376764171,L, 1924423250,-18.898713376764171,L, 3848846500,-18.898716791858757,L, 5773269750,-18.898709961669589,L, 7697693000,-18.898713376764171,L, 11546539500,-18.898704839027708,L, 13470962750,-18.898708254122294,L, 19244232500,-18.898709961669589,L, 21168655750,-18.898706546575003,L, 28866348750,-18.898708254122294,L, 30790772000,-18.898711669216880,L, 32715195250,-18.898709961669589,L, 34639618500,-18.898711669216880,L, 36564041750,-18.898716791858757,L, 38488465000,-18.898713376764171,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033270023763180 KeyVer: 4005 KeyCount: 1 Key: 0,0.033270023763180,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000016763806 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000016763806,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -8.529285810953086 KeyVer: 4005 KeyCount: 19 Key: 0,-8.529285810953086,L, 1924423250,-8.529290079821317,L, 3848846500,-8.529282395858500,L, 5773269750,-8.529277273216623,L, 9622116250,-8.529280688311207,L, 11546539500,-8.529287518500379,L, 13470962750,-8.529278126990269,L, 15395386000,-8.529280688311207,L, 19244232500,-8.529277273216623,L, 21168655750,-8.529282395858500,L, 23093079000,-8.529278126990269,L, 25017502250,-8.529279834537562,L, 26941925500,-8.529275565669330,L, 28866348750,-8.529282395858500,L, 30790772000,-8.529272150574746,L, 32715195250,-8.529283249632147,L, 34639618500,-8.529279834537562,L, 36564041750,-8.529280688311207,L, 38488465000,-8.529285810953086,L Color: 1,0,0 } Channel: "Y" { Default: -55.378473695993890 KeyVer: 4005 KeyCount: 15 Key: 0,-55.378473695993890,L, 3848846500,-55.378466865804718,L, 5773269750,-55.378466865804718,L, 9622116250,-55.378473695993890,L, 11546539500,-55.378466865804718,L, 13470962750,-55.378466865804718,L, 15395386000,-55.378470280899307,L, 21168655750,-55.378470280899307,L, 25017502250,-55.378463450710136,L, 28866348750,-55.378470280899307,L, 30790772000,-55.378463450710136,L, 32715195250,-55.378463450710136,L, 34639618500,-55.378470280899307,L, 36564041750,-55.378466865804718,L, 38488465000,-55.378473695993890,L Color: 0,1,0 } Channel: "Z" { Default: 2.584401428617011 KeyVer: 4005 KeyCount: 16 Key: 0,2.584401428617011,L, 3848846500,2.584390329559609,L, 5773269750,2.584398226965837,L, 7697693000,2.584395238758075,L, 9622116250,2.584397586635603,L, 11546539500,2.584396305975133,L, 13470962750,2.584389262342552,L, 15395386000,2.584396732861956,L, 17319809250,2.584398226965837,L, 23093079000,2.584394171541017,L, 26941925500,2.584398226965837,L, 28866348750,2.584396092531722,L, 30790772000,2.584398440409249,L, 32715195250,2.584390969889844,L, 36564041750,2.584396519418545,L, 38488465000,2.584401428617011,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.022822372615337 KeyVer: 4005 KeyCount: 1 Key: 0,0.022822372615337,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -8.890706124657438 KeyVer: 4005 KeyCount: 14 Key: 0,-8.890706124657438,L, 3848846500,-8.890714662393899,L, 5773269750,-8.890714662393899,L, 7697693000,-8.890712101072960,L, 9622116250,-8.890706978431083,L, 11546539500,-8.890715516167546,L, 15395386000,-8.890709539752022,L, 19244232500,-8.890712954846608,L, 25017502250,-8.890709539752022,L, 30790772000,-8.890713808620253,L, 32715195250,-8.890707832204729,L, 34639618500,-8.890713808620253,L, 36564041750,-8.890717223714839,L, 38488465000,-8.890706124657438,L Color: 1,0,0 } Channel: "Y" { Default: -56.161858827752795 KeyVer: 4005 KeyCount: 17 Key: 0,-56.161858827752795,L, 1924423250,-56.161865657941959,L, 5773269750,-56.161865657941959,L, 7697693000,-56.161858827752795,L, 9622116250,-56.161865657941959,L, 11546539500,-56.161858827752795,L, 13470962750,-56.161865657941959,L, 17319809250,-56.161858827752795,L, 19244232500,-56.161865657941959,L, 21168655750,-56.161862242847377,L, 23093079000,-56.161865657941959,L, 25017502250,-56.161865657941959,L, 26941925500,-56.161858827752795,L, 28866348750,-56.161858827752795,L, 34639618500,-56.161869073036549,L, 36564041750,-56.161862242847377,L, 38488465000,-56.161858827752795,L Color: 0,1,0 } Channel: "Z" { Default: 4.137737563811065 KeyVer: 4005 KeyCount: 17 Key: 0,4.137737563811065,L, 5773269750,4.137749943528935,L, 7697693000,4.137747809094820,L, 9622116250,4.137739271358358,L, 11546539500,4.137735856263773,L, 13470962750,4.137740978905650,L, 15395386000,4.137740552018827,L, 17319809250,4.137745247773881,L, 19244232500,4.137740125132003,L, 21168655750,4.137743967113412,L, 23093079000,4.137745674660704,L, 25017502250,4.137744820887058,L, 26941925500,4.137746528434350,L, 28866348750,4.137739698245181,L, 30790772000,4.137738417584711,L, 32715195250,4.137744394000235,L, 38488465000,4.137737563811065,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_04_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011944949626923 KeyVer: 4005 KeyCount: 1 Key: 0,0.011944949626923,L Color: 1,0,0 } Channel: "Y" { Default: -0.017235830426216 KeyVer: 4005 KeyCount: 1 Key: 0,-0.017235830426216,L Color: 0,1,0 } Channel: "Z" { Default: -0.009000923484564 KeyVer: 4005 KeyCount: 1 Key: 0,-0.009000923484564,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -13.766965149551062 KeyVer: 4005 KeyCount: 14 Key: 0,-13.766965149551062,L, 1924423250,-13.766963442003771,L, 7697693000,-13.766966003324709,L, 9622116250,-13.766969418419293,L, 13470962750,-13.766963442003771,L, 17319809250,-13.766965149551062,L, 21168655750,-13.766960026909185,L, 23093079000,-13.766965149551062,L, 25017502250,-13.766961734456478,L, 26941925500,-13.766966003324709,L, 30790772000,-13.766961734456478,L, 34639618500,-13.766966003324709,L, 36564041750,-13.766963442003771,L, 38488465000,-13.766965149551062,L Color: 1,0,0 } Channel: "Y" { Default: 1.445524907518437 KeyVer: 4005 KeyCount: 14 Key: 0,1.445524907518437,L, 1924423250,1.445524160466497,L, 7697693000,1.445528002447905,L, 9622116250,1.445521599145558,L, 11546539500,1.445525761292083,L, 13470962750,1.445527255395964,L, 17319809250,1.445521919310675,L, 19244232500,1.445528002447905,L, 21168655750,1.445525441126966,L, 25017502250,1.445523733579674,L, 28866348750,1.445527255395964,L, 30790772000,1.445522026032381,L, 32715195250,1.445526081457201,L, 38488465000,1.445524907518437,L Color: 0,1,0 } Channel: "Z" { Default: -24.693430500669031 KeyVer: 4005 KeyCount: 20 Key: 0,-24.693430500669031,L, 1924423250,-24.693425378027154,L, 3848846500,-24.693432208216326,L, 5773269750,-24.693425378027154,L, 7697693000,-24.693430500669031,L, 9622116250,-24.693428793121740,L, 11546539500,-24.693432208216326,L, 13470962750,-24.693425378027154,L, 15395386000,-24.693432208216326,L, 17319809250,-24.693425378027154,L, 19244232500,-24.693428793121740,L, 21168655750,-24.693427085574445,L, 23093079000,-24.693430500669031,L, 25017502250,-24.693427085574445,L, 26941925500,-24.693433915763617,L, 28866348750,-24.693425378027154,L, 32715195250,-24.693430500669031,L, 34639618500,-24.693427085574445,L, 36564041750,-24.693430500669031,L, 38488465000,-24.693430500669031,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_01_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.062076762318611 KeyVer: 4005 KeyCount: 1 Key: 0,0.062076762318611,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000027008355 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000027008355,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 25.483999283887485 KeyVer: 4005 KeyCount: 17 Key: 0,25.483999283887485,L, 1924423250,25.483997576340190,L, 5773269750,25.483999283887485,L, 9622116250,25.484006114076653,L, 11546539500,25.483995868792899,L, 13470962750,25.484000991434776,L, 15395386000,25.484000991434776,L, 17319809250,25.483997576340190,L, 19244232500,25.484000991434776,L, 21168655750,25.484000991434776,L, 23093079000,25.483995868792899,L, 26941925500,25.483999283887485,L, 28866348750,25.484004406529362,L, 30790772000,25.483995868792899,L, 34639618500,25.484006114076653,L, 36564041750,25.483997576340190,L, 38488465000,25.483999283887485,L Color: 1,0,0 } Channel: "Y" { Default: -31.424392389957458 KeyVer: 4005 KeyCount: 15 Key: 0,-31.424392389957458,L, 5773269750,-31.424392389957458,L, 7697693000,-31.424385559768290,L, 9622116250,-31.424392389957458,L, 11546539500,-31.424388974862875,L, 13470962750,-31.424392389957458,L, 23093079000,-31.424392389957458,L, 25017502250,-31.424388974862875,L, 26941925500,-31.424395805052043,L, 28866348750,-31.424392389957458,L, 30790772000,-31.424392389957458,L, 32715195250,-31.424395805052043,L, 34639618500,-31.424388974862875,L, 36564041750,-31.424388974862875,L, 38488465000,-31.424392389957458,L Color: 0,1,0 } Channel: "Z" { Default: -7.023419917377375 KeyVer: 4005 KeyCount: 14 Key: 0,-7.023419917377375,L, 1924423250,-7.023419063603728,L, 3848846500,-7.023423759358783,L, 5773269750,-7.023421624924667,L, 15395386000,-7.023422051811490,L, 17319809250,-7.023426747566544,L, 19244232500,-7.023420771151021,L, 21168655750,-7.023428455113837,L, 25017502250,-7.023421624924667,L, 26941925500,-7.023428882000660,L, 28866348750,-7.023423759358783,L, 30790772000,-7.023424613132429,L, 32715195250,-7.023422051811490,L, 38488465000,-7.023419917377375,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.021206470206380 KeyVer: 4005 KeyCount: 1 Key: 0,0.021206470206380,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.089835350389040 KeyVer: 4005 KeyCount: 16 Key: 0,-0.089835350389040,L, 3848846500,-0.089825505311681,L, 5773269750,-0.089828793674241,L, 9622116250,-0.089828787004134,L, 11546539500,-0.089822623825625,L, 13470962750,-0.089823437578632,L, 15395386000,-0.089822030186137,L, 19244232500,-0.089833722883026,L, 23093079000,-0.089820976309292,L, 25017502250,-0.089817914730358,L, 26941925500,-0.089819395494025,L, 28866348750,-0.089824698228781,L, 32715195250,-0.089822230289335,L, 34639618500,-0.089832075366693,L, 36564041750,-0.089827146157908,L, 38488465000,-0.089835350389040,L Color: 1,0,0 } Channel: "Y" { Default: -58.649365912143672 KeyVer: 4005 KeyCount: 12 Key: 0,-58.649365912143672,L, 1924423250,-58.649359081954501,L, 5773269750,-58.649359081954501,L, 7697693000,-58.649365912143672,L, 11546539500,-58.649365912143672,L, 13470962750,-58.649359081954501,L, 17319809250,-58.649359081954501,L, 19244232500,-58.649365912143672,L, 23093079000,-58.649365912143672,L, 25017502250,-58.649359081954501,L, 36564041750,-58.649359081954501,L, 38488465000,-58.649365912143672,L Color: 0,1,0 } Channel: "Z" { Default: -9.004244359230396 KeyVer: 4005 KeyCount: 17 Key: 0,-9.004244359230396,L, 1924423250,-9.004255458287798,L, 5773269750,-9.004264849797906,L, 7697693000,-9.004250335645919,L, 11546539500,-9.004258019608736,L, 15395386000,-9.004259727156029,L, 17319809250,-9.004256312061443,L, 19244232500,-9.004247774324980,L, 21168655750,-9.004258873382382,L, 23093079000,-9.004259727156029,L, 25017502250,-9.004255458287798,L, 26941925500,-9.004255458287798,L, 28866348750,-9.004262288476967,L, 32715195250,-9.004246920551335,L, 34639618500,-9.004263996024260,L, 36564041750,-9.004260580929675,L, 38488465000,-9.004244359230396,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_03_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.019373551011086 KeyVer: 4005 KeyCount: 1 Key: 0,0.019373551011086,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.504281350796926 KeyVer: 4005 KeyCount: 18 Key: 0,0.504281350796926,L, 1924423250,0.504286366717098,L, 3848846500,0.504286526799657,L, 5773269750,0.504283805396159,L, 7697693000,0.504278682754282,L, 9622116250,0.504288447790361,L, 11546539500,0.504282204570573,L, 13470962750,0.504281831044602,L, 15395386000,0.504285192778335,L, 17319809250,0.504282524735690,L, 21168655750,0.504285139417482,L, 23093079000,0.504277668898077,L, 26941925500,0.504288447790361,L, 28866348750,0.504279376445369,L, 30790772000,0.504278789475988,L, 34639618500,0.504282524735690,L, 36564041750,0.504278629393429,L, 38488465000,0.504281350796926,L Color: 1,0,0 } Channel: "Y" { Default: -48.702937084272747 KeyVer: 4005 KeyCount: 20 Key: 0,-48.702937084272747,L, 1924423250,-48.702947329556501,L, 3848846500,-48.702940499367330,L, 5773269750,-48.702940499367330,L, 7697693000,-48.702947329556501,L, 9622116250,-48.702943914461912,L, 11546539500,-48.702950744651083,L, 13470962750,-48.702943914461912,L, 15395386000,-48.702943914461912,L, 19244232500,-48.702937084272747,L, 21168655750,-48.702940499367330,L, 23093079000,-48.702947329556501,L, 25017502250,-48.702943914461912,L, 26941925500,-48.702950744651083,L, 28866348750,-48.702940499367330,L, 30790772000,-48.702940499367330,L, 32715195250,-48.702943914461912,L, 34639618500,-48.702950744651083,L, 36564041750,-48.702940499367330,L, 38488465000,-48.702937084272747,L Color: 0,1,0 } Channel: "Z" { Default: -5.638160223505107 KeyVer: 4005 KeyCount: 20 Key: 0,-5.638160223505107,L, 1924423250,-5.638161077278752,L, 3848846500,-5.638155527750052,L, 5773269750,-5.638156808410521,L, 7697693000,-5.638163211712868,L, 9622116250,-5.638155527750052,L, 11546539500,-5.638168334354746,L, 13470962750,-5.638161077278752,L, 15395386000,-5.638168761241569,L, 17319809250,-5.638163211712868,L, 19244232500,-5.638165346146984,L, 21168655750,-5.638160223505107,L, 23093079000,-5.638160650391930,L, 25017502250,-5.638166199920630,L, 26941925500,-5.638163638599692,L, 28866348750,-5.638165773033808,L, 32715195250,-5.638161931052399,L, 34639618500,-5.638156808410521,L, 36564041750,-5.638154673976405,L, 38488465000,-5.638160223505107,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shoulder_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.147669523954391 KeyVer: 4005 KeyCount: 1 Key: 0,0.147669523954391,L Color: 1,0,0 } Channel: "Y" { Default: 0.012407761067152 KeyVer: 4005 KeyCount: 1 Key: 0,0.012407761067152,L Color: 0,1,0 } Channel: "Z" { Default: 0.000787779456005 KeyVer: 4005 KeyCount: 1 Key: 0,0.000787779456005,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 144.703540812225157 KeyVer: 4005 KeyCount: 21 Key: 0,144.703540812225157,L, 1924423250,144.676001489491682,L, 3848846500,144.626537259522536,L, 5773269750,144.650087751780717,L, 7697693000,144.802332668380075,L, 9622116250,145.029777967741182,L, 11546539500,145.349717688842446,L, 13470962750,145.856872895093517,L, 15395386000,146.461167051720338,L, 17319809250,146.932491085585553,L, 19244232500,147.098396380524946,L, 21168655750,146.932491085585553,L, 23093079000,146.461167051720338,L, 25017502250,145.856872895093517,L, 26941925500,145.349717688842446,L, 28866348750,145.029777967741182,L, 30790772000,144.802332668380075,L, 32715195250,144.650101412159046,L, 34639618500,144.626537259522536,L, 36564041750,144.676001489491682,L, 38488465000,144.703540812225157,L Color: 1,0,0 } Channel: "Y" { Default: -2.584086813028367 KeyVer: 4005 KeyCount: 21 Key: 0,-2.584086813028367,L, 1924423250,-2.107960515846398,L, 3848846500,-0.651342794146494,L, 5773269750,1.529562381127390,L, 7697693000,3.830035407268317,L, 9622116250,5.738622060912094,L, 11546539500,7.572204699732778,L, 13470962750,9.647941023405336,L, 15395386000,11.521164799508247,L, 17319809250,12.726595857818094,L, 19244232500,13.111772423229361,L, 21168655750,12.726596711591739,L, 23093079000,11.521163945734601,L, 25017502250,9.647941877178983,L, 26941925500,7.572205553506424,L, 28866348750,5.738622060912094,L, 30790772000,3.830034553494671,L, 32715195250,1.529562594570801,L, 34639618500,-0.651342794146494,L, 36564041750,-2.107961796506868,L, 38488465000,-2.584086813028367,L Color: 0,1,0 } Channel: "Z" { Default: 107.193494268024679 KeyVer: 4005 KeyCount: 21 Key: 0,107.193494268024679,L, 1924423250,107.866254240891621,L, 3848846500,109.920119445068195,L, 5773269750,112.992468307329744,L, 7697693000,116.247169560052029,L, 9622116250,118.973289303096962,L, 11546539500,121.719926934408591,L, 13470962750,125.048961135868012,L, 15395386000,128.235667855402937,L, 17319809250,130.386480764658501,L, 19244232500,131.093897117374041,L, 21168655750,130.386480764658501,L, 23093079000,128.235681515781266,L, 25017502250,125.048947475489669,L, 26941925500,121.719926934408591,L, 28866348750,118.973289303096962,L, 30790772000,116.247169560052029,L, 32715195250,112.992475137518909,L, 34639618500,109.920119445068195,L, 36564041750,107.866254240891621,L, 38488465000,107.193494268024679,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::upper_arm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.214628919959068 KeyVer: 4005 KeyCount: 1 Key: 0,0.214628919959068,L Color: 1,0,0 } Channel: "Y" { Default: 0.004128914326429 KeyVer: 4005 KeyCount: 1 Key: 0,0.004128914326429,L Color: 0,1,0 } Channel: "Z" { Default: -0.009519783779979 KeyVer: 4005 KeyCount: 1 Key: 0,-0.009519783779979,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -60.583170051089922 KeyVer: 4005 KeyCount: 21 Key: 0,-60.583170051089922,L, 1924423250,-61.929974072387779,L, 3848846500,-66.522886968432061,L, 5773269750,-74.342592964250017,L, 7697693000,-84.354325230775331,L, 9622116250,-95.172450121278715,L, 11546539500,-106.967244251768335,L, 13470962750,-117.380461867895605,L, 15395386000,-123.080978730315067,L, 17319809250,-124.041330648374156,L, 19244232500,-122.288758748864765,L, 21168655750,-122.380898000768113,L, 23093079000,-122.489484348192818,L, 25017502250,-120.403244047350441,L, 26941925500,-115.430347237211379,L, 28866348750,-109.144729049732774,L, 30790772000,-102.237399723243826,L, 32715195250,-90.163209874566078,L, 34639618500,-74.274092997064045,L, 36564041750,-63.552779207856290,L, 38488465000,-60.583170051089922,L Color: 1,0,0 } Channel: "Y" { Default: 26.332522222213413 KeyVer: 4005 KeyCount: 21 Key: 0,26.332522222213413,L, 1924423250,28.902748020094904,L, 3848846500,35.218576134272432,L, 5773269750,41.675164201959959,L, 7697693000,45.533982026390674,L, 9622116250,45.800400385155804,L, 11546539500,42.431822803496644,L, 13470962750,37.077268682916163,L, 15395386000,35.204352265325902,L, 17319809250,39.188299155351061,L, 19244232500,43.553377431251562,L, 21168655750,43.567334922820457,L, 23093079000,43.193498178978693,L, 25017502250,44.764107008810036,L, 26941925500,47.734972920383683,L, 28866348750,49.542080465320964,L, 30790772000,48.445507254455336,L, 32715195250,45.285281178332525,L, 34639618500,38.926832683734183,L, 36564041750,30.319032140724619,L, 38488465000,26.332522222213413,L Color: 0,1,0 } Channel: "Z" { Default: 36.899601802226044 KeyVer: 4005 KeyCount: 21 Key: 0,36.899601802226044,L, 1924423250,36.815679267894218,L, 3848846500,35.959129149746246,L, 5773269750,33.419688722001247,L, 7697693000,28.071541318862227,L, 9622116250,19.569118641914763,L, 11546539500,8.268943759228314,L, 13470962750,-1.294538986882174,L, 15395386000,-3.779004075771463,L, 17319809250,0.395314513810683,L, 19244232500,5.269868312608908,L, 21168655750,4.501741396568971,L, 23093079000,1.795996107818157,L, 25017502250,0.704263153196530,L, 26941925500,2.711394068637818,L, 28866348750,6.142346431901329,L, 30790772000,8.503340483617183,L, 32715195250,14.468895152815803,L, 34639618500,25.465096735359502,L, 36564041750,34.189252965974646,L, 38488465000,36.899601802226044,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::forearm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.211972668766975 KeyVer: 4005 KeyCount: 1 Key: 0,0.211972668766975,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000037718564 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000037718564,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000022351742,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -47.571953380368640 KeyVer: 4005 KeyCount: 21 Key: 0,-47.571953380368640,L, 1924423250,-43.442260498739365,L, 3848846500,-33.728737706470952,L, 5773269750,-25.040426308619985,L, 7697693000,-21.088142468039660,L, 9622116250,-21.479877722601426,L, 11546539500,-25.098580246760680,L, 13470962750,-26.037121663252663,L, 15395386000,-19.424433037179298,L, 17319809250,-13.445801970814708,L, 19244232500,-11.523364974194635,L, 21168655750,-11.714741752096240,L, 23093079000,-12.543869514500297,L, 25017502250,-13.296518794994185,L, 26941925500,-13.565046828439204,L, 28866348750,-14.147093351392053,L, 30790772000,-17.555568629314141,L, 32715195250,-27.012097016324731,L, 34639618500,-40.689776225498221,L, 36564041750,-47.141398745659160,L, 38488465000,-47.571953380368640,L Color: 1,0,0 } Channel: "Y" { Default: -70.100396621707034 KeyVer: 4005 KeyCount: 21 Key: 0,-70.100396621707034,L, 1924423250,-68.830213662518275,L, 3848846500,-64.429331534988620,L, 5773269750,-57.390917217948967,L, 7697693000,-52.185732504327284,L, 9622116250,-52.791563453517369,L, 11546539500,-57.454827298012688,L, 13470962750,-58.445184237095603,L, 15395386000,-49.319819279539900,L, 17319809250,-31.733171581954952,L, 19244232500,-19.001401855840580,L, 21168655750,-20.761623567220379,L, 23093079000,-26.816144011679224,L, 25017502250,-31.000674774607155,L, 26941925500,-32.299261075459377,L, 28866348750,-34.849923504010690,L, 30790772000,-45.381371694670712,L, 32715195250,-59.398931362227302,L, 34639618500,-67.816217438717970,L, 36564041750,-69.980287745152538,L, 38488465000,-70.100396621707034,L Color: 0,1,0 } Channel: "Z" { Default: 50.971966907682742 KeyVer: 4005 KeyCount: 21 Key: 0,50.971966907682742,L, 1924423250,46.562611930487698,L, 3848846500,35.993430359758001,L, 5773269750,26.075491958462447,L, 7697693000,21.244051781128732,L, 9622116250,21.737888118498287,L, 11546539500,26.144528095498252,L, 13470962750,27.251768354300133,L, 15395386000,19.096507117390995,L, 17319809250,10.014705106361570,L, 19244232500,5.556915550214745,L, 21168655750,6.119609159041213,L, 23093079000,8.172073747551101,L, 25017502250,9.727930222548887,L, 26941925500,10.239638603655399,L, 28866348750,11.291838636804460,L, 30790772000,16.557295500983194,L, 32715195250,28.390074020994483,L, 34639618500,43.600847245983083,L, 36564041750,50.513900270996494,L, 38488465000,50.971966907682742,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::hand_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.222559109330177 KeyVer: 4005 KeyCount: 1 Key: 0,0.222559109330177,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000089406967 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000089406967,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000005587935 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000005587935,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -107.399779641337105 KeyVer: 4005 KeyCount: 15 Key: 0,-107.399779641337105,L, 1924423250,-107.399772811147940,L, 11546539500,-107.399772811147940,L, 13470962750,-107.399779641337105,L, 15395386000,-107.399772811147940,L, 19244232500,-107.399772811147940,L, 21168655750,-107.399779641337105,L, 23093079000,-107.399772811147940,L, 25017502250,-107.399772811147940,L, 26941925500,-107.399779641337105,L, 28866348750,-107.399772811147940,L, 30790772000,-107.399779641337105,L, 32715195250,-107.399772811147940,L, 34639618500,-107.399779641337105,L, 38488465000,-107.399779641337105,L Color: 1,0,0 } Channel: "Y" { Default: 3.413003906785213 KeyVer: 4005 KeyCount: 16 Key: 0,3.413003906785213,L, 1924423250,3.413005827775917,L, 5773269750,3.413000705134039,L, 9622116250,3.413001558907686,L, 11546539500,3.413006468106152,L, 15395386000,3.413004547115448,L, 17319809250,3.412999851360393,L, 19244232500,3.413005400889094,L, 23093079000,3.413002626124744,L, 25017502250,3.413004760558859,L, 26941925500,3.413004333672036,L, 28866348750,3.413006041219329,L, 30790772000,3.413002839568155,L, 34639618500,3.413005614332505,L, 36564041750,3.413003693341802,L, 38488465000,3.413003906785213,L Color: 0,1,0 } Channel: "Z" { Default: -0.062218974584014 KeyVer: 4005 KeyCount: 13 Key: 0,-0.062218974584014,L, 5773269750,-0.062218974584014,L, 9622116250,-0.062216399922862,L, 11546539500,-0.062221542575059,L, 13470962750,-0.062217267036721,L, 15395386000,-0.062220181873310,L, 17319809250,-0.062220255244483,L, 19244232500,-0.062218127480474,L, 21168655750,-0.062220688801413,L, 23093079000,-0.062219408140943,L, 25017502250,-0.062220261914590,L, 32715195250,-0.062217700593651,L, 38488465000,-0.062218974584014,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023443503305316 KeyVer: 4005 KeyCount: 1 Key: 0,0.023443503305316,L Color: 1,0,0 } Channel: "Y" { Default: -0.017202844843268 KeyVer: 4005 KeyCount: 1 Key: 0,-0.017202844843268,L Color: 0,1,0 } Channel: "Z" { Default: -0.001944944262505 KeyVer: 4005 KeyCount: 1 Key: 0,-0.001944944262505,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -12.599437372266502 KeyVer: 4005 KeyCount: 14 Key: 0,-12.599437372266502,L, 1924423250,-12.599434810945564,L, 3848846500,-12.599440787361088,L, 5773269750,-12.599440787361088,L, 7697693000,-12.599438226040148,L, 11546539500,-12.599439079813795,L, 13470962750,-12.599443348682026,L, 17319809250,-12.599437372266502,L, 21168655750,-12.599433957171916,L, 25017502250,-12.599444202455672,L, 26941925500,-12.599439933587441,L, 34639618500,-12.599437372266502,L, 36564041750,-12.599433957171916,L, 38488465000,-12.599437372266502,L Color: 1,0,0 } Channel: "Y" { Default: -24.543801546521777 KeyVer: 4005 KeyCount: 15 Key: 0,-24.543801546521777,L, 3848846500,-24.543806669163654,L, 7697693000,-24.543801546521777,L, 9622116250,-24.543806669163654,L, 11546539500,-24.543801546521777,L, 13470962750,-24.543799838974486,L, 15395386000,-24.543808376710949,L, 17319809250,-24.543804961616363,L, 19244232500,-24.543806669163654,L, 23093079000,-24.543806669163654,L, 25017502250,-24.543803254069068,L, 28866348750,-24.543801546521777,L, 30790772000,-24.543804961616363,L, 34639618500,-24.543801546521777,L, 38488465000,-24.543801546521777,L Color: 0,1,0 } Channel: "Z" { Default: -8.554906704303413 KeyVer: 4005 KeyCount: 17 Key: 0,-8.554906704303413,L, 1924423250,-8.554910973171644,L, 3848846500,-8.554910973171644,L, 5773269750,-8.554904996756120,L, 7697693000,-8.554905850529767,L, 9622116250,-8.554911826945290,L, 11546539500,-8.554907558077058,L, 13470962750,-8.554908411850706,L, 15395386000,-8.554911826945290,L, 19244232500,-8.554908411850706,L, 21168655750,-8.554910119397997,L, 23093079000,-8.554907558077058,L, 25017502250,-8.554910973171644,L, 28866348750,-8.554909265624351,L, 32715195250,-8.554912680718937,L, 36564041750,-8.554910973171644,L, 38488465000,-8.554906704303413,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.058449070900679 KeyVer: 4005 KeyCount: 1 Key: 0,0.058449070900679,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000029802322,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -19.616021550945174 KeyVer: 4005 KeyCount: 16 Key: 0,-19.616021550945174,L, 3848846500,-19.616024966039760,L, 5773269750,-19.616023258492465,L, 13470962750,-19.616026673587051,L, 15395386000,-19.616019843397879,L, 17319809250,-19.616019843397879,L, 19244232500,-19.616024966039760,L, 21168655750,-19.616024966039760,L, 25017502250,-19.616019843397879,L, 26941925500,-19.616024966039760,L, 28866348750,-19.616021550945174,L, 30790772000,-19.616026673587051,L, 32715195250,-19.616019843397879,L, 34639618500,-19.616026673587051,L, 36564041750,-19.616026673587051,L, 38488465000,-19.616021550945174,L Color: 1,0,0 } Channel: "Y" { Default: -16.997728296779783 KeyVer: 4005 KeyCount: 11 Key: 0,-16.997728296779783,L, 3848846500,-16.997731711874369,L, 9622116250,-16.997730004327078,L, 25017502250,-16.997733419421664,L, 26941925500,-16.997730004327078,L, 28866348750,-16.997731711874369,L, 30790772000,-16.997728296779783,L, 32715195250,-16.997730004327078,L, 34639618500,-16.997735126968955,L, 36564041750,-16.997730004327078,L, 38488465000,-16.997728296779783,L Color: 0,1,0 } Channel: "Z" { Default: 21.498524139035531 KeyVer: 4005 KeyCount: 16 Key: 0,21.498524139035531,L, 1924423250,21.498525846582826,L, 3848846500,21.498524139035531,L, 7697693000,21.498525846582826,L, 9622116250,21.498522431488240,L, 11546539500,21.498527554130117,L, 13470962750,21.498524139035531,L, 15395386000,21.498524139035531,L, 17319809250,21.498527554130117,L, 19244232500,21.498522431488240,L, 21168655750,21.498529261677412,L, 26941925500,21.498529261677412,L, 28866348750,21.498524139035531,L, 30790772000,21.498525846582826,L, 34639618500,21.498522431488240,L, 38488465000,21.498524139035531,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026524297893047 KeyVer: 4005 KeyCount: 1 Key: 0,0.026524297893047,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000004656613 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000004656613,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000026077032,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.822122831062673 KeyVer: 4005 KeyCount: 17 Key: 0,5.822122831062673,L, 1924423250,5.822121123515380,L, 7697693000,5.822125819270435,L, 9622116250,5.822120696628557,L, 13470962750,5.822124111723142,L, 15395386000,5.822118989081265,L, 17319809250,5.822118989081265,L, 19244232500,5.822116854647150,L, 21168655750,5.822118989081265,L, 23093079000,5.822124965496789,L, 25017502250,5.822127953704551,L, 26941925500,5.822117281533973,L, 28866348750,5.822125392383612,L, 30790772000,5.822122404175850,L, 34639618500,5.822120269741735,L, 36564041750,5.822122831062673,L, 38488465000,5.822122831062673,L Color: 1,0,0 } Channel: "Y" { Default: -55.306879653113917 KeyVer: 4005 KeyCount: 19 Key: 0,-55.306879653113917,L, 1924423250,-55.306889898397671,L, 3848846500,-55.306883068208506,L, 5773269750,-55.306886483303089,L, 9622116250,-55.306886483303089,L, 11546539500,-55.306889898397671,L, 13470962750,-55.306886483303089,L, 15395386000,-55.306879653113917,L, 17319809250,-55.306879653113917,L, 19244232500,-55.306886483303089,L, 21168655750,-55.306886483303089,L, 25017502250,-55.306879653113917,L, 26941925500,-55.306883068208506,L, 28866348750,-55.306889898397671,L, 30790772000,-55.306886483303089,L, 32715195250,-55.306886483303089,L, 34639618500,-55.306889898397671,L, 36564041750,-55.306879653113917,L, 38488465000,-55.306879653113917,L Color: 0,1,0 } Channel: "Z" { Default: -3.376886506784472 KeyVer: 4005 KeyCount: 15 Key: 0,-3.376886506784472,L, 1924423250,-3.376889494992234,L, 3848846500,-3.376887574001530,L, 5773269750,-3.376888427775176,L, 13470962750,-3.376885866454237,L, 15395386000,-3.376888427775176,L, 19244232500,-3.376886933671295,L, 23093079000,-3.376889494992234,L, 25017502250,-3.376882024472829,L, 26941925500,-3.376888427775176,L, 28866348750,-3.376887574001530,L, 30790772000,-3.376889494992234,L, 32715195250,-3.376886933671295,L, 34639618500,-3.376889068105411,L, 38488465000,-3.376886506784472,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_index_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.023733489215374 KeyVer: 4005 KeyCount: 1 Key: 0,0.023733489215374,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000026077032,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003725290 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003725290,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.517379000204182 KeyVer: 4005 KeyCount: 14 Key: 0,5.517379000204182,L, 5773269750,5.517377719543713,L, 7697693000,5.517379427091006,L, 9622116250,5.517376011996421,L, 13470962750,5.517378573317360,L, 17319809250,5.517375158222775,L, 19244232500,5.517382415298767,L, 21168655750,5.517377292656890,L, 23093079000,5.517374304449128,L, 26941925500,5.517377719543713,L, 30790772000,5.517376011996421,L, 32715195250,5.517378146430536,L, 34639618500,5.517376438883244,L, 38488465000,5.517379000204182,L Color: 1,0,0 } Channel: "Y" { Default: -4.763630059253924 KeyVer: 4005 KeyCount: 14 Key: 0,-4.763630059253924,L, 1924423250,-4.763630486140746,L, 3848846500,-4.763628778593454,L, 7697693000,-4.763631339914393,L, 13470962750,-4.763627071046161,L, 17319809250,-4.763627924819808,L, 19244232500,-4.763623655951577,L, 21168655750,-4.763628778593454,L, 23093079000,-4.763630913027570,L, 25017502250,-4.763627497932985,L, 30790772000,-4.763630486140746,L, 34639618500,-4.763627924819808,L, 36564041750,-4.763624936612046,L, 38488465000,-4.763630059253924,L Color: 0,1,0 } Channel: "Z" { Default: 6.222819293815481 KeyVer: 4005 KeyCount: 9 Key: 0,6.222819293815481,L, 1924423250,6.222820574475950,L, 13470962750,6.222817586268188,L, 17319809250,6.222822282023242,L, 21168655750,6.222818013155011,L, 23093079000,6.222821855136419,L, 26941925500,6.222823135796888,L, 28866348750,6.222818866928657,L, 38488465000,6.222819293815481,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.003173906356096 KeyVer: 4005 KeyCount: 1 Key: 0,0.003173906356096,L Color: 1,0,0 } Channel: "Y" { Default: -0.015621237456799 KeyVer: 4005 KeyCount: 1 Key: 0,-0.015621237456799,L Color: 0,1,0 } Channel: "Z" { Default: 0.023462988436222 KeyVer: 4005 KeyCount: 1 Key: 0,0.023462988436222,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -79.964883670105436 KeyVer: 4005 KeyCount: 18 Key: 0,-79.964883670105436,L, 1924423250,-79.964876839916272,L, 3848846500,-79.964883670105436,L, 7697693000,-79.964870009727093,L, 9622116250,-79.964876839916272,L, 11546539500,-79.964876839916272,L, 13470962750,-79.964883670105436,L, 17319809250,-79.964870009727093,L, 19244232500,-79.964870009727093,L, 21168655750,-79.964883670105436,L, 23093079000,-79.964876839916272,L, 25017502250,-79.964883670105436,L, 26941925500,-79.964883670105436,L, 28866348750,-79.964876839916272,L, 30790772000,-79.964883670105436,L, 32715195250,-79.964876839916272,L, 36564041750,-79.964876839916272,L, 38488465000,-79.964883670105436,L Color: 1,0,0 } Channel: "Y" { Default: -49.354311734848416 KeyVer: 4005 KeyCount: 13 Key: 0,-49.354311734848416,L, 1924423250,-49.354311734848416,L, 5773269750,-49.354304904659244,L, 7697693000,-49.354304904659244,L, 9622116250,-49.354311734848416,L, 11546539500,-49.354311734848416,L, 13470962750,-49.354315149942998,L, 15395386000,-49.354315149942998,L, 17319809250,-49.354311734848416,L, 26941925500,-49.354311734848416,L, 30790772000,-49.354318565037588,L, 32715195250,-49.354311734848416,L, 38488465000,-49.354311734848416,L Color: 0,1,0 } Channel: "Z" { Default: -14.186416457991053 KeyVer: 4005 KeyCount: 17 Key: 0,-14.186416457991053,L, 1924423250,-14.186421580632929,L, 3848846500,-14.186424141953868,L, 5773269750,-14.186408774028235,L, 7697693000,-14.186412189122821,L, 9622116250,-14.186412189122821,L, 11546539500,-14.186419019311991,L, 17319809250,-14.186419019311991,L, 19244232500,-14.186422434406575,L, 23093079000,-14.186417311764698,L, 26941925500,-14.186419873085637,L, 28866348750,-14.186424141953868,L, 30790772000,-14.186419019311991,L, 32715195250,-14.186424995727515,L, 34639618500,-14.186412189122821,L, 36564041750,-14.186419019311991,L, 38488465000,-14.186416457991053,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033066406846046 KeyVer: 4005 KeyCount: 1 Key: 0,0.033066406846046,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 7.590360196320292 KeyVer: 4005 KeyCount: 13 Key: 0,7.590360196320292,L, 1924423250,7.590359342546646,L, 5773269750,7.590361050093938,L, 7697693000,7.590359342546646,L, 9622116250,7.590362757641230,L, 13470962750,7.590355927452061,L, 15395386000,7.590363611414877,L, 17319809250,7.590361050093938,L, 26941925500,7.590362757641230,L, 28866348750,7.590361050093938,L, 30790772000,7.590363611414877,L, 34639618500,7.590359342546646,L, 38488465000,7.590360196320292,L Color: 1,0,0 } Channel: "Y" { Default: -15.050603581404735 KeyVer: 4005 KeyCount: 14 Key: 0,-15.050603581404735,L, 1924423250,-15.050606996499321,L, 5773269750,-15.050606996499321,L, 7697693000,-15.050603581404735,L, 9622116250,-15.050603581404735,L, 11546539500,-15.050606996499321,L, 13470962750,-15.050606996499321,L, 17319809250,-15.050603581404735,L, 19244232500,-15.050606996499321,L, 23093079000,-15.050601873857442,L, 25017502250,-15.050610411593905,L, 28866348750,-15.050605288952028,L, 32715195250,-15.050608704046612,L, 38488465000,-15.050603581404735,L Color: 0,1,0 } Channel: "Z" { Default: 21.255145715888112 KeyVer: 4005 KeyCount: 14 Key: 0,21.255145715888112,L, 3848846500,21.255144008340817,L, 5773269750,21.255147423435403,L, 9622116250,21.255144008340817,L, 13470962750,21.255145715888112,L, 15395386000,21.255138885698940,L, 19244232500,21.255147423435403,L, 21168655750,21.255142300793526,L, 23093079000,21.255145715888112,L, 25017502250,21.255140593246232,L, 28866348750,21.255144008340817,L, 30790772000,21.255140593246232,L, 34639618500,21.255145715888112,L, 38488465000,21.255145715888112,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thumb_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.026086315512657 KeyVer: 4005 KeyCount: 1 Key: 0,0.026086315512657,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000074505806 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000074505806,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000046100467 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000046100467,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -3.311975163677114 KeyVer: 4005 KeyCount: 18 Key: 0,-3.311975163677114,L, 1924423250,-3.311977724998053,L, 3848846500,-3.311974950233703,L, 9622116250,-3.311975163677114,L, 11546539500,-3.311971535139118,L, 13470962750,-3.311971535139118,L, 15395386000,-3.311976017450761,L, 17319809250,-3.311976230894172,L, 19244232500,-3.311979645988758,L, 21168655750,-3.311973029242999,L, 23093079000,-3.311977084667819,L, 25017502250,-3.311975804007349,L, 26941925500,-3.311971962025941,L, 28866348750,-3.311973242686411,L, 30790772000,-3.311976657780995,L, 34639618500,-3.311977724998053,L, 36564041750,-3.311975377120526,L, 38488465000,-3.311975163677114,L Color: 1,0,0 } Channel: "Y" { Default: 8.854103994669037 KeyVer: 4005 KeyCount: 16 Key: 0,8.854103994669037,L, 1924423250,8.854101433348099,L, 3848846500,8.854104848442685,L, 7697693000,8.854106555989976,L, 9622116250,8.854104848442685,L, 13470962750,8.854105702216330,L, 15395386000,8.854108263537269,L, 17319809250,8.854102287121744,L, 21168655750,8.854106555989976,L, 23093079000,8.854103994669037,L, 25017502250,8.854105702216330,L, 30790772000,8.854103140895392,L, 32715195250,8.854106555989976,L, 34639618500,8.854103994669037,L, 36564041750,8.854105702216330,L, 38488465000,8.854103994669037,L Color: 0,1,0 } Channel: "Z" { Default: 12.936357797418053 KeyVer: 4005 KeyCount: 13 Key: 0,12.936357797418053,L, 1924423250,12.936355236097114,L, 3848846500,12.936359504965345,L, 5773269750,12.936360358738991,L, 9622116250,12.936357797418053,L, 13470962750,12.936361212512638,L, 19244232500,12.936353528549821,L, 25017502250,12.936356943644407,L, 26941925500,12.936355236097114,L, 28866348750,12.936358651191700,L, 30790772000,12.936358651191700,L, 34639618500,12.936355236097114,L, 38488465000,12.936357797418053,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.020897297188640 KeyVer: 4005 KeyCount: 1 Key: 0,0.020897297188640,L Color: 1,0,0 } Channel: "Y" { Default: -0.008608873933554 KeyVer: 4005 KeyCount: 1 Key: 0,-0.008608873933554,L Color: 0,1,0 } Channel: "Z" { Default: -0.008577793836594 KeyVer: 4005 KeyCount: 1 Key: 0,-0.008577793836594,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -5.272525256196040 KeyVer: 4005 KeyCount: 19 Key: 0,-5.272525256196040,L, 1924423250,-5.272523975535570,L, 3848846500,-5.272519706667339,L, 5773269750,-5.272525256196040,L, 7697693000,-5.272521414214632,L, 9622116250,-5.272524829309217,L, 11546539500,-5.272519706667339,L, 15395386000,-5.272526536856510,L, 17319809250,-5.272523975535570,L, 19244232500,-5.272528244403802,L, 21168655750,-5.272520560440985,L, 23093079000,-5.272520987327809,L, 25017502250,-5.272527817516979,L, 26941925500,-5.272523121761925,L, 28866348750,-5.272528244403802,L, 30790772000,-5.272528244403802,L, 32715195250,-5.272524402422394,L, 36564041750,-5.272522267988278,L, 38488465000,-5.272525256196040,L Color: 1,0,0 } Channel: "Y" { Default: -17.111643899304386 KeyVer: 4005 KeyCount: 16 Key: 0,-17.111643899304386,L, 1924423250,-17.111638776662510,L, 3848846500,-17.111642191757095,L, 5773269750,-17.111638776662510,L, 9622116250,-17.111643899304386,L, 11546539500,-17.111640484209801,L, 13470962750,-17.111640484209801,L, 15395386000,-17.111643899304386,L, 17319809250,-17.111638776662510,L, 19244232500,-17.111643899304386,L, 23093079000,-17.111640484209801,L, 25017502250,-17.111642191757095,L, 28866348750,-17.111642191757095,L, 32715195250,-17.111647314398972,L, 36564041750,-17.111642191757095,L, 38488465000,-17.111643899304386,L Color: 0,1,0 } Channel: "Z" { Default: 6.502369971920415 KeyVer: 4005 KeyCount: 13 Key: 0,6.502369971920415,L, 5773269750,6.502366129939007,L, 7697693000,6.502371252580884,L, 15395386000,6.502367837486299,L, 17319809250,6.502369971920415,L, 19244232500,6.502368691259946,L, 23093079000,6.502369545033592,L, 25017502250,6.502367410599477,L, 26941925500,6.502369971920415,L, 30790772000,6.502365703052184,L, 32715195250,6.502373387015000,L, 34639618500,6.502368691259946,L, 38488465000,6.502369971920415,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059462871402502 KeyVer: 4005 KeyCount: 1 Key: 0,0.059462871402502,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000029802322,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -30.129712957310478 KeyVer: 4005 KeyCount: 15 Key: 0,-30.129712957310478,L, 3848846500,-30.129712957310478,L, 5773269750,-30.129719787499646,L, 7697693000,-30.129712957310478,L, 9622116250,-30.129712957310478,L, 11546539500,-30.129716372405063,L, 15395386000,-30.129709542215892,L, 17319809250,-30.129716372405063,L, 19244232500,-30.129712957310478,L, 28866348750,-30.129712957310478,L, 30790772000,-30.129716372405063,L, 32715195250,-30.129709542215892,L, 34639618500,-30.129716372405063,L, 36564041750,-30.129712957310478,L, 38488465000,-30.129712957310478,L Color: 1,0,0 } Channel: "Y" { Default: -22.144316817512017 KeyVer: 4005 KeyCount: 16 Key: 0,-22.144316817512017,L, 1924423250,-22.144313402417431,L, 3848846500,-22.144320232606603,L, 5773269750,-22.144311694870140,L, 7697693000,-22.144318525059312,L, 11546539500,-22.144315109964726,L, 17319809250,-22.144318525059312,L, 21168655750,-22.144313402417431,L, 23093079000,-22.144318525059312,L, 25017502250,-22.144315109964726,L, 26941925500,-22.144318525059312,L, 28866348750,-22.144316817512017,L, 32715195250,-22.144316817512017,L, 34639618500,-22.144313402417431,L, 36564041750,-22.144318525059312,L, 38488465000,-22.144316817512017,L Color: 0,1,0 } Channel: "Z" { Default: 17.350651001383007 KeyVer: 4005 KeyCount: 16 Key: 0,17.350651001383007,L, 1924423250,17.350647586288421,L, 3848846500,17.350647586288421,L, 9622116250,17.350652708930298,L, 11546539500,17.350647586288421,L, 15395386000,17.350652708930298,L, 19244232500,17.350652708930298,L, 21168655750,17.350647586288421,L, 23093079000,17.350647586288421,L, 25017502250,17.350652708930298,L, 26941925500,17.350647586288421,L, 28866348750,17.350652708930298,L, 30790772000,17.350652708930298,L, 34639618500,17.350647586288421,L, 36564041750,17.350652708930298,L, 38488465000,17.350651001383007,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.034587025642395 KeyVer: 4005 KeyCount: 1 Key: 0,0.034587025642395,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000001862645 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000001862645,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000017695129 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000017695129,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 9.000190641958000 KeyVer: 4005 KeyCount: 15 Key: 0,9.000190641958000,L, 1924423250,9.000191495731645,L, 7697693000,9.000188934410707,L, 9622116250,9.000194057052584,L, 11546539500,9.000188934410707,L, 15395386000,9.000190641958000,L, 17319809250,9.000188080637061,L, 19244232500,9.000188934410707,L, 21168655750,9.000192349505292,L, 25017502250,9.000191495731645,L, 26941925500,9.000194910826231,L, 28866348750,9.000188934410707,L, 32715195250,9.000194910826231,L, 34639618500,9.000192349505292,L, 38488465000,9.000190641958000,L Color: 1,0,0 } Channel: "Y" { Default: -18.853169675378592 KeyVer: 4005 KeyCount: 14 Key: 0,-18.853169675378592,L, 1924423250,-18.853167967831300,L, 3848846500,-18.853169675378592,L, 13470962750,-18.853166260284009,L, 15395386000,-18.853161137642129,L, 17319809250,-18.853167967831300,L, 21168655750,-18.853169675378592,L, 23093079000,-18.853166260284009,L, 25017502250,-18.853166260284009,L, 26941925500,-18.853173090473177,L, 28866348750,-18.853166260284009,L, 30790772000,-18.853169675378592,L, 34639618500,-18.853166260284009,L, 38488465000,-18.853169675378592,L Color: 0,1,0 } Channel: "Z" { Default: 0.342226868486835 KeyVer: 4005 KeyCount: 12 Key: 0,0.342226868486835,L, 15395386000,0.342225160939543,L, 17319809250,0.342226975208541,L, 19244232500,0.342225187619969,L, 21168655750,0.342228789477539,L, 23093079000,0.342229696612038,L, 25017502250,0.342225214300396,L, 26941925500,0.342227882343040,L, 28866348750,0.342226094754468,L, 30790772000,0.342227775621334,L, 34639618500,0.342226014713189,L, 38488465000,0.342226868486835,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_middle_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025573424994946 KeyVer: 4005 KeyCount: 1 Key: 0,0.025573424994946,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000059604645 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000059604645,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.759013705148647 KeyVer: 4005 KeyCount: 16 Key: 0,4.759013705148647,L, 3848846500,4.759013278261825,L, 5773269750,4.759017974016879,L, 7697693000,4.759013705148647,L, 9622116250,4.759019681564172,L, 11546539500,4.759017120243233,L, 15395386000,4.759019254677349,L, 17319809250,4.759015412695940,L, 19244232500,4.759017974016879,L, 21168655750,4.759015412695940,L, 25017502250,4.759014985809118,L, 28866348750,4.759021389111464,L, 30790772000,4.759020535337818,L, 32715195250,4.759013278261825,L, 36564041750,4.759015412695940,L, 38488465000,4.759013705148647,L Color: 1,0,0 } Channel: "Y" { Default: -32.731834031068594 KeyVer: 4005 KeyCount: 15 Key: 0,-32.731834031068594,L, 3848846500,-32.731834031068594,L, 5773269750,-32.731837446163176,L, 7697693000,-32.731837446163176,L, 9622116250,-32.731830615974005,L, 11546539500,-32.731837446163176,L, 13470962750,-32.731834031068594,L, 15395386000,-32.731837446163176,L, 21168655750,-32.731837446163176,L, 23093079000,-32.731834031068594,L, 25017502250,-32.731837446163176,L, 30790772000,-32.731837446163176,L, 32715195250,-32.731830615974005,L, 34639618500,-32.731834031068594,L, 38488465000,-32.731834031068594,L Color: 0,1,0 } Channel: "Z" { Default: 0.270842400356592 KeyVer: 4005 KeyCount: 17 Key: 0,0.270842400356592,L, 1924423250,0.270842160232754,L, 3848846500,0.270839865716080,L, 5773269750,0.270842933965121,L, 7697693000,0.270841973469769,L, 9622116250,0.270838745138169,L, 11546539500,0.270839118664140,L, 13470962750,0.270844934997105,L, 15395386000,0.270839732313948,L, 17319809250,0.270841920108916,L, 19244232500,0.270839358787978,L, 25017502250,0.270841599943799,L, 26941925500,0.270838825179449,L, 28866348750,0.270844934997105,L, 30790772000,0.270841893428490,L, 34639618500,0.270839358787978,L, 38488465000,0.270842400356592,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.017974294722080 KeyVer: 4005 KeyCount: 1 Key: 0,0.017974294722080,L Color: 1,0,0 } Channel: "Y" { Default: 0.002705467864871 KeyVer: 4005 KeyCount: 1 Key: 0,0.002705467864871,L Color: 0,1,0 } Channel: "Z" { Default: -0.011575162410736 KeyVer: 4005 KeyCount: 1 Key: 0,-0.011575162410736,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 4.568038627747604 KeyVer: 4005 KeyCount: 16 Key: 0,4.568038627747604,L, 3848846500,4.568041189068542,L, 5773269750,4.568039054634426,L, 7697693000,4.568042042842189,L, 9622116250,4.568039481521250,L, 11546539500,4.568044604163128,L, 13470962750,4.568039908408073,L, 15395386000,4.568030943784787,L, 17319809250,4.568039481521250,L, 21168655750,4.568043323502658,L, 25017502250,4.568035639539842,L, 28866348750,4.568039054634426,L, 30790772000,4.568038200860781,L, 32715195250,4.568039481521250,L, 34639618500,4.568037773973957,L, 38488465000,4.568038627747604,L Color: 1,0,0 } Channel: "Y" { Default: -9.088919921918215 KeyVer: 4005 KeyCount: 15 Key: 0,-9.088919921918215,L, 1924423250,-9.088918214370922,L, 5773269750,-9.088923337012799,L, 7697693000,-9.088921629465508,L, 9622116250,-9.088924190786447,L, 13470962750,-9.088916506823630,L, 15395386000,-9.088922483239154,L, 19244232500,-9.088920775691861,L, 21168655750,-9.088922483239154,L, 23093079000,-9.088919068144568,L, 25017502250,-9.088921629465508,L, 30790772000,-9.088921629465508,L, 32715195250,-9.088925898333738,L, 36564041750,-9.088918214370922,L, 38488465000,-9.088919921918215,L Color: 0,1,0 } Channel: "Z" { Default: 17.921398683901376 KeyVer: 4005 KeyCount: 13 Key: 0,17.921398683901376,L, 1924423250,17.921396976354085,L, 5773269750,17.921402098995962,L, 9622116250,17.921400391448671,L, 13470962750,17.921402098995962,L, 15395386000,17.921398683901376,L, 17319809250,17.921402098995962,L, 19244232500,17.921400391448671,L, 30790772000,17.921398683901376,L, 32715195250,17.921405514090548,L, 34639618500,17.921396976354085,L, 36564041750,17.921400391448671,L, 38488465000,17.921398683901376,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.059641905128956 KeyVer: 4005 KeyCount: 1 Key: 0,0.059641905128956,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -37.372988553220608 KeyVer: 4005 KeyCount: 19 Key: 0,-37.372988553220608,L, 1924423250,-37.372985138126019,L, 3848846500,-37.372988553220608,L, 5773269750,-37.372988553220608,L, 7697693000,-37.372981723031437,L, 9622116250,-37.372988553220608,L, 11546539500,-37.372988553220608,L, 13470962750,-37.372985138126019,L, 15395386000,-37.372988553220608,L, 21168655750,-37.372988553220608,L, 23093079000,-37.372985138126019,L, 25017502250,-37.372988553220608,L, 26941925500,-37.372985138126019,L, 28866348750,-37.372988553220608,L, 30790772000,-37.372985138126019,L, 32715195250,-37.372988553220608,L, 34639618500,-37.372985138126019,L, 36564041750,-37.372985138126019,L, 38488465000,-37.372988553220608,L Color: 1,0,0 } Channel: "Y" { Default: -33.079224282444109 KeyVer: 4005 KeyCount: 16 Key: 0,-33.079224282444109,L, 1924423250,-33.079227697538698,L, 3848846500,-33.079224282444109,L, 5773269750,-33.079224282444109,L, 7697693000,-33.079227697538698,L, 9622116250,-33.079220867349527,L, 11546539500,-33.079224282444109,L, 21168655750,-33.079224282444109,L, 23093079000,-33.079227697538698,L, 26941925500,-33.079227697538698,L, 28866348750,-33.079224282444109,L, 30790772000,-33.079224282444109,L, 32715195250,-33.079227697538698,L, 34639618500,-33.079234527727863,L, 36564041750,-33.079224282444109,L, 38488465000,-33.079224282444109,L Color: 0,1,0 } Channel: "Z" { Default: 16.057950616048032 KeyVer: 4005 KeyCount: 17 Key: 0,16.057950616048032,L, 3848846500,16.057955738689909,L, 5773269750,16.057950616048032,L, 7697693000,16.057952323595327,L, 9622116250,16.057950616048032,L, 11546539500,16.057952323595327,L, 15395386000,16.057950616048032,L, 17319809250,16.057955738689909,L, 19244232500,16.057950616048032,L, 23093079000,16.057945493406155,L, 25017502250,16.057947200953446,L, 26941925500,16.057945493406155,L, 28866348750,16.057947200953446,L, 30790772000,16.057952323595327,L, 34639618500,16.057954031142618,L, 36564041750,16.057950616048032,L, 38488465000,16.057950616048032,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.033270016312599 KeyVer: 4005 KeyCount: 1 Key: 0,0.033270016312599,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000033527613 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000033527613,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.101834559969435 KeyVer: 4005 KeyCount: 19 Key: 0,5.101834559969435,L, 3848846500,5.101837975064020,L, 5773269750,5.101837548177197,L, 7697693000,5.101832852422143,L, 9622116250,5.101835840629905,L, 11546539500,5.101835413743082,L, 13470962750,5.101829864214380,L, 15395386000,5.101835840629905,L, 17319809250,5.101837548177197,L, 19244232500,5.101833706195789,L, 21168655750,5.101832425535320,L, 23093079000,5.101833706195789,L, 25017502250,5.101837975064020,L, 28866348750,5.101829864214380,L, 30790772000,5.101836694403551,L, 32715195250,5.101831998648496,L, 34639618500,5.101834559969435,L, 36564041750,5.101832852422143,L, 38488465000,5.101834559969435,L Color: 1,0,0 } Channel: "Y" { Default: -18.631618829271208 KeyVer: 4005 KeyCount: 11 Key: 0,-18.631618829271208,L, 1924423250,-18.631617121723913,L, 3848846500,-18.631620536818499,L, 11546539500,-18.631617121723913,L, 13470962750,-18.631620536818499,L, 15395386000,-18.631617121723913,L, 17319809250,-18.631618829271208,L, 25017502250,-18.631620536818499,L, 28866348750,-18.631615414176622,L, 30790772000,-18.631617121723913,L, 38488465000,-18.631618829271208,L Color: 0,1,0 } Channel: "Z" { Default: 2.817465839230906 KeyVer: 4005 KeyCount: 15 Key: 0,2.817465839230906,L, 9622116250,2.817467119891375,L, 11546539500,2.817465198900670,L, 13470962750,2.817467333334786,L, 17319809250,2.817464345127024,L, 19244232500,2.817467333334786,L, 21168655750,2.817463918240201,L, 23093079000,2.817469040882079,L, 25017502250,2.817469681212314,L, 26941925500,2.817463491353378,L, 28866348750,2.817463491353378,L, 32715195250,2.817468400551844,L, 34639618500,2.817464985457259,L, 36564041750,2.817466906447963,L, 38488465000,2.817465839230906,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_ring_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.022822381928563 KeyVer: 4005 KeyCount: 1 Key: 0,0.022822381928563,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007450581,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000033527613 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000033527613,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 5.260875941679776 KeyVer: 4005 KeyCount: 17 Key: 0,5.260875941679776,L, 1924423250,5.260877649227069,L, 3848846500,5.260875087906131,L, 7697693000,5.260876795453423,L, 9622116250,5.260872099698369,L, 11546539500,5.260878503000716,L, 13470962750,5.260875087906131,L, 15395386000,5.260875514792954,L, 17319809250,5.260878503000716,L, 19244232500,5.260872953472015,L, 21168655750,5.260878076113892,L, 25017502250,5.260875514792954,L, 26941925500,5.260878503000716,L, 30790772000,5.260874661019307,L, 32715195250,5.260881491208478,L, 34639618500,5.260874661019307,L, 38488465000,5.260875941679776,L Color: 1,0,0 } Channel: "Y" { Default: -20.181499742518888 KeyVer: 4005 KeyCount: 16 Key: 0,-20.181499742518888,L, 3848846500,-20.181501450066179,L, 5773269750,-20.181498034971593,L, 7697693000,-20.181498034971593,L, 11546539500,-20.181501450066179,L, 13470962750,-20.181498034971593,L, 17319809250,-20.181501450066179,L, 21168655750,-20.181499742518888,L, 23093079000,-20.181501450066179,L, 25017502250,-20.181499742518888,L, 26941925500,-20.181503157613470,L, 28866348750,-20.181501450066179,L, 30790772000,-20.181494619877007,L, 34639618500,-20.181503157613470,L, 36564041750,-20.181499742518888,L, 38488465000,-20.181499742518888,L Color: 0,1,0 } Channel: "Z" { Default: 1.445902915800314 KeyVer: 4005 KeyCount: 15 Key: 0,1.445902915800314,L, 3848846500,1.445902275470080,L, 7697693000,1.445905904008076,L, 13470962750,1.445905263677842,L, 15395386000,1.445899927592553,L, 17319809250,1.445901528418139,L, 19244232500,1.445905690564665,L, 23093079000,1.445900674644493,L, 25017502250,1.445901101531316,L, 26941925500,1.445906224173194,L, 30790772000,1.445900141035964,L, 32715195250,1.445903022522020,L, 34639618500,1.445902275470080,L, 36564041750,1.445904089739078,L, 38488465000,1.445902915800314,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999642372131 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999642372131,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::palm_04_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011944981291890 KeyVer: 4005 KeyCount: 1 Key: 0,0.011944981291890,L Color: 1,0,0 } Channel: "Y" { Default: 0.017235808074474 KeyVer: 4005 KeyCount: 1 Key: 0,0.017235808074474,L Color: 0,1,0 } Channel: "Z" { Default: -0.009000897407532 KeyVer: 4005 KeyCount: 1 Key: 0,-0.009000897407532,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 13.766948074078138 KeyVer: 4005 KeyCount: 16 Key: 0,13.766948074078138,L, 3848846500,13.766952342946370,L, 5773269750,13.766947220304491,L, 7697693000,13.766945512757198,L, 11546539500,13.766949781625430,L, 15395386000,13.766943805209907,L, 17319809250,13.766945512757198,L, 19244232500,13.766944658983553,L, 21168655750,13.766950635399077,L, 23093079000,13.766945512757198,L, 25017502250,13.766947220304491,L, 26941925500,13.766943805209907,L, 30790772000,13.766947220304491,L, 34639618500,13.766945512757198,L, 36564041750,13.766951489172722,L, 38488465000,13.766948074078138,L Color: 1,0,0 } Channel: "Y" { Default: 1.445525547848672 KeyVer: 4005 KeyCount: 18 Key: 0,1.445525547848672,L, 1924423250,1.445526401622318,L, 3848846500,1.445529709995197,L, 5773269750,1.445530670490549,L, 7697693000,1.445525441126966,L, 9622116250,1.445526294900612,L, 13470962750,1.445531097377373,L, 15395386000,1.445528002447905,L, 17319809250,1.445530883933961,L, 21168655750,1.445527255395964,L, 23093079000,1.445531204099078,L, 25017502250,1.445527255395964,L, 26941925500,1.445530563768844,L, 28866348750,1.445527148674258,L, 30790772000,1.445528109169611,L, 32715195250,1.445523626857968,L, 34639618500,1.445526508344024,L, 38488465000,1.445525547848672,L Color: 0,1,0 } Channel: "Z" { Default: 24.693428793121740 KeyVer: 4005 KeyCount: 15 Key: 0,24.693428793121740,L, 1924423250,24.693430500669031,L, 3848846500,24.693428793121740,L, 5773269750,24.693433915763617,L, 9622116250,24.693430500669031,L, 15395386000,24.693432208216326,L, 19244232500,24.693428793121740,L, 21168655750,24.693433915763617,L, 25017502250,24.693427085574445,L, 26941925500,24.693432208216326,L, 28866348750,24.693427085574445,L, 32715195250,24.693435623310908,L, 34639618500,24.693432208216326,L, 36564041750,24.693432208216326,L, 38488465000,24.693428793121740,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_01_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.062076792120934 KeyVer: 4005 KeyCount: 1 Key: 0,0.062076792120934,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000011175871 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000011175871,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -29.918964055375451 KeyVer: 4005 KeyCount: 16 Key: 0,-29.918964055375451,L, 1924423250,-29.918960640280865,L, 3848846500,-29.918964055375451,L, 7697693000,-29.918964055375451,L, 9622116250,-29.918967470470037,L, 11546539500,-29.918967470470037,L, 13470962750,-29.918964055375451,L, 15395386000,-29.918964055375451,L, 17319809250,-29.918967470470037,L, 19244232500,-29.918960640280865,L, 21168655750,-29.918967470470037,L, 23093079000,-29.918964055375451,L, 26941925500,-29.918964055375451,L, 28866348750,-29.918957225186283,L, 30790772000,-29.918964055375451,L, 38488465000,-29.918964055375451,L Color: 1,0,0 } Channel: "Y" { Default: -42.599008758905391 KeyVer: 4005 KeyCount: 12 Key: 0,-42.599008758905391,L, 7697693000,-42.599008758905391,L, 9622116250,-42.599012173999974,L, 11546539500,-42.599008758905391,L, 13470962750,-42.599012173999974,L, 15395386000,-42.599008758905391,L, 17319809250,-42.599008758905391,L, 19244232500,-42.599012173999974,L, 21168655750,-42.599005343810802,L, 25017502250,-42.599012173999974,L, 26941925500,-42.599008758905391,L, 38488465000,-42.599008758905391,L Color: 0,1,0 } Channel: "Z" { Default: 14.349421483854110 KeyVer: 4005 KeyCount: 17 Key: 0,14.349421483854110,L, 1924423250,14.349421483854110,L, 3848846500,14.349426606495989,L, 7697693000,14.349421483854110,L, 9622116250,14.349424898948696,L, 13470962750,14.349419776306819,L, 17319809250,14.349421483854110,L, 19244232500,14.349416361212233,L, 21168655750,14.349421483854110,L, 23093079000,14.349421483854110,L, 25017502250,14.349418068759526,L, 28866348750,14.349424898948696,L, 30790772000,14.349421483854110,L, 32715195250,14.349421483854110,L, 34639618500,14.349416361212233,L, 36564041750,14.349421483854110,L, 38488465000,14.349421483854110,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.021206513047218 KeyVer: 4005 KeyCount: 1 Key: 0,0.021206513047218,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000014901161 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000014901161,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000029802322 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000029802322,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.047987461695306 KeyVer: 4005 KeyCount: 19 Key: 0,0.047987461695306,L, 1924423250,0.047987244916841,L, 3848846500,0.047992717739316,L, 5773269750,0.047994808817738,L, 7697693000,0.047986311101916,L, 11546539500,0.047988558927844,L, 15395386000,0.047984830338248,L, 17319809250,0.047993164636459,L, 19244232500,0.047987161540508,L, 21168655750,0.047991627176885,L, 23093079000,0.047990076377098,L, 25017502250,0.047983079435262,L, 26941925500,0.047988338814325,L, 28866348750,0.047986577906180,L, 30790772000,0.047990083047204,L, 32715195250,0.047990313165882,L, 34639618500,0.047986204380210,L, 36564041750,0.047988338814325,L, 38488465000,0.047987461695306,L Color: 1,0,0 } Channel: "Y" { Default: -13.134029448413463 KeyVer: 4005 KeyCount: 15 Key: 0,-13.134029448413463,L, 1924423250,-13.134024325771584,L, 3848846500,-13.134024325771584,L, 5773269750,-13.134027740866170,L, 9622116250,-13.134026033318877,L, 11546539500,-13.134027740866170,L, 13470962750,-13.134025179545231,L, 17319809250,-13.134024325771584,L, 19244232500,-13.134026887092523,L, 26941925500,-13.134026887092523,L, 28866348750,-13.134022618224291,L, 30790772000,-13.134026887092523,L, 32715195250,-13.134025179545231,L, 36564041750,-13.134026033318877,L, 38488465000,-13.134029448413463,L Color: 0,1,0 } Channel: "Z" { Default: 9.070089090376516 KeyVer: 4005 KeyCount: 16 Key: 0,9.070089090376516,L, 1924423250,9.070087382829223,L, 7697693000,9.070089944150164,L, 9622116250,9.070087382829223,L, 11546539500,9.070089090376516,L, 13470962750,9.070087382829223,L, 17319809250,9.070090797923809,L, 21168655750,9.070089944150164,L, 23093079000,9.070086529055578,L, 26941925500,9.070087382829223,L, 28866348750,9.070084821508285,L, 30790772000,9.070087382829223,L, 32715195250,9.070086529055578,L, 34639618500,9.070089090376516,L, 36564041750,9.070086529055578,L, 38488465000,9.070089090376516,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::finger_pinky_03_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.019373528659344 KeyVer: 4005 KeyCount: 1 Key: 0,0.019373528659344,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000026077032,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000007450581 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000007450581,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.462068433848781 KeyVer: 4005 KeyCount: 17 Key: 0,-0.462068433848781,L, 1924423250,-0.462063791454580,L, 3848846500,-0.462057121347968,L, 5773269750,-0.462062350711552,L, 7697693000,-0.462051838623532,L, 11546539500,-0.462063684732874,L, 13470962750,-0.462053652892530,L, 15395386000,-0.462063738093727,L, 17319809250,-0.462067206549165,L, 19244232500,-0.462061977185581,L, 23093079000,-0.462064378423961,L, 25017502250,-0.462052585675473,L, 28866348750,-0.462059469225496,L, 30790772000,-0.462059522586348,L, 32715195250,-0.462063631372021,L, 34639618500,-0.462062991041786,L, 38488465000,-0.462068433848781,L Color: 1,0,0 } Channel: "Y" { Default: -43.923758099373309 KeyVer: 4005 KeyCount: 13 Key: 0,-43.923758099373309,L, 1924423250,-43.923761514467891,L, 9622116250,-43.923761514467891,L, 11546539500,-43.923758099373309,L, 13470962750,-43.923758099373309,L, 15395386000,-43.923761514467891,L, 25017502250,-43.923761514467891,L, 26941925500,-43.923764929562481,L, 28866348750,-43.923764929562481,L, 30790772000,-43.923754684278727,L, 32715195250,-43.923764929562481,L, 36564041750,-43.923758099373309,L, 38488465000,-43.923758099373309,L Color: 0,1,0 } Channel: "Z" { Default: 5.579843214597975 KeyVer: 4005 KeyCount: 16 Key: 0,5.579843214597975,L, 1924423250,5.579845775918914,L, 7697693000,5.579844495258445,L, 9622116250,5.579847910353029,L, 11546539500,5.579842787711152,L, 13470962750,5.579844068371622,L, 15395386000,5.579842787711152,L, 17319809250,5.579846629692560,L, 19244232500,5.579841507050682,L, 23093079000,5.579850471673968,L, 25017502250,5.579844495258445,L, 26941925500,5.579845775918914,L, 28866348750,5.579849191013499,L, 32715195250,5.579847483466207,L, 34639618500,5.579844495258445,L, 38488465000,5.579843214597975,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thigh_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.011268401518464 KeyVer: 4005 KeyCount: 1 Key: 0,0.011268401518464,L Color: 1,0,0 } Channel: "Y" { Default: -0.096516586840153 KeyVer: 4005 KeyCount: 1 Key: 0,-0.096516586840153,L Color: 0,1,0 } Channel: "Z" { Default: 0.017799658700824 KeyVer: 4005 KeyCount: 1 Key: 0,0.017799658700824,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -19.774531458560723 KeyVer: 4005 KeyCount: 21 Key: 0,-19.774531458560723,L, 1924423250,-19.000324393499014,L, 3848846500,-16.421731613884265,L, 5773269750,-12.122189856843594,L, 7697693000,-7.361476288365262,L, 9622116250,-3.217744806670696,L, 11546539500,0.677466079926787,L, 13470962750,5.191126903649353,L, 15395386000,9.950225559275802,L, 17319809250,13.906918286965361,L, 19244232500,16.461292069556922,L, 21168655750,17.887683162610951,L, 23093079000,18.446047712164106,L, 25017502250,17.943214308110367,L, 26941925500,16.371044780053676,L, 28866348750,13.838951074534663,L, 30790772000,8.114071781119437,L, 32715195250,-2.597040907119513,L, 34639618500,-13.114118593209257,L, 36564041750,-18.733427921491980,L, 38488465000,-19.774531458560723,L Color: 1,0,0 } Channel: "Y" { Default: -143.708751080370888 KeyVer: 4005 KeyCount: 21 Key: 0,-143.708751080370888,L, 1924423250,-144.405976790844790,L, 3848846500,-146.960986634802822,L, 5773269750,-151.954524276613625,L, 7697693000,-158.514347238511164,L, 9622116250,-164.663334321833020,L, 11546539500,-170.517598742469261,L, 13470962750,-178.734685144197982,L, 15395386000,-189.092325511048927,L, 17319809250,-197.401769730734429,L, 19244232500,-199.788620317326973,L, 21168655750,-197.855034744434164,L, 23093079000,-193.365592384126245,L, 25017502250,-185.709223532119751,L, 26941925500,-175.357743995900137,L, 28866348750,-163.465715292386363,L, 30790772000,-148.225705442655595,L, 32715195250,-134.635281900128888,L, 34639618500,-133.345291392347093,L, 36564041750,-139.786214421173241,L, 38488465000,-143.708751080370888,L Color: 0,1,0 } Channel: "Z" { Default: 18.092066328239532 KeyVer: 4005 KeyCount: 21 Key: 0,18.092066328239532,L, 1924423250,18.519458585363296,L, 3848846500,19.244650505393775,L, 5773269750,19.107104155888255,L, 7697693000,18.174977994574199,L, 9622116250,17.304321828242877,L, 11546539500,17.381864965889921,L, 13470962750,17.959893630063512,L, 15395386000,18.309042655150307,L, 17319809250,18.507235961843577,L, 19244232500,18.670487728290400,L, 21168655750,18.802417954750887,L, 23093079000,18.999574780237605,L, 25017502250,19.354777060476316,L, 26941925500,19.961938189007263,L, 28866348750,20.960341090932445,L, 30790772000,23.457396779782986,L, 32715195250,28.152052173703638,L, 34639618500,29.365049374066555,L, 36564041750,23.137410954904812,L, 38488465000,18.092066328239532,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shin_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.204638078808784 KeyVer: 4005 KeyCount: 1 Key: 0,0.204638078808784,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000028871000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000028871000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000026077032 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000026077032,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -6.978269378755893 KeyVer: 4005 KeyCount: 21 Key: 0,-6.978269378755893,L, 1924423250,-7.755310972323155,L, 3848846500,-10.032775225584459,L, 5773269750,-12.758619199741652,L, 7697693000,-14.612773087681914,L, 9622116250,-15.918609634338095,L, 11546539500,-19.625582108235886,L, 13470962750,-25.540181004905342,L, 15395386000,-28.940061343530630,L, 17319809250,-30.199268188723202,L, 19244232500,-34.765475045112773,L, 21168655750,-43.775768390626858,L, 23093079000,-56.352086426326544,L, 25017502250,-71.604035446726499,L, 26941925500,-85.264557220704944,L, 28866348750,-94.455881315075374,L, 30790772000,-97.158327622457065,L, 32715195250,-84.048421548418418,L, 34639618500,-43.587886962032997,L, 36564041750,-13.901139946927540,L, 38488465000,-6.978269378755893,L Color: 1,0,0 } Channel: "Y" { Default: -32.043002623084625 KeyVer: 4005 KeyCount: 21 Key: 0,-32.043002623084625,L, 1924423250,-33.721521611612843,L, 3848846500,-37.890023628106071,L, 5773269750,-41.830936911265631,L, 7697693000,-44.049764844276105,L, 9622116250,-45.438058849687152,L, 11546539500,-48.763691616939923,L, 13470962750,-52.706223654932771,L, 15395386000,-54.432752043136944,L, 17319809250,-54.993804272128493,L, 19244232500,-56.730595019560596,L, 21168655750,-59.075180395569163,L, 23093079000,-60.594795033057267,L, 25017502250,-60.258066706976123,L, 26941925500,-57.791111661797785,L, 28866348750,-54.492727934238737,L, 30790772000,-53.157453272259843,L, 32715195250,-58.112622326408157,L, 34639618500,-59.038406657077871,L, 36564041750,-43.235278446131595,L, 38488465000,-32.043002623084625,L Color: 0,1,0 } Channel: "Z" { Default: 20.529654975081446 KeyVer: 4005 KeyCount: 21 Key: 0,20.529654975081446,L, 1924423250,21.960678643940028,L, 3848846500,25.849967649805411,L, 5773269750,30.099315200409379,L, 7697693000,32.820284980820126,L, 9622116250,34.675101397109884,L, 11546539500,39.731794383081123,L, 13470962750,47.362133384160735,L, 15395386000,51.586636121658813,L, 17319809250,53.129224100420224,L, 19244232500,58.644052024969412,L, 21168655750,69.269265052555227,L, 23093079000,83.794509266023553,L, 25017502250,101.297866221774896,L, 26941925500,117.199939968132426,L, 28866348750,128.252989215138058,L, 30790772000,131.600314663194752,L, 32715195250,115.765163110324920,L, 34639618500,69.050214055684066,L, 36564041750,31.789203038811070,L, 38488465000,20.529654975081446,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::foot_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191647529602 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191647529602,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013038516 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013038516,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 58.308983434856572 KeyVer: 4005 KeyCount: 18 Key: 0,58.308983434856572,L, 1924423250,58.309010755613258,L, 3848846500,58.308976604667407,L, 9622116250,58.308997095234915,L, 11546539500,58.308983434856572,L, 13470962750,58.308976604667407,L, 15395386000,58.308997095234915,L, 17319809250,58.308997095234915,L, 19244232500,58.308990265045743,L, 21168655750,58.308990265045743,L, 23093079000,58.308997095234915,L, 25017502250,58.308990265045743,L, 26941925500,58.308997095234915,L, 28866348750,58.308997095234915,L, 30790772000,58.309003925424086,L, 32715195250,58.308990265045743,L, 36564041750,58.308990265045743,L, 38488465000,58.308983434856572,L Color: 1,0,0 } Channel: "Y" { Default: 100.878998040735297 KeyVer: 4005 KeyCount: 5 Key: 0,100.878998040735297,L, 1924423250,100.878998040735297,L, 3848846500,100.878991210546133,L, 5773269750,100.878998040735297,L, 38488465000,100.878998040735297,L Color: 0,1,0 } Channel: "Z" { Default: 52.150102822521959 KeyVer: 4005 KeyCount: 18 Key: 0,52.150102822521959,L, 1924423250,52.150126728184055,L, 3848846500,52.150133558373227,L, 5773269750,52.150123313089473,L, 7697693000,52.150126728184055,L, 9622116250,52.150136973467809,L, 11546539500,52.150130143278645,L, 13470962750,52.150143803656981,L, 15395386000,52.150113067805719,L, 17319809250,52.150113067805719,L, 19244232500,52.150116482900302,L, 21168655750,52.150130143278645,L, 23093079000,52.150136973467809,L, 25017502250,52.150126728184055,L, 26941925500,52.150130143278645,L, 28866348750,52.150119897994884,L, 34639618500,52.150130143278645,L, 38488465000,52.150102822521959,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::toe_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.121792323887348 KeyVer: 4005 KeyCount: 1 Key: 0,0.121792323887348,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000005587935 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000005587935,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000011641532 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000011641532,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 177.734308317602682 KeyVer: 4005 KeyCount: 21 Key: 0,177.734308317602682,L, 1924423250,177.836201079640773,L, 3848846500,178.110446835194722,L, 5773269750,178.439743915458905,L, 7697693000,178.682270272507367,L, 9622116250,178.765981070974931,L, 11546539500,177.851760250570038,L, 13470962750,175.342102862700841,L, 15395386000,172.180913729905058,L, 17319809250,169.657937473154362,L, 19244232500,168.721778085135412,L, 21168655750,169.595168034682018,L, 23093079000,171.868555518782500,L, 25017502250,174.719025685856508,L, 26941925500,177.099578838034290,L, 28866348750,178.006409393757252,L, 30790772000,178.012256035686761,L, 32715195250,177.999852412154041,L, 34639618500,177.917931123249019,L, 36564041750,177.793703642625019,L, 38488465000,177.734308317602682,L Color: 1,0,0 } Channel: "Y" { Default: 28.720340988120807 KeyVer: 4005 KeyCount: 21 Key: 0,28.720340988120807,L, 1924423250,27.283800233960157,L, 3848846500,23.228793763357576,L, 5773269750,18.014910803827888,L, 7697693000,13.960268040798608,L, 9622116250,12.523913409292840,L, 11546539500,15.557617061230516,L, 13470962750,24.260722648823712,L, 15395386000,35.610338709590877,L, 17319809250,44.418554078321243,L, 19244232500,47.511513036403279,L, 21168655750,42.994613315631959,L, 23093079000,29.902793582515468,L, 25017502250,12.779933658820292,L, 26941925500,-0.275712511997790,L, 28866348750,-4.718752728199243,L, 30790772000,-1.732464783088257,L, 32715195250,6.611986397249323,L, 34639618500,17.392711306291883,L, 36564041750,25.766608606080112,L, 38488465000,28.720340988120807,L Color: 0,1,0 } Channel: "Z" { Default: 1.227721167222739 KeyVer: 4005 KeyCount: 21 Key: 0,1.227721167222739,L, 1924423250,1.275957563966886,L, 3848846500,1.394119836607937,L, 5773269750,1.511548290800036,L, 7697693000,1.579412943671479,L, 9622116250,1.598964146727201,L, 11546539500,2.234122007222580,L, 13470962750,3.826703555613825,L, 15395386000,5.417566030768345,L, 17319809250,6.240052287978221,L, 19244232500,6.423743822403103,L, 21168655750,6.429909775676323,L, 23093079000,5.998623030065189,L, 25017502250,4.689159652959735,L, 26941925500,3.144142688174745,L, 28866348750,2.480970806798598,L, 30790772000,2.377021517490089,L, 32715195250,2.086503476568834,L, 34639618500,1.694282958410883,L, 36564041750,1.357424752013802,L, 38488465000,1.227721167222739,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191647529602 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191647529602,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000022351742 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000022351742,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000013038516 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000013038516,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 179.857144772017932 KeyVer: 4005 KeyCount: 1 Key: 0,179.857144772017932,L Color: 1,0,0 } Channel: "Y" { Default: -29.153467189052787 KeyVer: 4005 KeyCount: 19 Key: 0,-29.153467189052787,L, 1924423250,-29.153467189052787,L, 3848846500,-29.153470604147373,L, 5773269750,-29.153463773958201,L, 9622116250,-29.153470604147373,L, 11546539500,-29.153463773958201,L, 15395386000,-29.153470604147373,L, 17319809250,-29.153467189052787,L, 19244232500,-29.153470604147373,L, 21168655750,-29.153467189052787,L, 23093079000,-29.153467189052787,L, 25017502250,-29.153470604147373,L, 26941925500,-29.153467189052787,L, 28866348750,-29.153467189052787,L, 30790772000,-29.153470604147373,L, 32715195250,-29.153470604147373,L, 34639618500,-29.153467189052787,L, 36564041750,-29.153470604147373,L, 38488465000,-29.153467189052787,L Color: 0,1,0 } Channel: "Z" { Default: -9.037798517301681 KeyVer: 4005 KeyCount: 14 Key: 0,-9.037798517301681,L, 1924423250,-9.037796809754390,L, 3848846500,-9.037798517301681,L, 13470962750,-9.037799371075328,L, 15395386000,-9.037796809754390,L, 17319809250,-9.037799371075328,L, 19244232500,-9.037795955980743,L, 23093079000,-9.037799371075328,L, 26941925500,-9.037796809754390,L, 28866348750,-9.037799371075328,L, 30790772000,-9.037795955980743,L, 34639618500,-9.037801078622619,L, 36564041750,-9.037798517301681,L, 38488465000,-9.037798517301681,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_02_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025433221831918 KeyVer: 4005 KeyCount: 1 Key: 0,0.025433221831918,L Color: 1,0,0 } Channel: "Y" { Default: -0.012646730989218 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012646730989218,L Color: 0,1,0 } Channel: "Z" { Default: 0.039081215858459 KeyVer: 4005 KeyCount: 1 Key: 0,0.039081215858459,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -134.384805202886525 KeyVer: 4005 KeyCount: 19 Key: 0,-134.384805202886525,L, 1924423250,-134.384805202886525,L, 3848846500,-134.384791542508196,L, 5773269750,-134.384805202886525,L, 7697693000,-134.384805202886525,L, 9622116250,-134.384791542508196,L, 13470962750,-134.384791542508196,L, 15395386000,-134.384805202886525,L, 17319809250,-134.384805202886525,L, 19244232500,-134.384791542508196,L, 21168655750,-134.384791542508196,L, 23093079000,-134.384805202886525,L, 25017502250,-134.384791542508196,L, 28866348750,-134.384791542508196,L, 30790772000,-134.384805202886525,L, 32715195250,-134.384791542508196,L, 34639618500,-134.384791542508196,L, 36564041750,-134.384805202886525,L, 38488465000,-134.384805202886525,L Color: 1,0,0 } Channel: "Y" { Default: 11.290410273494283 KeyVer: 4005 KeyCount: 1 Key: 0,11.290410273494283,L Color: 0,1,0 } Channel: "Z" { Default: 90.000009334538021 KeyVer: 4005 KeyCount: 16 Key: 0,90.000009334538021,L, 1924423250,90.000016164727199,L, 3848846500,90.000009334538021,L, 5773269750,90.000009334538021,L, 7697693000,90.000016164727199,L, 9622116250,90.000009334538021,L, 11546539500,90.000009334538021,L, 13470962750,90.000016164727199,L, 15395386000,90.000009334538021,L, 25017502250,90.000009334538021,L, 26941925500,90.000016164727199,L, 28866348750,90.000009334538021,L, 32715195250,90.000009334538021,L, 34639618500,90.000016164727199,L, 36564041750,90.000009334538021,L, 38488465000,90.000009334538021,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999701976776 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999701976776,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::thigh_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.009739920496941 KeyVer: 4005 KeyCount: 1 Key: 0,0.009739920496941,L Color: 1,0,0 } Channel: "Y" { Default: 0.094999484717846 KeyVer: 4005 KeyCount: 1 Key: 0,0.094999484717846,L Color: 0,1,0 } Channel: "Z" { Default: 0.017022667452693 KeyVer: 4005 KeyCount: 1 Key: 0,0.017022667452693,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -7.616055367977843 KeyVer: 4005 KeyCount: 21 Key: 0,-7.616055367977843,L, 1924423250,-8.826055822842420,L, 3848846500,-11.797704644849679,L, 5773269750,-14.680632724633186,L, 7697693000,-15.564189410759351,L, 9622116250,-13.372264739115872,L, 11546539500,-5.662298965805543,L, 13470962750,8.241737408216901,L, 15395386000,18.486117016929928,L, 17319809250,20.795699380989522,L, 19244232500,19.323368435578058,L, 21168655750,17.829694856557627,L, 23093079000,15.911513067790462,L, 25017502250,12.894621072721105,L, 26941925500,9.701512758386608,L, 28866348750,7.376621379076097,L, 30790772000,5.287924344566635,L, 32715195250,1.993555701022495,L, 34639618500,-2.421185947550151,L, 36564041750,-6.204635195810817,L, 38488465000,-7.616055367977843,L Color: 1,0,0 } Channel: "Y" { Default: 162.860260003600644 KeyVer: 4005 KeyCount: 21 Key: 0,162.860260003600644,L, 1924423250,165.406896035636237,L, 3848846500,173.091705795346627,L, 5773269750,184.933628231109253,L, 7697693000,199.646934873184449,L, 9622116250,215.642117758307421,L, 11546539500,232.268587707657133,L, 13470962750,239.255106247383083,L, 15395386000,231.591333470316300,L, 17319809250,220.750935332929544,L, 19244232500,214.370760006581435,L, 21168655750,211.810449935827478,L, 23093079000,207.789995684688648,L, 25017502250,201.171323812902358,L, 26941925500,192.918419899166167,L, 28866348750,185.630252884936198,L, 30790772000,181.285938384112512,L, 32715195250,177.411964369913562,L, 34639618500,171.325172989173723,L, 36564041750,165.238176702758807,L, 38488465000,162.860260003600644,L Color: 0,1,0 } Channel: "Z" { Default: -28.255199983001727 KeyVer: 4005 KeyCount: 21 Key: 0,-28.255199983001727,L, 1924423250,-27.840863632476424,L, 3848846500,-26.255530622341848,L, 5773269750,-23.699410872643703,L, 7697693000,-21.841216927809384,L, 9622116250,-22.184681527959444,L, 11546539500,-26.375974178165677,L, 13470962750,-34.252401479945910,L, 15395386000,-33.891627472891770,L, 17319809250,-24.063675106363714,L, 19244232500,-16.422532453564450,L, 21168655750,-15.317914987403848,L, 23093079000,-15.989141582802130,L, 25017502250,-16.251122026154057,L, 26941925500,-15.620967065782292,L, 28866348750,-15.070503337551539,L, 30790772000,-16.999323145950981,L, 32715195250,-21.022938067128226,L, 34639618500,-24.701233991795760,L, 36564041750,-27.283118922590447,L, 38488465000,-28.255199983001727,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::shin_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.204638063907623 KeyVer: 4005 KeyCount: 1 Key: 0,0.204638063907623,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000018742867 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000018742867,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000006053597 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000006053597,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 50.645067223817229 KeyVer: 4005 KeyCount: 21 Key: 0,50.645067223817229,L, 1924423250,57.810809927364069,L, 3848846500,77.826016761708189,L, 5773269750,97.988079493396540,L, 7697693000,108.868427407238642,L, 9622116250,112.796715085717452,L, 11546539500,111.200738933308727,L, 13470962750,96.942459493739122,L, 15395386000,52.337536873725185,L, 17319809250,15.532507578294291,L, 19244232500,6.383241654398632,L, 21168655750,5.943492304405863,L, 23093079000,7.520250012037504,L, 25017502250,9.392721613558068,L, 26941925500,9.904229357857711,L, 28866348750,9.730731453882235,L, 30790772000,13.645439008743786,L, 32715195250,25.360432624065670,L, 34639618500,39.981010910421602,L, 36564041750,48.459679896983090,L, 38488465000,50.645067223817229,L Color: 1,0,0 } Channel: "Y" { Default: -60.122692357626669 KeyVer: 4005 KeyCount: 21 Key: 0,-60.122692357626669,L, 1924423250,-60.662024585057608,L, 3848846500,-59.425835477367947,L, 5773269750,-52.705202541651857,L, 7697693000,-44.100089678080693,L, 9622116250,-38.989226461802154,L, 11546539500,-41.264557134721478,L, 13470962750,-53.271677940844391,L, 15395386000,-60.298289690998267,L, 17319809250,-45.041033613613216,L, 19244232500,-30.643462711205174,L, 21168655750,-29.535110839115870,L, 23093079000,-33.229983632899000,L, 25017502250,-36.814709381032074,L, 26941925500,-37.679329367684410,L, 28866348750,-37.390863158278506,L, 30790772000,-42.931724348849158,L, 32715195250,-52.605410062783527,L, 34639618500,-58.238946675107364,L, 36564041750,-59.849457470069865,L, 38488465000,-60.122692357626669,L Color: 0,1,0 } Channel: "Z" { Default: -77.230007624544555 KeyVer: 4005 KeyCount: 21 Key: 0,-77.230007624544555,L, 1924423250,-85.468335914591989,L, 3848846500,-108.491305342406108,L, 5773269750,-132.640156322814335,L, 7697693000,-147.114679551506214,L, 9622116250,-153.029063297216823,L, 11546539500,-150.553420251414252,L, 13470962750,-131.330740757033084,L, 15395386000,-79.180115425039617,L, 17319809250,-34.131336376907605,L, 19244232500,-19.385823685348566,L, 21168655750,-18.508753971386611,L, 23093079000,-21.534515820866861,L, 25017502250,-24.795068838160553,L, 26941925500,-25.640145946050215,L, 28866348750,-25.355378284079865,L, 30790772000,-31.414847200592380,L, 32715195250,-47.136006311309444,L, 34639618500,-64.826814393736939,L, 36564041750,-74.706280046985157,L, 38488465000,-77.230007624544555,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::foot_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191662430763 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191662430763,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000024272595 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000024272595,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000015832484 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000015832484,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 75.045556033626710 KeyVer: 4005 KeyCount: 20 Key: 0,75.045556033626710,L, 1924423250,75.045556033626710,L, 3848846500,75.045549203437545,L, 5773269750,75.045556033626710,L, 9622116250,75.045556033626710,L, 11546539500,75.045549203437545,L, 13470962750,75.045549203437545,L, 15395386000,75.045542373248367,L, 17319809250,75.045549203437545,L, 19244232500,75.045549203437545,L, 21168655750,75.045556033626710,L, 23093079000,75.045542373248367,L, 25017502250,75.045556033626710,L, 26941925500,75.045549203437545,L, 28866348750,75.045562863815888,L, 30790772000,75.045556033626710,L, 32715195250,75.045569694005053,L, 34639618500,75.045556033626710,L, 36564041750,75.045535543059202,L, 38488465000,75.045556033626710,L Color: 1,0,0 } Channel: "Y" { Default: 79.289657998948115 KeyVer: 4005 KeyCount: 16 Key: 0,79.289657998948115,L, 1924423250,79.289664829137294,L, 3848846500,79.289657998948115,L, 5773269750,79.289657998948115,L, 7697693000,79.289664829137294,L, 9622116250,79.289657998948115,L, 13470962750,79.289657998948115,L, 15395386000,79.289664829137294,L, 17319809250,79.289657998948115,L, 26941925500,79.289657998948115,L, 28866348750,79.289664829137294,L, 30790772000,79.289657998948115,L, 32715195250,79.289664829137294,L, 34639618500,79.289664829137294,L, 36564041750,79.289657998948115,L, 38488465000,79.289657998948115,L Color: 0,1,0 } Channel: "Z" { Default: 82.991716151738089 KeyVer: 4005 KeyCount: 13 Key: 0,82.991716151738089,L, 1924423250,82.991722981927253,L, 13470962750,82.991722981927253,L, 15395386000,82.991729812116432,L, 17319809250,82.991729812116432,L, 19244232500,82.991736642305597,L, 21168655750,82.991729812116432,L, 28866348750,82.991729812116432,L, 30790772000,82.991722981927253,L, 32715195250,82.991750302683940,L, 34639618500,82.991722981927253,L, 36564041750,82.991709321548925,L, 38488465000,82.991716151738089,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::toe_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.121792308986187 KeyVer: 4005 KeyCount: 1 Key: 0,0.121792308986187,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000002328306 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000002328306,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000014435500 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000014435500,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -176.899536257623254 KeyVer: 4005 KeyCount: 21 Key: 0,-176.899536257623254,L, 1924423250,-177.168522767516322,L, 3848846500,-177.660993067051862,L, 5773269750,-177.951002899210181,L, 7697693000,-178.013048337630494,L, 9622116250,-178.008185242941437,L, 11546539500,-178.681163781861841,L, 13470962750,-180.533593047036675,L, 15395386000,-182.872727932087571,L, 17319809250,-184.740702707813341,L, 19244232500,-185.456943664936546,L, 21168655750,-185.324437995038465,L, 23093079000,-184.838060224242554,L, 25017502250,-183.989176993437923,L, 26941925500,-182.818468909321069,L, 28866348750,-181.434604281586786,L, 30790772000,-180.005646744952116,L, 32715195250,-178.716940312734323,L, 34639618500,-177.719923939210645,L, 36564041750,-177.104073102508153,L, 38488465000,-176.899536257623254,L Color: 1,0,0 } Channel: "Y" { Default: 50.133165036093018 KeyVer: 4005 KeyCount: 21 Key: 0,50.133165036093018,L, 1924423250,45.424931226102402,L, 3848846500,31.842304344513259,L, 5773269750,14.146092728678648,L, 7697693000,0.623187900614096,L, 9622116250,-4.053780451646566,L, 11546539500,-1.442109919655141,L, 13470962750,6.310022026496201,L, 15395386000,17.192651650407914,L, 17319809250,27.196138171057754,L, 19244232500,33.477246726136862,L, 21168655750,37.375266421308801,L, 23093079000,40.796330591644853,L, 25017502250,43.682215289565328,L, 26941925500,45.988589172262309,L, 28866348750,47.705025955967805,L, 30790772000,48.871987681324903,L, 32715195250,49.580336354862155,L, 34639618500,49.949890570094333,L, 36564041750,50.100731882819261,L, 38488465000,50.133165036093018,L Color: 0,1,0 } Channel: "Z" { Default: 0.063780086355969 KeyVer: 4005 KeyCount: 21 Key: 0,0.063780086355969,L, 1924423250,-0.299135231693713,L, 3848846500,-1.082374528241665,L, 5773269750,-1.815920623400701,L, 7697693000,-2.295266074115858,L, 9622116250,-2.457750084611293,L, 11546539500,-2.167402158089053,L, 13470962750,-1.501137374957659,L, 15395386000,-1.000686319542076,L, 17319809250,-0.960598765364565,L, 19244232500,-1.124086920389696,L, 21168655750,-1.246402481654638,L, 23093079000,-1.314013777196556,L, 25017502250,-1.288262256478352,L, 26941925500,-1.150384962963205,L, 28866348750,-0.913965542084664,L, 30790772000,-0.624797050493866,L, 32715195250,-0.342996385346371,L, 34639618500,-0.119188001635741,L, 36564041750,0.018693607438383,L, 38488465000,0.063780086355969,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.193191662430763 KeyVer: 4005 KeyCount: 1 Key: 0,0.193191662430763,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000024272595 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000024272595,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000015832484 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000015832484,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -179.857144772017932 KeyVer: 4005 KeyCount: 1 Key: 0,-179.857144772017932,L Color: 1,0,0 } Channel: "Y" { Default: -29.153467189052787 KeyVer: 4005 KeyCount: 19 Key: 0,-29.153467189052787,L, 1924423250,-29.153470604147373,L, 3848846500,-29.153470604147373,L, 5773269750,-29.153474019241958,L, 7697693000,-29.153467189052787,L, 11546539500,-29.153467189052787,L, 13470962750,-29.153470604147373,L, 15395386000,-29.153470604147373,L, 17319809250,-29.153463773958201,L, 19244232500,-29.153470604147373,L, 21168655750,-29.153467189052787,L, 23093079000,-29.153470604147373,L, 25017502250,-29.153467189052787,L, 26941925500,-29.153467189052787,L, 28866348750,-29.153463773958201,L, 32715195250,-29.153470604147373,L, 34639618500,-29.153470604147373,L, 36564041750,-29.153467189052787,L, 38488465000,-29.153467189052787,L Color: 0,1,0 } Channel: "Z" { Default: 9.037818154095545 KeyVer: 4005 KeyCount: 14 Key: 0,9.037818154095545,L, 1924423250,9.037814739000961,L, 5773269750,9.037814739000961,L, 7697693000,9.037817300321899,L, 11546539500,9.037815592774606,L, 15395386000,9.037817300321899,L, 17319809250,9.037815592774606,L, 19244232500,9.037817300321899,L, 21168655750,9.037814739000961,L, 25017502250,9.037814739000961,L, 26941925500,9.037817300321899,L, 28866348750,9.037817300321899,L, 32715195250,9.037813885227314,L, 38488465000,9.037818154095545,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000119209290 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000119209290,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000238418579 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000238418579,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::heel_02_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.025433206930757 KeyVer: 4005 KeyCount: 1 Key: 0,0.025433206930757,L Color: 1,0,0 } Channel: "Y" { Default: 0.012646725401282 KeyVer: 4005 KeyCount: 1 Key: 0,0.012646725401282,L Color: 0,1,0 } Channel: "Z" { Default: 0.039081227034330 KeyVer: 4005 KeyCount: 1 Key: 0,0.039081227034330,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 134.384805202886525 KeyVer: 4005 KeyCount: 18 Key: 0,134.384805202886525,L, 1924423250,134.384791542508196,L, 3848846500,134.384805202886525,L, 5773269750,134.384805202886525,L, 7697693000,134.384791542508196,L, 9622116250,134.384805202886525,L, 13470962750,134.384805202886525,L, 15395386000,134.384791542508196,L, 17319809250,134.384805202886525,L, 19244232500,134.384791542508196,L, 21168655750,134.384805202886525,L, 26941925500,134.384805202886525,L, 28866348750,134.384791542508196,L, 30790772000,134.384791542508196,L, 32715195250,134.384805202886525,L, 34639618500,134.384791542508196,L, 36564041750,134.384791542508196,L, 38488465000,134.384805202886525,L Color: 1,0,0 } Channel: "Y" { Default: 11.290415396136160 KeyVer: 4005 KeyCount: 11 Key: 0,11.290415396136160,L, 1924423250,11.290417103683453,L, 5773269750,11.290414542362514,L, 7697693000,11.290416249909807,L, 15395386000,11.290417103683453,L, 17319809250,11.290413688588869,L, 19244232500,11.290417103683453,L, 23093079000,11.290415396136160,L, 28866348750,11.290417103683453,L, 30790772000,11.290415396136160,L, 38488465000,11.290415396136160,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 7 Key: 0,-90.000002504348856,L, 1924423250,-89.999995674159678,L, 30790772000,-89.999995674159678,L, 32715195250,-90.000002504348856,L, 34639618500,-89.999995674159678,L, 36564041750,-90.000002504348856,L, 38488465000,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-frente" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.012246693484485 KeyVer: 4005 KeyCount: 1 Key: 0,-0.012246693484485,L Color: 1,0,0 } Channel: "Y" { Default: 0.000560039363336 KeyVer: 4005 KeyCount: 1 Key: 0,0.000560039363336,L Color: 0,1,0 } Channel: "Z" { Default: 0.162133261561394 KeyVer: 4005 KeyCount: 1 Key: 0,0.162133261561394,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -1.233058213007156 KeyVer: 4005 KeyCount: 21 Key: 0,-1.233058213007156,L, 1924423250,-1.286279580628348,L, 3848846500,-1.341243393539830,L, 5773269750,-1.142774317958824,L, 7697693000,-0.552549710691955,L, 9622116250,0.255890262489810,L, 11546539500,1.232286188187534,L, 13470962750,2.117755860889829,L, 15395386000,2.449506259726510,L, 17319809250,2.351440324614313,L, 19244232500,2.255204026426029,L, 21168655750,2.254173308191593,L, 23093079000,2.133952587289432,L, 25017502250,1.678667438420964,L, 26941925500,0.931255632359998,L, 28866348750,0.236279562083115,L, 30790772000,-0.315240630993595,L, 32715195250,-0.787149366404367,L, 34639618500,-1.084549623327193,L, 36564041750,-1.207623122146594,L, 38488465000,-1.233058213007156,L Color: 1,0,0 } Channel: "Y" { Default: 174.964243137437933 KeyVer: 4005 KeyCount: 21 Key: 0,174.964243137437933,L, 1924423250,173.221178861253179,L, 3848846500,168.296940318761244,L, 5773269750,161.962322354177019,L, 7697693000,157.035925471907348,L, 9622116250,155.281441119430355,L, 11546539500,158.362170623803507,L, 13470962750,167.191269295921160,L, 15395386000,178.613831777023961,L, 17319809250,187.422986296765202,L, 19244232500,190.508305688260577,L, 21168655750,188.663157404740986,L, 23093079000,183.441477784273729,L, 25017502250,176.718508923861492,L, 26941925500,171.503386284997447,L, 28866348750,169.660328039363861,L, 30790772000,170.126611393621630,L, 32715195250,171.454782658863707,L, 34639618500,173.163327158983265,L, 36564041750,174.492919103572717,L, 38488465000,174.964243137437933,L Color: 0,1,0 } Channel: "Z" { Default: -6.684282668953334 KeyVer: 4005 KeyCount: 21 Key: 0,-6.684282668953334,L, 1924423250,-6.349044604771720,L, 3848846500,-5.281475365329682,L, 5773269750,-3.544819514133688,L, 7697693000,-1.454841392268027,L, 9622116250,0.564274157289089,L, 11546539500,2.797881765889803,L, 13470962750,5.387234014438008,L, 15395386000,7.672378815420980,L, 17319809250,9.162463983806221,L, 19244232500,9.655131505054056,L, 21168655750,9.124201264075865,L, 23093079000,7.515504738111645,L, 25017502250,5.112330426289614,L, 26941925500,2.565893323513595,L, 28866348750,0.499678817152549,L, 30790772000,-1.366914659535287,L, 32715195250,-3.398412701727383,L, 34639618500,-5.187334014225886,L, 36564041750,-6.323883895416722,L, 38488465000,-6.684282668953334,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-frente1" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.097044505178928 KeyVer: 4005 KeyCount: 1 Key: 0,0.097044505178928,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000005132136 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000005132136,L Color: 0,1,0 } Channel: "Z" { Default: -0.000000003929017 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000003929017,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.363811333481102 KeyVer: 4005 KeyCount: 21 Key: 0,-0.363811333481102,L, 1924423250,-0.586245435105960,L, 3848846500,-1.001393777729700,L, 5773269750,-1.069245837439861,L, 7697693000,-0.598743560709155,L, 9622116250,-0.000002539163516,L, 11546539500,0.382943867285044,L, 13470962750,0.165541680747561,L, 15395386000,-1.018883117429727,L, 17319809250,-2.732856444000671,L, 19244232500,-3.595383831446043,L, 21168655750,-2.854718117850925,L, 23093079000,-1.324689683034388,L, 25017502250,-0.199776309755122,L, 26941925500,0.134650122513813,L, 28866348750,-0.000001012807996,L, 30790772000,-0.337533247866574,L, 32715195250,-0.682591229764375,L, 34639618500,-0.713482201028741,L, 36564041750,-0.491883383514608,L, 38488465000,-0.363811333481102,L Color: 1,0,0 } Channel: "Y" { Default: -24.349576579736283 KeyVer: 4005 KeyCount: 21 Key: 0,-24.349576579736283,L, 1924423250,-19.933942951146715,L, 3848846500,-7.265150130500711,L, 5773269750,9.167196451127387,L, 7697693000,21.770891592567740,L, 9622116250,26.231838403658397,L, 11546539500,20.379459115233082,L, 13470962750,2.858492437697586,L, 15395386000,-20.304253609829473,L, 17319809250,-37.701804105148305,L, 19244232500,-43.571419375944124,L, 21168655750,-38.999277085165815,L, 23093079000,-25.742901019471031,L, 25017502250,-8.377337153808968,L, 26941925500,4.935929691916887,L, 28866348750,9.542043209192672,L, 30790772000,6.566475993035947,L, 32715195250,-1.909321112422965,L, 34639618500,-12.875637415696726,L, 36564041750,-21.364831723769189,L, 38488465000,-24.349576579736283,L Color: 0,1,0 } Channel: "Z" { Default: -7.575583935824636 KeyVer: 4005 KeyCount: 21 Key: 0,-7.575583935824636,L, 1924423250,-7.105240460992133,L, 3848846500,-5.789035687175886,L, 5773269750,-3.925851008492411,L, 7697693000,-1.849837635271644,L, 9622116250,-0.000000863501360,L, 11546539500,1.773099712894720,L, 13470962750,3.750632750619741,L, 15395386000,5.891896201642015,L, 17319809250,7.978361044953356,L, 19244232500,8.923976829878168,L, 21168655750,8.036037723625800,L, 23093079000,5.952562368736804,L, 25017502250,3.690070317022971,L, 26941925500,1.669499083398998,L, 28866348750,-0.000000218218086,L, 30790772000,-1.723293973467059,L, 32715195250,-3.784444748332194,L, 34639618500,-5.739974438367756,L, 36564041750,-7.105645576587278,L, 38488465000,-7.575583935824636,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-verso1" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.068978667259216 KeyVer: 4005 KeyCount: 1 Key: 0,0.068978667259216,L Color: 1,0,0 } Channel: "Y" { Default: 0.000182679010322 KeyVer: 4005 KeyCount: 1 Key: 0,0.000182679010322,L Color: 0,1,0 } Channel: "Z" { Default: -0.090666554868221 KeyVer: 4005 KeyCount: 1 Key: 0,-0.090666554868221,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.731388929320079 KeyVer: 4005 KeyCount: 21 Key: 0,0.731388929320079,L, 1924423250,0.744267944691207,L, 3848846500,0.755015193989354,L, 5773269750,0.692223770845636,L, 7697693000,0.509089643890050,L, 9622116250,0.248130020334349,L, 11546539500,-0.089908894984536,L, 13470962750,-0.451659919244784,L, 15395386000,-0.667174052064651,L, 17319809250,-0.720380638729592,L, 19244232500,-0.719202644541178,L, 21168655750,-0.704990888508253,L, 23093079000,-0.619092241711327,L, 25017502250,-0.390643838357165,L, 26941925500,-0.055792737075553,L, 28866348750,0.241852436156882,L, 30790772000,0.472943002141925,L, 32715195250,0.647551825713731,L, 34639618500,0.725864266776899,L, 36564041750,0.735816439366975,L, 38488465000,0.731388929320079,L Color: 1,0,0 } Channel: "Y" { Default: 177.505674565325990 KeyVer: 4005 KeyCount: 21 Key: 0,177.505674565325990,L, 1924423250,175.912109469694258,L, 3848846500,171.411356316120845,L, 5773269750,165.622033334112984,L, 7697693000,161.120528859730854,L, 9622116250,159.524709801673026,L, 11546539500,161.139448483731769,L, 13470962750,165.711836661320177,L, 15395386000,171.599459725862715,L, 17319809250,176.176273866033313,L, 19244232500,177.795916623916099,L, 21168655750,176.568613592336618,L, 23093079000,173.105338852929947,L, 25017502250,168.654910533161086,L, 26941925500,165.196744775253592,L, 28866348750,163.974564385551588,L, 30790772000,165.177606585199243,L, 32715195250,168.565735583357537,L, 34639618500,172.918956650858888,L, 36564041750,176.305364441346370,L, 38488465000,177.505674565325990,L Color: 0,1,0 } Channel: "Z" { Default: 2.886484473906962 KeyVer: 4005 KeyCount: 21 Key: 0,2.886484473906962,L, 1924423250,2.802483178956269,L, 3848846500,2.514966152401584,L, 5773269750,2.000059108329396,L, 7697693000,1.306842718898288,L, 9622116250,0.544062880483109,L, 11546539500,-0.442305254804951,L, 13470962750,-1.745234462071812,L, 15395386000,-3.009360857735784,L, 17319809250,-3.862499296393341,L, 19244232500,-4.144820896867182,L, 21168655750,-3.858009727674534,L, 23093079000,-2.993525491031956,L, 25017502250,-1.724563748322445,L, 26941925500,-0.437803333048699,L, 28866348750,0.524033884350605,L, 30790772000,1.271196068341748,L, 32715195250,1.965685754444533,L, 34639618500,2.495950265422061,L, 36564041750,2.797587640868670,L, 38488465000,2.886484473906962,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999821186066 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999821186066,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::saia-verso2" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.087890721857548 KeyVer: 4005 KeyCount: 1 Key: 0,0.087890721857548,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000007452529 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000007452529,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000006146365 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000006146365,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -1.548968762828366 KeyVer: 4005 KeyCount: 21 Key: 0,-1.548968762828366,L, 1924423250,-1.695235556356687,L, 3848846500,-1.924721054567206,L, 5773269750,-1.769219311672512,L, 7697693000,-1.021985624138495,L, 9622116250,-0.000008373974435,L, 11546539500,1.125428518953073,L, 13470962750,2.119852088634785,L, 15395386000,2.466372344664775,L, 17319809250,2.290431367400554,L, 19244232500,2.144946203645376,L, 21168655750,2.348965661700656,L, 23093079000,2.650266863774053,L, 25017502250,2.369247694997568,L, 26941925500,1.290777260196794,L, 28866348750,-0.000008534848417,L, 30790772000,-1.165227177473033,L, 32715195250,-1.960106770553110,L, 34639618500,-2.054582160596002,L, 36564041750,-1.735341146502475,L, 38488465000,-1.548968762828366,L Color: 1,0,0 } Channel: "Y" { Default: 25.477199830568747 KeyVer: 4005 KeyCount: 21 Key: 0,25.477199830568747,L, 1924423250,22.003300731908137,L, 3848846500,12.088027811936179,L, 5773269750,-0.752675587394364,L, 7697693000,-10.659518506465805,L, 9622116250,-14.127251651853195,L, 11546539500,-11.326292672298893,L, 13470962750,-3.342669393476873,L, 15395386000,6.971558717896365,L, 17319809250,14.942479979296296,L, 19244232500,17.751274039602237,L, 21168655750,14.389407118802600,L, 23093079000,4.738331038568233,L, 25017502250,-7.787896097305946,L, 26941925500,-17.443775508074118,L, 28866348750,-20.813179542622851,L, 30790772000,-16.782215337898680,L, 32715195250,-5.209477060628212,L, 34639618500,9.843898296919075,L, 36564041750,21.434748955207922,L, 38488465000,25.477199830568747,L Color: 0,1,0 } Channel: "Z" { Default: 7.968357379140240 KeyVer: 4005 KeyCount: 21 Key: 0,7.968357379140240,L, 1924423250,7.566096803067502,L, 3848846500,6.365196721498307,L, 5773269750,4.512692324242600,L, 7697693000,2.262077971495402,L, 9622116250,0.000002403080354,L, 11546539500,-2.605963482053064,L, 13470962750,-5.804906485486034,L, 15395386000,-8.823661841538334,L, 17319809250,-10.902335146553995,L, 19244232500,-11.618331070640709,L, 21168655750,-10.932165143980336,L, 23093079000,-8.907820017396526,L, 25017502250,-5.945166554526160,L, 26941925500,-2.713715265738561,L, 28866348750,0.000003605926645,L, 30790772000,2.356415477094425,L, 32715195250,4.617101157216204,L, 34639618500,6.412208059781792,L, 36564041750,7.573576713982302,L, 38488465000,7.968357379140240,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 0.999999761581421 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999761581421,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_hand_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.341605573892593 KeyVer: 4005 KeyCount: 1 Key: 0,0.341605573892593,L Color: 1,0,0 } Channel: "Y" { Default: 0.185467779636383 KeyVer: 4005 KeyCount: 21 Key: 0,0.185467779636383,L, 1924423250,0.177286863327026,L, 3848846500,0.150755465030670,L, 5773269750,0.107285209000111,L, 7697693000,0.055072672665119,L, 9622116250,0.003162808716297,L, 11546539500,-0.060633055865765,L, 13470962750,-0.146283924579620,L, 15395386000,-0.232634603977203,L, 17319809250,-0.292542487382889,L, 19244232500,-0.312574326992035,L, 21168655750,-0.305557399988174,L, 23093079000,-0.282294422388077,L, 25017502250,-0.243006825447083,L, 26941925500,-0.194046318531036,L, 28866348750,-0.143291160464287,L, 30790772000,-0.078361988067627,L, 32715195250,0.010471560060978,L, 34639618500,0.100971736013889,L, 36564041750,0.164215594530106,L, 38488465000,0.185467779636383,L Color: 0,1,0 } Channel: "Z" { Default: 0.365354716777802 KeyVer: 4005 KeyCount: 21 Key: 0,0.365354716777802,L, 1924423250,0.359897404909134,L, 3848846500,0.344526886940002,L, 5773269750,0.324792474508286,L, 7697693000,0.309423029422760,L, 9622116250,0.303966313600540,L, 11546539500,0.313887715339661,L, 13470962750,0.341832697391510,L, 15395386000,0.377713888883591,L, 17319809250,0.405659675598145,L, 19244232500,0.415581583976746,L, 21168655750,0.414407908916473,L, 23093079000,0.410747766494751,L, 25017502250,0.405096799135208,L, 26941925500,0.398843824863434,L, 28866348750,0.393258541822433,L, 30790772000,0.387177109718323,L, 32715195250,0.379526823759079,L, 34639618500,0.372081786394119,L, 36564041750,0.367024421691895,L, 38488465000,0.365354716777802,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_hand_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.341605573892593 KeyVer: 4005 KeyCount: 1 Key: 0,-0.341605573892593,L Color: 1,0,0 } Channel: "Y" { Default: -0.331134319305420 KeyVer: 4005 KeyCount: 21 Key: 0,-0.331134319305420,L, 1924423250,-0.320801913738251,L, 3848846500,-0.287790566682816,L, 5773269750,-0.234845399856567,L, 7697693000,-0.172973155975342,L, 9622116250,-0.113484509289265,L, 11546539500,-0.042884513735771,L, 13470962750,0.050236009061337,L, 15395386000,0.143231630325317,L, 17319809250,0.207401126623154,L, 19244232500,0.228793889284134,L, 21168655750,0.218145012855530,L, 23093079000,0.184224486351013,L, 25017502250,0.130082160234451,L, 26941925500,0.067260138690472,L, 28866348750,0.007432036101818,L, 30790772000,-0.062807388603687,L, 32715195250,-0.154910683631897,L, 34639618500,-0.246677428483963,L, 36564041750,-0.310003548860550,L, 38488465000,-0.331134319305420,L Color: 0,1,0 } Channel: "Z" { Default: 0.410043478012085 KeyVer: 4005 KeyCount: 21 Key: 0,0.410043478012085,L, 1924423250,0.406519383192062,L, 3848846500,0.396471351385117,L, 5773269750,0.383242309093475,L, 7697693000,0.372301340103149,L, 9622116250,0.367257595062256,L, 11546539500,0.365996092557907,L, 13470962750,0.365586221218109,L, 15395386000,0.365551322698593,L, 17319809250,0.365141481161118,L, 19244232500,0.363879948854446,L, 21168655750,0.359467118978500,L, 23093079000,0.350303202867508,L, 25017502250,0.339355975389481,L, 26941925500,0.331085264682770,L, 28866348750,0.328192263841629,L, 30790772000,0.335467725992203,L, 32715195250,0.355959594249725,L, 34639618500,0.382271766662598,L, 36564041750,0.402766406536102,L, 38488465000,0.410043478012085,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_upper_arm_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.282092303037643 KeyVer: 4005 KeyCount: 1 Key: 0,0.282092303037643,L Color: 1,0,0 } Channel: "Y" { Default: 0.316670417785645 KeyVer: 4005 KeyCount: 1 Key: 0,0.316670417785645,L Color: 0,1,0 } Channel: "Z" { Default: 0.536754608154297 KeyVer: 4005 KeyCount: 1 Key: 0,0.536754608154297,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_upper_arm_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.282092303037643 KeyVer: 4005 KeyCount: 1 Key: 0,-0.282092303037643,L Color: 1,0,0 } Channel: "Y" { Default: 0.316670417785645 KeyVer: 4005 KeyCount: 1 Key: 0,0.316670417785645,L Color: 0,1,0 } Channel: "Z" { Default: 0.536754608154297 KeyVer: 4005 KeyCount: 1 Key: 0,0.536754608154297,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_foot_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.113046944141388 KeyVer: 4005 KeyCount: 1 Key: 0,0.113046944141388,L Color: 1,0,0 } Channel: "Y" { Default: -0.199779808521271 KeyVer: 4005 KeyCount: 21 Key: 0,-0.199779808521271,L, 1924423250,-0.190332472324371,L, 3848846500,-0.160714745521545,L, 5773269750,-0.114572033286095,L, 7697693000,-0.062793493270874,L, 9622116250,-0.015614583157003,L, 11546539500,0.037033148109913,L, 13470962750,0.104200683534145,L, 15395386000,0.170075982809067,L, 17319809250,0.215044558048248,L, 19244232500,0.229939043521881,L, 21168655750,0.225459888577461,L, 23093079000,0.209820032119751,L, 25017502250,0.181609675288200,L, 26941925500,0.143798291683197,L, 28866348750,0.101581476628780,L, 30790772000,0.043986778706312,L, 32715195250,-0.037097081542015,L, 34639618500,-0.120879411697388,L, 36564041750,-0.179875329136848,L, 38488465000,-0.199779808521271,L Color: 0,1,0 } Channel: "Z" { Default: 0.063867717981339 KeyVer: 4005 KeyCount: 21 Key: 0,0.063867717981339,L, 1924423250,0.063040949404240,L, 3848846500,0.060712199658155,L, 5773269750,0.057722084224224,L, 7697693000,0.055393263697624,L, 9622116250,0.054566450417042,L, 11546539500,0.059786368161440,L, 13470962750,0.075604014098644,L, 15395386000,0.098908580839634,L, 17319809250,0.122889548540115,L, 19244232500,0.141998425126076,L, 21168655750,0.159618839621544,L, 23093079000,0.179407775402069,L, 25017502250,0.197330325841904,L, 26941925500,0.208956390619278,L, 28866348750,0.212688088417053,L, 30790772000,0.199460908770561,L, 32715195250,0.162208944559097,L, 34639618500,0.114373236894608,L, 36564041750,0.077104434370995,L, 38488465000,0.063867717981339,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::IK_foot_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.113046944141388 KeyVer: 4005 KeyCount: 1 Key: 0,-0.113046944141388,L Color: 1,0,0 } Channel: "Y" { Default: 0.213144347071648 KeyVer: 4005 KeyCount: 21 Key: 0,0.213144347071648,L, 1924423250,0.205176681280136,L, 3848846500,0.179869621992111,L, 5773269750,0.139657080173492,L, 7697693000,0.093279749155045,L, 9622116250,0.049441918730736,L, 11546539500,-0.001616269350052,L, 13470962750,-0.068313963711262,L, 15395386000,-0.134590297937393,L, 17319809250,-0.180181309580803,L, 19244232500,-0.195348724722862,L, 21168655750,-0.183487579226494,L, 23093079000,-0.147207394242287,L, 25017502250,-0.092888712882996,L, 26941925500,-0.035510331392288,L, 28866348750,0.012236819602549,L, 30790772000,0.059382818639278,L, 32715195250,0.115070641040802,L, 34639618500,0.167236953973770,L, 36564041750,0.201863437891006,L, 38488465000,0.213144347071648,L Color: 0,1,0 } Channel: "Z" { Default: 0.149670138955116 KeyVer: 4005 KeyCount: 21 Key: 0,0.149670138955116,L, 1924423250,0.159098342061043,L, 3848846500,0.185649156570435,L, 5773269750,0.219734206795692,L, 7697693000,0.246279537677765,L, 9622116250,0.255704641342163,L, 11546539500,0.239651337265968,L, 13470962750,0.193986833095551,L, 15395386000,0.134145706892014,L, 17319809250,0.085184469819069,L, 19244232500,0.063526086509228,L, 21168655750,0.057846285402775,L, 23093079000,0.053886432200670,L, 25017502250,0.051821421831846,L, 26941925500,0.051153901964426,L, 28866348750,0.051076658070087,L, 30790772000,0.059840440750122,L, 32715195250,0.084523379802704,L, 34639618500,0.116216748952866,L, 36564041750,0.140903964638710,L, 38488465000,0.149670138955116,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_leg_L" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.139584690332413 KeyVer: 4005 KeyCount: 21 Key: 0,0.139584690332413,L, 1924423250,0.138429537415504,L, 3848846500,0.134937554597855,L, 5773269750,0.129127204418182,L, 7697693000,0.121119499206543,L, 9622116250,0.111167252063751,L, 11546539500,0.099672675132751,L, 13470962750,0.087181493639946,L, 15395386000,0.074345096945763,L, 17319809250,0.061853908002377,L, 19244232500,0.050359338521957,L, 21168655750,0.040407083928585,L, 23093079000,0.032399401068687,L, 25017502250,0.026589050889015,L, 26941925500,0.023097068071365,L, 28866348750,0.021941915154457,L, 30790772000,0.032398581504822,L, 32715195250,0.061849050223827,L, 34639618500,0.099665105342865,L, 36564041750,0.129123523831367,L, 38488465000,0.139584690332413,L Color: 1,0,0 } Channel: "Y" { Default: -0.292642742395401 KeyVer: 4005 KeyCount: 21 Key: 0,-0.292642742395401,L, 1924423250,-0.293579578399658,L, 3848846500,-0.296411633491516,L, 5773269750,-0.301123917102814,L, 7697693000,-0.307618349790573,L, 9622116250,-0.315689861774445,L, 11546539500,-0.325012266635895,L, 13470962750,-0.335142999887466,L, 15395386000,-0.345553696155548,L, 17319809250,-0.355684429407120,L, 19244232500,-0.365006834268570,L, 21168655750,-0.373078376054764,L, 23093079000,-0.379572778940201,L, 25017502250,-0.384285092353821,L, 26941925500,-0.387117147445679,L, 28866348750,-0.388053983449936,L, 30790772000,-0.379573225975037,L, 32715195250,-0.355687022209167,L, 34639618500,-0.325016349554062,L, 36564041750,-0.301125884056091,L, 38488465000,-0.292642742395401,L Color: 0,1,0 } Channel: "Z" { Default: 0.245993331074715 KeyVer: 4005 KeyCount: 21 Key: 0,0.245993331074715,L, 1924423250,0.245683848857880,L, 3848846500,0.244748294353485,L, 5773269750,0.243191584944725,L, 7697693000,0.241046145558357,L, 9622116250,0.238379672169685,L, 11546539500,0.235299944877625,L, 13470962750,0.231953188776970,L, 15395386000,0.228513926267624,L, 17319809250,0.225167155265808,L, 19244232500,0.222087427973747,L, 21168655750,0.219420969486237,L, 23093079000,0.217275515198708,L, 25017502250,0.215718820691109,L, 26941925500,0.214783266186714,L, 28866348750,0.214473783969879,L, 30790772000,0.217275500297546,L, 32715195250,0.225167065858841,L, 34639618500,0.235299795866013,L, 36564041750,0.243191510438919,L, 38488465000,0.245993331074715,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Pole_leg_R" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -0.139584690332413 KeyVer: 4005 KeyCount: 12 Key: 0,-0.139584690332413,L, 1924423250,-0.129646033048630,L, 3848846500,-0.101658076047897,L, 5773269750,-0.065729185938835,L, 7697693000,-0.037748895585537,L, 9622116250,-0.027814581990242,L, 11546539500,-0.037749506533146,L, 13470962750,-0.065732717514038,L, 15395386000,-0.101663574576378,L, 17319809250,-0.129648685455322,L, 19244232500,-0.139584690332413,L, 38488465000,-0.139584690332413,L Color: 1,0,0 } Channel: "Y" { Default: -0.292642742395401 KeyVer: 4005 KeyCount: 12 Key: 0,-0.292642742395401,L, 1924423250,-0.291021466255188,L, 3848846500,-0.286454856395721,L, 5773269750,-0.280591398477554,L, 7697693000,-0.276024818420410,L, 9622116250,-0.274403572082520,L, 11546539500,-0.276024848222733,L, 13470962750,-0.280591428279877,L, 15395386000,-0.286454886198044,L, 17319809250,-0.291021466255188,L, 19244232500,-0.292642742395401,L, 38488465000,-0.292642742395401,L Color: 0,1,0 } Channel: "Z" { Default: 0.245993331074715 KeyVer: 4005 KeyCount: 12 Key: 0,0.245993331074715,L, 1924423250,0.243757158517838,L, 3848846500,0.237458616495132,L, 5773269750,0.229371428489685,L, 7697693000,0.223072975873947,L, 9622116250,0.220836862921715,L, 11546539500,0.223072990775108,L, 13470962750,0.229371473193169,L, 15395386000,0.237458691000938,L, 17319809250,0.243757188320160,L, 19244232500,0.245993331074715,L, 38488465000,0.245993331074715,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::right" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000004325711105 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000004325711105,L Color: 1,0,0 } Channel: "Y" { Default: 89.999995674159678 KeyVer: 4005 KeyCount: 1 Key: 0,89.999995674159678,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::front" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -0.000004325711105 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000004325711105,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Camera" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 1.501456499099731 KeyVer: 4005 KeyCount: 1 Key: 0,1.501456499099731,L Color: 1,0,0 } Channel: "Y" { Default: 1.453672647476196 KeyVer: 4005 KeyCount: 1 Key: 0,1.453672647476196,L Color: 0,1,0 } Channel: "Z" { Default: 1.395943880081177 KeyVer: 4005 KeyCount: 1 Key: 0,1.395943880081177,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 23.240198471724188 KeyVer: 4005 KeyCount: 1 Key: 0,23.240198471724188,L Color: 1,0,0 } Channel: "Y" { Default: 142.362356870423241 KeyVer: 4005 KeyCount: 1 Key: 0,142.362356870423241,L Color: 0,1,0 } Channel: "Z" { Default: 34.212069212897042 KeyVer: 4005 KeyCount: 1 Key: 0,34.212069212897042,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999940395355 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999940395355,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_003" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 1.780160665512085 KeyVer: 4005 KeyCount: 1 Key: 0,1.780160665512085,L Color: 1,0,0 } Channel: "Y" { Default: -0.345959365367889 KeyVer: 4005 KeyCount: 1 Key: 0,-0.345959365367889,L Color: 0,1,0 } Channel: "Z" { Default: 3.401444435119629 KeyVer: 4005 KeyCount: 1 Key: 0,3.401444435119629,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_002" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -1.309113621711731 KeyVer: 4005 KeyCount: 1 Key: 0,-1.309113621711731,L Color: 1,0,0 } Channel: "Y" { Default: 0.093820199370384 KeyVer: 4005 KeyCount: 1 Key: 0,0.093820199370384,L Color: 0,1,0 } Channel: "Z" { Default: -2.730629444122314 KeyVer: 4005 KeyCount: 1 Key: 0,-2.730629444122314,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp_001" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 2.489465475082397 KeyVer: 4005 KeyCount: 1 Key: 0,2.489465475082397,L Color: 1,0,0 } Channel: "Y" { Default: 1.822827339172363 KeyVer: 4005 KeyCount: 1 Key: 0,1.822827339172363,L Color: 0,1,0 } Channel: "Z" { Default: -1.523738741874695 KeyVer: 4005 KeyCount: 1 Key: 0,-1.523738741874695,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Lamp" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: -2.071969509124756 KeyVer: 4005 KeyCount: 1 Key: 0,-2.071969509124756,L Color: 1,0,0 } Channel: "Y" { Default: 1.547796368598938 KeyVer: 4005 KeyCount: 1 Key: 0,1.547796368598938,L Color: 0,1,0 } Channel: "Z" { Default: 3.290555953979492 KeyVer: 4005 KeyCount: 1 Key: 0,3.290555953979492,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: 47.533574547422390 KeyVer: 4005 KeyCount: 1 Key: 0,47.533574547422390,L Color: 1,0,0 } Channel: "Y" { Default: 107.220760383191333 KeyVer: 4005 KeyCount: 1 Key: 0,107.220760383191333,L Color: 0,1,0 } Channel: "Z" { Default: 10.743664729492949 KeyVer: 4005 KeyCount: 1 Key: 0,10.743664729492949,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.999999880790710 KeyVer: 4005 KeyCount: 1 Key: 0,0.999999880790710,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } Model: "Model::Armature" { Version: 1.1 Channel: "Transform" { Channel: "T" { Channel: "X" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 1 } Channel: "R" { Channel: "X" { Default: -90.000002504348856 KeyVer: 4005 KeyCount: 1 Key: 0,-90.000002504348856,L Color: 1,0,0 } Channel: "Y" { Default: -0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,-0.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 0.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,0.000000000000000,L Color: 0,0,1 } LayerType: 2 } Channel: "S" { Channel: "X" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 1,0,0 } Channel: "Y" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,1,0 } Channel: "Z" { Default: 1.000000000000000 KeyVer: 4005 KeyCount: 1 Key: 0,1.000000000000000,L Color: 0,0,1 } LayerType: 3 } } } } } ;Version 5 settings ;------------------------------------------------------------------ Version5: { AmbientRenderSettings: { Version: 101 AmbientLightColor: 0.0,0.0,0.0,0 } FogOptions: { FogEnable: 0 FogMode: 0 FogDensity: 0.000 FogStart: 5.000 FogEnd: 25.000 FogColor: 0.1,0.1,0.1,1 } Settings: { FrameRate: "24" TimeFormat: 1 SnapOnFrames: 0 ReferenceTimeIndex: -1 TimeLineStartTime: -1924423249 TimeLineStopTime: 46186158000 } RendererSetting: { DefaultCamera: "Producer Perspective" DefaultViewingMode: 0 } } ================================================ FILE: Assets/Orcs/Orc-import.fbx.meta ================================================ fileFormatVersion: 2 guid: e930c357279144543ad2147c7babc837 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: Armature 100002: Camera 100004: finger_index_01_L 100006: finger_index_01_R 100008: finger_index_02_L 100010: finger_index_02_R 100012: finger_index_03_L 100014: finger_index_03_R 100016: finger_middle_01_L 100018: finger_middle_01_R 100020: finger_middle_02_L 100022: finger_middle_02_R 100024: finger_middle_03_L 100026: finger_middle_03_R 100028: finger_pinky_01_L 100030: finger_pinky_01_R 100032: finger_pinky_02_L 100034: finger_pinky_02_R 100036: finger_pinky_03_L 100038: finger_pinky_03_R 100040: finger_ring_01_L 100042: finger_ring_01_R 100044: finger_ring_02_L 100046: finger_ring_02_R 100048: finger_ring_03_L 100050: finger_ring_03_R 100052: foot_L 100054: foot_R 100056: forearm_L 100058: forearm_R 100060: front 100062: hand_L 100064: hand_R 100066: head 100068: heel_02_L 100070: heel_02_R 100072: heel_L 100074: heel_R 100076: hips 100078: IK_foot_L 100080: IK_foot_R 100082: IK_hand_L 100084: IK_hand_R 100086: Lamp 100088: Lamp_001 100090: Lamp_002 100092: Lamp_003 100094: neck 100096: //RootNode 100098: Orco-lowPoly 100100: palm_01_L 100102: palm_01_R 100104: palm_02_L 100106: palm_02_R 100108: palm_03_L 100110: palm_03_R 100112: palm_04_L 100114: palm_04_R 100116: Pole_leg_L 100118: Pole_leg_R 100120: Pole_upper_arm_L 100122: Pole_upper_arm_R 100124: ribs 100126: right 100128: saia-frente 100130: saia-frente1 100132: saia-verso1 100134: saia-verso2 100136: shin_L 100138: shin_R 100140: shoulder_L 100142: shoulder_R 100144: spine 100146: thigh_L 100148: thigh_R 100150: thumb_01_L 100152: thumb_01_R 100154: thumb_02_L 100156: thumb_02_R 100158: thumb_03_L 100160: thumb_03_R 100162: toe_L 100164: toe_R 100166: upper_arm_L 100168: upper_arm_R 400000: Armature 400002: Camera 400004: finger_index_01_L 400006: finger_index_01_R 400008: finger_index_02_L 400010: finger_index_02_R 400012: finger_index_03_L 400014: finger_index_03_R 400016: finger_middle_01_L 400018: finger_middle_01_R 400020: finger_middle_02_L 400022: finger_middle_02_R 400024: finger_middle_03_L 400026: finger_middle_03_R 400028: finger_pinky_01_L 400030: finger_pinky_01_R 400032: finger_pinky_02_L 400034: finger_pinky_02_R 400036: finger_pinky_03_L 400038: finger_pinky_03_R 400040: finger_ring_01_L 400042: finger_ring_01_R 400044: finger_ring_02_L 400046: finger_ring_02_R 400048: finger_ring_03_L 400050: finger_ring_03_R 400052: foot_L 400054: foot_R 400056: forearm_L 400058: forearm_R 400060: front 400062: hand_L 400064: hand_R 400066: head 400068: heel_02_L 400070: heel_02_R 400072: heel_L 400074: heel_R 400076: hips 400078: IK_foot_L 400080: IK_foot_R 400082: IK_hand_L 400084: IK_hand_R 400086: Lamp 400088: Lamp_001 400090: Lamp_002 400092: Lamp_003 400094: neck 400096: //RootNode 400098: Orco-lowPoly 400100: palm_01_L 400102: palm_01_R 400104: palm_02_L 400106: palm_02_R 400108: palm_03_L 400110: palm_03_R 400112: palm_04_L 400114: palm_04_R 400116: Pole_leg_L 400118: Pole_leg_R 400120: Pole_upper_arm_L 400122: Pole_upper_arm_R 400124: ribs 400126: right 400128: saia-frente 400130: saia-frente1 400132: saia-verso1 400134: saia-verso2 400136: shin_L 400138: shin_R 400140: shoulder_L 400142: shoulder_R 400144: spine 400146: thigh_L 400148: thigh_R 400150: thumb_01_L 400152: thumb_01_R 400154: thumb_02_L 400156: thumb_02_R 400158: thumb_03_L 400160: thumb_03_R 400162: toe_L 400164: toe_R 400166: upper_arm_L 400168: upper_arm_R 4300000: Orco-lowPoly 7400000: Default Take 7400002: idle 7400004: PoseLib 7400006: walk-cicle 9500000: //RootNode 11100000: //RootNode 13700000: Orco-lowPoly materials: importMaterials: 1 materialName: 0 materialSearch: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: - name: idle takeName: iddle firstFrame: 0 lastFrame: 25 wrapMode: 2 orientationOffsetY: 0 level: 0 cycleOffset: 0 loop: 1 loopBlend: 1 loopBlendOrientation: 0 loopBlendPositionY: 0 loopBlendPositionXZ: 0 keepOriginalOrientation: 0 keepOriginalPositionY: 1 keepOriginalPositionXZ: 0 heightFromFeet: 0 mirror: 0 bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 curves: [] transformMask: [] - name: walk-cicle takeName: walk-cicle firstFrame: 0 lastFrame: 19 wrapMode: 2 orientationOffsetY: 0 level: 0 cycleOffset: 0 loop: 1 loopBlend: 0 loopBlendOrientation: 0 loopBlendPositionY: 0 loopBlendPositionXZ: 0 keepOriginalOrientation: 0 keepOriginalPositionY: 1 keepOriginalPositionXZ: 0 heightFromFeet: 0 mirror: 0 bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 curves: [] transformMask: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: 1 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15.000001 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 1 normalImportMode: 0 tangentImportMode: 1 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 1 userData: ================================================ FILE: Assets/Orcs/Orc.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} m_Layer: 0 m_Name: finger_middle_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} m_Layer: 0 m_Name: Armature m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} m_Layer: 0 m_Name: finger_ring_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} m_Layer: 0 m_Name: palm_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} m_Layer: 0 m_Name: finger_middle_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100010 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400010} m_Layer: 0 m_Name: finger_index_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100012 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400012} m_Layer: 0 m_Name: saia-frente1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100014 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400014} m_Layer: 0 m_Name: upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100016 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400016} m_Layer: 0 m_Name: finger_ring_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100018 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400018} m_Layer: 0 m_Name: palm_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100020 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400020} m_Layer: 0 m_Name: palm_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100022 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400022} m_Layer: 0 m_Name: thumb_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100024 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400024} m_Layer: 0 m_Name: saia-verso1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100026 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400026} m_Layer: 0 m_Name: shin_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100028 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400028} m_Layer: 0 m_Name: finger_pinky_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100030 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400030} m_Layer: 0 m_Name: palm_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100032 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400032} m_Layer: 0 m_Name: head m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100034 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400034} m_Layer: 0 m_Name: saia-frente m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100036 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400036} m_Layer: 0 m_Name: finger_middle_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100038 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400038} m_Layer: 0 m_Name: thigh_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100040 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400040} m_Layer: 0 m_Name: thigh_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100042 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400042} m_Layer: 0 m_Name: heel_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100044 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400044} m_Layer: 0 m_Name: thumb_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100046 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400046} m_Layer: 0 m_Name: hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100048 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400048} m_Layer: 0 m_Name: finger_ring_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100050 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400050} m_Layer: 0 m_Name: palm_04_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100052 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400052} m_Layer: 0 m_Name: toe_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100054 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400054} m_Layer: 0 m_Name: finger_ring_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100056 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400056} m_Layer: 0 m_Name: right m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100058 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400058} m_Layer: 0 m_Name: finger_index_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100060 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400060} m_Layer: 0 m_Name: foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100062 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400062} m_Layer: 0 m_Name: shoulder_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100064 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400064} m_Layer: 0 m_Name: finger_pinky_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100066 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400066} m_Layer: 0 m_Name: finger_ring_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100068 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400068} m_Layer: 0 m_Name: finger_index_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100070 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400070} m_Layer: 0 m_Name: finger_pinky_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100072 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400072} m_Layer: 0 m_Name: shin_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100074 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400074} m_Layer: 0 m_Name: hips m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100076 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400076} m_Layer: 0 m_Name: foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100078 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400078} m_Layer: 0 m_Name: thumb_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100080 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400080} m_Layer: 0 m_Name: thumb_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100082 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400082} m_Layer: 0 m_Name: toe_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100084 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400084} m_Layer: 0 m_Name: finger_middle_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100086 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400086} m_Layer: 0 m_Name: finger_index_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100088 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400088} m_Layer: 0 m_Name: palm_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100090 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400090} m_Layer: 0 m_Name: palm_04_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100092 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400092} m_Layer: 0 m_Name: finger_ring_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100094 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400094} - 137: {fileID: 13700000} m_Layer: 0 m_Name: Orco-lowPoly m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100096 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400096} m_Layer: 0 m_Name: thumb_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100098 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400098} m_Layer: 0 m_Name: finger_pinky_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100100 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400100} m_Layer: 0 m_Name: neck m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100102 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400102} m_Layer: 0 m_Name: forearm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100104 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400104} m_Layer: 0 m_Name: ribs m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100106 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400106} m_Layer: 0 m_Name: spine m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100108 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400108} m_Layer: 0 m_Name: forearm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100110 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400110} m_Layer: 0 m_Name: front m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100112 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400112} m_Layer: 0 m_Name: finger_middle_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100114 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400114} m_Layer: 0 m_Name: saia-verso2 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100116 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400116} m_Layer: 0 m_Name: shoulder_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100118 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400118} - 111: {fileID: 11100000} m_Layer: 0 m_Name: Orc m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100120 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400120} m_Layer: 0 m_Name: finger_pinky_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100122 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400122} m_Layer: 0 m_Name: finger_pinky_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100124 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400124} m_Layer: 0 m_Name: heel_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100126 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400126} m_Layer: 0 m_Name: finger_index_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100128 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400128} m_Layer: 0 m_Name: upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100130 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400130} m_Layer: 0 m_Name: heel_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100132 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400132} m_Layer: 0 m_Name: palm_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100134 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400134} m_Layer: 0 m_Name: hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100136 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400136} m_Layer: 0 m_Name: thumb_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100138 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400138} m_Layer: 0 m_Name: finger_middle_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100140 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400140} m_Layer: 0 m_Name: finger_index_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100142 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400142} m_Layer: 0 m_Name: heel_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100144 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400144} m_Layer: 0 m_Name: Pole_upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100146 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400146} m_Layer: 0 m_Name: Pole_upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100148 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400148} m_Layer: 0 m_Name: Pole_leg_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100150 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400150} m_Layer: 0 m_Name: Pole_leg_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100152 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400152} m_Layer: 0 m_Name: IK_hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100154 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400154} m_Layer: 0 m_Name: IK_hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100156 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400156} m_Layer: 0 m_Name: IK_foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100158 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400158} m_Layer: 0 m_Name: IK_foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: .237245753, y: .0505072065, z: .0522813275, w: .968726039} m_LocalPosition: {x: -.059462864, y: 0, z: 2.23517418e-08} m_LocalScale: {x: .99999994, y: 1, z: .999999881} m_Children: - {fileID: 400084} m_Father: {fileID: 400132} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400074} - {fileID: 400158} - {fileID: 400156} - {fileID: 400154} - {fileID: 400152} - {fileID: 400150} - {fileID: 400148} - {fileID: 400146} - {fileID: 400144} m_Father: {fileID: 400118} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: -.0454087853, y: .0867736638, z: .0349167027, w: .994579911} m_LocalPosition: {x: -.033269994, y: -2.79396795e-09, z: -3.44589353e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400066} m_Father: {fileID: 400016} --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: .122681066, y: .202681959, z: -.0957000777, w: .966804445} m_LocalPosition: {x: -.0234434828, y: .0172027871, z: -.00194494799} m_LocalScale: {x: .99999994, y: .999999881, z: .99999994} m_Children: - {fileID: 400126} - {fileID: 400044} m_Father: {fileID: 400134} --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: -.0371298008, y: .095070377, z: .0213715732, w: .994548261} m_LocalPosition: {x: -.0255733822, y: -1.02445483e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400084} --- !u!4 &400010 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100010} m_LocalRotation: {x: .0546317622, y: .118987843, z: -.0519326143, w: .990030408} m_LocalPosition: {x: -.0237334669, y: 1.58324838e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: 1.00000024} m_Children: [] m_Father: {fileID: 400086} --- !u!4 &400012 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100012} m_LocalRotation: {x: 1.38588085e-09, y: .0470600575, z: 1.02097358e-10, w: .998892069} m_LocalPosition: {x: -.0970444754, y: 7.44190309e-09, z: -1.02386739e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400034} --- !u!4 &400014 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_LocalRotation: {x: .693364322, y: -.217455059, z: .406262368, w: .553994715} m_LocalPosition: {x: -.214628965, y: -.00412885938, z: -.00951985363} m_LocalScale: {x: .99999994, y: .999999762, z: .999999762} m_Children: - {fileID: 400108} m_Father: {fileID: 400116} --- !u!4 &400016 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_LocalRotation: {x: .268882811, y: .162426293, z: -.00590108847, w: .949360251} m_LocalPosition: {x: -.0596418418, y: 1.02445483e-08, z: -1.86264515e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400004} m_Father: {fileID: 400030} --- !u!4 &400018 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_LocalRotation: {x: -.122681133, y: .202681914, z: .0957001001, w: .966804445} m_LocalPosition: {x: -.0234434977, y: -.0172028113, z: -.00194496289} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400058} - {fileID: 400078} m_Father: {fileID: 400046} --- !u!4 &400020 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_LocalRotation: {x: -.036981672, y: .150955796, z: -.0491911247, w: .986623049} m_LocalPosition: {x: -.0208972991, y: -.00860886462, z: -.00857781619} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1} m_Children: - {fileID: 400138} m_Father: {fileID: 400046} --- !u!4 &400022 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_LocalRotation: {x: -.0885940418, y: .116333447, z: .19095476, w: .970646143} m_LocalPosition: {x: -.0330664031, y: -2.23517418e-08, z: -9.31322575e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400096} m_Father: {fileID: 400044} --- !u!4 &400024 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_LocalRotation: {x: .00411730958, y: .997748256, z: -.00175695715, w: -.0669210777} m_LocalPosition: {x: -.0689787045, y: .000182679156, z: -.0906665623} m_LocalScale: {x: .999999821, y: .999999881, z: 1} m_Children: - {fileID: 400114} m_Father: {fileID: 400074} --- !u!4 &400026 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_LocalRotation: {x: .00830793381, y: .324138492, z: .1778218, w: .929109633} m_LocalPosition: {x: -.204638064, y: 1.61817297e-08, z: -2.79396772e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999821} m_Children: - {fileID: 400076} - {fileID: 400042} m_Father: {fileID: 400040} --- !u!4 &400028 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_LocalRotation: {x: .00210382836, y: .108732872, z: -.045923274, w: .993007481} m_LocalPosition: {x: -.0193735547, y: 1.11758709e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: [] m_Father: {fileID: 400064} --- !u!4 &400030 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_LocalRotation: {x: -.0515743606, y: .072015591, z: .158263072, w: .983415842} m_LocalPosition: {x: -.017974291, y: -.00270551397, z: -.0115751848} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400016} m_Father: {fileID: 400134} --- !u!4 &400032 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_LocalRotation: {x: -5.45145866e-08, y: .121964708, z: -3.26556346e-08, w: .992534459} m_LocalPosition: {x: -.0504267067, y: 3.80715104e-09, z: 2.98023224e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400100} --- !u!4 &400034 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_LocalRotation: {x: .0041569327, y: .995921254, z: -.00166061369, w: -.0901160687} m_LocalPosition: {x: .0122466879, y: .000560039771, z: .162133276} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: - {fileID: 400012} m_Father: {fileID: 400074} --- !u!4 &400036 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_LocalRotation: {x: .0778885335, y: .163046911, z: -.0157876108, w: .983412385} m_LocalPosition: {x: -.0345869958, y: 2.09547579e-08, z: 2.60770321e-08} m_LocalScale: {x: .99999994, y: .999999881, z: .999999821} m_Children: - {fileID: 400112} m_Father: {fileID: 400138} --- !u!4 &400038 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_LocalRotation: {x: .113700777, y: .989134669, z: -.0213792473, w: .0907067209} m_LocalPosition: {x: -.0112684071, y: -.0965165794, z: .0177996419} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400072} m_Father: {fileID: 400074} --- !u!4 &400040 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_LocalRotation: {x: -.106170081, y: .990089118, z: .0166419689, w: .090412721} m_LocalPosition: {x: -.00973992515, y: .0949994922, z: .0170226563} m_LocalScale: {x: .999999821, y: .999999881, z: .999999881} m_Children: - {fileID: 400026} m_Father: {fileID: 400074} --- !u!4 &400042 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_LocalRotation: {x: .96477747, y: -.0765654668, z: -.250798523, w: -.0210306235} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1.00000012, y: 1, z: 1.00000024} m_Children: - {fileID: 400124} m_Father: {fileID: 400026} --- !u!4 &400044 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_LocalRotation: {x: .431741446, y: .0618341044, z: -.195454702, w: .878392518} m_LocalPosition: {x: -.00317385793, y: .0156212151, z: .0234630145} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400022} m_Father: {fileID: 400006} --- !u!4 &400046 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_LocalRotation: {x: -.805560052, y: -.0180674326, z: -.0236789621, w: .591765046} m_LocalPosition: {x: -.222559035, y: 9.31323019e-10, z: 2.98023224e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999881} m_Children: - {fileID: 400018} - {fileID: 400020} - {fileID: 400088} - {fileID: 400050} m_Father: {fileID: 400102} --- !u!4 &400048 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_LocalRotation: {x: .0473885499, y: .174439147, z: -.0204495713, w: .983314395} m_LocalPosition: {x: -.022822367, y: -3.72529008e-09, z: -3.7252903e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: [] m_Father: {fileID: 400092} --- !u!4 &400050 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_LocalRotation: {x: .114391379, y: -.0378589332, z: -.210791916, w: .970076323} m_LocalPosition: {x: -.0119449459, y: .0172357839, z: -.00900092162} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400070} m_Father: {fileID: 400046} --- !u!4 &400052 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_LocalRotation: {x: .990624011, y: .0177008212, z: .133996218, w: -.0198925398} m_LocalPosition: {x: -.121792316, y: 1.25728548e-08, z: -3.14321391e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999821} m_Children: [] m_Father: {fileID: 400076} --- !u!4 &400054 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_LocalRotation: {x: -.268882871, y: .162426353, z: .00590109499, w: .949360251} m_LocalPosition: {x: -.0596418902, y: 1.62981451e-08, z: 1.3038516e-08} m_LocalScale: {x: 1, y: 1, z: .999999762} m_Children: - {fileID: 400092} m_Father: {fileID: 400088} --- !u!4 &400056 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_LocalRotation: {x: -2.66925451e-08, y: -.707106829, z: -2.66925451e-08, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400118} --- !u!4 &400058 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_LocalRotation: {x: -.154762819, y: .0678088143, z: -.140893951, w: .97549957} m_LocalPosition: {x: -.0584490262, y: -1.11758709e-08, z: 7.4505806e-08} m_LocalScale: {x: .999999881, y: .999999881, z: .999999702} m_Children: - {fileID: 400086} m_Father: {fileID: 400018} --- !u!4 &400060 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_LocalRotation: {x: -.0160053726, y: -.689757407, z: .113565467, w: .7148996} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400082} m_Father: {fileID: 400072} --- !u!4 &400062 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_LocalRotation: {x: -.470714569, y: .828311145, z: .234281346, w: -.193495944} m_LocalPosition: {x: -.147669464, y: .0124077639, z: .000787792553} m_LocalScale: {x: 1.00000012, y: .99999994, z: 1} m_Children: - {fileID: 400128} m_Father: {fileID: 400104} --- !u!4 &400064 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_LocalRotation: {x: .00945744012, y: .113974258, z: -.078597784, w: .990324616} m_LocalPosition: {x: -.0212064944, y: -2.23517418e-08, z: 7.4505806e-09} m_LocalScale: {x: 1, y: .999999762, z: 1} m_Children: - {fileID: 400028} m_Father: {fileID: 400070} --- !u!4 &400066 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_LocalRotation: {x: -.0473885089, y: .174439162, z: .0204495899, w: .983314395} m_LocalPosition: {x: -.0228224006, y: -1.3038516e-08, z: 3.35276127e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: [] m_Father: {fileID: 400004} --- !u!4 &400068 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_LocalRotation: {x: -.0546317361, y: .118987828, z: .051932618, w: .990030468} m_LocalPosition: {x: -.0237334911, y: -8.38190317e-09, z: 0} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400140} --- !u!4 &400070 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_LocalRotation: {x: -.194485858, y: .178344443, z: .0222403444, w: .964299679} m_LocalPosition: {x: -.0620767772, y: -3.72529008e-09, z: 1.58324838e-08} m_LocalScale: {x: .999999642, y: .999999762, z: .999999821} m_Children: - {fileID: 400064} m_Father: {fileID: 400050} --- !u!4 &400072 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_LocalRotation: {x: -.00830783322, y: .324138492, z: -.1778218, w: .929109633} m_LocalPosition: {x: -.204638079, y: 2.78232619e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: 1.00000024, z: 1} m_Children: - {fileID: 400060} - {fileID: 400142} m_Father: {fileID: 400038} --- !u!4 &400074 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_LocalRotation: {x: .449082345, y: .443295717, z: -.547264814, w: .549832106} m_LocalPosition: {x: .000912975054, y: .0266842563, z: .416747689} m_LocalScale: {x: 1, y: .99999994, z: 1.00000012} m_Children: - {fileID: 400034} - {fileID: 400024} - {fileID: 400106} - {fileID: 400038} - {fileID: 400040} m_Father: {fileID: 400002} --- !u!4 &400076 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_LocalRotation: {x: .0160052888, y: -.689757407, z: -.113565467, w: .7148996} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400052} m_Father: {fileID: 400026} --- !u!4 &400078 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_LocalRotation: {x: -.431741506, y: .061834164, z: .195454702, w: .878392458} m_LocalPosition: {x: -.0031738244, y: -.0156212412, z: .0234630741} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400080} m_Father: {fileID: 400018} --- !u!4 &400080 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_LocalRotation: {x: .0885942802, y: .11633341, z: -.190954804, w: .970646143} m_LocalPosition: {x: -.0330664366, y: -2.60770321e-08, z: 1.67638063e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: .999999881} m_Children: - {fileID: 400136} m_Father: {fileID: 400078} --- !u!4 &400082 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_LocalRotation: {x: .990623951, y: -.0177008286, z: .133996621, w: .0198940523} m_LocalPosition: {x: -.121792324, y: 1.40862539e-08, z: 3.55066709e-09} m_LocalScale: {x: .99999994, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400060} --- !u!4 &400084 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_LocalRotation: {x: -.077888459, y: .163046926, z: .0157876052, w: .983412385} m_LocalPosition: {x: -.0345869958, y: -3.11993062e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400008} m_Father: {fileID: 400000} --- !u!4 &400086 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_LocalRotation: {x: .0304550622, y: .156042427, z: -.00767601747, w: .987250924} m_LocalPosition: {x: -.0265243612, y: 2.14204192e-08, z: -1.49011612e-08} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400010} m_Father: {fileID: 400058} --- !u!4 &400088 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_LocalRotation: {x: .0515741929, y: .0720156133, z: -.158263072, w: .983415842} m_LocalPosition: {x: -.0179742686, y: .00270548277, z: -.0115752071} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400054} m_Father: {fileID: 400046} --- !u!4 &400090 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_LocalRotation: {x: -.114391536, y: -.0378589369, z: .210791916, w: .970076323} m_LocalPosition: {x: -.0119449645, y: -.0172358006, z: -.00900092535} m_LocalScale: {x: 1, y: .999999702, z: .999999881} m_Children: - {fileID: 400120} m_Father: {fileID: 400134} --- !u!4 &400092 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_LocalRotation: {x: .0454088449, y: .0867736563, z: -.0349167064, w: .994579911} m_LocalPosition: {x: -.0332700089, y: 5.58793545e-08, z: -1.67638063e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400048} m_Father: {fileID: 400054} --- !u!4 &400094 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_LocalRotation: {x: 0, y: -0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400118} --- !u!4 &400096 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_LocalRotation: {x: .0373206325, y: -.0734206736, z: .114484839, w: .990004957} m_LocalPosition: {x: -.026086323, y: -9.31323019e-10, z: -5.587935e-09} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1.00000012} m_Children: [] m_Father: {fileID: 400022} --- !u!4 &400098 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_LocalRotation: {x: -.00210380624, y: .108732887, z: .045923274, w: .993007481} m_LocalPosition: {x: -.019373551, y: 7.4505806e-09, z: -1.86264504e-09} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400122} --- !u!4 &400100 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_LocalRotation: {x: -.00335055566, y: .242293879, z: .00205002422, w: .970194995} m_LocalPosition: {x: -.174169078, y: -3.65937012e-07, z: .0113064125} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400032} m_Father: {fileID: 400104} --- !u!4 &400102 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_LocalRotation: {x: -.0885869786, y: .276398927, z: -.0507782176, w: .955603242} m_LocalPosition: {x: -.211972728, y: 3.98140401e-08, z: -4.6566101e-10} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400046} m_Father: {fileID: 400128} --- !u!4 &400104 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_LocalRotation: {x: .00234798365, y: .399894029, z: -.00618795399, w: .916537464} m_LocalPosition: {x: -.169913277, y: 1.31294664e-08, z: 3.336595e-09} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400100} - {fileID: 400116} - {fileID: 400062} m_Father: {fileID: 400106} --- !u!4 &400106 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_LocalRotation: {x: -.000963680213, y: .135508344, z: -.00158589962, w: .990774453} m_LocalPosition: {x: -.114399776, y: 8.62927862e-09, z: -3.72599906e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400104} m_Father: {fileID: 400074} --- !u!4 &400108 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_LocalRotation: {x: .0885871276, y: .276399016, z: .0507781841, w: .955603242} m_LocalPosition: {x: -.211972699, y: -3.63215804e-08, z: 1.86264504e-09} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400134} m_Father: {fileID: 400014} --- !u!4 &400110 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_LocalRotation: {x: -3.77489506e-08, y: 0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400118} --- !u!4 &400112 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_LocalRotation: {x: .0371297635, y: .0950703472, z: -.0213715676, w: .994548261} m_LocalPosition: {x: -.0255734157, y: 1.21071926e-08, z: 3.72529008e-09} m_LocalScale: {x: .999999881, y: 1, z: .99999994} m_Children: [] m_Father: {fileID: 400036} --- !u!4 &400114 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_LocalRotation: {x: -8.20335444e-08, y: -.0283999033, z: 2.48526488e-09, w: .999596655} m_LocalPosition: {x: -.0878907442, y: 6.65079414e-09, z: 7.27769089e-09} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400024} --- !u!4 &400116 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_LocalRotation: {x: .467126101, y: .829631925, z: -.239920348, w: -.189584613} m_LocalPosition: {x: -.147531465, y: -.0122259697, z: .000923475425} m_LocalScale: {x: .999999642, y: 1, z: .999999642} m_Children: - {fileID: 400014} m_Father: {fileID: 400104} --- !u!4 &400118 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_Children: - {fileID: 400002} - {fileID: 400110} - {fileID: 400094} - {fileID: 400056} m_Father: {fileID: 0} --- !u!4 &400120 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100120} m_LocalRotation: {x: .194485888, y: .178344399, z: -.02224035, w: .964299679} m_LocalPosition: {x: -.0620767921, y: 2.79396795e-09, z: 2.42143869e-08} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400122} m_Father: {fileID: 400090} --- !u!4 &400122 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100122} m_LocalRotation: {x: -.00945744105, y: .113974258, z: .078597784, w: .990324616} m_LocalPosition: {x: -.0212064888, y: 7.4505806e-09, z: 7.4505806e-09} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400098} m_Father: {fileID: 400120} --- !u!4 &400124 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100124} m_LocalRotation: {x: .675620973, y: .621695161, z: .33689031, w: .208653629} m_LocalPosition: {x: -.02543322, y: .0126467282, z: .0390812196} m_LocalScale: {x: .999999821, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400042} --- !u!4 &400126 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100126} m_LocalRotation: {x: .154762715, y: .0678087845, z: .140893951, w: .97549957} m_LocalPosition: {x: -.0584490523, y: -2.23517418e-08, z: -1.86264515e-08} m_LocalScale: {x: .999999762, y: 1, z: .999999821} m_Children: - {fileID: 400140} m_Father: {fileID: 400006} --- !u!4 &400128 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100128} m_LocalRotation: {x: -.693364441, y: -.21745491, z: -.406262428, w: .553994656} m_LocalPosition: {x: -.214628965, y: .00412890222, z: -.00951984804} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400102} m_Father: {fileID: 400062} --- !u!4 &400130 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100130} m_LocalRotation: {x: .675620914, y: -.62169528, z: .33689028, w: -.208653629} m_LocalPosition: {x: -.0254332256, y: -.0126467235, z: .0390812159} m_LocalScale: {x: .999999702, y: .999999881, z: .999999762} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400132 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100132} m_LocalRotation: {x: .0369815379, y: .150955796, z: .0491911285, w: .986623049} m_LocalPosition: {x: -.0208972953, y: .00860885531, z: -.00857780501} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400000} m_Father: {fileID: 400134} --- !u!4 &400134 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_LocalRotation: {x: .805560052, y: -.0180675164, z: .0236789938, w: .591765046} m_LocalPosition: {x: -.222559094, y: 4.23751771e-08, z: 1.49011612e-08} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400006} - {fileID: 400132} - {fileID: 400030} - {fileID: 400090} m_Father: {fileID: 400108} --- !u!4 &400136 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_LocalRotation: {x: -.0373206995, y: -.0734206662, z: -.114484854, w: .990004957} m_LocalPosition: {x: -.0260863174, y: -2.79396772e-08, z: 0} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400080} --- !u!4 &400138 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_LocalRotation: {x: -.237245753, y: .05050724, z: -.0522813201, w: .968726039} m_LocalPosition: {x: -.0594628379, y: 2.23517418e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999881} m_Children: - {fileID: 400036} m_Father: {fileID: 400020} --- !u!4 &400140 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_LocalRotation: {x: -.0304550081, y: .156042472, z: .00767601049, w: .987250924} m_LocalPosition: {x: -.0265243761, y: -3.91155481e-08, z: 5.587935e-09} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: - {fileID: 400068} m_Father: {fileID: 400126} --- !u!4 &400142 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_LocalRotation: {x: .964777589, y: .0765647441, z: -.250798315, w: .0210306328} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400130} m_Father: {fileID: 400072} --- !u!4 &400144 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!4 &400146 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!4 &400148 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: .13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!4 &400150 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: -.13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!4 &400152 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!4 &400154 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!4 &400156 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100156} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!4 &400158 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100158} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!111 &11100000 Animation: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_Enabled: 1 serializedVersion: 3 m_Animation: {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} m_Animations: - {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} - {fileID: 7400006, guid: e930c357279144543ad2147c7babc837, type: 3} m_WrapMode: 0 m_PlayAutomatically: 1 m_AnimatePhysics: 0 m_CullingType: 1 m_UserAABB: m_Center: {x: .00371646881, y: .42126599, z: .0446155667} m_Extent: {x: .434853971, y: .452690154, z: .389065504} --- !u!137 &13700000 SkinnedMeshRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: fe87b9a0748074d2996a37879d8e01ef, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_Quality: 0 m_UpdateWhenOffscreen: 0 m_Mesh: {fileID: 4300000, guid: e930c357279144543ad2147c7babc837, type: 3} m_Bones: - {fileID: 400074} - {fileID: 400106} - {fileID: 400104} - {fileID: 400100} - {fileID: 400032} - {fileID: 400116} - {fileID: 400014} - {fileID: 400108} - {fileID: 400134} - {fileID: 400006} - {fileID: 400126} - {fileID: 400140} - {fileID: 400068} - {fileID: 400044} - {fileID: 400022} - {fileID: 400096} - {fileID: 400132} - {fileID: 400000} - {fileID: 400084} - {fileID: 400008} - {fileID: 400030} - {fileID: 400016} - {fileID: 400004} - {fileID: 400066} - {fileID: 400090} - {fileID: 400120} - {fileID: 400122} - {fileID: 400098} - {fileID: 400062} - {fileID: 400128} - {fileID: 400102} - {fileID: 400046} - {fileID: 400018} - {fileID: 400058} - {fileID: 400086} - {fileID: 400010} - {fileID: 400078} - {fileID: 400080} - {fileID: 400136} - {fileID: 400020} - {fileID: 400138} - {fileID: 400036} - {fileID: 400112} - {fileID: 400088} - {fileID: 400054} - {fileID: 400092} - {fileID: 400048} - {fileID: 400050} - {fileID: 400070} - {fileID: 400064} - {fileID: 400028} - {fileID: 400038} - {fileID: 400072} - {fileID: 400060} - {fileID: 400082} - {fileID: 400142} - {fileID: 400130} - {fileID: 400040} - {fileID: 400026} - {fileID: 400076} - {fileID: 400052} - {fileID: 400042} - {fileID: 400124} - {fileID: 400034} - {fileID: 400012} - {fileID: 400024} - {fileID: 400114} m_RootBone: {fileID: 400074} m_AABB: m_Center: {x: -.011511296, y: -.00183460116, z: .0617194325} m_Extent: {x: .496174723, y: .444143444, z: .386874318} m_DirtyAABB: 0 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100118} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Orcs/Orc.prefab.meta ================================================ fileFormatVersion: 2 guid: 5c50ed72dc9c0490b88d87d7a0a275c8 NativeFormatImporter: userData: ================================================ FILE: Assets/Orcs.meta ================================================ fileFormatVersion: 2 guid: 5cbe0674f9f244b9bae1eb58a18d9339 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Prefabs/BasePrefabA.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 148: {fileID: 14800000} - 114: {fileID: 11400000} - 114: {fileID: 11400002} - 65: {fileID: 6500000} - 82: {fileID: 8200000} m_Layer: 0 m_Name: BasePrefabA m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 33: {fileID: 3300000} - 23: {fileID: 2300000} m_Layer: 0 m_Name: Tomb05_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 108: {fileID: 10800000} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: -.282351822, z: 0, w: .959310949} m_LocalPosition: {x: -23.2887211, y: 1.97846818, z: -22.8589706} m_LocalScale: {x: 1.5, y: 1, z: 1.5} m_Children: - {fileID: 400004} - {fileID: 400002} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: -.5, y: .5, z: .500000119, w: .49999994} m_LocalPosition: {x: 0, y: -.732510567, z: 0} m_LocalScale: {x: .25, y: .25, z: .5} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: 0, y: .282351822, z: 0, w: .959310949} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: .666666687, y: 1, z: .666666687} m_Children: [] m_Father: {fileID: 400000} --- !u!23 &2300000 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &3300000 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Mesh: {fileID: 4300000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} --- !u!65 &6500000 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1, y: 1, z: 1} m_Center: {x: 0, y: 0, z: 0} --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!108 &10800000 Light: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_Range: 7 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 0} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 0} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 4.5 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -8 isHero: 0 isBase: 1 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!148 &14800000 NetworkView: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 11400000} m_ViewID: m_ID: 0 m_Type: 0 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/BasePrefabA.prefab.meta ================================================ fileFormatVersion: 2 guid: 851aa22b5b5a447f39f0636ecd902ef7 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/BasePrefabB.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 148: {fileID: 14800000} - 114: {fileID: 11400000} - 114: {fileID: 11400002} - 65: {fileID: 6500000} - 82: {fileID: 8200000} m_Layer: 0 m_Name: BasePrefabB m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 33: {fileID: 3300000} - 23: {fileID: 2300000} m_Layer: 0 m_Name: Tomb05_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 108: {fileID: 10800000} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: -.448592424, z: 0, w: .893736482} m_LocalPosition: {x: 19.6156864, y: 1.84223461, z: 18.5597992} m_LocalScale: {x: 2, y: 2, z: 2} m_Children: - {fileID: 400004} - {fileID: 400002} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: -.5, y: -.5, z: -.500000119, w: .49999994} m_LocalPosition: {x: 0, y: -.488171041, z: 0} m_LocalScale: {x: .25, y: .249999985, z: .25} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: 0, y: .448592424, z: 0, w: .893736482} m_LocalPosition: {x: -.0030019898, y: .159594059, z: 0} m_LocalScale: {x: .5, y: .5, z: .5} m_Children: [] m_Father: {fileID: 400000} --- !u!23 &2300000 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &3300000 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Mesh: {fileID: 4300000, guid: b84a774e0e048184dad1e0978df2cd96, type: 3} --- !u!65 &6500000 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 1, y: 1, z: 1} m_Center: {x: 0, y: 0, z: 0} --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!108 &10800000 Light: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .993103504, g: .5, b: 1, a: 1} m_Intensity: 1 m_Range: 7 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 0} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 0} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 4.5 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -7 isHero: 0 isBase: 1 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!148 &14800000 NetworkView: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 11400000} m_ViewID: m_ID: 0 m_Type: 0 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/BasePrefabB.prefab.meta ================================================ fileFormatVersion: 2 guid: 71d32c6da350a49e8a7c8d4a2b785e03 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/Blood.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Blood m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 3.41056252, y: 1.20539176, z: -18.1549072} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 2214592767 colorAnimation[1]: serializedVersion: 2 rgba: 3640656127 colorAnimation[2]: serializedVersion: 2 rgba: 4278190335 colorAnimation[3]: serializedVersion: 2 rgba: 4278190260 colorAnimation[4]: serializedVersion: 2 rgba: 1728053306 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: -.0500000007 rndForce: {x: 1, y: 1, z: 1} force: {x: 0, y: -6, z: 0} damping: 1 stopSimulation: 0 autodestruct: 1 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .0199999996 maxSize: .150000006 minEnergy: 0 maxEnergy: 1.5 minEmission: 25 maxEmission: 50 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: -0, y: 0, z: 3} rndVelocity: {x: 3, y: 3, z: 3} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 0 m_OneShot: 1 m_Ellipsoid: {x: .00100000005, y: .00100000005, z: .00100000005} m_MinEmitterRange: 0 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e097e0ca551c28647a5a126e44c35bbc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 3 m_LengthScale: 2 m_VelocityScale: .100000001 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/Blood.prefab.meta ================================================ fileFormatVersion: 2 guid: 8682bbbb15f5b48a8bc0e4f7451c5103 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/CreepPrefabA.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 148: {fileID: 14800000} - 114: {fileID: 11400000} - 114: {fileID: 11400002} - 82: {fileID: 8200000} - 143: {fileID: 14300000} m_Layer: 0 m_Name: CreepPrefabA m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 135: {fileID: 13500000} - 114: {fileID: 11400004} m_Layer: 2 m_Name: AI-Radius m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} m_Layer: 0 m_Name: heel_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} m_Layer: 0 m_Name: heel_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} m_Layer: 0 m_Name: toe_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100010 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400010} m_Layer: 0 m_Name: foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100012 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400012} m_Layer: 0 m_Name: shin_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100014 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400126} m_Layer: 0 m_Name: thigh_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100016 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400014} m_Layer: 0 m_Name: heel_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100018 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400018} m_Layer: 0 m_Name: heel_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100020 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400016} m_Layer: 0 m_Name: toe_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100022 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400020} m_Layer: 0 m_Name: foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100024 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400022} m_Layer: 0 m_Name: shin_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100026 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400128} m_Layer: 0 m_Name: thigh_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100028 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400024} m_Layer: 0 m_Name: finger_pinky_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100030 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400026} m_Layer: 0 m_Name: finger_pinky_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100032 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400028} m_Layer: 0 m_Name: finger_pinky_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100034 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400054} m_Layer: 0 m_Name: palm_04_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100036 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400030} m_Layer: 0 m_Name: finger_ring_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100038 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400032} m_Layer: 0 m_Name: finger_ring_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100040 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400034} m_Layer: 0 m_Name: finger_ring_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100042 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400056} m_Layer: 0 m_Name: palm_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100044 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400036} m_Layer: 0 m_Name: finger_middle_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100046 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400038} m_Layer: 0 m_Name: finger_middle_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100048 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400040} m_Layer: 0 m_Name: finger_middle_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100050 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400058} m_Layer: 0 m_Name: palm_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100052 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400042} m_Layer: 0 m_Name: thumb_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100054 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400044} m_Layer: 0 m_Name: thumb_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100056 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400050} m_Layer: 0 m_Name: thumb_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100058 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400046} m_Layer: 0 m_Name: finger_index_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100060 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400048} m_Layer: 0 m_Name: finger_index_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100062 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400052} m_Layer: 0 m_Name: finger_index_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100064 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400060} m_Layer: 0 m_Name: palm_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100066 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400062} m_Layer: 0 m_Name: hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100068 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400064} m_Layer: 0 m_Name: forearm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100070 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400066} m_Layer: 0 m_Name: upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100072 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400114} m_Layer: 0 m_Name: shoulder_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100074 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400068} m_Layer: 0 m_Name: finger_pinky_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100076 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400070} m_Layer: 0 m_Name: finger_pinky_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100078 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400072} m_Layer: 0 m_Name: finger_pinky_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100080 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400098} m_Layer: 0 m_Name: palm_04_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100082 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400074} m_Layer: 0 m_Name: finger_ring_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100084 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400076} m_Layer: 0 m_Name: finger_ring_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100086 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400078} m_Layer: 0 m_Name: finger_ring_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100088 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400100} m_Layer: 0 m_Name: palm_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100090 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400080} m_Layer: 0 m_Name: finger_middle_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100092 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400082} m_Layer: 0 m_Name: finger_middle_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100094 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400084} m_Layer: 0 m_Name: finger_middle_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100096 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400102} m_Layer: 0 m_Name: palm_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100098 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400086} m_Layer: 0 m_Name: thumb_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100100 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400088} m_Layer: 0 m_Name: thumb_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100102 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400094} m_Layer: 0 m_Name: thumb_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100104 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400090} m_Layer: 0 m_Name: finger_index_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100106 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400092} m_Layer: 0 m_Name: finger_index_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100108 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400096} m_Layer: 0 m_Name: finger_index_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100110 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400104} m_Layer: 0 m_Name: palm_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100112 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400106} m_Layer: 0 m_Name: hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100114 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400108} m_Layer: 0 m_Name: forearm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100116 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400110} m_Layer: 0 m_Name: upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100118 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400116} m_Layer: 0 m_Name: shoulder_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100120 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400112} m_Layer: 0 m_Name: head m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100122 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400118} m_Layer: 0 m_Name: neck m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100124 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400120} m_Layer: 0 m_Name: ribs m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100126 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400130} m_Layer: 0 m_Name: spine m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100128 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400122} m_Layer: 0 m_Name: saia-verso2 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100130 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400132} m_Layer: 0 m_Name: saia-verso1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100132 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400124} m_Layer: 0 m_Name: saia-frente1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100134 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400134} m_Layer: 0 m_Name: saia-frente m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100136 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400136} m_Layer: 0 m_Name: hips m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100138 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400142} m_Layer: 0 m_Name: front m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100140 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400140} - 137: {fileID: 13700000} m_Layer: 0 m_Name: Orco-lowPoly m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100142 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400138} m_Layer: 0 m_Name: right m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100144 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400144} m_Layer: 0 m_Name: Armature m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100146 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400146} - 111: {fileID: 11100000} m_Layer: 0 m_Name: Orc m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100148 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400148} m_Layer: 0 m_Name: Pole_upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100150 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400150} m_Layer: 0 m_Name: Pole_upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100152 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400152} m_Layer: 0 m_Name: Pole_leg_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100154 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400154} m_Layer: 0 m_Name: Pole_leg_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100156 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400156} m_Layer: 0 m_Name: IK_hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100158 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400158} m_Layer: 0 m_Name: IK_hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100160 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400160} m_Layer: 0 m_Name: IK_foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100162 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400162} m_Layer: 0 m_Name: IK_foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: .0648555756, y: 1.05255437, z: 15.7858849} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400002} - {fileID: 400146} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: .675620973, y: .621695161, z: .33689031, w: .208653629} m_LocalPosition: {x: -.02543322, y: .0126467282, z: .0390812196} m_LocalScale: {x: .999999821, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400008} --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: .990624011, y: .0177008212, z: .133996218, w: -.0198925398} m_LocalPosition: {x: -.121792316, y: 1.25728548e-08, z: -3.14321391e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999821} m_Children: [] m_Father: {fileID: 400010} --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: .96477747, y: -.0765654668, z: -.250798523, w: -.0210306235} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1.00000012, y: 1, z: 1.00000024} m_Children: - {fileID: 400004} m_Father: {fileID: 400012} --- !u!4 &400010 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100010} m_LocalRotation: {x: .0160052888, y: -.689757407, z: -.113565467, w: .7148996} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400006} m_Father: {fileID: 400012} --- !u!4 &400012 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100012} m_LocalRotation: {x: .00830793381, y: .324138492, z: .1778218, w: .929109633} m_LocalPosition: {x: -.204638064, y: 1.61817297e-08, z: -2.79396772e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999821} m_Children: - {fileID: 400010} - {fileID: 400008} m_Father: {fileID: 400126} --- !u!4 &400014 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_LocalRotation: {x: .675620914, y: -.62169528, z: .33689028, w: -.208653629} m_LocalPosition: {x: -.0254332256, y: -.0126467235, z: .0390812159} m_LocalScale: {x: .999999702, y: .999999881, z: .999999762} m_Children: [] m_Father: {fileID: 400018} --- !u!4 &400016 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_LocalRotation: {x: .990623951, y: -.0177008286, z: .133996621, w: .0198940523} m_LocalPosition: {x: -.121792324, y: 1.40862539e-08, z: 3.55066709e-09} m_LocalScale: {x: .99999994, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400020} --- !u!4 &400018 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_LocalRotation: {x: .964777589, y: .0765647441, z: -.250798315, w: .0210306328} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400014} m_Father: {fileID: 400022} --- !u!4 &400020 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_LocalRotation: {x: -.0160053726, y: -.689757407, z: .113565467, w: .7148996} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400016} m_Father: {fileID: 400022} --- !u!4 &400022 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_LocalRotation: {x: -.00830783322, y: .324138492, z: -.1778218, w: .929109633} m_LocalPosition: {x: -.204638079, y: 2.78232619e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: 1.00000024, z: 1} m_Children: - {fileID: 400020} - {fileID: 400018} m_Father: {fileID: 400128} --- !u!4 &400024 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_LocalRotation: {x: .00210382836, y: .108732872, z: -.045923274, w: .993007481} m_LocalPosition: {x: -.0193735547, y: 1.11758709e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: [] m_Father: {fileID: 400026} --- !u!4 &400026 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_LocalRotation: {x: .00945744012, y: .113974258, z: -.078597784, w: .990324616} m_LocalPosition: {x: -.0212064944, y: -2.23517418e-08, z: 7.4505806e-09} m_LocalScale: {x: 1, y: .999999762, z: 1} m_Children: - {fileID: 400024} m_Father: {fileID: 400028} --- !u!4 &400028 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_LocalRotation: {x: -.194485858, y: .178344443, z: .0222403444, w: .964299679} m_LocalPosition: {x: -.0620767772, y: -3.72529008e-09, z: 1.58324838e-08} m_LocalScale: {x: .999999642, y: .999999762, z: .999999821} m_Children: - {fileID: 400026} m_Father: {fileID: 400054} --- !u!4 &400030 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_LocalRotation: {x: .0473885499, y: .174439147, z: -.0204495713, w: .983314395} m_LocalPosition: {x: -.022822367, y: -3.72529008e-09, z: -3.7252903e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: [] m_Father: {fileID: 400032} --- !u!4 &400032 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_LocalRotation: {x: .0454088449, y: .0867736563, z: -.0349167064, w: .994579911} m_LocalPosition: {x: -.0332700089, y: 5.58793545e-08, z: -1.67638063e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400030} m_Father: {fileID: 400034} --- !u!4 &400034 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_LocalRotation: {x: -.268882871, y: .162426353, z: .00590109499, w: .949360251} m_LocalPosition: {x: -.0596418902, y: 1.62981451e-08, z: 1.3038516e-08} m_LocalScale: {x: 1, y: 1, z: .999999762} m_Children: - {fileID: 400032} m_Father: {fileID: 400056} --- !u!4 &400036 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_LocalRotation: {x: .0371297635, y: .0950703472, z: -.0213715676, w: .994548261} m_LocalPosition: {x: -.0255734157, y: 1.21071926e-08, z: 3.72529008e-09} m_LocalScale: {x: .999999881, y: 1, z: .99999994} m_Children: [] m_Father: {fileID: 400038} --- !u!4 &400038 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_LocalRotation: {x: .0778885335, y: .163046911, z: -.0157876108, w: .983412385} m_LocalPosition: {x: -.0345869958, y: 2.09547579e-08, z: 2.60770321e-08} m_LocalScale: {x: .99999994, y: .999999881, z: .999999821} m_Children: - {fileID: 400036} m_Father: {fileID: 400040} --- !u!4 &400040 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_LocalRotation: {x: -.237245753, y: .05050724, z: -.0522813201, w: .968726039} m_LocalPosition: {x: -.0594628379, y: 2.23517418e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999881} m_Children: - {fileID: 400038} m_Father: {fileID: 400058} --- !u!4 &400042 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_LocalRotation: {x: -.0373206995, y: -.0734206662, z: -.114484854, w: .990004957} m_LocalPosition: {x: -.0260863174, y: -2.79396772e-08, z: 0} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400044} --- !u!4 &400044 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_LocalRotation: {x: .0885942802, y: .11633341, z: -.190954804, w: .970646143} m_LocalPosition: {x: -.0330664366, y: -2.60770321e-08, z: 1.67638063e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: .999999881} m_Children: - {fileID: 400042} m_Father: {fileID: 400050} --- !u!4 &400046 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_LocalRotation: {x: .0546317622, y: .118987843, z: -.0519326143, w: .990030408} m_LocalPosition: {x: -.0237334669, y: 1.58324838e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: 1.00000024} m_Children: [] m_Father: {fileID: 400048} --- !u!4 &400048 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_LocalRotation: {x: .0304550622, y: .156042427, z: -.00767601747, w: .987250924} m_LocalPosition: {x: -.0265243612, y: 2.14204192e-08, z: -1.49011612e-08} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400046} m_Father: {fileID: 400052} --- !u!4 &400050 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_LocalRotation: {x: -.431741506, y: .061834164, z: .195454702, w: .878392458} m_LocalPosition: {x: -.0031738244, y: -.0156212412, z: .0234630741} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400044} m_Father: {fileID: 400060} --- !u!4 &400052 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_LocalRotation: {x: -.154762819, y: .0678088143, z: -.140893951, w: .97549957} m_LocalPosition: {x: -.0584490262, y: -1.11758709e-08, z: 7.4505806e-08} m_LocalScale: {x: .999999881, y: .999999881, z: .999999702} m_Children: - {fileID: 400048} m_Father: {fileID: 400060} --- !u!4 &400054 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_LocalRotation: {x: .114391379, y: -.0378589332, z: -.210791916, w: .970076323} m_LocalPosition: {x: -.0119449459, y: .0172357839, z: -.00900092162} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400028} m_Father: {fileID: 400062} --- !u!4 &400056 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_LocalRotation: {x: .0515741929, y: .0720156133, z: -.158263072, w: .983415842} m_LocalPosition: {x: -.0179742686, y: .00270548277, z: -.0115752071} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400034} m_Father: {fileID: 400062} --- !u!4 &400058 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_LocalRotation: {x: -.036981672, y: .150955796, z: -.0491911247, w: .986623049} m_LocalPosition: {x: -.0208972991, y: -.00860886462, z: -.00857781619} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1} m_Children: - {fileID: 400040} m_Father: {fileID: 400062} --- !u!4 &400060 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_LocalRotation: {x: -.122681133, y: .202681914, z: .0957001001, w: .966804445} m_LocalPosition: {x: -.0234434977, y: -.0172028113, z: -.00194496289} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400052} - {fileID: 400050} m_Father: {fileID: 400062} --- !u!4 &400062 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_LocalRotation: {x: -.805560052, y: -.0180674326, z: -.0236789621, w: .591765046} m_LocalPosition: {x: -.222559035, y: 9.31323019e-10, z: 2.98023224e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999881} m_Children: - {fileID: 400060} - {fileID: 400058} - {fileID: 400056} - {fileID: 400054} m_Father: {fileID: 400064} --- !u!4 &400064 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_LocalRotation: {x: -.0885869786, y: .276398927, z: -.0507782176, w: .955603242} m_LocalPosition: {x: -.211972728, y: 3.98140401e-08, z: -4.6566101e-10} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400062} m_Father: {fileID: 400066} --- !u!4 &400066 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_LocalRotation: {x: -.693364441, y: -.21745491, z: -.406262428, w: .553994656} m_LocalPosition: {x: -.214628965, y: .00412890222, z: -.00951984804} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400064} m_Father: {fileID: 400114} --- !u!4 &400068 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_LocalRotation: {x: -.00210380624, y: .108732887, z: .045923274, w: .993007481} m_LocalPosition: {x: -.019373551, y: 7.4505806e-09, z: -1.86264504e-09} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400070} --- !u!4 &400070 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_LocalRotation: {x: -.00945744105, y: .113974258, z: .078597784, w: .990324616} m_LocalPosition: {x: -.0212064888, y: 7.4505806e-09, z: 7.4505806e-09} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400068} m_Father: {fileID: 400072} --- !u!4 &400072 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_LocalRotation: {x: .194485888, y: .178344399, z: -.02224035, w: .964299679} m_LocalPosition: {x: -.0620767921, y: 2.79396795e-09, z: 2.42143869e-08} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400070} m_Father: {fileID: 400098} --- !u!4 &400074 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_LocalRotation: {x: -.0473885089, y: .174439162, z: .0204495899, w: .983314395} m_LocalPosition: {x: -.0228224006, y: -1.3038516e-08, z: 3.35276127e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: [] m_Father: {fileID: 400076} --- !u!4 &400076 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_LocalRotation: {x: -.0454087853, y: .0867736638, z: .0349167027, w: .994579911} m_LocalPosition: {x: -.033269994, y: -2.79396795e-09, z: -3.44589353e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400074} m_Father: {fileID: 400078} --- !u!4 &400078 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_LocalRotation: {x: .268882811, y: .162426293, z: -.00590108847, w: .949360251} m_LocalPosition: {x: -.0596418418, y: 1.02445483e-08, z: -1.86264515e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400076} m_Father: {fileID: 400100} --- !u!4 &400080 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_LocalRotation: {x: -.0371298008, y: .095070377, z: .0213715732, w: .994548261} m_LocalPosition: {x: -.0255733822, y: -1.02445483e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400082} --- !u!4 &400082 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_LocalRotation: {x: -.077888459, y: .163046926, z: .0157876052, w: .983412385} m_LocalPosition: {x: -.0345869958, y: -3.11993062e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400080} m_Father: {fileID: 400084} --- !u!4 &400084 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_LocalRotation: {x: .237245753, y: .0505072065, z: .0522813275, w: .968726039} m_LocalPosition: {x: -.059462864, y: 0, z: 2.23517418e-08} m_LocalScale: {x: .99999994, y: 1, z: .999999881} m_Children: - {fileID: 400082} m_Father: {fileID: 400102} --- !u!4 &400086 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_LocalRotation: {x: .0373206325, y: -.0734206736, z: .114484839, w: .990004957} m_LocalPosition: {x: -.026086323, y: -9.31323019e-10, z: -5.587935e-09} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1.00000012} m_Children: [] m_Father: {fileID: 400088} --- !u!4 &400088 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_LocalRotation: {x: -.0885940418, y: .116333447, z: .19095476, w: .970646143} m_LocalPosition: {x: -.0330664031, y: -2.23517418e-08, z: -9.31322575e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400086} m_Father: {fileID: 400094} --- !u!4 &400090 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_LocalRotation: {x: -.0546317361, y: .118987828, z: .051932618, w: .990030468} m_LocalPosition: {x: -.0237334911, y: -8.38190317e-09, z: 0} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400092} --- !u!4 &400092 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_LocalRotation: {x: -.0304550081, y: .156042472, z: .00767601049, w: .987250924} m_LocalPosition: {x: -.0265243761, y: -3.91155481e-08, z: 5.587935e-09} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: - {fileID: 400090} m_Father: {fileID: 400096} --- !u!4 &400094 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_LocalRotation: {x: .431741446, y: .0618341044, z: -.195454702, w: .878392518} m_LocalPosition: {x: -.00317385793, y: .0156212151, z: .0234630145} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400088} m_Father: {fileID: 400104} --- !u!4 &400096 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_LocalRotation: {x: .154762715, y: .0678087845, z: .140893951, w: .97549957} m_LocalPosition: {x: -.0584490523, y: -2.23517418e-08, z: -1.86264515e-08} m_LocalScale: {x: .999999762, y: 1, z: .999999821} m_Children: - {fileID: 400092} m_Father: {fileID: 400104} --- !u!4 &400098 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_LocalRotation: {x: -.114391536, y: -.0378589369, z: .210791916, w: .970076323} m_LocalPosition: {x: -.0119449645, y: -.0172358006, z: -.00900092535} m_LocalScale: {x: 1, y: .999999702, z: .999999881} m_Children: - {fileID: 400072} m_Father: {fileID: 400106} --- !u!4 &400100 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_LocalRotation: {x: -.0515743606, y: .072015591, z: .158263072, w: .983415842} m_LocalPosition: {x: -.017974291, y: -.00270551397, z: -.0115751848} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400078} m_Father: {fileID: 400106} --- !u!4 &400102 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_LocalRotation: {x: .0369815379, y: .150955796, z: .0491911285, w: .986623049} m_LocalPosition: {x: -.0208972953, y: .00860885531, z: -.00857780501} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400084} m_Father: {fileID: 400106} --- !u!4 &400104 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_LocalRotation: {x: .122681066, y: .202681959, z: -.0957000777, w: .966804445} m_LocalPosition: {x: -.0234434828, y: .0172027871, z: -.00194494799} m_LocalScale: {x: .99999994, y: .999999881, z: .99999994} m_Children: - {fileID: 400096} - {fileID: 400094} m_Father: {fileID: 400106} --- !u!4 &400106 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_LocalRotation: {x: .805560052, y: -.0180675164, z: .0236789938, w: .591765046} m_LocalPosition: {x: -.222559094, y: 4.23751771e-08, z: 1.49011612e-08} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400104} - {fileID: 400102} - {fileID: 400100} - {fileID: 400098} m_Father: {fileID: 400108} --- !u!4 &400108 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_LocalRotation: {x: .0885871276, y: .276399016, z: .0507781841, w: .955603242} m_LocalPosition: {x: -.211972699, y: -3.63215804e-08, z: 1.86264504e-09} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400106} m_Father: {fileID: 400110} --- !u!4 &400110 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_LocalRotation: {x: .693364322, y: -.217455059, z: .406262368, w: .553994715} m_LocalPosition: {x: -.214628965, y: -.00412885938, z: -.00951985363} m_LocalScale: {x: .99999994, y: .999999762, z: .999999762} m_Children: - {fileID: 400108} m_Father: {fileID: 400116} --- !u!4 &400112 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100120} m_LocalRotation: {x: -5.45145866e-08, y: .121964708, z: -3.26556346e-08, w: .992534459} m_LocalPosition: {x: -.0504267067, y: 3.80715104e-09, z: 2.98023224e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400118} --- !u!4 &400114 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_LocalRotation: {x: -.470714569, y: .828311145, z: .234281346, w: -.193495944} m_LocalPosition: {x: -.147669464, y: .0124077639, z: .000787792553} m_LocalScale: {x: 1.00000012, y: .99999994, z: 1} m_Children: - {fileID: 400066} m_Father: {fileID: 400120} --- !u!4 &400116 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_LocalRotation: {x: .467126101, y: .829631925, z: -.239920348, w: -.189584613} m_LocalPosition: {x: -.147531465, y: -.0122259697, z: .000923475425} m_LocalScale: {x: .999999642, y: 1, z: .999999642} m_Children: - {fileID: 400110} m_Father: {fileID: 400120} --- !u!4 &400118 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100122} m_LocalRotation: {x: -.00335055566, y: .242293879, z: .00205002422, w: .970194995} m_LocalPosition: {x: -.174169078, y: -3.65937012e-07, z: .0113064125} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400112} m_Father: {fileID: 400120} --- !u!4 &400120 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100124} m_LocalRotation: {x: .00234798365, y: .399894029, z: -.00618795399, w: .916537464} m_LocalPosition: {x: -.169913277, y: 1.31294664e-08, z: 3.336595e-09} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400118} - {fileID: 400116} - {fileID: 400114} m_Father: {fileID: 400130} --- !u!4 &400122 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100128} m_LocalRotation: {x: -8.20335444e-08, y: -.0283999033, z: 2.48526488e-09, w: .999596655} m_LocalPosition: {x: -.0878907442, y: 6.65079414e-09, z: 7.27769089e-09} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400132} --- !u!4 &400124 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100132} m_LocalRotation: {x: 1.38588085e-09, y: .0470600575, z: 1.02097358e-10, w: .998892069} m_LocalPosition: {x: -.0970444754, y: 7.44190309e-09, z: -1.02386739e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400134} --- !u!4 &400126 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_LocalRotation: {x: -.106170081, y: .990089118, z: .0166419689, w: .090412721} m_LocalPosition: {x: -.00973992515, y: .0949994922, z: .0170226563} m_LocalScale: {x: .999999821, y: .999999881, z: .999999881} m_Children: - {fileID: 400012} m_Father: {fileID: 400136} --- !u!4 &400128 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_LocalRotation: {x: .113700777, y: .989134669, z: -.0213792473, w: .0907067209} m_LocalPosition: {x: -.0112684071, y: -.0965165794, z: .0177996419} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400022} m_Father: {fileID: 400136} --- !u!4 &400130 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100126} m_LocalRotation: {x: -.000963680213, y: .135508344, z: -.00158589962, w: .990774453} m_LocalPosition: {x: -.114399776, y: 8.62927862e-09, z: -3.72599906e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400120} m_Father: {fileID: 400136} --- !u!4 &400132 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100130} m_LocalRotation: {x: .00411730958, y: .997748256, z: -.00175695715, w: -.0669210777} m_LocalPosition: {x: -.0689787045, y: .000182679156, z: -.0906665623} m_LocalScale: {x: .999999821, y: .999999881, z: 1} m_Children: - {fileID: 400122} m_Father: {fileID: 400136} --- !u!4 &400134 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_LocalRotation: {x: .0041569327, y: .995921254, z: -.00166061369, w: -.0901160687} m_LocalPosition: {x: .0122466879, y: .000560039771, z: .162133276} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: - {fileID: 400124} m_Father: {fileID: 400136} --- !u!4 &400136 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_LocalRotation: {x: .449082345, y: .443295717, z: -.547264814, w: .549832106} m_LocalPosition: {x: .000912975054, y: .0266842563, z: .416747689} m_LocalScale: {x: 1, y: .99999994, z: 1.00000012} m_Children: - {fileID: 400134} - {fileID: 400132} - {fileID: 400130} - {fileID: 400128} - {fileID: 400126} m_Father: {fileID: 400144} --- !u!4 &400138 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_LocalRotation: {x: -2.66925451e-08, y: -.707106829, z: -2.66925451e-08, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400146} --- !u!4 &400140 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_LocalRotation: {x: 0, y: -0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400146} --- !u!4 &400142 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_LocalRotation: {x: -3.77489506e-08, y: 0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400146} --- !u!4 &400144 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400136} - {fileID: 400162} - {fileID: 400160} - {fileID: 400158} - {fileID: 400156} - {fileID: 400154} - {fileID: 400152} - {fileID: 400150} - {fileID: 400148} m_Father: {fileID: 400146} --- !u!4 &400146 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_Children: - {fileID: 400144} - {fileID: 400142} - {fileID: 400140} - {fileID: 400138} m_Father: {fileID: 400000} --- !u!4 &400148 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400150 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400152 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: .13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400154 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: -.13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400156 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100156} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400158 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100158} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400160 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100160} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400162 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100162} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!111 &11100000 Animation: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_Enabled: 1 serializedVersion: 3 m_Animation: {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} m_Animations: - {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} - {fileID: 7400006, guid: e930c357279144543ad2147c7babc837, type: 3} m_WrapMode: 0 m_PlayAutomatically: 1 m_AnimatePhysics: 0 m_CullingType: 1 m_UserAABB: m_Center: {x: .00371646881, y: .42126599, z: .0446155667} m_Extent: {x: .434853971, y: .452690154, z: .389065504} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 0} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 3 tower: 0 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 5 maxHealth: 5 creeps: 0 level: 1 range: 2.5 damage: .75 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: 0 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 11100000} --- !u!114 &11400004 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &13500000 SphereCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 8 m_Center: {x: 0, y: 0, z: 0} --- !u!137 &13700000 SkinnedMeshRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b8dbd80bc661041b5a02580502dab838, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_Quality: 0 m_UpdateWhenOffscreen: 0 m_Mesh: {fileID: 4300000, guid: e930c357279144543ad2147c7babc837, type: 3} m_Bones: - {fileID: 400136} - {fileID: 400130} - {fileID: 400120} - {fileID: 400118} - {fileID: 400112} - {fileID: 400116} - {fileID: 400110} - {fileID: 400108} - {fileID: 400106} - {fileID: 400104} - {fileID: 400096} - {fileID: 400092} - {fileID: 400090} - {fileID: 400094} - {fileID: 400088} - {fileID: 400086} - {fileID: 400102} - {fileID: 400084} - {fileID: 400082} - {fileID: 400080} - {fileID: 400100} - {fileID: 400078} - {fileID: 400076} - {fileID: 400074} - {fileID: 400098} - {fileID: 400072} - {fileID: 400070} - {fileID: 400068} - {fileID: 400114} - {fileID: 400066} - {fileID: 400064} - {fileID: 400062} - {fileID: 400060} - {fileID: 400052} - {fileID: 400048} - {fileID: 400046} - {fileID: 400050} - {fileID: 400044} - {fileID: 400042} - {fileID: 400058} - {fileID: 400040} - {fileID: 400038} - {fileID: 400036} - {fileID: 400056} - {fileID: 400034} - {fileID: 400032} - {fileID: 400030} - {fileID: 400054} - {fileID: 400028} - {fileID: 400026} - {fileID: 400024} - {fileID: 400128} - {fileID: 400022} - {fileID: 400020} - {fileID: 400016} - {fileID: 400018} - {fileID: 400014} - {fileID: 400126} - {fileID: 400012} - {fileID: 400010} - {fileID: 400006} - {fileID: 400008} - {fileID: 400004} - {fileID: 400134} - {fileID: 400124} - {fileID: 400132} - {fileID: 400122} m_RootBone: {fileID: 400136} m_AABB: m_Center: {x: -.011511296, y: -.00183460116, z: .0617194325} m_Extent: {x: .496174723, y: .444143444, z: .386874318} m_DirtyAABB: 0 --- !u!143 &14300000 CharacterController: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Height: 2 m_Radius: .5 m_SlopeLimit: 45 m_StepOffset: .300000012 m_SkinWidth: .0799999982 m_MinMoveDistance: 0 m_Center: {x: 0, y: 1, z: 0} --- !u!148 &14800000 NetworkView: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 11400000} m_ViewID: m_ID: 0 m_Type: 0 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/CreepPrefabA.prefab.meta ================================================ fileFormatVersion: 2 guid: 489113c6930484518905a767882d754f NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/CreepPrefabB.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 148: {fileID: 14800000} - 114: {fileID: 11400000} - 114: {fileID: 11400002} - 82: {fileID: 8200000} - 143: {fileID: 14300000} m_Layer: 0 m_Name: CreepPrefabB m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 135: {fileID: 13500000} - 114: {fileID: 11400004} m_Layer: 2 m_Name: AI-Radius m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} m_Layer: 0 m_Name: heel_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} m_Layer: 0 m_Name: heel_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} m_Layer: 0 m_Name: toe_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100010 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400010} m_Layer: 0 m_Name: foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100012 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400012} m_Layer: 0 m_Name: shin_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100014 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400126} m_Layer: 0 m_Name: thigh_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100016 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400014} m_Layer: 0 m_Name: heel_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100018 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400018} m_Layer: 0 m_Name: heel_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100020 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400016} m_Layer: 0 m_Name: toe_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100022 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400020} m_Layer: 0 m_Name: foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100024 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400022} m_Layer: 0 m_Name: shin_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100026 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400128} m_Layer: 0 m_Name: thigh_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100028 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400024} m_Layer: 0 m_Name: finger_pinky_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100030 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400026} m_Layer: 0 m_Name: finger_pinky_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100032 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400028} m_Layer: 0 m_Name: finger_pinky_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100034 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400054} m_Layer: 0 m_Name: palm_04_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100036 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400030} m_Layer: 0 m_Name: finger_ring_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100038 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400032} m_Layer: 0 m_Name: finger_ring_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100040 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400034} m_Layer: 0 m_Name: finger_ring_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100042 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400056} m_Layer: 0 m_Name: palm_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100044 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400036} m_Layer: 0 m_Name: finger_middle_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100046 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400038} m_Layer: 0 m_Name: finger_middle_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100048 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400040} m_Layer: 0 m_Name: finger_middle_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100050 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400058} m_Layer: 0 m_Name: palm_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100052 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400042} m_Layer: 0 m_Name: thumb_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100054 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400044} m_Layer: 0 m_Name: thumb_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100056 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400050} m_Layer: 0 m_Name: thumb_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100058 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400046} m_Layer: 0 m_Name: finger_index_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100060 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400048} m_Layer: 0 m_Name: finger_index_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100062 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400052} m_Layer: 0 m_Name: finger_index_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100064 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400060} m_Layer: 0 m_Name: palm_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100066 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400062} m_Layer: 0 m_Name: hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100068 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400064} m_Layer: 0 m_Name: forearm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100070 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400066} m_Layer: 0 m_Name: upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100072 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400114} m_Layer: 0 m_Name: shoulder_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100074 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400068} m_Layer: 0 m_Name: finger_pinky_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100076 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400070} m_Layer: 0 m_Name: finger_pinky_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100078 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400072} m_Layer: 0 m_Name: finger_pinky_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100080 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400098} m_Layer: 0 m_Name: palm_04_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100082 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400074} m_Layer: 0 m_Name: finger_ring_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100084 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400076} m_Layer: 0 m_Name: finger_ring_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100086 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400078} m_Layer: 0 m_Name: finger_ring_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100088 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400100} m_Layer: 0 m_Name: palm_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100090 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400080} m_Layer: 0 m_Name: finger_middle_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100092 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400082} m_Layer: 0 m_Name: finger_middle_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100094 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400084} m_Layer: 0 m_Name: finger_middle_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100096 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400102} m_Layer: 0 m_Name: palm_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100098 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400086} m_Layer: 0 m_Name: thumb_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100100 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400088} m_Layer: 0 m_Name: thumb_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100102 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400094} m_Layer: 0 m_Name: thumb_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100104 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400090} m_Layer: 0 m_Name: finger_index_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100106 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400092} m_Layer: 0 m_Name: finger_index_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100108 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400096} m_Layer: 0 m_Name: finger_index_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100110 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400104} m_Layer: 0 m_Name: palm_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100112 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400106} m_Layer: 0 m_Name: hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100114 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400108} m_Layer: 0 m_Name: forearm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100116 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400110} m_Layer: 0 m_Name: upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100118 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400116} m_Layer: 0 m_Name: shoulder_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100120 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400112} m_Layer: 0 m_Name: head m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100122 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400118} m_Layer: 0 m_Name: neck m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100124 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400120} m_Layer: 0 m_Name: ribs m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100126 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400130} m_Layer: 0 m_Name: spine m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100128 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400122} m_Layer: 0 m_Name: saia-verso2 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100130 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400132} m_Layer: 0 m_Name: saia-verso1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100132 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400124} m_Layer: 0 m_Name: saia-frente1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100134 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400134} m_Layer: 0 m_Name: saia-frente m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100136 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400136} m_Layer: 0 m_Name: hips m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100138 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400142} m_Layer: 0 m_Name: front m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100140 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400140} - 137: {fileID: 13700000} m_Layer: 0 m_Name: Orco-lowPoly m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100142 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400138} m_Layer: 0 m_Name: right m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100144 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400144} m_Layer: 0 m_Name: Armature m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100146 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400146} - 111: {fileID: 11100000} m_Layer: 0 m_Name: Orc m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100148 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400148} m_Layer: 0 m_Name: Pole_upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100150 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400150} m_Layer: 0 m_Name: Pole_upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100152 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400152} m_Layer: 0 m_Name: Pole_leg_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100154 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400154} m_Layer: 0 m_Name: Pole_leg_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100156 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400156} m_Layer: 0 m_Name: IK_hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100158 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400158} m_Layer: 0 m_Name: IK_hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100160 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400160} m_Layer: 0 m_Name: IK_foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100162 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400162} m_Layer: 0 m_Name: IK_foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 1.42245865, y: 1.05969548, z: 17.1271172} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400002} - {fileID: 400146} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: .675620973, y: .621695161, z: .33689031, w: .208653629} m_LocalPosition: {x: -.02543322, y: .0126467282, z: .0390812196} m_LocalScale: {x: .999999821, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400008} --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: .990624011, y: .0177008212, z: .133996218, w: -.0198925398} m_LocalPosition: {x: -.121792316, y: 1.25728548e-08, z: -3.14321391e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999821} m_Children: [] m_Father: {fileID: 400010} --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: .96477747, y: -.0765654668, z: -.250798523, w: -.0210306235} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1.00000012, y: 1, z: 1.00000024} m_Children: - {fileID: 400004} m_Father: {fileID: 400012} --- !u!4 &400010 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100010} m_LocalRotation: {x: .0160052888, y: -.689757407, z: -.113565467, w: .7148996} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400006} m_Father: {fileID: 400012} --- !u!4 &400012 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100012} m_LocalRotation: {x: .00830793381, y: .324138492, z: .1778218, w: .929109633} m_LocalPosition: {x: -.204638064, y: 1.61817297e-08, z: -2.79396772e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999821} m_Children: - {fileID: 400010} - {fileID: 400008} m_Father: {fileID: 400126} --- !u!4 &400014 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_LocalRotation: {x: .675620914, y: -.62169528, z: .33689028, w: -.208653629} m_LocalPosition: {x: -.0254332256, y: -.0126467235, z: .0390812159} m_LocalScale: {x: .999999702, y: .999999881, z: .999999762} m_Children: [] m_Father: {fileID: 400018} --- !u!4 &400016 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_LocalRotation: {x: .990623951, y: -.0177008286, z: .133996621, w: .0198940523} m_LocalPosition: {x: -.121792324, y: 1.40862539e-08, z: 3.55066709e-09} m_LocalScale: {x: .99999994, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400020} --- !u!4 &400018 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_LocalRotation: {x: .964777589, y: .0765647441, z: -.250798315, w: .0210306328} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400014} m_Father: {fileID: 400022} --- !u!4 &400020 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_LocalRotation: {x: -.0160053726, y: -.689757407, z: .113565467, w: .7148996} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400016} m_Father: {fileID: 400022} --- !u!4 &400022 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_LocalRotation: {x: -.00830783322, y: .324138492, z: -.1778218, w: .929109633} m_LocalPosition: {x: -.204638079, y: 2.78232619e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: 1.00000024, z: 1} m_Children: - {fileID: 400020} - {fileID: 400018} m_Father: {fileID: 400128} --- !u!4 &400024 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_LocalRotation: {x: .00210382836, y: .108732872, z: -.045923274, w: .993007481} m_LocalPosition: {x: -.0193735547, y: 1.11758709e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: [] m_Father: {fileID: 400026} --- !u!4 &400026 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_LocalRotation: {x: .00945744012, y: .113974258, z: -.078597784, w: .990324616} m_LocalPosition: {x: -.0212064944, y: -2.23517418e-08, z: 7.4505806e-09} m_LocalScale: {x: 1, y: .999999762, z: 1} m_Children: - {fileID: 400024} m_Father: {fileID: 400028} --- !u!4 &400028 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_LocalRotation: {x: -.194485858, y: .178344443, z: .0222403444, w: .964299679} m_LocalPosition: {x: -.0620767772, y: -3.72529008e-09, z: 1.58324838e-08} m_LocalScale: {x: .999999642, y: .999999762, z: .999999821} m_Children: - {fileID: 400026} m_Father: {fileID: 400054} --- !u!4 &400030 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_LocalRotation: {x: .0473885499, y: .174439147, z: -.0204495713, w: .983314395} m_LocalPosition: {x: -.022822367, y: -3.72529008e-09, z: -3.7252903e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: [] m_Father: {fileID: 400032} --- !u!4 &400032 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_LocalRotation: {x: .0454088449, y: .0867736563, z: -.0349167064, w: .994579911} m_LocalPosition: {x: -.0332700089, y: 5.58793545e-08, z: -1.67638063e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400030} m_Father: {fileID: 400034} --- !u!4 &400034 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_LocalRotation: {x: -.268882871, y: .162426353, z: .00590109499, w: .949360251} m_LocalPosition: {x: -.0596418902, y: 1.62981451e-08, z: 1.3038516e-08} m_LocalScale: {x: 1, y: 1, z: .999999762} m_Children: - {fileID: 400032} m_Father: {fileID: 400056} --- !u!4 &400036 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_LocalRotation: {x: .0371297635, y: .0950703472, z: -.0213715676, w: .994548261} m_LocalPosition: {x: -.0255734157, y: 1.21071926e-08, z: 3.72529008e-09} m_LocalScale: {x: .999999881, y: 1, z: .99999994} m_Children: [] m_Father: {fileID: 400038} --- !u!4 &400038 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_LocalRotation: {x: .0778885335, y: .163046911, z: -.0157876108, w: .983412385} m_LocalPosition: {x: -.0345869958, y: 2.09547579e-08, z: 2.60770321e-08} m_LocalScale: {x: .99999994, y: .999999881, z: .999999821} m_Children: - {fileID: 400036} m_Father: {fileID: 400040} --- !u!4 &400040 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_LocalRotation: {x: -.237245753, y: .05050724, z: -.0522813201, w: .968726039} m_LocalPosition: {x: -.0594628379, y: 2.23517418e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999881} m_Children: - {fileID: 400038} m_Father: {fileID: 400058} --- !u!4 &400042 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_LocalRotation: {x: -.0373206995, y: -.0734206662, z: -.114484854, w: .990004957} m_LocalPosition: {x: -.0260863174, y: -2.79396772e-08, z: 0} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400044} --- !u!4 &400044 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_LocalRotation: {x: .0885942802, y: .11633341, z: -.190954804, w: .970646143} m_LocalPosition: {x: -.0330664366, y: -2.60770321e-08, z: 1.67638063e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: .999999881} m_Children: - {fileID: 400042} m_Father: {fileID: 400050} --- !u!4 &400046 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_LocalRotation: {x: .0546317622, y: .118987843, z: -.0519326143, w: .990030408} m_LocalPosition: {x: -.0237334669, y: 1.58324838e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: 1.00000024} m_Children: [] m_Father: {fileID: 400048} --- !u!4 &400048 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_LocalRotation: {x: .0304550622, y: .156042427, z: -.00767601747, w: .987250924} m_LocalPosition: {x: -.0265243612, y: 2.14204192e-08, z: -1.49011612e-08} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400046} m_Father: {fileID: 400052} --- !u!4 &400050 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_LocalRotation: {x: -.431741506, y: .061834164, z: .195454702, w: .878392458} m_LocalPosition: {x: -.0031738244, y: -.0156212412, z: .0234630741} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400044} m_Father: {fileID: 400060} --- !u!4 &400052 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_LocalRotation: {x: -.154762819, y: .0678088143, z: -.140893951, w: .97549957} m_LocalPosition: {x: -.0584490262, y: -1.11758709e-08, z: 7.4505806e-08} m_LocalScale: {x: .999999881, y: .999999881, z: .999999702} m_Children: - {fileID: 400048} m_Father: {fileID: 400060} --- !u!4 &400054 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_LocalRotation: {x: .114391379, y: -.0378589332, z: -.210791916, w: .970076323} m_LocalPosition: {x: -.0119449459, y: .0172357839, z: -.00900092162} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400028} m_Father: {fileID: 400062} --- !u!4 &400056 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_LocalRotation: {x: .0515741929, y: .0720156133, z: -.158263072, w: .983415842} m_LocalPosition: {x: -.0179742686, y: .00270548277, z: -.0115752071} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400034} m_Father: {fileID: 400062} --- !u!4 &400058 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_LocalRotation: {x: -.036981672, y: .150955796, z: -.0491911247, w: .986623049} m_LocalPosition: {x: -.0208972991, y: -.00860886462, z: -.00857781619} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1} m_Children: - {fileID: 400040} m_Father: {fileID: 400062} --- !u!4 &400060 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_LocalRotation: {x: -.122681133, y: .202681914, z: .0957001001, w: .966804445} m_LocalPosition: {x: -.0234434977, y: -.0172028113, z: -.00194496289} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400052} - {fileID: 400050} m_Father: {fileID: 400062} --- !u!4 &400062 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_LocalRotation: {x: -.805560052, y: -.0180674326, z: -.0236789621, w: .591765046} m_LocalPosition: {x: -.222559035, y: 9.31323019e-10, z: 2.98023224e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999881} m_Children: - {fileID: 400060} - {fileID: 400058} - {fileID: 400056} - {fileID: 400054} m_Father: {fileID: 400064} --- !u!4 &400064 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_LocalRotation: {x: -.0885869786, y: .276398927, z: -.0507782176, w: .955603242} m_LocalPosition: {x: -.211972728, y: 3.98140401e-08, z: -4.6566101e-10} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400062} m_Father: {fileID: 400066} --- !u!4 &400066 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_LocalRotation: {x: -.693364441, y: -.21745491, z: -.406262428, w: .553994656} m_LocalPosition: {x: -.214628965, y: .00412890222, z: -.00951984804} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400064} m_Father: {fileID: 400114} --- !u!4 &400068 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_LocalRotation: {x: -.00210380624, y: .108732887, z: .045923274, w: .993007481} m_LocalPosition: {x: -.019373551, y: 7.4505806e-09, z: -1.86264504e-09} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400070} --- !u!4 &400070 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_LocalRotation: {x: -.00945744105, y: .113974258, z: .078597784, w: .990324616} m_LocalPosition: {x: -.0212064888, y: 7.4505806e-09, z: 7.4505806e-09} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400068} m_Father: {fileID: 400072} --- !u!4 &400072 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_LocalRotation: {x: .194485888, y: .178344399, z: -.02224035, w: .964299679} m_LocalPosition: {x: -.0620767921, y: 2.79396795e-09, z: 2.42143869e-08} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400070} m_Father: {fileID: 400098} --- !u!4 &400074 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_LocalRotation: {x: -.0473885089, y: .174439162, z: .0204495899, w: .983314395} m_LocalPosition: {x: -.0228224006, y: -1.3038516e-08, z: 3.35276127e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: [] m_Father: {fileID: 400076} --- !u!4 &400076 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_LocalRotation: {x: -.0454087853, y: .0867736638, z: .0349167027, w: .994579911} m_LocalPosition: {x: -.033269994, y: -2.79396795e-09, z: -3.44589353e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400074} m_Father: {fileID: 400078} --- !u!4 &400078 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_LocalRotation: {x: .268882811, y: .162426293, z: -.00590108847, w: .949360251} m_LocalPosition: {x: -.0596418418, y: 1.02445483e-08, z: -1.86264515e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400076} m_Father: {fileID: 400100} --- !u!4 &400080 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_LocalRotation: {x: -.0371298008, y: .095070377, z: .0213715732, w: .994548261} m_LocalPosition: {x: -.0255733822, y: -1.02445483e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400082} --- !u!4 &400082 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_LocalRotation: {x: -.077888459, y: .163046926, z: .0157876052, w: .983412385} m_LocalPosition: {x: -.0345869958, y: -3.11993062e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400080} m_Father: {fileID: 400084} --- !u!4 &400084 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_LocalRotation: {x: .237245753, y: .0505072065, z: .0522813275, w: .968726039} m_LocalPosition: {x: -.059462864, y: 0, z: 2.23517418e-08} m_LocalScale: {x: .99999994, y: 1, z: .999999881} m_Children: - {fileID: 400082} m_Father: {fileID: 400102} --- !u!4 &400086 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_LocalRotation: {x: .0373206325, y: -.0734206736, z: .114484839, w: .990004957} m_LocalPosition: {x: -.026086323, y: -9.31323019e-10, z: -5.587935e-09} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1.00000012} m_Children: [] m_Father: {fileID: 400088} --- !u!4 &400088 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_LocalRotation: {x: -.0885940418, y: .116333447, z: .19095476, w: .970646143} m_LocalPosition: {x: -.0330664031, y: -2.23517418e-08, z: -9.31322575e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400086} m_Father: {fileID: 400094} --- !u!4 &400090 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_LocalRotation: {x: -.0546317361, y: .118987828, z: .051932618, w: .990030468} m_LocalPosition: {x: -.0237334911, y: -8.38190317e-09, z: 0} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400092} --- !u!4 &400092 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_LocalRotation: {x: -.0304550081, y: .156042472, z: .00767601049, w: .987250924} m_LocalPosition: {x: -.0265243761, y: -3.91155481e-08, z: 5.587935e-09} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: - {fileID: 400090} m_Father: {fileID: 400096} --- !u!4 &400094 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_LocalRotation: {x: .431741446, y: .0618341044, z: -.195454702, w: .878392518} m_LocalPosition: {x: -.00317385793, y: .0156212151, z: .0234630145} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400088} m_Father: {fileID: 400104} --- !u!4 &400096 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_LocalRotation: {x: .154762715, y: .0678087845, z: .140893951, w: .97549957} m_LocalPosition: {x: -.0584490523, y: -2.23517418e-08, z: -1.86264515e-08} m_LocalScale: {x: .999999762, y: 1, z: .999999821} m_Children: - {fileID: 400092} m_Father: {fileID: 400104} --- !u!4 &400098 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_LocalRotation: {x: -.114391536, y: -.0378589369, z: .210791916, w: .970076323} m_LocalPosition: {x: -.0119449645, y: -.0172358006, z: -.00900092535} m_LocalScale: {x: 1, y: .999999702, z: .999999881} m_Children: - {fileID: 400072} m_Father: {fileID: 400106} --- !u!4 &400100 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_LocalRotation: {x: -.0515743606, y: .072015591, z: .158263072, w: .983415842} m_LocalPosition: {x: -.017974291, y: -.00270551397, z: -.0115751848} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400078} m_Father: {fileID: 400106} --- !u!4 &400102 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_LocalRotation: {x: .0369815379, y: .150955796, z: .0491911285, w: .986623049} m_LocalPosition: {x: -.0208972953, y: .00860885531, z: -.00857780501} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400084} m_Father: {fileID: 400106} --- !u!4 &400104 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_LocalRotation: {x: .122681066, y: .202681959, z: -.0957000777, w: .966804445} m_LocalPosition: {x: -.0234434828, y: .0172027871, z: -.00194494799} m_LocalScale: {x: .99999994, y: .999999881, z: .99999994} m_Children: - {fileID: 400096} - {fileID: 400094} m_Father: {fileID: 400106} --- !u!4 &400106 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_LocalRotation: {x: .805560052, y: -.0180675164, z: .0236789938, w: .591765046} m_LocalPosition: {x: -.222559094, y: 4.23751771e-08, z: 1.49011612e-08} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400104} - {fileID: 400102} - {fileID: 400100} - {fileID: 400098} m_Father: {fileID: 400108} --- !u!4 &400108 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_LocalRotation: {x: .0885871276, y: .276399016, z: .0507781841, w: .955603242} m_LocalPosition: {x: -.211972699, y: -3.63215804e-08, z: 1.86264504e-09} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400106} m_Father: {fileID: 400110} --- !u!4 &400110 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_LocalRotation: {x: .693364322, y: -.217455059, z: .406262368, w: .553994715} m_LocalPosition: {x: -.214628965, y: -.00412885938, z: -.00951985363} m_LocalScale: {x: .99999994, y: .999999762, z: .999999762} m_Children: - {fileID: 400108} m_Father: {fileID: 400116} --- !u!4 &400112 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100120} m_LocalRotation: {x: -5.45145866e-08, y: .121964708, z: -3.26556346e-08, w: .992534459} m_LocalPosition: {x: -.0504267067, y: 3.80715104e-09, z: 2.98023224e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400118} --- !u!4 &400114 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_LocalRotation: {x: -.470714569, y: .828311145, z: .234281346, w: -.193495944} m_LocalPosition: {x: -.147669464, y: .0124077639, z: .000787792553} m_LocalScale: {x: 1.00000012, y: .99999994, z: 1} m_Children: - {fileID: 400066} m_Father: {fileID: 400120} --- !u!4 &400116 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_LocalRotation: {x: .467126101, y: .829631925, z: -.239920348, w: -.189584613} m_LocalPosition: {x: -.147531465, y: -.0122259697, z: .000923475425} m_LocalScale: {x: .999999642, y: 1, z: .999999642} m_Children: - {fileID: 400110} m_Father: {fileID: 400120} --- !u!4 &400118 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100122} m_LocalRotation: {x: -.00335055566, y: .242293879, z: .00205002422, w: .970194995} m_LocalPosition: {x: -.174169078, y: -3.65937012e-07, z: .0113064125} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400112} m_Father: {fileID: 400120} --- !u!4 &400120 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100124} m_LocalRotation: {x: .00234798365, y: .399894029, z: -.00618795399, w: .916537464} m_LocalPosition: {x: -.169913277, y: 1.31294664e-08, z: 3.336595e-09} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400118} - {fileID: 400116} - {fileID: 400114} m_Father: {fileID: 400130} --- !u!4 &400122 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100128} m_LocalRotation: {x: -8.20335444e-08, y: -.0283999033, z: 2.48526488e-09, w: .999596655} m_LocalPosition: {x: -.0878907442, y: 6.65079414e-09, z: 7.27769089e-09} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400132} --- !u!4 &400124 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100132} m_LocalRotation: {x: 1.38588085e-09, y: .0470600575, z: 1.02097358e-10, w: .998892069} m_LocalPosition: {x: -.0970444754, y: 7.44190309e-09, z: -1.02386739e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400134} --- !u!4 &400126 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_LocalRotation: {x: -.106170081, y: .990089118, z: .0166419689, w: .090412721} m_LocalPosition: {x: -.00973992515, y: .0949994922, z: .0170226563} m_LocalScale: {x: .999999821, y: .999999881, z: .999999881} m_Children: - {fileID: 400012} m_Father: {fileID: 400136} --- !u!4 &400128 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_LocalRotation: {x: .113700777, y: .989134669, z: -.0213792473, w: .0907067209} m_LocalPosition: {x: -.0112684071, y: -.0965165794, z: .0177996419} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400022} m_Father: {fileID: 400136} --- !u!4 &400130 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100126} m_LocalRotation: {x: -.000963680213, y: .135508344, z: -.00158589962, w: .990774453} m_LocalPosition: {x: -.114399776, y: 8.62927862e-09, z: -3.72599906e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400120} m_Father: {fileID: 400136} --- !u!4 &400132 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100130} m_LocalRotation: {x: .00411730958, y: .997748256, z: -.00175695715, w: -.0669210777} m_LocalPosition: {x: -.0689787045, y: .000182679156, z: -.0906665623} m_LocalScale: {x: .999999821, y: .999999881, z: 1} m_Children: - {fileID: 400122} m_Father: {fileID: 400136} --- !u!4 &400134 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_LocalRotation: {x: .0041569327, y: .995921254, z: -.00166061369, w: -.0901160687} m_LocalPosition: {x: .0122466879, y: .000560039771, z: .162133276} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: - {fileID: 400124} m_Father: {fileID: 400136} --- !u!4 &400136 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_LocalRotation: {x: .449082345, y: .443295717, z: -.547264814, w: .549832106} m_LocalPosition: {x: .000912975054, y: .0266842563, z: .416747689} m_LocalScale: {x: 1, y: .99999994, z: 1.00000012} m_Children: - {fileID: 400134} - {fileID: 400132} - {fileID: 400130} - {fileID: 400128} - {fileID: 400126} m_Father: {fileID: 400144} --- !u!4 &400138 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_LocalRotation: {x: -2.66925451e-08, y: -.707106829, z: -2.66925451e-08, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400146} --- !u!4 &400140 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_LocalRotation: {x: 0, y: -0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400146} --- !u!4 &400142 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_LocalRotation: {x: -3.77489506e-08, y: 0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400146} --- !u!4 &400144 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400136} - {fileID: 400162} - {fileID: 400160} - {fileID: 400158} - {fileID: 400156} - {fileID: 400154} - {fileID: 400152} - {fileID: 400150} - {fileID: 400148} m_Father: {fileID: 400146} --- !u!4 &400146 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2, y: 2, z: 2} m_Children: - {fileID: 400144} - {fileID: 400142} - {fileID: 400140} - {fileID: 400138} m_Father: {fileID: 400000} --- !u!4 &400148 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400150 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400152 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: .13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400154 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: -.13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400156 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100156} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400158 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100158} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400160 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100160} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400162 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100162} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!111 &11100000 Animation: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_Enabled: 1 serializedVersion: 3 m_Animation: {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} m_Animations: - {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} - {fileID: 7400006, guid: e930c357279144543ad2147c7babc837, type: 3} m_WrapMode: 0 m_PlayAutomatically: 1 m_AnimatePhysics: 0 m_CullingType: 1 m_UserAABB: m_Center: {x: .00371646881, y: .42126599, z: .0446155667} m_Extent: {x: .434853971, y: .452690154, z: .389065504} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 0} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 3 tower: 0 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 5 maxHealth: 5 creeps: 0 level: 1 range: 2.5 damage: .75 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: 0 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 11100000} --- !u!114 &11400004 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &13500000 SphereCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 8 m_Center: {x: 0, y: 0, z: 0} --- !u!137 &13700000 SkinnedMeshRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: fe87b9a0748074d2996a37879d8e01ef, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_Quality: 0 m_UpdateWhenOffscreen: 0 m_Mesh: {fileID: 4300000, guid: e930c357279144543ad2147c7babc837, type: 3} m_Bones: - {fileID: 400136} - {fileID: 400130} - {fileID: 400120} - {fileID: 400118} - {fileID: 400112} - {fileID: 400116} - {fileID: 400110} - {fileID: 400108} - {fileID: 400106} - {fileID: 400104} - {fileID: 400096} - {fileID: 400092} - {fileID: 400090} - {fileID: 400094} - {fileID: 400088} - {fileID: 400086} - {fileID: 400102} - {fileID: 400084} - {fileID: 400082} - {fileID: 400080} - {fileID: 400100} - {fileID: 400078} - {fileID: 400076} - {fileID: 400074} - {fileID: 400098} - {fileID: 400072} - {fileID: 400070} - {fileID: 400068} - {fileID: 400114} - {fileID: 400066} - {fileID: 400064} - {fileID: 400062} - {fileID: 400060} - {fileID: 400052} - {fileID: 400048} - {fileID: 400046} - {fileID: 400050} - {fileID: 400044} - {fileID: 400042} - {fileID: 400058} - {fileID: 400040} - {fileID: 400038} - {fileID: 400036} - {fileID: 400056} - {fileID: 400034} - {fileID: 400032} - {fileID: 400030} - {fileID: 400054} - {fileID: 400028} - {fileID: 400026} - {fileID: 400024} - {fileID: 400128} - {fileID: 400022} - {fileID: 400020} - {fileID: 400016} - {fileID: 400018} - {fileID: 400014} - {fileID: 400126} - {fileID: 400012} - {fileID: 400010} - {fileID: 400006} - {fileID: 400008} - {fileID: 400004} - {fileID: 400134} - {fileID: 400124} - {fileID: 400132} - {fileID: 400122} m_RootBone: {fileID: 400136} m_AABB: m_Center: {x: -.011511296, y: -.00183460116, z: .0617194325} m_Extent: {x: .496174723, y: .444143444, z: .386874318} m_DirtyAABB: 0 --- !u!143 &14300000 CharacterController: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Height: 2 m_Radius: .5 m_SlopeLimit: 45 m_StepOffset: .300000012 m_SkinWidth: .0799999982 m_MinMoveDistance: 0 m_Center: {x: 0, y: 1, z: 0} --- !u!148 &14800000 NetworkView: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 11400000} m_ViewID: m_ID: 0 m_Type: 0 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/CreepPrefabB.prefab.meta ================================================ fileFormatVersion: 2 guid: e474f4e7b789a4ceeb86588afadb52d4 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/HeroPrefabA.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 148: {fileID: 14800000} - 114: {fileID: 11400002} - 114: {fileID: 11400000} - 82: {fileID: 8200000} - 143: {fileID: 14300000} m_Layer: 0 m_Name: HeroPrefabA m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} m_Layer: 0 m_Name: heel_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} m_Layer: 0 m_Name: heel_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} m_Layer: 0 m_Name: toe_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} m_Layer: 0 m_Name: foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100010 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400010} m_Layer: 0 m_Name: shin_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100012 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400124} m_Layer: 0 m_Name: thigh_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100014 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400012} m_Layer: 0 m_Name: heel_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100016 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400016} m_Layer: 0 m_Name: heel_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100018 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400014} m_Layer: 0 m_Name: toe_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100020 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400018} m_Layer: 0 m_Name: foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100022 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400020} m_Layer: 0 m_Name: shin_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100024 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400126} m_Layer: 0 m_Name: thigh_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100026 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400022} m_Layer: 0 m_Name: finger_pinky_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100028 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400024} m_Layer: 0 m_Name: finger_pinky_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100030 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400026} m_Layer: 0 m_Name: finger_pinky_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100032 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400052} m_Layer: 0 m_Name: palm_04_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100034 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400028} m_Layer: 0 m_Name: finger_ring_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100036 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400030} m_Layer: 0 m_Name: finger_ring_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100038 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400032} m_Layer: 0 m_Name: finger_ring_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100040 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400054} m_Layer: 0 m_Name: palm_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100042 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400034} m_Layer: 0 m_Name: finger_middle_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100044 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400036} m_Layer: 0 m_Name: finger_middle_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100046 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400038} m_Layer: 0 m_Name: finger_middle_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100048 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400056} m_Layer: 0 m_Name: palm_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100050 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400040} m_Layer: 0 m_Name: thumb_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100052 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400042} m_Layer: 0 m_Name: thumb_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100054 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400048} m_Layer: 0 m_Name: thumb_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100056 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400044} m_Layer: 0 m_Name: finger_index_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100058 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400046} m_Layer: 0 m_Name: finger_index_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100060 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400050} m_Layer: 0 m_Name: finger_index_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100062 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400058} m_Layer: 0 m_Name: palm_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100064 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400060} m_Layer: 0 m_Name: hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100066 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400062} m_Layer: 0 m_Name: forearm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100068 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400064} m_Layer: 0 m_Name: upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100070 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400112} m_Layer: 0 m_Name: shoulder_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100072 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400066} m_Layer: 0 m_Name: finger_pinky_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100074 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400068} m_Layer: 0 m_Name: finger_pinky_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100076 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400070} m_Layer: 0 m_Name: finger_pinky_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100078 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400096} m_Layer: 0 m_Name: palm_04_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100080 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400072} m_Layer: 0 m_Name: finger_ring_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100082 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400074} m_Layer: 0 m_Name: finger_ring_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100084 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400076} m_Layer: 0 m_Name: finger_ring_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100086 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400098} m_Layer: 0 m_Name: palm_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100088 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400078} m_Layer: 0 m_Name: finger_middle_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100090 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400080} m_Layer: 0 m_Name: finger_middle_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100092 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400082} m_Layer: 0 m_Name: finger_middle_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100094 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400100} m_Layer: 0 m_Name: palm_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100096 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400084} m_Layer: 0 m_Name: thumb_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100098 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400086} m_Layer: 0 m_Name: thumb_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100100 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400092} m_Layer: 0 m_Name: thumb_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100102 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400088} m_Layer: 0 m_Name: finger_index_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100104 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400090} m_Layer: 0 m_Name: finger_index_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100106 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400094} m_Layer: 0 m_Name: finger_index_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100108 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400102} m_Layer: 0 m_Name: palm_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100110 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400104} m_Layer: 0 m_Name: hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100112 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400106} m_Layer: 0 m_Name: forearm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100114 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400108} m_Layer: 0 m_Name: upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100116 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400114} m_Layer: 0 m_Name: shoulder_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100118 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400110} m_Layer: 0 m_Name: head m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100120 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400116} m_Layer: 0 m_Name: neck m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100122 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400118} m_Layer: 0 m_Name: ribs m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100124 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400128} m_Layer: 0 m_Name: spine m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100126 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400120} m_Layer: 0 m_Name: saia-verso2 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100128 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400130} m_Layer: 0 m_Name: saia-verso1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100130 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400122} m_Layer: 0 m_Name: saia-frente1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100132 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400132} m_Layer: 0 m_Name: saia-frente m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100134 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400134} m_Layer: 0 m_Name: hips m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100136 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400140} m_Layer: 0 m_Name: front m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100138 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400138} - 137: {fileID: 13700000} m_Layer: 0 m_Name: Orco-lowPoly m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100140 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400136} m_Layer: 0 m_Name: right m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100142 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400142} m_Layer: 0 m_Name: Armature m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100144 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400144} - 111: {fileID: 11100000} m_Layer: 0 m_Name: Orc m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100146 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400146} m_Layer: 0 m_Name: Pole_upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100148 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400148} m_Layer: 0 m_Name: Pole_upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100150 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400150} m_Layer: 0 m_Name: Pole_leg_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100152 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400152} m_Layer: 0 m_Name: Pole_leg_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100154 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400154} m_Layer: 0 m_Name: IK_hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100156 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400156} m_Layer: 0 m_Name: IK_hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100158 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400158} m_Layer: 0 m_Name: IK_foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100160 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400160} m_Layer: 0 m_Name: IK_foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: .567659378, y: 1.07928467, z: 16.8376045} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400144} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: .675620973, y: .621695161, z: .33689031, w: .208653629} m_LocalPosition: {x: -.02543322, y: .0126467282, z: .0390812196} m_LocalScale: {x: .999999821, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400006} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: .990624011, y: .0177008212, z: .133996218, w: -.0198925398} m_LocalPosition: {x: -.121792316, y: 1.25728548e-08, z: -3.14321391e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999821} m_Children: [] m_Father: {fileID: 400008} --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: .96477747, y: -.0765654668, z: -.250798523, w: -.0210306235} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1.00000012, y: 1, z: 1.00000024} m_Children: - {fileID: 400002} m_Father: {fileID: 400010} --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: .0160052888, y: -.689757407, z: -.113565467, w: .7148996} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400004} m_Father: {fileID: 400010} --- !u!4 &400010 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100010} m_LocalRotation: {x: .00830793381, y: .324138492, z: .1778218, w: .929109633} m_LocalPosition: {x: -.204638064, y: 1.61817297e-08, z: -2.79396772e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999821} m_Children: - {fileID: 400008} - {fileID: 400006} m_Father: {fileID: 400124} --- !u!4 &400012 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_LocalRotation: {x: .675620914, y: -.62169528, z: .33689028, w: -.208653629} m_LocalPosition: {x: -.0254332256, y: -.0126467235, z: .0390812159} m_LocalScale: {x: .999999702, y: .999999881, z: .999999762} m_Children: [] m_Father: {fileID: 400016} --- !u!4 &400014 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_LocalRotation: {x: .990623951, y: -.0177008286, z: .133996621, w: .0198940523} m_LocalPosition: {x: -.121792324, y: 1.40862539e-08, z: 3.55066709e-09} m_LocalScale: {x: .99999994, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400018} --- !u!4 &400016 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_LocalRotation: {x: .964777589, y: .0765647441, z: -.250798315, w: .0210306328} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400012} m_Father: {fileID: 400020} --- !u!4 &400018 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_LocalRotation: {x: -.0160053726, y: -.689757407, z: .113565467, w: .7148996} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400014} m_Father: {fileID: 400020} --- !u!4 &400020 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_LocalRotation: {x: -.00830783322, y: .324138492, z: -.1778218, w: .929109633} m_LocalPosition: {x: -.204638079, y: 2.78232619e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: 1.00000024, z: 1} m_Children: - {fileID: 400018} - {fileID: 400016} m_Father: {fileID: 400126} --- !u!4 &400022 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_LocalRotation: {x: .00210382836, y: .108732872, z: -.045923274, w: .993007481} m_LocalPosition: {x: -.0193735547, y: 1.11758709e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: [] m_Father: {fileID: 400024} --- !u!4 &400024 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_LocalRotation: {x: .00945744012, y: .113974258, z: -.078597784, w: .990324616} m_LocalPosition: {x: -.0212064944, y: -2.23517418e-08, z: 7.4505806e-09} m_LocalScale: {x: 1, y: .999999762, z: 1} m_Children: - {fileID: 400022} m_Father: {fileID: 400026} --- !u!4 &400026 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_LocalRotation: {x: -.194485858, y: .178344443, z: .0222403444, w: .964299679} m_LocalPosition: {x: -.0620767772, y: -3.72529008e-09, z: 1.58324838e-08} m_LocalScale: {x: .999999642, y: .999999762, z: .999999821} m_Children: - {fileID: 400024} m_Father: {fileID: 400052} --- !u!4 &400028 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_LocalRotation: {x: .0473885499, y: .174439147, z: -.0204495713, w: .983314395} m_LocalPosition: {x: -.022822367, y: -3.72529008e-09, z: -3.7252903e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: [] m_Father: {fileID: 400030} --- !u!4 &400030 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_LocalRotation: {x: .0454088449, y: .0867736563, z: -.0349167064, w: .994579911} m_LocalPosition: {x: -.0332700089, y: 5.58793545e-08, z: -1.67638063e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400028} m_Father: {fileID: 400032} --- !u!4 &400032 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_LocalRotation: {x: -.268882871, y: .162426353, z: .00590109499, w: .949360251} m_LocalPosition: {x: -.0596418902, y: 1.62981451e-08, z: 1.3038516e-08} m_LocalScale: {x: 1, y: 1, z: .999999762} m_Children: - {fileID: 400030} m_Father: {fileID: 400054} --- !u!4 &400034 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_LocalRotation: {x: .0371297635, y: .0950703472, z: -.0213715676, w: .994548261} m_LocalPosition: {x: -.0255734157, y: 1.21071926e-08, z: 3.72529008e-09} m_LocalScale: {x: .999999881, y: 1, z: .99999994} m_Children: [] m_Father: {fileID: 400036} --- !u!4 &400036 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_LocalRotation: {x: .0778885335, y: .163046911, z: -.0157876108, w: .983412385} m_LocalPosition: {x: -.0345869958, y: 2.09547579e-08, z: 2.60770321e-08} m_LocalScale: {x: .99999994, y: .999999881, z: .999999821} m_Children: - {fileID: 400034} m_Father: {fileID: 400038} --- !u!4 &400038 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_LocalRotation: {x: -.237245753, y: .05050724, z: -.0522813201, w: .968726039} m_LocalPosition: {x: -.0594628379, y: 2.23517418e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999881} m_Children: - {fileID: 400036} m_Father: {fileID: 400056} --- !u!4 &400040 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_LocalRotation: {x: -.0373206995, y: -.0734206662, z: -.114484854, w: .990004957} m_LocalPosition: {x: -.0260863174, y: -2.79396772e-08, z: 0} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400042} --- !u!4 &400042 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_LocalRotation: {x: .0885942802, y: .11633341, z: -.190954804, w: .970646143} m_LocalPosition: {x: -.0330664366, y: -2.60770321e-08, z: 1.67638063e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: .999999881} m_Children: - {fileID: 400040} m_Father: {fileID: 400048} --- !u!4 &400044 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_LocalRotation: {x: .0546317622, y: .118987843, z: -.0519326143, w: .990030408} m_LocalPosition: {x: -.0237334669, y: 1.58324838e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: 1.00000024} m_Children: [] m_Father: {fileID: 400046} --- !u!4 &400046 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_LocalRotation: {x: .0304550622, y: .156042427, z: -.00767601747, w: .987250924} m_LocalPosition: {x: -.0265243612, y: 2.14204192e-08, z: -1.49011612e-08} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400044} m_Father: {fileID: 400050} --- !u!4 &400048 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_LocalRotation: {x: -.431741506, y: .061834164, z: .195454702, w: .878392458} m_LocalPosition: {x: -.0031738244, y: -.0156212412, z: .0234630741} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400042} m_Father: {fileID: 400058} --- !u!4 &400050 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_LocalRotation: {x: -.154762819, y: .0678088143, z: -.140893951, w: .97549957} m_LocalPosition: {x: -.0584490262, y: -1.11758709e-08, z: 7.4505806e-08} m_LocalScale: {x: .999999881, y: .999999881, z: .999999702} m_Children: - {fileID: 400046} m_Father: {fileID: 400058} --- !u!4 &400052 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_LocalRotation: {x: .114391379, y: -.0378589332, z: -.210791916, w: .970076323} m_LocalPosition: {x: -.0119449459, y: .0172357839, z: -.00900092162} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400026} m_Father: {fileID: 400060} --- !u!4 &400054 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_LocalRotation: {x: .0515741929, y: .0720156133, z: -.158263072, w: .983415842} m_LocalPosition: {x: -.0179742686, y: .00270548277, z: -.0115752071} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400032} m_Father: {fileID: 400060} --- !u!4 &400056 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_LocalRotation: {x: -.036981672, y: .150955796, z: -.0491911247, w: .986623049} m_LocalPosition: {x: -.0208972991, y: -.00860886462, z: -.00857781619} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1} m_Children: - {fileID: 400038} m_Father: {fileID: 400060} --- !u!4 &400058 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_LocalRotation: {x: -.122681133, y: .202681914, z: .0957001001, w: .966804445} m_LocalPosition: {x: -.0234434977, y: -.0172028113, z: -.00194496289} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400050} - {fileID: 400048} m_Father: {fileID: 400060} --- !u!4 &400060 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_LocalRotation: {x: -.805560052, y: -.0180674326, z: -.0236789621, w: .591765046} m_LocalPosition: {x: -.222559035, y: 9.31323019e-10, z: 2.98023224e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999881} m_Children: - {fileID: 400058} - {fileID: 400056} - {fileID: 400054} - {fileID: 400052} m_Father: {fileID: 400062} --- !u!4 &400062 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_LocalRotation: {x: -.0885869786, y: .276398927, z: -.0507782176, w: .955603242} m_LocalPosition: {x: -.211972728, y: 3.98140401e-08, z: -4.6566101e-10} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400060} m_Father: {fileID: 400064} --- !u!4 &400064 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_LocalRotation: {x: -.693364441, y: -.21745491, z: -.406262428, w: .553994656} m_LocalPosition: {x: -.214628965, y: .00412890222, z: -.00951984804} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400062} m_Father: {fileID: 400112} --- !u!4 &400066 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_LocalRotation: {x: -.00210380624, y: .108732887, z: .045923274, w: .993007481} m_LocalPosition: {x: -.019373551, y: 7.4505806e-09, z: -1.86264504e-09} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400068} --- !u!4 &400068 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_LocalRotation: {x: -.00945744105, y: .113974258, z: .078597784, w: .990324616} m_LocalPosition: {x: -.0212064888, y: 7.4505806e-09, z: 7.4505806e-09} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400066} m_Father: {fileID: 400070} --- !u!4 &400070 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_LocalRotation: {x: .194485888, y: .178344399, z: -.02224035, w: .964299679} m_LocalPosition: {x: -.0620767921, y: 2.79396795e-09, z: 2.42143869e-08} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400068} m_Father: {fileID: 400096} --- !u!4 &400072 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_LocalRotation: {x: -.0473885089, y: .174439162, z: .0204495899, w: .983314395} m_LocalPosition: {x: -.0228224006, y: -1.3038516e-08, z: 3.35276127e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: [] m_Father: {fileID: 400074} --- !u!4 &400074 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_LocalRotation: {x: -.0454087853, y: .0867736638, z: .0349167027, w: .994579911} m_LocalPosition: {x: -.033269994, y: -2.79396795e-09, z: -3.44589353e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400072} m_Father: {fileID: 400076} --- !u!4 &400076 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_LocalRotation: {x: .268882811, y: .162426293, z: -.00590108847, w: .949360251} m_LocalPosition: {x: -.0596418418, y: 1.02445483e-08, z: -1.86264515e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400074} m_Father: {fileID: 400098} --- !u!4 &400078 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_LocalRotation: {x: -.0371298008, y: .095070377, z: .0213715732, w: .994548261} m_LocalPosition: {x: -.0255733822, y: -1.02445483e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400080} --- !u!4 &400080 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_LocalRotation: {x: -.077888459, y: .163046926, z: .0157876052, w: .983412385} m_LocalPosition: {x: -.0345869958, y: -3.11993062e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400078} m_Father: {fileID: 400082} --- !u!4 &400082 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_LocalRotation: {x: .237245753, y: .0505072065, z: .0522813275, w: .968726039} m_LocalPosition: {x: -.059462864, y: 0, z: 2.23517418e-08} m_LocalScale: {x: .99999994, y: 1, z: .999999881} m_Children: - {fileID: 400080} m_Father: {fileID: 400100} --- !u!4 &400084 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_LocalRotation: {x: .0373206325, y: -.0734206736, z: .114484839, w: .990004957} m_LocalPosition: {x: -.026086323, y: -9.31323019e-10, z: -5.587935e-09} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1.00000012} m_Children: [] m_Father: {fileID: 400086} --- !u!4 &400086 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_LocalRotation: {x: -.0885940418, y: .116333447, z: .19095476, w: .970646143} m_LocalPosition: {x: -.0330664031, y: -2.23517418e-08, z: -9.31322575e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400084} m_Father: {fileID: 400092} --- !u!4 &400088 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_LocalRotation: {x: -.0546317361, y: .118987828, z: .051932618, w: .990030468} m_LocalPosition: {x: -.0237334911, y: -8.38190317e-09, z: 0} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400090} --- !u!4 &400090 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_LocalRotation: {x: -.0304550081, y: .156042472, z: .00767601049, w: .987250924} m_LocalPosition: {x: -.0265243761, y: -3.91155481e-08, z: 5.587935e-09} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: - {fileID: 400088} m_Father: {fileID: 400094} --- !u!4 &400092 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_LocalRotation: {x: .431741446, y: .0618341044, z: -.195454702, w: .878392518} m_LocalPosition: {x: -.00317385793, y: .0156212151, z: .0234630145} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400086} m_Father: {fileID: 400102} --- !u!4 &400094 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_LocalRotation: {x: .154762715, y: .0678087845, z: .140893951, w: .97549957} m_LocalPosition: {x: -.0584490523, y: -2.23517418e-08, z: -1.86264515e-08} m_LocalScale: {x: .999999762, y: 1, z: .999999821} m_Children: - {fileID: 400090} m_Father: {fileID: 400102} --- !u!4 &400096 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_LocalRotation: {x: -.114391536, y: -.0378589369, z: .210791916, w: .970076323} m_LocalPosition: {x: -.0119449645, y: -.0172358006, z: -.00900092535} m_LocalScale: {x: 1, y: .999999702, z: .999999881} m_Children: - {fileID: 400070} m_Father: {fileID: 400104} --- !u!4 &400098 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_LocalRotation: {x: -.0515743606, y: .072015591, z: .158263072, w: .983415842} m_LocalPosition: {x: -.017974291, y: -.00270551397, z: -.0115751848} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400076} m_Father: {fileID: 400104} --- !u!4 &400100 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_LocalRotation: {x: .0369815379, y: .150955796, z: .0491911285, w: .986623049} m_LocalPosition: {x: -.0208972953, y: .00860885531, z: -.00857780501} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400082} m_Father: {fileID: 400104} --- !u!4 &400102 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_LocalRotation: {x: .122681066, y: .202681959, z: -.0957000777, w: .966804445} m_LocalPosition: {x: -.0234434828, y: .0172027871, z: -.00194494799} m_LocalScale: {x: .99999994, y: .999999881, z: .99999994} m_Children: - {fileID: 400094} - {fileID: 400092} m_Father: {fileID: 400104} --- !u!4 &400104 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_LocalRotation: {x: .805560052, y: -.0180675164, z: .0236789938, w: .591765046} m_LocalPosition: {x: -.222559094, y: 4.23751771e-08, z: 1.49011612e-08} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400102} - {fileID: 400100} - {fileID: 400098} - {fileID: 400096} m_Father: {fileID: 400106} --- !u!4 &400106 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_LocalRotation: {x: .0885871276, y: .276399016, z: .0507781841, w: .955603242} m_LocalPosition: {x: -.211972699, y: -3.63215804e-08, z: 1.86264504e-09} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400104} m_Father: {fileID: 400108} --- !u!4 &400108 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_LocalRotation: {x: .693364322, y: -.217455059, z: .406262368, w: .553994715} m_LocalPosition: {x: -.214628965, y: -.00412885938, z: -.00951985363} m_LocalScale: {x: .99999994, y: .999999762, z: .999999762} m_Children: - {fileID: 400106} m_Father: {fileID: 400114} --- !u!4 &400110 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_LocalRotation: {x: -5.45145866e-08, y: .121964708, z: -3.26556346e-08, w: .992534459} m_LocalPosition: {x: -.0504267067, y: 3.80715104e-09, z: 2.98023224e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400116} --- !u!4 &400112 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_LocalRotation: {x: -.470714569, y: .828311145, z: .234281346, w: -.193495944} m_LocalPosition: {x: -.147669464, y: .0124077639, z: .000787792553} m_LocalScale: {x: 1.00000012, y: .99999994, z: 1} m_Children: - {fileID: 400064} m_Father: {fileID: 400118} --- !u!4 &400114 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_LocalRotation: {x: .467126101, y: .829631925, z: -.239920348, w: -.189584613} m_LocalPosition: {x: -.147531465, y: -.0122259697, z: .000923475425} m_LocalScale: {x: .999999642, y: 1, z: .999999642} m_Children: - {fileID: 400108} m_Father: {fileID: 400118} --- !u!4 &400116 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100120} m_LocalRotation: {x: -.00335055566, y: .242293879, z: .00205002422, w: .970194995} m_LocalPosition: {x: -.174169078, y: -3.65937012e-07, z: .0113064125} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400110} m_Father: {fileID: 400118} --- !u!4 &400118 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100122} m_LocalRotation: {x: .00234798365, y: .399894029, z: -.00618795399, w: .916537464} m_LocalPosition: {x: -.169913277, y: 1.31294664e-08, z: 3.336595e-09} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400116} - {fileID: 400114} - {fileID: 400112} m_Father: {fileID: 400128} --- !u!4 &400120 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100126} m_LocalRotation: {x: -8.20335444e-08, y: -.0283999033, z: 2.48526488e-09, w: .999596655} m_LocalPosition: {x: -.0878907442, y: 6.65079414e-09, z: 7.27769089e-09} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400130} --- !u!4 &400122 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100130} m_LocalRotation: {x: 1.38588085e-09, y: .0470600575, z: 1.02097358e-10, w: .998892069} m_LocalPosition: {x: -.0970444754, y: 7.44190309e-09, z: -1.02386739e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400132} --- !u!4 &400124 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100012} m_LocalRotation: {x: -.106170081, y: .990089118, z: .0166419689, w: .090412721} m_LocalPosition: {x: -.00973992515, y: .0949994922, z: .0170226563} m_LocalScale: {x: .999999821, y: .999999881, z: .999999881} m_Children: - {fileID: 400010} m_Father: {fileID: 400134} --- !u!4 &400126 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_LocalRotation: {x: .113700777, y: .989134669, z: -.0213792473, w: .0907067209} m_LocalPosition: {x: -.0112684071, y: -.0965165794, z: .0177996419} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400020} m_Father: {fileID: 400134} --- !u!4 &400128 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100124} m_LocalRotation: {x: -.000963680213, y: .135508344, z: -.00158589962, w: .990774453} m_LocalPosition: {x: -.114399776, y: 8.62927862e-09, z: -3.72599906e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400118} m_Father: {fileID: 400134} --- !u!4 &400130 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100128} m_LocalRotation: {x: .00411730958, y: .997748256, z: -.00175695715, w: -.0669210777} m_LocalPosition: {x: -.0689787045, y: .000182679156, z: -.0906665623} m_LocalScale: {x: .999999821, y: .999999881, z: 1} m_Children: - {fileID: 400120} m_Father: {fileID: 400134} --- !u!4 &400132 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100132} m_LocalRotation: {x: .0041569327, y: .995921254, z: -.00166061369, w: -.0901160687} m_LocalPosition: {x: .0122466879, y: .000560039771, z: .162133276} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: - {fileID: 400122} m_Father: {fileID: 400134} --- !u!4 &400134 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_LocalRotation: {x: .449082345, y: .443295717, z: -.547264814, w: .549832106} m_LocalPosition: {x: .000912975054, y: .0266842563, z: .416747689} m_LocalScale: {x: 1, y: .99999994, z: 1.00000012} m_Children: - {fileID: 400132} - {fileID: 400130} - {fileID: 400128} - {fileID: 400126} - {fileID: 400124} m_Father: {fileID: 400142} --- !u!4 &400136 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_LocalRotation: {x: -2.66925451e-08, y: -.707106829, z: -2.66925451e-08, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400138 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_LocalRotation: {x: 0, y: -0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400140 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_LocalRotation: {x: -3.77489506e-08, y: 0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400142 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400134} - {fileID: 400160} - {fileID: 400158} - {fileID: 400156} - {fileID: 400154} - {fileID: 400152} - {fileID: 400150} - {fileID: 400148} - {fileID: 400146} m_Father: {fileID: 400144} --- !u!4 &400144 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 2.5} m_Children: - {fileID: 400142} - {fileID: 400140} - {fileID: 400138} - {fileID: 400136} m_Father: {fileID: 400000} --- !u!4 &400146 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400148 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400150 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: .13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400152 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: -.13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400154 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400156 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100156} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400158 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100158} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400160 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100160} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!111 &11100000 Animation: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_Enabled: 1 serializedVersion: 3 m_Animation: {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} m_Animations: - {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} - {fileID: 7400006, guid: e930c357279144543ad2147c7babc837, type: 3} m_WrapMode: 0 m_PlayAutomatically: 1 m_AnimatePhysics: 0 m_CullingType: 1 m_UserAABB: m_Center: {x: .00371646881, y: .42126599, z: .0446155667} m_Extent: {x: .434853971, y: .452690154, z: .389065504} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 10 maxHealth: 10 creeps: 0 level: 1 range: 4 damage: 1.25 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: 0 isHero: 1 isBase: 0 xp: 0 skin: {fileID: 11400000, guid: 0d8c1e8d1885e4413bd69a5712677a99, type: 2} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 11100000} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: a4f4e40ab298844799bec70b18532fb7, type: 3} m_Name: m_EditorClassIdentifier: ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!137 &13700000 SkinnedMeshRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 45721ee74cbd846df925eb9c4af2dc25, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_Quality: 0 m_UpdateWhenOffscreen: 0 m_Mesh: {fileID: 4300000, guid: e930c357279144543ad2147c7babc837, type: 3} m_Bones: - {fileID: 400134} - {fileID: 400128} - {fileID: 400118} - {fileID: 400116} - {fileID: 400110} - {fileID: 400114} - {fileID: 400108} - {fileID: 400106} - {fileID: 400104} - {fileID: 400102} - {fileID: 400094} - {fileID: 400090} - {fileID: 400088} - {fileID: 400092} - {fileID: 400086} - {fileID: 400084} - {fileID: 400100} - {fileID: 400082} - {fileID: 400080} - {fileID: 400078} - {fileID: 400098} - {fileID: 400076} - {fileID: 400074} - {fileID: 400072} - {fileID: 400096} - {fileID: 400070} - {fileID: 400068} - {fileID: 400066} - {fileID: 400112} - {fileID: 400064} - {fileID: 400062} - {fileID: 400060} - {fileID: 400058} - {fileID: 400050} - {fileID: 400046} - {fileID: 400044} - {fileID: 400048} - {fileID: 400042} - {fileID: 400040} - {fileID: 400056} - {fileID: 400038} - {fileID: 400036} - {fileID: 400034} - {fileID: 400054} - {fileID: 400032} - {fileID: 400030} - {fileID: 400028} - {fileID: 400052} - {fileID: 400026} - {fileID: 400024} - {fileID: 400022} - {fileID: 400126} - {fileID: 400020} - {fileID: 400018} - {fileID: 400014} - {fileID: 400016} - {fileID: 400012} - {fileID: 400124} - {fileID: 400010} - {fileID: 400008} - {fileID: 400004} - {fileID: 400006} - {fileID: 400002} - {fileID: 400132} - {fileID: 400122} - {fileID: 400130} - {fileID: 400120} m_RootBone: {fileID: 400134} m_AABB: m_Center: {x: -.011511296, y: -.00183460116, z: .0617194325} m_Extent: {x: .496174723, y: .444143444, z: .386874318} m_DirtyAABB: 0 --- !u!143 &14300000 CharacterController: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Height: 2 m_Radius: .5 m_SlopeLimit: 45 m_StepOffset: .300000012 m_SkinWidth: .0799999982 m_MinMoveDistance: 0 m_Center: {x: 0, y: 1, z: 0} --- !u!148 &14800000 NetworkView: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 11400002} m_ViewID: m_ID: 0 m_Type: 0 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/HeroPrefabA.prefab.meta ================================================ fileFormatVersion: 2 guid: ee7adb12b6f6b4080918a2a1748339ea NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/HeroPrefabB.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 148: {fileID: 14800000} - 114: {fileID: 11400002} - 114: {fileID: 11400000} - 82: {fileID: 8200000} - 143: {fileID: 14300000} m_Layer: 0 m_Name: HeroPrefabB m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} m_Layer: 0 m_Name: heel_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} m_Layer: 0 m_Name: heel_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} m_Layer: 0 m_Name: toe_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} m_Layer: 0 m_Name: foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100010 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400010} m_Layer: 0 m_Name: shin_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100012 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400124} m_Layer: 0 m_Name: thigh_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100014 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400012} m_Layer: 0 m_Name: heel_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100016 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400016} m_Layer: 0 m_Name: heel_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100018 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400014} m_Layer: 0 m_Name: toe_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100020 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400018} m_Layer: 0 m_Name: foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100022 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400020} m_Layer: 0 m_Name: shin_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100024 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400126} m_Layer: 0 m_Name: thigh_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100026 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400022} m_Layer: 0 m_Name: finger_pinky_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100028 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400024} m_Layer: 0 m_Name: finger_pinky_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100030 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400026} m_Layer: 0 m_Name: finger_pinky_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100032 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400052} m_Layer: 0 m_Name: palm_04_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100034 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400028} m_Layer: 0 m_Name: finger_ring_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100036 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400030} m_Layer: 0 m_Name: finger_ring_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100038 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400032} m_Layer: 0 m_Name: finger_ring_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100040 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400054} m_Layer: 0 m_Name: palm_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100042 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400034} m_Layer: 0 m_Name: finger_middle_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100044 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400036} m_Layer: 0 m_Name: finger_middle_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100046 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400038} m_Layer: 0 m_Name: finger_middle_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100048 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400056} m_Layer: 0 m_Name: palm_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100050 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400040} m_Layer: 0 m_Name: thumb_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100052 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400042} m_Layer: 0 m_Name: thumb_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100054 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400048} m_Layer: 0 m_Name: thumb_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100056 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400044} m_Layer: 0 m_Name: finger_index_03_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100058 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400046} m_Layer: 0 m_Name: finger_index_02_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100060 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400050} m_Layer: 0 m_Name: finger_index_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100062 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400058} m_Layer: 0 m_Name: palm_01_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100064 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400060} m_Layer: 0 m_Name: hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100066 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400062} m_Layer: 0 m_Name: forearm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100068 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400064} m_Layer: 0 m_Name: upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100070 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400112} m_Layer: 0 m_Name: shoulder_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100072 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400066} m_Layer: 0 m_Name: finger_pinky_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100074 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400068} m_Layer: 0 m_Name: finger_pinky_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100076 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400070} m_Layer: 0 m_Name: finger_pinky_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100078 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400096} m_Layer: 0 m_Name: palm_04_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100080 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400072} m_Layer: 0 m_Name: finger_ring_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100082 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400074} m_Layer: 0 m_Name: finger_ring_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100084 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400076} m_Layer: 0 m_Name: finger_ring_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100086 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400098} m_Layer: 0 m_Name: palm_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100088 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400078} m_Layer: 0 m_Name: finger_middle_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100090 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400080} m_Layer: 0 m_Name: finger_middle_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100092 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400082} m_Layer: 0 m_Name: finger_middle_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100094 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400100} m_Layer: 0 m_Name: palm_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100096 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400084} m_Layer: 0 m_Name: thumb_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100098 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400086} m_Layer: 0 m_Name: thumb_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100100 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400092} m_Layer: 0 m_Name: thumb_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100102 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400088} m_Layer: 0 m_Name: finger_index_03_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100104 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400090} m_Layer: 0 m_Name: finger_index_02_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100106 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400094} m_Layer: 0 m_Name: finger_index_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100108 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400102} m_Layer: 0 m_Name: palm_01_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100110 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400104} m_Layer: 0 m_Name: hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100112 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400106} m_Layer: 0 m_Name: forearm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100114 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400108} m_Layer: 0 m_Name: upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100116 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400114} m_Layer: 0 m_Name: shoulder_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100118 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400110} m_Layer: 0 m_Name: head m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100120 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400116} m_Layer: 0 m_Name: neck m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100122 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400118} m_Layer: 0 m_Name: ribs m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100124 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400128} m_Layer: 0 m_Name: spine m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100126 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400120} m_Layer: 0 m_Name: saia-verso2 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100128 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400130} m_Layer: 0 m_Name: saia-verso1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100130 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400122} m_Layer: 0 m_Name: saia-frente1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100132 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400132} m_Layer: 0 m_Name: saia-frente m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100134 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400134} m_Layer: 0 m_Name: hips m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100136 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400140} m_Layer: 0 m_Name: front m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100138 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400138} - 137: {fileID: 13700000} m_Layer: 0 m_Name: Orco-lowPoly m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100140 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400136} m_Layer: 0 m_Name: right m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100142 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400142} m_Layer: 0 m_Name: Armature m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100144 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400144} - 111: {fileID: 11100000} m_Layer: 0 m_Name: Orc m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100146 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400146} m_Layer: 0 m_Name: Pole_upper_arm_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100148 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400148} m_Layer: 0 m_Name: Pole_upper_arm_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100150 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400150} m_Layer: 0 m_Name: Pole_leg_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100152 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400152} m_Layer: 0 m_Name: Pole_leg_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100154 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400154} m_Layer: 0 m_Name: IK_hand_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100156 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400156} m_Layer: 0 m_Name: IK_hand_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100158 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400158} m_Layer: 0 m_Name: IK_foot_R m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100160 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400160} m_Layer: 0 m_Name: IK_foot_L m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: .351774216, y: 1.03494358, z: 15.2585983} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400144} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: .675620973, y: .621695161, z: .33689031, w: .208653629} m_LocalPosition: {x: -.02543322, y: .0126467282, z: .0390812196} m_LocalScale: {x: .999999821, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400006} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: .990624011, y: .0177008212, z: .133996218, w: -.0198925398} m_LocalPosition: {x: -.121792316, y: 1.25728548e-08, z: -3.14321391e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999821} m_Children: [] m_Father: {fileID: 400008} --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: .96477747, y: -.0765654668, z: -.250798523, w: -.0210306235} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1.00000012, y: 1, z: 1.00000024} m_Children: - {fileID: 400002} m_Father: {fileID: 400010} --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: .0160052888, y: -.689757407, z: -.113565467, w: .7148996} m_LocalPosition: {x: -.193191648, y: 2.3865141e-08, z: 1.65309757e-08} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400004} m_Father: {fileID: 400010} --- !u!4 &400010 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100010} m_LocalRotation: {x: .00830793381, y: .324138492, z: .1778218, w: .929109633} m_LocalPosition: {x: -.204638064, y: 1.61817297e-08, z: -2.79396772e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999821} m_Children: - {fileID: 400008} - {fileID: 400006} m_Father: {fileID: 400124} --- !u!4 &400012 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_LocalRotation: {x: .675620914, y: -.62169528, z: .33689028, w: -.208653629} m_LocalPosition: {x: -.0254332256, y: -.0126467235, z: .0390812159} m_LocalScale: {x: .999999702, y: .999999881, z: .999999762} m_Children: [] m_Father: {fileID: 400016} --- !u!4 &400014 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_LocalRotation: {x: .990623951, y: -.0177008286, z: .133996621, w: .0198940523} m_LocalPosition: {x: -.121792324, y: 1.40862539e-08, z: 3.55066709e-09} m_LocalScale: {x: .99999994, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400018} --- !u!4 &400016 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_LocalRotation: {x: .964777589, y: .0765647441, z: -.250798315, w: .0210306328} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400012} m_Father: {fileID: 400020} --- !u!4 &400018 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_LocalRotation: {x: -.0160053726, y: -.689757407, z: .113565467, w: .7148996} m_LocalPosition: {x: -.193191677, y: 1.94413587e-08, z: -2.32831004e-10} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400014} m_Father: {fileID: 400020} --- !u!4 &400020 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_LocalRotation: {x: -.00830783322, y: .324138492, z: -.1778218, w: .929109633} m_LocalPosition: {x: -.204638079, y: 2.78232619e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: 1.00000024, z: 1} m_Children: - {fileID: 400018} - {fileID: 400016} m_Father: {fileID: 400126} --- !u!4 &400022 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_LocalRotation: {x: .00210382836, y: .108732872, z: -.045923274, w: .993007481} m_LocalPosition: {x: -.0193735547, y: 1.11758709e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: [] m_Father: {fileID: 400024} --- !u!4 &400024 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_LocalRotation: {x: .00945744012, y: .113974258, z: -.078597784, w: .990324616} m_LocalPosition: {x: -.0212064944, y: -2.23517418e-08, z: 7.4505806e-09} m_LocalScale: {x: 1, y: .999999762, z: 1} m_Children: - {fileID: 400022} m_Father: {fileID: 400026} --- !u!4 &400026 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_LocalRotation: {x: -.194485858, y: .178344443, z: .0222403444, w: .964299679} m_LocalPosition: {x: -.0620767772, y: -3.72529008e-09, z: 1.58324838e-08} m_LocalScale: {x: .999999642, y: .999999762, z: .999999821} m_Children: - {fileID: 400024} m_Father: {fileID: 400052} --- !u!4 &400028 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_LocalRotation: {x: .0473885499, y: .174439147, z: -.0204495713, w: .983314395} m_LocalPosition: {x: -.022822367, y: -3.72529008e-09, z: -3.7252903e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: [] m_Father: {fileID: 400030} --- !u!4 &400030 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_LocalRotation: {x: .0454088449, y: .0867736563, z: -.0349167064, w: .994579911} m_LocalPosition: {x: -.0332700089, y: 5.58793545e-08, z: -1.67638063e-08} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400028} m_Father: {fileID: 400032} --- !u!4 &400032 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_LocalRotation: {x: -.268882871, y: .162426353, z: .00590109499, w: .949360251} m_LocalPosition: {x: -.0596418902, y: 1.62981451e-08, z: 1.3038516e-08} m_LocalScale: {x: 1, y: 1, z: .999999762} m_Children: - {fileID: 400030} m_Father: {fileID: 400054} --- !u!4 &400034 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_LocalRotation: {x: .0371297635, y: .0950703472, z: -.0213715676, w: .994548261} m_LocalPosition: {x: -.0255734157, y: 1.21071926e-08, z: 3.72529008e-09} m_LocalScale: {x: .999999881, y: 1, z: .99999994} m_Children: [] m_Father: {fileID: 400036} --- !u!4 &400036 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_LocalRotation: {x: .0778885335, y: .163046911, z: -.0157876108, w: .983412385} m_LocalPosition: {x: -.0345869958, y: 2.09547579e-08, z: 2.60770321e-08} m_LocalScale: {x: .99999994, y: .999999881, z: .999999821} m_Children: - {fileID: 400034} m_Father: {fileID: 400038} --- !u!4 &400038 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_LocalRotation: {x: -.237245753, y: .05050724, z: -.0522813201, w: .968726039} m_LocalPosition: {x: -.0594628379, y: 2.23517418e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999881} m_Children: - {fileID: 400036} m_Father: {fileID: 400056} --- !u!4 &400040 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_LocalRotation: {x: -.0373206995, y: -.0734206662, z: -.114484854, w: .990004957} m_LocalPosition: {x: -.0260863174, y: -2.79396772e-08, z: 0} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400042} --- !u!4 &400042 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_LocalRotation: {x: .0885942802, y: .11633341, z: -.190954804, w: .970646143} m_LocalPosition: {x: -.0330664366, y: -2.60770321e-08, z: 1.67638063e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: .999999881} m_Children: - {fileID: 400040} m_Father: {fileID: 400048} --- !u!4 &400044 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_LocalRotation: {x: .0546317622, y: .118987843, z: -.0519326143, w: .990030408} m_LocalPosition: {x: -.0237334669, y: 1.58324838e-08, z: -2.23517418e-08} m_LocalScale: {x: .99999994, y: 1.00000024, z: 1.00000024} m_Children: [] m_Father: {fileID: 400046} --- !u!4 &400046 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_LocalRotation: {x: .0304550622, y: .156042427, z: -.00767601747, w: .987250924} m_LocalPosition: {x: -.0265243612, y: 2.14204192e-08, z: -1.49011612e-08} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400044} m_Father: {fileID: 400050} --- !u!4 &400048 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_LocalRotation: {x: -.431741506, y: .061834164, z: .195454702, w: .878392458} m_LocalPosition: {x: -.0031738244, y: -.0156212412, z: .0234630741} m_LocalScale: {x: .999999881, y: 1, z: 1} m_Children: - {fileID: 400042} m_Father: {fileID: 400058} --- !u!4 &400050 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_LocalRotation: {x: -.154762819, y: .0678088143, z: -.140893951, w: .97549957} m_LocalPosition: {x: -.0584490262, y: -1.11758709e-08, z: 7.4505806e-08} m_LocalScale: {x: .999999881, y: .999999881, z: .999999702} m_Children: - {fileID: 400046} m_Father: {fileID: 400058} --- !u!4 &400052 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_LocalRotation: {x: .114391379, y: -.0378589332, z: -.210791916, w: .970076323} m_LocalPosition: {x: -.0119449459, y: .0172357839, z: -.00900092162} m_LocalScale: {x: 1, y: 1.00000012, z: .99999994} m_Children: - {fileID: 400026} m_Father: {fileID: 400060} --- !u!4 &400054 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_LocalRotation: {x: .0515741929, y: .0720156133, z: -.158263072, w: .983415842} m_LocalPosition: {x: -.0179742686, y: .00270548277, z: -.0115752071} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400032} m_Father: {fileID: 400060} --- !u!4 &400056 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_LocalRotation: {x: -.036981672, y: .150955796, z: -.0491911247, w: .986623049} m_LocalPosition: {x: -.0208972991, y: -.00860886462, z: -.00857781619} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1} m_Children: - {fileID: 400038} m_Father: {fileID: 400060} --- !u!4 &400058 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_LocalRotation: {x: -.122681133, y: .202681914, z: .0957001001, w: .966804445} m_LocalPosition: {x: -.0234434977, y: -.0172028113, z: -.00194496289} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400050} - {fileID: 400048} m_Father: {fileID: 400060} --- !u!4 &400060 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_LocalRotation: {x: -.805560052, y: -.0180674326, z: -.0236789621, w: .591765046} m_LocalPosition: {x: -.222559035, y: 9.31323019e-10, z: 2.98023224e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999881} m_Children: - {fileID: 400058} - {fileID: 400056} - {fileID: 400054} - {fileID: 400052} m_Father: {fileID: 400062} --- !u!4 &400062 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_LocalRotation: {x: -.0885869786, y: .276398927, z: -.0507782176, w: .955603242} m_LocalPosition: {x: -.211972728, y: 3.98140401e-08, z: -4.6566101e-10} m_LocalScale: {x: 1, y: .99999994, z: .99999994} m_Children: - {fileID: 400060} m_Father: {fileID: 400064} --- !u!4 &400064 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_LocalRotation: {x: -.693364441, y: -.21745491, z: -.406262428, w: .553994656} m_LocalPosition: {x: -.214628965, y: .00412890222, z: -.00951984804} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400062} m_Father: {fileID: 400112} --- !u!4 &400066 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_LocalRotation: {x: -.00210380624, y: .108732887, z: .045923274, w: .993007481} m_LocalPosition: {x: -.019373551, y: 7.4505806e-09, z: -1.86264504e-09} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: [] m_Father: {fileID: 400068} --- !u!4 &400068 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_LocalRotation: {x: -.00945744105, y: .113974258, z: .078597784, w: .990324616} m_LocalPosition: {x: -.0212064888, y: 7.4505806e-09, z: 7.4505806e-09} m_LocalScale: {x: 1, y: 1.00000012, z: 1} m_Children: - {fileID: 400066} m_Father: {fileID: 400070} --- !u!4 &400070 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_LocalRotation: {x: .194485888, y: .178344399, z: -.02224035, w: .964299679} m_LocalPosition: {x: -.0620767921, y: 2.79396795e-09, z: 2.42143869e-08} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400068} m_Father: {fileID: 400096} --- !u!4 &400072 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_LocalRotation: {x: -.0473885089, y: .174439162, z: .0204495899, w: .983314395} m_LocalPosition: {x: -.0228224006, y: -1.3038516e-08, z: 3.35276127e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: [] m_Father: {fileID: 400074} --- !u!4 &400074 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_LocalRotation: {x: -.0454087853, y: .0867736638, z: .0349167027, w: .994579911} m_LocalPosition: {x: -.033269994, y: -2.79396795e-09, z: -3.44589353e-08} m_LocalScale: {x: 1.00000012, y: .999999881, z: .999999821} m_Children: - {fileID: 400072} m_Father: {fileID: 400076} --- !u!4 &400076 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_LocalRotation: {x: .268882811, y: .162426293, z: -.00590108847, w: .949360251} m_LocalPosition: {x: -.0596418418, y: 1.02445483e-08, z: -1.86264515e-08} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400074} m_Father: {fileID: 400098} --- !u!4 &400078 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_LocalRotation: {x: -.0371298008, y: .095070377, z: .0213715732, w: .994548261} m_LocalPosition: {x: -.0255733822, y: -1.02445483e-08, z: -1.11758709e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400080} --- !u!4 &400080 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_LocalRotation: {x: -.077888459, y: .163046926, z: .0157876052, w: .983412385} m_LocalPosition: {x: -.0345869958, y: -3.11993062e-08, z: 1.86264504e-09} m_LocalScale: {x: 1, y: .999999881, z: .999999881} m_Children: - {fileID: 400078} m_Father: {fileID: 400082} --- !u!4 &400082 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_LocalRotation: {x: .237245753, y: .0505072065, z: .0522813275, w: .968726039} m_LocalPosition: {x: -.059462864, y: 0, z: 2.23517418e-08} m_LocalScale: {x: .99999994, y: 1, z: .999999881} m_Children: - {fileID: 400080} m_Father: {fileID: 400100} --- !u!4 &400084 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_LocalRotation: {x: .0373206325, y: -.0734206736, z: .114484839, w: .990004957} m_LocalPosition: {x: -.026086323, y: -9.31323019e-10, z: -5.587935e-09} m_LocalScale: {x: .999999881, y: 1.00000012, z: 1.00000012} m_Children: [] m_Father: {fileID: 400086} --- !u!4 &400086 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_LocalRotation: {x: -.0885940418, y: .116333447, z: .19095476, w: .970646143} m_LocalPosition: {x: -.0330664031, y: -2.23517418e-08, z: -9.31322575e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400084} m_Father: {fileID: 400092} --- !u!4 &400088 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_LocalRotation: {x: -.0546317361, y: .118987828, z: .051932618, w: .990030468} m_LocalPosition: {x: -.0237334911, y: -8.38190317e-09, z: 0} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: [] m_Father: {fileID: 400090} --- !u!4 &400090 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_LocalRotation: {x: -.0304550081, y: .156042472, z: .00767601049, w: .987250924} m_LocalPosition: {x: -.0265243761, y: -3.91155481e-08, z: 5.587935e-09} m_LocalScale: {x: .99999994, y: 1.00000012, z: 1} m_Children: - {fileID: 400088} m_Father: {fileID: 400094} --- !u!4 &400092 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_LocalRotation: {x: .431741446, y: .0618341044, z: -.195454702, w: .878392518} m_LocalPosition: {x: -.00317385793, y: .0156212151, z: .0234630145} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400086} m_Father: {fileID: 400102} --- !u!4 &400094 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_LocalRotation: {x: .154762715, y: .0678087845, z: .140893951, w: .97549957} m_LocalPosition: {x: -.0584490523, y: -2.23517418e-08, z: -1.86264515e-08} m_LocalScale: {x: .999999762, y: 1, z: .999999821} m_Children: - {fileID: 400090} m_Father: {fileID: 400102} --- !u!4 &400096 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_LocalRotation: {x: -.114391536, y: -.0378589369, z: .210791916, w: .970076323} m_LocalPosition: {x: -.0119449645, y: -.0172358006, z: -.00900092535} m_LocalScale: {x: 1, y: .999999702, z: .999999881} m_Children: - {fileID: 400070} m_Father: {fileID: 400104} --- !u!4 &400098 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_LocalRotation: {x: -.0515743606, y: .072015591, z: .158263072, w: .983415842} m_LocalPosition: {x: -.017974291, y: -.00270551397, z: -.0115751848} m_LocalScale: {x: 1, y: .999999881, z: .99999994} m_Children: - {fileID: 400076} m_Father: {fileID: 400104} --- !u!4 &400100 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_LocalRotation: {x: .0369815379, y: .150955796, z: .0491911285, w: .986623049} m_LocalPosition: {x: -.0208972953, y: .00860885531, z: -.00857780501} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400082} m_Father: {fileID: 400104} --- !u!4 &400102 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_LocalRotation: {x: .122681066, y: .202681959, z: -.0957000777, w: .966804445} m_LocalPosition: {x: -.0234434828, y: .0172027871, z: -.00194494799} m_LocalScale: {x: .99999994, y: .999999881, z: .99999994} m_Children: - {fileID: 400094} - {fileID: 400092} m_Father: {fileID: 400104} --- !u!4 &400104 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_LocalRotation: {x: .805560052, y: -.0180675164, z: .0236789938, w: .591765046} m_LocalPosition: {x: -.222559094, y: 4.23751771e-08, z: 1.49011612e-08} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400102} - {fileID: 400100} - {fileID: 400098} - {fileID: 400096} m_Father: {fileID: 400106} --- !u!4 &400106 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_LocalRotation: {x: .0885871276, y: .276399016, z: .0507781841, w: .955603242} m_LocalPosition: {x: -.211972699, y: -3.63215804e-08, z: 1.86264504e-09} m_LocalScale: {x: .999999881, y: .999999881, z: 1} m_Children: - {fileID: 400104} m_Father: {fileID: 400108} --- !u!4 &400108 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_LocalRotation: {x: .693364322, y: -.217455059, z: .406262368, w: .553994715} m_LocalPosition: {x: -.214628965, y: -.00412885938, z: -.00951985363} m_LocalScale: {x: .99999994, y: .999999762, z: .999999762} m_Children: - {fileID: 400106} m_Father: {fileID: 400114} --- !u!4 &400110 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_LocalRotation: {x: -5.45145866e-08, y: .121964708, z: -3.26556346e-08, w: .992534459} m_LocalPosition: {x: -.0504267067, y: 3.80715104e-09, z: 2.98023224e-08} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400116} --- !u!4 &400112 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_LocalRotation: {x: -.470714569, y: .828311145, z: .234281346, w: -.193495944} m_LocalPosition: {x: -.147669464, y: .0124077639, z: .000787792553} m_LocalScale: {x: 1.00000012, y: .99999994, z: 1} m_Children: - {fileID: 400064} m_Father: {fileID: 400118} --- !u!4 &400114 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_LocalRotation: {x: .467126101, y: .829631925, z: -.239920348, w: -.189584613} m_LocalPosition: {x: -.147531465, y: -.0122259697, z: .000923475425} m_LocalScale: {x: .999999642, y: 1, z: .999999642} m_Children: - {fileID: 400108} m_Father: {fileID: 400118} --- !u!4 &400116 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100120} m_LocalRotation: {x: -.00335055566, y: .242293879, z: .00205002422, w: .970194995} m_LocalPosition: {x: -.174169078, y: -3.65937012e-07, z: .0113064125} m_LocalScale: {x: 1, y: .99999994, z: 1} m_Children: - {fileID: 400110} m_Father: {fileID: 400118} --- !u!4 &400118 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100122} m_LocalRotation: {x: .00234798365, y: .399894029, z: -.00618795399, w: .916537464} m_LocalPosition: {x: -.169913277, y: 1.31294664e-08, z: 3.336595e-09} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400116} - {fileID: 400114} - {fileID: 400112} m_Father: {fileID: 400128} --- !u!4 &400120 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100126} m_LocalRotation: {x: -8.20335444e-08, y: -.0283999033, z: 2.48526488e-09, w: .999596655} m_LocalPosition: {x: -.0878907442, y: 6.65079414e-09, z: 7.27769089e-09} m_LocalScale: {x: .999999821, y: 1, z: .999999821} m_Children: [] m_Father: {fileID: 400130} --- !u!4 &400122 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100130} m_LocalRotation: {x: 1.38588085e-09, y: .0470600575, z: 1.02097358e-10, w: .998892069} m_LocalPosition: {x: -.0970444754, y: 7.44190309e-09, z: -1.02386739e-08} m_LocalScale: {x: .999999881, y: 1, z: .999999881} m_Children: [] m_Father: {fileID: 400132} --- !u!4 &400124 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100012} m_LocalRotation: {x: -.106170081, y: .990089118, z: .0166419689, w: .090412721} m_LocalPosition: {x: -.00973992515, y: .0949994922, z: .0170226563} m_LocalScale: {x: .999999821, y: .999999881, z: .999999881} m_Children: - {fileID: 400010} m_Father: {fileID: 400134} --- !u!4 &400126 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_LocalRotation: {x: .113700777, y: .989134669, z: -.0213792473, w: .0907067209} m_LocalPosition: {x: -.0112684071, y: -.0965165794, z: .0177996419} m_LocalScale: {x: 1, y: .99999994, z: .999999881} m_Children: - {fileID: 400020} m_Father: {fileID: 400134} --- !u!4 &400128 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100124} m_LocalRotation: {x: -.000963680213, y: .135508344, z: -.00158589962, w: .990774453} m_LocalPosition: {x: -.114399776, y: 8.62927862e-09, z: -3.72599906e-09} m_LocalScale: {x: .999999881, y: .999999881, z: .999999881} m_Children: - {fileID: 400118} m_Father: {fileID: 400134} --- !u!4 &400130 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100128} m_LocalRotation: {x: .00411730958, y: .997748256, z: -.00175695715, w: -.0669210777} m_LocalPosition: {x: -.0689787045, y: .000182679156, z: -.0906665623} m_LocalScale: {x: .999999821, y: .999999881, z: 1} m_Children: - {fileID: 400120} m_Father: {fileID: 400134} --- !u!4 &400132 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100132} m_LocalRotation: {x: .0041569327, y: .995921254, z: -.00166061369, w: -.0901160687} m_LocalPosition: {x: .0122466879, y: .000560039771, z: .162133276} m_LocalScale: {x: .99999994, y: .99999994, z: .99999994} m_Children: - {fileID: 400122} m_Father: {fileID: 400134} --- !u!4 &400134 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_LocalRotation: {x: .449082345, y: .443295717, z: -.547264814, w: .549832106} m_LocalPosition: {x: .000912975054, y: .0266842563, z: .416747689} m_LocalScale: {x: 1, y: .99999994, z: 1.00000012} m_Children: - {fileID: 400132} - {fileID: 400130} - {fileID: 400128} - {fileID: 400126} - {fileID: 400124} m_Father: {fileID: 400142} --- !u!4 &400136 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_LocalRotation: {x: -2.66925451e-08, y: -.707106829, z: -2.66925451e-08, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400138 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_LocalRotation: {x: 0, y: -0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400140 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_LocalRotation: {x: -3.77489506e-08, y: 0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400144} --- !u!4 &400142 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400134} - {fileID: 400160} - {fileID: 400158} - {fileID: 400156} - {fileID: 400154} - {fileID: 400152} - {fileID: 400150} - {fileID: 400148} - {fileID: 400146} m_Father: {fileID: 400144} --- !u!4 &400144 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 2.5, y: 2.5, z: 2.5} m_Children: - {fileID: 400142} - {fileID: 400140} - {fileID: 400138} - {fileID: 400136} m_Father: {fileID: 400000} --- !u!4 &400146 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400148 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.282092303, y: .316670418, z: .536754608} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400150 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: .13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400152 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_LocalRotation: {x: 0, y: 0, z: .707106829, w: .707106709} m_LocalPosition: {x: -.13958469, y: -.292642742, z: .245993331} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400154 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400156 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100156} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.341605574, y: -.0880274549, z: .352841854} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400158 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100158} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: .113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!4 &400160 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100160} m_LocalRotation: {x: 0, y: 0, z: -.707106709, w: .707106829} m_LocalPosition: {x: -.113046944, y: -.0120870164, z: .062080171} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400142} --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!111 &11100000 Animation: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_Enabled: 1 serializedVersion: 3 m_Animation: {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} m_Animations: - {fileID: 7400002, guid: e930c357279144543ad2147c7babc837, type: 3} - {fileID: 7400006, guid: e930c357279144543ad2147c7babc837, type: 3} m_WrapMode: 0 m_PlayAutomatically: 1 m_AnimatePhysics: 0 m_CullingType: 1 m_UserAABB: m_Center: {x: .00371646881, y: .42126599, z: .0446155667} m_Extent: {x: .434853971, y: .452690154, z: .389065504} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 10 maxHealth: 10 creeps: 0 level: 1 range: 4 damage: 1.25 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: 0 isHero: 1 isBase: 0 xp: 0 skin: {fileID: 11400000, guid: 0d8c1e8d1885e4413bd69a5712677a99, type: 2} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 11100000} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: a4f4e40ab298844799bec70b18532fb7, type: 3} m_Name: m_EditorClassIdentifier: ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!137 &13700000 SkinnedMeshRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 43cde5e74567c43f387b61368e28f1ee, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_Quality: 0 m_UpdateWhenOffscreen: 0 m_Mesh: {fileID: 4300000, guid: e930c357279144543ad2147c7babc837, type: 3} m_Bones: - {fileID: 400134} - {fileID: 400128} - {fileID: 400118} - {fileID: 400116} - {fileID: 400110} - {fileID: 400114} - {fileID: 400108} - {fileID: 400106} - {fileID: 400104} - {fileID: 400102} - {fileID: 400094} - {fileID: 400090} - {fileID: 400088} - {fileID: 400092} - {fileID: 400086} - {fileID: 400084} - {fileID: 400100} - {fileID: 400082} - {fileID: 400080} - {fileID: 400078} - {fileID: 400098} - {fileID: 400076} - {fileID: 400074} - {fileID: 400072} - {fileID: 400096} - {fileID: 400070} - {fileID: 400068} - {fileID: 400066} - {fileID: 400112} - {fileID: 400064} - {fileID: 400062} - {fileID: 400060} - {fileID: 400058} - {fileID: 400050} - {fileID: 400046} - {fileID: 400044} - {fileID: 400048} - {fileID: 400042} - {fileID: 400040} - {fileID: 400056} - {fileID: 400038} - {fileID: 400036} - {fileID: 400034} - {fileID: 400054} - {fileID: 400032} - {fileID: 400030} - {fileID: 400028} - {fileID: 400052} - {fileID: 400026} - {fileID: 400024} - {fileID: 400022} - {fileID: 400126} - {fileID: 400020} - {fileID: 400018} - {fileID: 400014} - {fileID: 400016} - {fileID: 400012} - {fileID: 400124} - {fileID: 400010} - {fileID: 400008} - {fileID: 400004} - {fileID: 400006} - {fileID: 400002} - {fileID: 400132} - {fileID: 400122} - {fileID: 400130} - {fileID: 400120} m_RootBone: {fileID: 400134} m_AABB: m_Center: {x: -.011511296, y: -.00183460116, z: .0617194325} m_Extent: {x: .496174723, y: .444143444, z: .386874318} m_DirtyAABB: 0 --- !u!143 &14300000 CharacterController: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Height: 2 m_Radius: .5 m_SlopeLimit: 45 m_StepOffset: .300000012 m_SkinWidth: .0799999982 m_MinMoveDistance: 0 m_Center: {x: 0, y: 1, z: 0} --- !u!148 &14800000 NetworkView: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 11400002} m_ViewID: m_ID: 0 m_Type: 0 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/HeroPrefabB.prefab.meta ================================================ fileFormatVersion: 2 guid: 649bc1c287a944cd9ab4659132187219 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/Props.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} m_Layer: 0 m_Name: Props m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 33: {fileID: 3300000} - 23: {fileID: 2300000} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 33: {fileID: 3300002} - 23: {fileID: 2300002} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} - 33: {fileID: 3300004} - 23: {fileID: 2300004} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} - 33: {fileID: 3300006} - 23: {fileID: 2300006} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100010 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400010} - 33: {fileID: 3300008} - 23: {fileID: 2300008} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100012 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400012} - 33: {fileID: 3300010} - 23: {fileID: 2300010} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100014 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400014} - 33: {fileID: 3300012} - 23: {fileID: 2300012} - 65: {fileID: 6500000} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100016 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400016} - 33: {fileID: 3300014} - 23: {fileID: 2300014} - 65: {fileID: 6500002} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100018 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400018} - 33: {fileID: 3300016} - 23: {fileID: 2300016} - 65: {fileID: 6500004} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100020 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400020} - 33: {fileID: 3300018} - 23: {fileID: 2300018} - 65: {fileID: 6500006} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100022 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400022} - 33: {fileID: 3300020} - 23: {fileID: 2300020} - 65: {fileID: 6500008} m_Layer: 0 m_Name: Tomb02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100024 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400024} - 33: {fileID: 3300022} - 23: {fileID: 2300022} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100026 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400026} - 33: {fileID: 3300024} - 23: {fileID: 2300024} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100028 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400028} - 33: {fileID: 3300026} - 23: {fileID: 2300026} m_Layer: 0 m_Name: Plant08_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100030 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400030} - 33: {fileID: 3300028} - 23: {fileID: 2300028} m_Layer: 0 m_Name: Plant08_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100032 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400032} - 33: {fileID: 3300030} - 23: {fileID: 2300030} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100034 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400034} - 33: {fileID: 3300032} - 23: {fileID: 2300032} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100036 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400036} - 33: {fileID: 3300034} - 23: {fileID: 2300034} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100038 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400038} - 33: {fileID: 3300036} - 23: {fileID: 2300036} m_Layer: 0 m_Name: Plant08_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100040 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400040} - 33: {fileID: 3300038} - 23: {fileID: 2300038} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100042 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400042} - 33: {fileID: 3300040} - 23: {fileID: 2300040} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100044 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400044} - 33: {fileID: 3300042} - 23: {fileID: 2300042} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100046 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400046} - 33: {fileID: 3300044} - 23: {fileID: 2300044} m_Layer: 0 m_Name: Plant07_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100048 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400048} - 33: {fileID: 3300046} - 23: {fileID: 2300046} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100050 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400050} - 33: {fileID: 3300048} - 23: {fileID: 2300048} m_Layer: 0 m_Name: Plant06_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100052 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400052} - 33: {fileID: 3300050} - 23: {fileID: 2300050} m_Layer: 0 m_Name: Plant08_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100054 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400054} - 33: {fileID: 3300052} - 23: {fileID: 2300052} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100056 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400056} - 33: {fileID: 3300054} - 23: {fileID: 2300054} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100058 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400058} - 33: {fileID: 3300056} - 23: {fileID: 2300056} m_Layer: 0 m_Name: Dust01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100060 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400060} - 33: {fileID: 3300058} - 23: {fileID: 2300058} - 64: {fileID: 6400000} m_Layer: 0 m_Name: Statue02_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100062 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400062} - 33: {fileID: 3300060} - 23: {fileID: 2300060} - 65: {fileID: 6500010} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100064 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400064} - 33: {fileID: 3300062} - 23: {fileID: 2300062} - 65: {fileID: 6500012} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100066 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400066} - 33: {fileID: 3300064} - 23: {fileID: 2300064} - 65: {fileID: 6500014} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100068 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400068} - 33: {fileID: 3300066} - 23: {fileID: 2300066} - 65: {fileID: 6500016} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100070 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400070} - 33: {fileID: 3300068} - 23: {fileID: 2300068} - 65: {fileID: 6500018} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100072 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400072} - 33: {fileID: 3300070} - 23: {fileID: 2300070} - 65: {fileID: 6500020} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100074 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400074} - 33: {fileID: 3300072} - 23: {fileID: 2300072} - 64: {fileID: 6400002} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100076 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400076} - 33: {fileID: 3300074} - 23: {fileID: 2300074} - 64: {fileID: 6400004} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100078 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400078} - 33: {fileID: 3300076} - 23: {fileID: 2300076} - 64: {fileID: 6400006} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100080 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400080} - 33: {fileID: 3300078} - 23: {fileID: 2300078} - 64: {fileID: 6400008} m_Layer: 0 m_Name: Statue02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100082 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400082} - 33: {fileID: 3300080} - 23: {fileID: 2300080} m_Layer: 0 m_Name: Gravestone10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100084 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400084} - 33: {fileID: 3300082} - 23: {fileID: 2300082} m_Layer: 0 m_Name: Gravestone09 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100086 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400086} - 33: {fileID: 3300084} - 23: {fileID: 2300084} - 95: {fileID: 9500000} - 65: {fileID: 6500022} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100088 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400088} - 33: {fileID: 3300086} - 23: {fileID: 2300086} - 95: {fileID: 9500002} - 65: {fileID: 6500024} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100090 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400090} - 33: {fileID: 3300088} - 23: {fileID: 2300088} - 95: {fileID: 9500004} - 65: {fileID: 6500026} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100092 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400092} - 33: {fileID: 3300090} - 23: {fileID: 2300090} - 95: {fileID: 9500006} - 65: {fileID: 6500028} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100094 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400094} - 33: {fileID: 3300092} - 23: {fileID: 2300092} - 95: {fileID: 9500008} - 65: {fileID: 6500030} m_Layer: 0 m_Name: Tomb03_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100096 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400096} - 33: {fileID: 3300094} - 23: {fileID: 2300094} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100098 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400098} - 33: {fileID: 3300096} - 23: {fileID: 2300096} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100100 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400100} - 33: {fileID: 3300098} - 23: {fileID: 2300098} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100102 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400102} - 33: {fileID: 3300100} - 23: {fileID: 2300100} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100104 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400104} - 33: {fileID: 3300102} - 23: {fileID: 2300102} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100106 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400106} - 33: {fileID: 3300104} - 23: {fileID: 2300104} - 65: {fileID: 6500032} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100108 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400108} - 33: {fileID: 3300106} - 23: {fileID: 2300106} - 65: {fileID: 6500034} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100110 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400110} - 33: {fileID: 3300108} - 23: {fileID: 2300108} - 65: {fileID: 6500036} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100112 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400112} - 33: {fileID: 3300110} - 23: {fileID: 2300110} - 65: {fileID: 6500038} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100114 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400114} - 33: {fileID: 3300112} - 23: {fileID: 2300112} - 65: {fileID: 6500040} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100116 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400116} - 33: {fileID: 3300114} - 23: {fileID: 2300114} - 65: {fileID: 6500042} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100118 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400118} - 33: {fileID: 3300116} - 23: {fileID: 2300116} - 65: {fileID: 6500044} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100120 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400120} - 33: {fileID: 3300118} - 23: {fileID: 2300118} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100122 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400122} - 33: {fileID: 3300120} - 23: {fileID: 2300120} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100124 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400124} - 33: {fileID: 3300122} - 23: {fileID: 2300122} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100126 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400126} - 33: {fileID: 3300124} - 23: {fileID: 2300124} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100128 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400128} - 33: {fileID: 3300126} - 23: {fileID: 2300126} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100130 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400130} - 33: {fileID: 3300128} - 23: {fileID: 2300128} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100132 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400132} - 33: {fileID: 3300130} - 23: {fileID: 2300130} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100134 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400134} - 33: {fileID: 3300132} - 23: {fileID: 2300132} - 64: {fileID: 6400010} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100136 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400136} - 33: {fileID: 3300134} - 23: {fileID: 2300134} - 64: {fileID: 6400012} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100138 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400138} - 33: {fileID: 3300136} - 23: {fileID: 2300136} - 95: {fileID: 9500010} - 65: {fileID: 6500046} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100140 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400140} - 33: {fileID: 3300138} - 23: {fileID: 2300138} - 95: {fileID: 9500012} - 65: {fileID: 6500048} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100142 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400142} - 33: {fileID: 3300140} - 23: {fileID: 2300140} - 95: {fileID: 9500014} - 65: {fileID: 6500050} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100144 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400144} - 33: {fileID: 3300142} - 23: {fileID: 2300142} - 95: {fileID: 9500016} - 65: {fileID: 6500052} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100146 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400146} - 33: {fileID: 3300144} - 23: {fileID: 2300144} - 95: {fileID: 9500018} - 65: {fileID: 6500054} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100148 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400148} - 33: {fileID: 3300146} - 23: {fileID: 2300146} - 65: {fileID: 6500056} m_Layer: 0 m_Name: Paling01_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100150 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400150} - 33: {fileID: 3300148} - 23: {fileID: 2300148} - 65: {fileID: 6500058} m_Layer: 0 m_Name: Paling01_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100152 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400152} - 33: {fileID: 3300150} - 23: {fileID: 2300150} - 65: {fileID: 6500060} m_Layer: 0 m_Name: Paling01_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100154 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400154} - 33: {fileID: 3300152} - 23: {fileID: 2300152} - 64: {fileID: 6400014} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100156 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400156} - 33: {fileID: 3300154} - 23: {fileID: 2300154} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100158 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400158} - 33: {fileID: 3300156} - 23: {fileID: 2300156} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100160 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400160} - 33: {fileID: 3300158} - 23: {fileID: 2300158} m_Layer: 0 m_Name: Plant09_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100162 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400162} - 33: {fileID: 3300160} - 23: {fileID: 2300160} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100164 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400164} - 33: {fileID: 3300162} - 23: {fileID: 2300162} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100166 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400166} - 33: {fileID: 3300164} - 23: {fileID: 2300164} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100168 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400168} - 33: {fileID: 3300166} - 23: {fileID: 2300166} m_Layer: 0 m_Name: Plant07_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100170 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400170} - 33: {fileID: 3300168} - 23: {fileID: 2300168} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100172 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400172} - 33: {fileID: 3300170} - 23: {fileID: 2300170} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100174 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400174} - 33: {fileID: 3300172} - 23: {fileID: 2300172} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100176 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400176} - 33: {fileID: 3300174} - 23: {fileID: 2300174} m_Layer: 0 m_Name: Plant07_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100178 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400178} - 33: {fileID: 3300176} - 23: {fileID: 2300176} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100180 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400180} - 33: {fileID: 3300178} - 23: {fileID: 2300178} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100182 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400182} - 33: {fileID: 3300180} - 23: {fileID: 2300180} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100184 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400184} - 33: {fileID: 3300182} - 23: {fileID: 2300182} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100186 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400186} - 33: {fileID: 3300184} - 23: {fileID: 2300184} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100188 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400188} - 33: {fileID: 3300186} - 23: {fileID: 2300186} m_Layer: 0 m_Name: Plant08_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100190 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400190} - 33: {fileID: 3300188} - 23: {fileID: 2300188} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100192 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400192} - 33: {fileID: 3300190} - 23: {fileID: 2300190} m_Layer: 0 m_Name: Plant08_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100194 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400194} - 33: {fileID: 3300192} - 23: {fileID: 2300192} - 65: {fileID: 6500062} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100196 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400196} - 33: {fileID: 3300194} - 23: {fileID: 2300194} - 65: {fileID: 6500064} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100198 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400198} - 33: {fileID: 3300196} - 23: {fileID: 2300196} - 65: {fileID: 6500066} m_Layer: 0 m_Name: Plant05_e m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100200 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400200} - 33: {fileID: 3300198} - 23: {fileID: 2300198} - 65: {fileID: 6500068} m_Layer: 0 m_Name: Plant05_g m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100202 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400202} - 33: {fileID: 3300200} - 23: {fileID: 2300200} - 65: {fileID: 6500070} m_Layer: 0 m_Name: Plant05_f m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100204 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400204} - 33: {fileID: 3300202} - 23: {fileID: 2300202} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100206 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400206} - 33: {fileID: 3300204} - 23: {fileID: 2300204} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100208 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400208} - 33: {fileID: 3300206} - 23: {fileID: 2300206} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100210 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400210} - 33: {fileID: 3300208} - 23: {fileID: 2300208} m_Layer: 0 m_Name: Rock02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100212 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400212} - 33: {fileID: 3300210} - 23: {fileID: 2300210} m_Layer: 0 m_Name: Rock03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100214 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400214} - 33: {fileID: 3300212} - 23: {fileID: 2300212} m_Layer: 0 m_Name: Rock01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100216 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400216} - 33: {fileID: 3300214} - 23: {fileID: 2300214} - 65: {fileID: 6500072} m_Layer: 0 m_Name: Plant05_a m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100218 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400218} - 33: {fileID: 3300216} - 23: {fileID: 2300216} - 64: {fileID: 6400016} m_Layer: 0 m_Name: Plant02_b m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100220 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400220} - 33: {fileID: 3300218} - 23: {fileID: 2300218} - 95: {fileID: 9500020} - 65: {fileID: 6500074} m_Layer: 0 m_Name: Tomb02_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100222 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400222} - 33: {fileID: 3300220} - 23: {fileID: 2300220} - 95: {fileID: 9500022} - 65: {fileID: 6500076} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100224 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400224} - 33: {fileID: 3300222} - 23: {fileID: 2300222} - 95: {fileID: 9500024} - 65: {fileID: 6500078} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100226 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400226} - 33: {fileID: 3300224} - 23: {fileID: 2300224} - 95: {fileID: 9500026} - 65: {fileID: 6500080} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100228 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400228} - 33: {fileID: 3300226} - 23: {fileID: 2300226} - 95: {fileID: 9500028} - 65: {fileID: 6500082} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100230 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400230} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100232 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400232} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100234 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400234} - 33: {fileID: 3300228} - 23: {fileID: 2300228} - 95: {fileID: 9500030} - 65: {fileID: 6500084} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100236 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400236} - 33: {fileID: 3300230} - 23: {fileID: 2300230} - 95: {fileID: 9500032} - 65: {fileID: 6500086} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100238 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400238} - 33: {fileID: 3300232} - 23: {fileID: 2300232} - 95: {fileID: 9500034} - 65: {fileID: 6500088} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100240 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400240} - 33: {fileID: 3300234} - 23: {fileID: 2300234} - 95: {fileID: 9500036} - 65: {fileID: 6500090} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100242 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400242} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100244 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400244} - 33: {fileID: 3300236} - 23: {fileID: 2300236} - 95: {fileID: 9500038} - 65: {fileID: 6500092} m_Layer: 0 m_Name: Tomb04_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100246 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400246} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100248 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400248} - 33: {fileID: 3300238} - 23: {fileID: 2300238} - 95: {fileID: 9500040} - 65: {fileID: 6500094} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100250 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400250} - 33: {fileID: 3300240} - 23: {fileID: 2300240} - 95: {fileID: 9500042} - 65: {fileID: 6500096} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100252 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400252} - 33: {fileID: 3300242} - 23: {fileID: 2300242} - 95: {fileID: 9500044} - 65: {fileID: 6500098} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100254 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400254} - 33: {fileID: 3300244} - 23: {fileID: 2300244} - 95: {fileID: 9500046} - 65: {fileID: 6500100} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100256 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400256} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100258 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400258} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100260 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400260} - 33: {fileID: 3300246} - 23: {fileID: 2300246} - 95: {fileID: 9500048} - 65: {fileID: 6500102} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100262 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400262} - 33: {fileID: 3300248} - 23: {fileID: 2300248} - 95: {fileID: 9500050} - 65: {fileID: 6500104} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100264 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400264} - 33: {fileID: 3300250} - 23: {fileID: 2300250} - 95: {fileID: 9500052} - 65: {fileID: 6500106} m_Layer: 0 m_Name: Tomb03_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100266 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400266} - 33: {fileID: 3300252} - 23: {fileID: 2300252} - 95: {fileID: 9500054} - 65: {fileID: 6500108} m_Layer: 0 m_Name: Tomb04_c m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100268 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400268} m_Layer: 0 m_Name: Tomb04_i m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100270 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400270} - 108: {fileID: 10800000} m_Layer: 0 m_Name: Directional light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100272 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400272} - 33: {fileID: 3300254} - 23: {fileID: 2300254} - 64: {fileID: 6400018} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100274 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400274} - 108: {fileID: 10800002} m_Layer: 0 m_Name: Sun m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100276 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400276} - 33: {fileID: 3300256} - 23: {fileID: 2300256} - 95: {fileID: 9500056} - 65: {fileID: 6500110} m_Layer: 0 m_Name: metal-fence m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100278 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400278} - 20: {fileID: 2000000} - 92: {fileID: 9200000} - 124: {fileID: 12400000} - 81: {fileID: 8100000} - 114: {fileID: 11400000} - 114: {fileID: 11400002} - 82: {fileID: 8200000} m_Layer: 0 m_Name: Main Camera m_TagString: MainCamera m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100280 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400280} - 33: {fileID: 3300258} - 23: {fileID: 2300258} - 64: {fileID: 6400020} m_Layer: 0 m_Name: tree m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400270} - {fileID: 400012} - {fileID: 400056} - {fileID: 400008} - {fileID: 400010} - {fileID: 400054} - {fileID: 400058} - {fileID: 400084} - {fileID: 400082} - {fileID: 400278} - {fileID: 400142} - {fileID: 400138} - {fileID: 400140} - {fileID: 400146} - {fileID: 400144} - {fileID: 400276} - {fileID: 400152} - {fileID: 400150} - {fileID: 400148} - {fileID: 400154} - {fileID: 400134} - {fileID: 400218} - {fileID: 400112} - {fileID: 400216} - {fileID: 400196} - {fileID: 400066} - {fileID: 400110} - {fileID: 400198} - {fileID: 400072} - {fileID: 400114} - {fileID: 400106} - {fileID: 400068} - {fileID: 400070} - {fileID: 400108} - {fileID: 400064} - {fileID: 400202} - {fileID: 400116} - {fileID: 400200} - {fileID: 400062} - {fileID: 400194} - {fileID: 400118} - {fileID: 400050} - {fileID: 400046} - {fileID: 400164} - {fileID: 400044} - {fileID: 400166} - {fileID: 400168} - {fileID: 400170} - {fileID: 400176} - {fileID: 400048} - {fileID: 400174} - {fileID: 400172} - {fileID: 400030} - {fileID: 400036} - {fileID: 400034} - {fileID: 400038} - {fileID: 400006} - {fileID: 400032} - {fileID: 400040} - {fileID: 400052} - {fileID: 400042} - {fileID: 400026} - {fileID: 400004} - {fileID: 400024} - {fileID: 400028} - {fileID: 400002} - {fileID: 400132} - {fileID: 400124} - {fileID: 400190} - {fileID: 400192} - {fileID: 400156} - {fileID: 400162} - {fileID: 400186} - {fileID: 400178} - {fileID: 400130} - {fileID: 400180} - {fileID: 400126} - {fileID: 400128} - {fileID: 400182} - {fileID: 400120} - {fileID: 400122} - {fileID: 400184} - {fileID: 400158} - {fileID: 400188} - {fileID: 400160} - {fileID: 400098} - {fileID: 400208} - {fileID: 400102} - {fileID: 400214} - {fileID: 400210} - {fileID: 400100} - {fileID: 400204} - {fileID: 400212} - {fileID: 400096} - {fileID: 400206} - {fileID: 400104} - {fileID: 400060} - {fileID: 400080} - {fileID: 400274} - {fileID: 400020} - {fileID: 400014} - {fileID: 400022} - {fileID: 400016} - {fileID: 400018} - {fileID: 400220} - {fileID: 400092} - {fileID: 400090} - {fileID: 400094} - {fileID: 400088} - {fileID: 400086} - {fileID: 400224} - {fileID: 400244} - {fileID: 400222} - {fileID: 400230} - {fileID: 400258} - {fileID: 400242} - {fileID: 400246} - {fileID: 400268} - {fileID: 400256} - {fileID: 400232} - {fileID: 400078} - {fileID: 400136} - {fileID: 400076} - {fileID: 400074} - {fileID: 400272} - {fileID: 400280} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: -.267159313, y: -.673080683, z: -.612927198, w: .316083342} m_LocalPosition: {x: -4.66534758, y: .697734416, z: 7.56262112} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: -.711024404, y: .137317061, z: .196575001, w: .661019325} m_LocalPosition: {x: -3.0196569, y: .793970525, z: 6.21856546} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -1.21144056, y: .882613361, z: 5.46393538} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: -.690445065, y: 0, z: 0, w: .723384857} m_LocalPosition: {x: 15.6022797, y: 1.28743422, z: 4.5953064} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400010 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100010} m_LocalRotation: {x: -.690043092, y: .0139460778, z: .000458889001, w: .723633766} m_LocalPosition: {x: 19.0537128, y: 1.22968853, z: 5.1740303} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400012 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100012} m_LocalRotation: {x: -.690043092, y: .0139460778, z: .000458889001, w: .723633766} m_LocalPosition: {x: 17.3302155, y: 1.28122854, z: 4.79812384} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400014 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_LocalRotation: {x: -.0832945183, y: -.702183843, z: -.702183723, w: .0832946151} m_LocalPosition: {x: 20.1316853, y: .94798249, z: 5.76796341} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400016 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_LocalRotation: {x: -.55043453, y: -.443871498, z: -.443871379, w: .55043453} m_LocalPosition: {x: 18.9973927, y: .947982252, z: 4.69909382} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400018 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_LocalRotation: {x: -.55043453, y: -.443871498, z: -.443871379, w: .55043453} m_LocalPosition: {x: 17.5998516, y: .947982132, z: 4.83534145} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400020 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_LocalRotation: {x: -.421529651, y: -.567726016, z: -.567725897, w: .42152968} m_LocalPosition: {x: 16.2850189, y: .973365903, z: 4.51466751} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400022 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 14.9851027, y: .973365903, z: 4.78482533} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400024 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_LocalRotation: {x: -.649016082, y: .280674458, z: .280674398, w: .649016142} m_LocalPosition: {x: -12.4217854, y: 1.06933808, z: -1.12257957} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400026 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_LocalRotation: {x: -.696401417, y: -.122576773, z: -.122576743, w: .696401417} m_LocalPosition: {x: -17.9282436, y: .934571624, z: .839888096} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400028 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -16.6381836, y: 1.26802373, z: -4.88855362} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400030 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_LocalRotation: {x: -.707106829, y: -6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -13.9906349, y: 1.30611193, z: -4.90911674} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400032 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -12.7218628, y: 1.30337334, z: -3.20022011} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400034 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -13.4443512, y: 1.22663164, z: -2.01813745} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400036 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -13.8023491, y: 1.22350264, z: -.458065033} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400038 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -15.1523771, y: 1.30336761, z: -4.86923599} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400040 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.6762543, y: 1.04820883, z: .0107372245} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400042 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -15.328042, y: 1.0515939, z: -.0631524697} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400044 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.7809982, y: 1.2098825, z: -.389755249} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400046 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.9920607, y: 1.28081822, z: -1.05696106} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400048 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.2664738, y: 1.31438422, z: -2.32670403} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400050 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.296627, y: 1.29996622, z: -1.41108847} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400052 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -14.3529406, y: 1.34209085, z: -3.67527819} m_LocalScale: {x: 1, y: 1, z: .78516835} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400054 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_LocalRotation: {x: -.702312171, y: -.0188754592, z: .0243565664, w: .711201906} m_LocalPosition: {x: -16.1308002, y: 1.33051145, z: -2.65268731} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400056 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -16.7177601, y: 1.29978108, z: -3.07106256} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400058 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_LocalRotation: {x: -.706336021, y: .00347995409, z: .0191785116, w: .707608283} m_LocalPosition: {x: -16.6482353, y: 1.28627086, z: -2.64491177} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400060 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_LocalRotation: {x: -.126622438, y: -.69567734, z: -.695677042, w: .126622394} m_LocalPosition: {x: -16.6970997, y: 1.14435911, z: -2.35518456} m_LocalScale: {x: .724904358, y: .724904418, z: .724904418} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400062 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_LocalRotation: {x: -.537934363, y: -.460068315, z: -.46689561, w: .530068219} m_LocalPosition: {x: .146883622, y: 1.01400542, z: -10.4311571} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400064 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_LocalRotation: {x: -.537934363, y: -.460068315, z: -.46689561, w: .530068219} m_LocalPosition: {x: .375038087, y: 1.12169933, z: -10.9711924} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400066 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_LocalRotation: {x: -.537934363, y: -.460068345, z: -.46689564, w: .530068159} m_LocalPosition: {x: .0206181556, y: 1.08035052, z: -11.3135204} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400068 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_LocalRotation: {x: -.527367473, y: -.469194174, z: -.457723945, w: .540582299} m_LocalPosition: {x: .0602511615, y: 1.40906572, z: -11.0848169} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400070 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_LocalRotation: {x: -.685136974, y: -.695411026, z: .194813162, w: -.0950720012} m_LocalPosition: {x: .422206163, y: 1.51374447, z: -10.6803017} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400072 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_LocalRotation: {x: .470864832, y: -.528509796, z: -.520506978, w: -.477531344} m_LocalPosition: {x: .186673537, y: 1.69253111, z: -10.9301367} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400074 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -.869823456, y: 1.22180343, z: 18.5985146} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400076 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_LocalRotation: {x: -.470481694, y: -.527870357, z: -.527870238, w: .470481694} m_LocalPosition: {x: -6.74114466, y: 1.24559474, z: 19.7040024} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400078 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_LocalRotation: {x: -.112534106, y: -.698094726, z: -.698094487, w: .112534262} m_LocalPosition: {x: -4.13857603, y: 1.2986623, z: 17.0484371} m_LocalScale: {x: 1.30021918, y: 1.30021942, z: 1.30021918} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400080 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_LocalRotation: {x: -.705330014, y: .0500955656, z: .0500955544, w: .705330014} m_LocalPosition: {x: 17.1948261, y: .995396852, z: -1.88923848} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400082 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 18.4155445, y: 1.05604827, z: -1.64923549} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400084 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 16.0111198, y: 1.07280111, z: -2.59311628} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400086 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_LocalRotation: {x: -.376742423, y: .598385513, z: .598385394, w: .376742423} m_LocalPosition: {x: 14.1509752, y: 1.0189712, z: -3.0654459} m_LocalScale: {x: .631407917, y: .623766303, z: .623766303} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400088 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_LocalRotation: {x: -.396081358, y: -.58576417, z: -.585763991, w: .396081358} m_LocalPosition: {x: 16.7666283, y: 1.13052082, z: -5.42382431} m_LocalScale: {x: .631407857, y: .623766243, z: .623766303} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400090 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_LocalRotation: {x: -.246604532, y: -.662711382, z: -.662711203, w: .246604592} m_LocalPosition: {x: 20.2398777, y: 1.01897132, z: -3.53712249} m_LocalScale: {x: .631407857, y: .623766303, z: .623766303} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400092 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_LocalRotation: {x: -.395405829, y: .586220384, z: .586220205, w: .395405859} m_LocalPosition: {x: 19.3822899, y: 1.14911354, z: .450677037} m_LocalScale: {x: .631407857, y: .623766303, z: .623766303} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400094 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_LocalRotation: {x: -.552817047, y: -.440900654, z: -.440900594, w: .552817047} m_LocalPosition: {x: 15.3516073, y: 1.16770482, z: .665075541} m_LocalScale: {x: .631407797, y: .623766124, z: .623766184} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400096 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_LocalRotation: {x: .462181479, y: .535152733, z: .535152674, w: -.4621813} m_LocalPosition: {x: 2.27304196, y: 1.08411348, z: 11.5987759} m_LocalScale: {x: 7.32070208, y: 7.32069921, z: 7.32070065} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400098 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_LocalRotation: {x: -.688285112, y: -.162060693, z: -.162060648, w: .688285112} m_LocalPosition: {x: 3.57830501, y: 1.20235288, z: 12.3065624} m_LocalScale: {x: 4.35490465, y: 4.35490465, z: 4.35490465} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400100 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_LocalRotation: {x: -.617517591, y: -.369802803, z: -.405046403, w: .563786626} m_LocalPosition: {x: 3.87611413, y: 1.10132658, z: 10.4821672} m_LocalScale: {x: 5.59688902, y: 5.59688854, z: 5.58108234} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400102 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_LocalRotation: {x: .390366673, y: -.589587808, z: -.589588165, w: -.390366286} m_LocalPosition: {x: 5.46565056, y: 1.11467075, z: 11.3041277} m_LocalScale: {x: 4.17215776, y: 4.17215681, z: 4.17215776} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400104 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_LocalRotation: {x: .631933331, y: -.31727007, z: -.31727007, w: -.631933331} m_LocalPosition: {x: 5.66356468, y: .895136952, z: 9.66973686} m_LocalScale: {x: 7.3207016, y: 7.32069921, z: 7.32070065} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400106 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_LocalRotation: {x: .014315377, y: -.70696193, z: -.706961811, w: -.0143154897} m_LocalPosition: {x: -3.53969026, y: 1.79446149, z: -13.2100258} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400108 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_LocalRotation: {x: -.386888891, y: -.591875732, z: .591875911, w: .386888891} m_LocalPosition: {x: -3.25920367, y: 1.61861134, z: -13.4106808} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400110 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_LocalRotation: {x: -.693012476, y: 6.05850801e-08, z: -6.30253254e-08, w: .720925629} m_LocalPosition: {x: -3.71061516, y: 1.50950384, z: -13.1108093} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400112 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_LocalRotation: {x: -.704882622, y: .056040559, z: .0560405441, w: .704882622} m_LocalPosition: {x: -4.5798192, y: 1.12598944, z: -12.9749527} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400114 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_LocalRotation: {x: -.707106829, y: 6.18172464e-08, z: -6.18172464e-08, w: .707106829} m_LocalPosition: {x: -3.94262314, y: 1.2200942, z: -13.108593} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400116 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.55383492, y: 1.22652364, z: -13.4106808} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400118 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -3.05127144, y: 1.11439514, z: -13.1104374} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400120 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100120} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 4.00917816, y: .923615515, z: -16.1120701} m_LocalScale: {x: 1.25575292, y: 1.32573652, z: .714183986} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400122 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100122} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.39348555, y: .923615456, z: -16.6085052} m_LocalScale: {x: 1.17311358, y: 1.24348915, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400124 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100124} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.99293137, y: 1.09219801, z: -14.9344797} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400126 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100126} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 1.46776438, y: .923615634, z: -14.9895325} m_LocalScale: {x: 1, y: 1, z: .856172442} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400128 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100128} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: .00132751465, y: .923615754, z: -13.7492704} m_LocalScale: {x: 1, y: 1, z: .712344706} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400130 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100130} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 7.07309151, y: .923615575, z: -15.4427462} m_LocalScale: {x: 1.21413839, y: 1.3444736, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400132 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100132} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 1.79325283, y: 1.09219813, z: -13.6818657} m_LocalScale: {x: 1, y: 1, z: .732890606} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400134 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_LocalRotation: {x: -.713314593, y: -.00848230254, z: .00136386976, w: .700791419} m_LocalPosition: {x: 6.534729, y: 1.10828316, z: -16.8508816} m_LocalScale: {x: 1.29753959, y: 1.29753971, z: 1.29753947} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400136 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_LocalRotation: {x: -.112534106, y: -.698094726, z: -.698094487, w: .112534262} m_LocalPosition: {x: 1.9196974, y: 1.29279351, z: 15.7606659} m_LocalScale: {x: 1.30021918, y: 1.3002193, z: 1.30021918} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400138 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_LocalRotation: {x: -.506853878, y: .506853342, z: .493050843, w: .493051559} m_LocalPosition: {x: 26.9870949, y: 1.01654649, z: 22.5751343} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400140 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_LocalRotation: {x: -.506853878, y: .506853342, z: .493050843, w: .493051559} m_LocalPosition: {x: 26.9870987, y: .885883212, z: 17.6264057} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400142 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_LocalRotation: {x: -.506853878, y: .506853342, z: .493050843, w: .493051559} m_LocalPosition: {x: 26.9871082, y: .759653807, z: 12.6876841} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400144 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 27.0406017, y: 1.2563343, z: 27.5371151} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400146 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 22.100275, y: 1.26735687, z: 27.5371151} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400148 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_LocalRotation: {x: -.162705049, y: .68813318, z: .688132942, w: .162705049} m_LocalPosition: {x: -13.2630558, y: 1.1958462, z: -5.63497639} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400150 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_LocalRotation: {x: -.650686681, y: -.239087299, z: -.285757393, w: .661654651} m_LocalPosition: {x: -11.4551334, y: 1.10524702, z: -4.42176104} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400152 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_LocalRotation: {x: -.68238467, y: -.162772238, z: -.185340717, w: .688117206} m_LocalPosition: {x: -9.64028263, y: 1.08928549, z: -3.17473364} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400154 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_LocalRotation: {x: -.20184356, y: -.677686632, z: -.677686691, w: .20184356} m_LocalPosition: {x: 1.10694885, y: 1.10421753, z: -14.0999098} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400156 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100156} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.49126983, y: 1.09219766, z: -17.051178} m_LocalScale: {x: 1, y: 1, z: .617887855} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400158 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100158} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.61935425, y: 1.0440855, z: -19.1687241} m_LocalScale: {x: 1, y: 1, z: .480397463} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400160 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100160} m_LocalRotation: {x: -.707106829, y: -6.18172393e-08, z: -2.70211748e-15, w: .707106769} m_LocalPosition: {x: -.6545825, y: .901590407, z: -17.0133457} m_LocalScale: {x: 1.90937948, y: 1.90937948, z: 1.90937948} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400162 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100162} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 2.5022366, y: .923615217, z: -18.4765511} m_LocalScale: {x: 1, y: 1, z: .623052597} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400164 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100164} m_LocalRotation: {x: -.662454128, y: .247294441, z: .247294441, w: .662454128} m_LocalPosition: {x: 11.3923588, y: .992212772, z: -6.12444019} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400166 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100166} m_LocalRotation: {x: -.662454128, y: .247294441, z: .247294441, w: .662454128} m_LocalPosition: {x: 10.4396248, y: .992212772, z: -5.43300009} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400168 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100168} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 11.5807791, y: .992212772, z: -6.46985292} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400170 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100170} m_LocalRotation: {x: -.475238264, y: .523592055, z: .523592055, w: .475238264} m_LocalPosition: {x: 9.38080692, y: 1.11139083, z: -3.90486932} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400172 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100172} m_LocalRotation: {x: -.475238264, y: .523592055, z: .523592055, w: .475238264} m_LocalPosition: {x: 8.61562538, y: 1.11139083, z: -2.33934546} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400174 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100174} m_LocalRotation: {x: -.682073414, y: .186482817, z: .186482817, w: .682073414} m_LocalPosition: {x: 7.37656403, y: 1.11139083, z: -.411960602} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400176 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100176} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.91445684, y: .900018334, z: .107658371} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400178 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100178} m_LocalRotation: {x: -.581173778, y: .0287258886, z: .122972131, w: .803921521} m_LocalPosition: {x: -6.98403645, y: .814877152, z: .792295814} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400180 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100180} m_LocalRotation: {x: -.563941479, y: .0476438142, z: .0551340245, w: .822593749} m_LocalPosition: {x: -5.70937157, y: .624866128, z: 1.19803703} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400182 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100182} m_LocalRotation: {x: -.583446503, y: .0298728067, z: .0457230881, w: .810313106} m_LocalPosition: {x: -7.44531727, y: .749447107, z: 2.64143968} m_LocalScale: {x: .661430895, y: .661430895, z: .661430955} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400184 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100184} m_LocalRotation: {x: -.55673033, y: .0307359453, z: .127288237, w: .820307553} m_LocalPosition: {x: -8.1607542, y: .774953485, z: 2.9674387} m_LocalScale: {x: .661430955, y: .661430955, z: .661430955} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400186 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100186} m_LocalRotation: {x: -.563941479, y: .0476438142, z: .0551340245, w: .822593749} m_LocalPosition: {x: -6.67890882, y: .624866128, z: 2.01650167} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400188 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100188} m_LocalRotation: {x: -.563941479, y: .0476438142, z: .0551340245, w: .822593749} m_LocalPosition: {x: -7.65538406, y: .83309567, z: 1.58799458} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400190 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100190} m_LocalRotation: {x: -.606103539, y: 0, z: 0, w: .795385778} m_LocalPosition: {x: -8.91776466, y: .647206187, z: 3.74170423} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400192 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100192} m_LocalRotation: {x: -.617528915, y: .00138359366, z: -.0727970302, w: .783170998} m_LocalPosition: {x: -10.1042919, y: .789992571, z: 3.84491301} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400194 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100194} m_LocalRotation: {x: .633194745, y: .164757311, z: .202283323, w: -.728698134} m_LocalPosition: {x: -9.63065815, y: .783986092, z: 4.44794893} m_LocalScale: {x: .785770774, y: .785770655, z: .785770714} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400196 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100196} m_LocalRotation: {x: -.681320667, y: 0, z: 0, w: .731985092} m_LocalPosition: {x: -6.78998947, y: .710367322, z: 2.88920593} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400198 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100198} m_LocalRotation: {x: -.671975613, y: 6.47430056e-08, z: -5.87459503e-08, w: .740573347} m_LocalPosition: {x: -7.78185129, y: .979747653, z: 3.26823902} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400200 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100200} m_LocalRotation: {x: -.458760619, y: -.522211015, z: -.596027911, w: .401976436} m_LocalPosition: {x: -6.40881157, y: .819702864, z: 1.55003548} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400202 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100202} m_LocalRotation: {x: -.668189526, y: 0, z: 0, w: .743991196} m_LocalPosition: {x: -8.37026691, y: .87835598, z: 3.46597743} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400204 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100204} m_LocalRotation: {x: .631933331, y: -.31727007, z: -.31727007, w: -.631933331} m_LocalPosition: {x: 8.20454597, y: .850519419, z: -3.52875757} m_LocalScale: {x: 7.32070112, y: 7.32069969, z: 7.32070065} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400206 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100206} m_LocalRotation: {x: -.492339432, y: -.507544935, z: -.507544935, w: .492339432} m_LocalPosition: {x: 10.7859526, y: .840122461, z: -7.46603346} m_LocalScale: {x: 8.51883125, y: 8.51883125, z: 8.51883125} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400208 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100208} m_LocalRotation: {x: .390366673, y: -.589587808, z: -.589588165, w: -.390366286} m_LocalPosition: {x: 9.62303257, y: .84845686, z: -6.28878832} m_LocalScale: {x: 4.17215776, y: 4.17215729, z: 4.17215776} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400210 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100210} m_LocalRotation: {x: -.591262817, y: -.387825131, z: -.387825191, w: .591262758} m_LocalPosition: {x: 7.87607765, y: .621918738, z: -4.62332439} m_LocalScale: {x: 7.35333157, y: 7.35333157, z: 7.35333157} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400212 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100212} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 5.10330915, y: .746358156, z: -1.29810929} m_LocalScale: {x: 12.2735281, y: 12.2735281, z: 12.2735281} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400214 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100214} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 6.90188313, y: .918358326, z: -2.18317938} m_LocalScale: {x: 6.6025095, y: 6.6025095, z: 6.6025095} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400216 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100216} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 1.9342891, y: 1.19250369, z: -7.35517597} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400218 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100218} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 3.2576797, y: 1.17373276, z: -18.1286335} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400220 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100220} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -11.6425629, y: .751950085, z: -19.2781696} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400222 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100222} m_LocalRotation: {x: -.499999464, y: .500000596, z: .500000775, w: .499999255} m_LocalPosition: {x: -28.0222816, y: 1.32705331, z: -11.6903553} m_LocalScale: {x: .695780933, y: .995857894, z: .739112914} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400224 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100224} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -27.9435692, y: 1.52183282, z: -28.3246861} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400226 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100226} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400230} --- !u!4 &400228 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100228} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400230} --- !u!4 &400230 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100230} m_LocalRotation: {x: 0, y: -.707106054, z: 0, w: .707107484} m_LocalPosition: {x: -28.0057125, y: 1.3547473, z: -23.1767273} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400226} - {fileID: 400228} m_Father: {fileID: 400000} --- !u!4 &400232 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100232} m_LocalRotation: {x: 0, y: -.707106054, z: 0, w: .707107484} m_LocalPosition: {x: -28.005703, y: 1.43688869, z: -18.2512245} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400236} - {fileID: 400234} m_Father: {fileID: 400000} --- !u!4 &400234 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100234} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400232} --- !u!4 &400236 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100236} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400232} --- !u!4 &400238 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100238} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400242} --- !u!4 &400240 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100240} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400242} --- !u!4 &400242 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100242} m_LocalRotation: {x: 0, y: -.707106054, z: 0, w: .707107484} m_LocalPosition: {x: -28.0056896, y: 1.31512499, z: -13.3255901} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400238} - {fileID: 400240} m_Father: {fileID: 400000} --- !u!4 &400244 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100244} m_LocalRotation: {x: 1.15202326e-07, y: .707106709, z: .707106829, w: -1.15202312e-07} m_LocalPosition: {x: -6.17935944, y: 1.51185775, z: -28.3042622} m_LocalScale: {x: .695780933, y: .995857894, z: .739112914} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400246 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100246} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -7.74237823, y: 1.44579268, z: -28.35359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400250} - {fileID: 400248} m_Father: {fileID: 400000} --- !u!4 &400248 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100248} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400246} --- !u!4 &400250 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100250} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400246} --- !u!4 &400252 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100252} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400256} --- !u!4 &400254 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100254} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400256} --- !u!4 &400256 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100256} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -12.6680088, y: 1.44579268, z: -28.35359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400252} - {fileID: 400254} m_Father: {fileID: 400000} --- !u!4 &400258 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100258} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -17.5935135, y: 1.44579268, z: -28.35359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400262} - {fileID: 400260} m_Father: {fileID: 400000} --- !u!4 &400260 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100260} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400258} --- !u!4 &400262 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100262} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400258} --- !u!4 &400264 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100264} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400268} --- !u!4 &400266 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100266} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400268} --- !u!4 &400268 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100268} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -22.7731247, y: 1.44579268, z: -28.35359} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400264} - {fileID: 400266} m_Father: {fileID: 400000} --- !u!4 &400270 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100270} m_LocalRotation: {x: .408217937, y: -.234569728, z: .109381676, w: .875426054} m_LocalPosition: {x: -13.3552475, y: 3.05897808, z: -32.1346283} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400272 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100272} m_LocalRotation: {x: -.470481694, y: -.527870357, z: -.527870238, w: .470481694} m_LocalPosition: {x: 3.78964186, y: 1.29279375, z: 18.1281395} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400274 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100274} m_LocalRotation: {x: .408217937, y: -.234569728, z: .109381676, w: .875426054} m_LocalPosition: {x: 7.22178459, y: 0, z: 4.1694994} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400276 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100276} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 17.1498299, y: 1.2563343, z: 27.5371151} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400278 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100278} m_LocalRotation: {x: .197180092, y: 0, z: 0, w: .980367303} m_LocalPosition: {x: 0, y: 12.9555912, z: -40.0569534} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400280 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100280} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: 7.18787289, y: 1.29279387, z: 17.9945927} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!20 &2000000 Camera: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100278} m_Enabled: 1 serializedVersion: 2 m_ClearFlags: 1 m_BackGroundColor: {r: 0, g: 0, b: 0, a: .0196078438} m_NormalizedViewPortRect: serializedVersion: 2 x: 0 y: 0 width: 1 height: 1 near clip plane: .300000012 far clip plane: 1000 field of view: 60 orthographic: 0 orthographic size: 100 m_Depth: -1 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_RenderingPath: -1 m_TargetTexture: {fileID: 0} m_HDR: 0 --- !u!23 &2300000 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300002 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300004 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300006 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300008 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100010} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300010 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100012} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300012 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300014 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300016 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300018 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300020 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300022 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300024 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300026 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300028 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300030 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300032 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300034 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300036 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300038 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300040 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300042 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300044 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300046 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300048 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300050 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300052 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300054 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300056 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 923e268f8115cbf4f8d91218d1ad11d9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300058 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300060 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300062 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300064 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300066 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300068 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300070 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300072 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300074 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300076 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300078 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 7b58b2321be40634e9ca86a7fd5e13a7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300080 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300082 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: f2fb1a394308b384582deebd5d58e5fc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300084 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300086 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300088 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300090 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300092 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300094 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300096 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300098 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300100 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300102 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300104 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300106 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300108 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300110 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300112 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300114 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300116 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300118 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100120} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300120 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100122} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300122 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100124} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300124 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100126} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300126 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100128} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300128 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100130} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300130 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100132} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300132 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300134 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300136 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300138 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300140 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300142 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300144 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300146 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300148 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300150 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 63bcb39927eec0e4c8d77dd3afe04d95, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300152 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300154 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100156} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300156 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100158} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300158 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100160} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300160 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100162} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300162 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100164} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300164 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100166} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300166 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100168} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300168 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100170} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300170 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100172} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300172 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100174} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300174 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100176} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e6effe490828e104d83651b4f540c073, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300176 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100178} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300178 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100180} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300180 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100182} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300182 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100184} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300184 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100186} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300186 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100188} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300188 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100190} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300190 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100192} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300192 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100194} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300194 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100196} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300196 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100198} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300198 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100200} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300200 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100202} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300202 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100204} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300204 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100206} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300206 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100208} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300208 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100210} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300210 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100212} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300212 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100214} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 988d2517d2450bd4fa1ac57b3df9342e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300214 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100216} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300216 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100218} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300218 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100220} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300220 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100222} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300222 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100224} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300224 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100226} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300226 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100228} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300228 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100234} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300230 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100236} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300232 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100238} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300234 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100240} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300236 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100244} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300238 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100248} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300240 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100250} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300242 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100252} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300244 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100254} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300246 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100260} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300248 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100262} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300250 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100264} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300252 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100266} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300254 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100272} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300256 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100276} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300258 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100280} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1edc05b983d20da42826e1ac7a3f1a12, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &3300000 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!33 &3300002 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!33 &3300004 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!33 &3300006 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!33 &3300008 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100010} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!33 &3300010 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100012} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!33 &3300012 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!33 &3300014 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!33 &3300016 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!33 &3300018 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!33 &3300020 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_Mesh: {fileID: 4300000, guid: 4d05dd48024b0994b8cb3a283a51fa9e, type: 3} --- !u!33 &3300022 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!33 &3300024 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!33 &3300026 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_Mesh: {fileID: 4300000, guid: 1a01f9eda9c0d64458eecc889143a546, type: 3} --- !u!33 &3300028 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_Mesh: {fileID: 4300000, guid: 24e3be68eb274aa4aa842b71e7b791a5, type: 3} --- !u!33 &3300030 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!33 &3300032 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!33 &3300034 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!33 &3300036 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_Mesh: {fileID: 4300000, guid: 673579e8d617e1c4dae0893da11c2698, type: 3} --- !u!33 &3300038 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!33 &3300040 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!33 &3300042 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!33 &3300044 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_Mesh: {fileID: 4300000, guid: 620d7ccb2ecdce145aacb960723b3be7, type: 3} --- !u!33 &3300046 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!33 &3300048 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_Mesh: {fileID: 4300000, guid: 92abb8c60edcea341921ae92c080472d, type: 3} --- !u!33 &3300050 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_Mesh: {fileID: 4300000, guid: 4d34233675188674c8edc7f44a5563c9, type: 3} --- !u!33 &3300052 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!33 &3300054 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!33 &3300056 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_Mesh: {fileID: 4300000, guid: 1d4861fb1a450eb4382d0208f25f5c58, type: 3} --- !u!33 &3300058 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_Mesh: {fileID: 4300000, guid: 4f63c435a26149d4c9b69a65bb0459d7, type: 3} --- !u!33 &3300060 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!33 &3300062 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!33 &3300064 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!33 &3300066 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!33 &3300068 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!33 &3300070 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!33 &3300072 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!33 &3300074 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!33 &3300076 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!33 &3300078 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_Mesh: {fileID: 4300000, guid: 9fccf20fcafb2ea4f9383135948e8d04, type: 3} --- !u!33 &3300080 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_Mesh: {fileID: 4300000, guid: e6f117573781234408f9f3508a806f73, type: 3} --- !u!33 &3300082 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_Mesh: {fileID: 4300000, guid: 7f1c33c3f850d0a4b8f06d0b16b9b12a, type: 3} --- !u!33 &3300084 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!33 &3300086 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!33 &3300088 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!33 &3300090 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!33 &3300092 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_Mesh: {fileID: 4300000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} --- !u!33 &3300094 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!33 &3300096 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!33 &3300098 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!33 &3300100 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!33 &3300102 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!33 &3300104 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!33 &3300106 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!33 &3300108 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!33 &3300110 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!33 &3300112 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!33 &3300114 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!33 &3300116 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!33 &3300118 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100120} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300120 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100122} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300122 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100124} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!33 &3300124 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100126} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300126 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100128} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300128 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100130} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300130 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100132} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!33 &3300132 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!33 &3300134 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!33 &3300136 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!33 &3300138 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!33 &3300140 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!33 &3300142 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!33 &3300144 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!33 &3300146 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_Mesh: {fileID: 4300000, guid: 3bb6f2d55e37ef543a8a9a458e24c740, type: 3} --- !u!33 &3300148 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_Mesh: {fileID: 4300000, guid: 5ce223c647913564eb842037a46a8655, type: 3} --- !u!33 &3300150 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_Mesh: {fileID: 4300000, guid: 7cb8b506a751b9b489959fe912e589f2, type: 3} --- !u!33 &3300152 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!33 &3300154 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100156} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!33 &3300156 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100158} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300158 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100160} m_Mesh: {fileID: 4300000, guid: 82fadbb51670870428ede8e31aa999a9, type: 3} --- !u!33 &3300160 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100162} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300162 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100164} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!33 &3300164 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100166} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!33 &3300166 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100168} m_Mesh: {fileID: 4300000, guid: 13cc7f1325b938544a2c11cbf21558ef, type: 3} --- !u!33 &3300168 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100170} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!33 &3300170 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100172} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!33 &3300172 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100174} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!33 &3300174 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100176} m_Mesh: {fileID: 4300000, guid: c19a47e6eafbb7048ac8348965b301e3, type: 3} --- !u!33 &3300176 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100178} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300178 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100180} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300180 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100182} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300182 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100184} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300184 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100186} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300186 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100188} m_Mesh: {fileID: 4300000, guid: fcc9358f28d9bd141ad44cb0792970a4, type: 3} --- !u!33 &3300188 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100190} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!33 &3300190 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100192} m_Mesh: {fileID: 4300000, guid: ddc248f1adb95be4ea942662ffb7bcdd, type: 3} --- !u!33 &3300192 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100194} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!33 &3300194 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100196} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!33 &3300196 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100198} m_Mesh: {fileID: 4300000, guid: 70ffe47a186b15344b1f39fb7de44c2b, type: 3} --- !u!33 &3300198 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100200} m_Mesh: {fileID: 4300000, guid: a65e450bdacb3f0438c7dcc9d0ace79e, type: 3} --- !u!33 &3300200 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100202} m_Mesh: {fileID: 4300000, guid: cd2da57a550085946aefeab13bf70ee6, type: 3} --- !u!33 &3300202 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100204} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!33 &3300204 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100206} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!33 &3300206 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100208} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!33 &3300208 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100210} m_Mesh: {fileID: 4300000, guid: 137b1bec14cccff4b806178097f7c3d5, type: 3} --- !u!33 &3300210 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100212} m_Mesh: {fileID: 4300000, guid: ca83c72891e750343bd094538e767bed, type: 3} --- !u!33 &3300212 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100214} m_Mesh: {fileID: 4300000, guid: 99a65feb3b8a47043a28589e009f5e64, type: 3} --- !u!33 &3300214 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100216} m_Mesh: {fileID: 4300000, guid: 4fbd949bcdd13da4f969682d77022453, type: 3} --- !u!33 &3300216 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100218} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!33 &3300218 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100220} m_Mesh: {fileID: 4300000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} --- !u!33 &3300220 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100222} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!33 &3300222 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100224} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!33 &3300224 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100226} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!33 &3300226 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100228} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!33 &3300228 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100234} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!33 &3300230 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100236} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!33 &3300232 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100238} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!33 &3300234 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100240} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!33 &3300236 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100244} m_Mesh: {fileID: 4300000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} --- !u!33 &3300238 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100248} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!33 &3300240 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100250} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!33 &3300242 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100252} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!33 &3300244 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100254} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!33 &3300246 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100260} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!33 &3300248 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100262} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!33 &3300250 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100264} m_Mesh: {fileID: 4300000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} --- !u!33 &3300252 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100266} m_Mesh: {fileID: 4300000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} --- !u!33 &3300254 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100272} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!33 &3300256 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100276} m_Mesh: {fileID: 4300000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} --- !u!33 &3300258 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100280} m_Mesh: {fileID: 4300000, guid: db16d6ef13ea7fe48b77f1f7f483717a, type: 3} --- !u!64 &6400000 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 10512e02f60d98b428a71745ea7e575f, type: 3} --- !u!64 &6400002 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!64 &6400004 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!64 &6400006 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!64 &6400008 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: 2d94cb03501642a49b4dceb38866772f, type: 3} --- !u!64 &6400010 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100134} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!64 &6400012 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100136} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!64 &6400014 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100154} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!64 &6400016 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100218} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!64 &6400018 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100272} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!64 &6400020 MeshCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100280} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_SmoothSphereCollisions: 0 m_Convex: 0 m_Mesh: {fileID: 4300000, guid: e50a45b55f790e842a8aafee047ad1ee, type: 3} --- !u!65 &6500000 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100014} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!65 &6500002 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!65 &6500004 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!65 &6500006 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!65 &6500008 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: .994716704} m_Center: {x: -1.22189522e-06, y: 6.10947779e-07, z: .497358352} --- !u!65 &6500010 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!65 &6500012 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!65 &6500014 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!65 &6500016 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!65 &6500018 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!65 &6500020 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!65 &6500022 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!65 &6500024 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!65 &6500026 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!65 &6500028 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!65 &6500030 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599886715, z: 2.33792067} m_Center: {x: 1.63912773e-06, y: 3.87430276e-07, z: 1.16896033} --- !u!65 &6500032 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!65 &6500034 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100108} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!65 &6500036 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100110} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!65 &6500038 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100112} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!65 &6500040 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100114} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!65 &6500042 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100116} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!65 &6500044 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100118} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!65 &6500046 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!65 &6500048 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!65 &6500050 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!65 &6500052 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!65 &6500054 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!65 &6500056 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100148} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.24459791, y: .325028896, z: .867163241} m_Center: {x: -5.96046448e-08, y: 0, z: .363400787} --- !u!65 &6500058 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100150} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.16151285, y: .168246627, z: .916861773} m_Center: {x: 0, y: 0, z: .39678669} --- !u!65 &6500060 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100152} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.21943974, y: .160150081, z: .866333067} m_Center: {x: 0, y: -7.07805157e-08, z: .363815933} --- !u!65 &6500062 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100194} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!65 &6500064 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100196} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!65 &6500066 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100198} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .418043852, y: 2.59304762, z: .444154769} m_Center: {x: .0491896644, y: .0375258997, z: .0297950432} --- !u!65 &6500068 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100200} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .99000001, y: 4.19151878, z: .801365793} m_Center: {x: .108188272, y: -3.57627954e-07, z: .360352069} --- !u!65 &6500070 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100202} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .488203704, y: 2.56397939, z: .372126669} m_Center: {x: .0409255102, y: .00511974236, z: .0150783099} --- !u!65 &6500072 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100216} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .699999988, y: 1.62, z: .550000012} m_Center: {x: -.180000007, y: -0, z: .239999995} --- !u!65 &6500074 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100220} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .512083113, y: .512086272, z: 1.31295073} m_Center: {x: 1.22189522e-06, y: -6.10947779e-07, z: .656475365} --- !u!65 &6500076 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100222} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!65 &6500078 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100224} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!65 &6500080 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100226} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!65 &6500082 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100228} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!65 &6500084 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100234} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!65 &6500086 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100236} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!65 &6500088 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100238} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!65 &6500090 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100240} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!65 &6500092 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100244} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 2.30294323, y: .179639876, z: 4.99045801} m_Center: {x: 1.07043409, y: -.0111961467, z: 2.49522853} --- !u!65 &6500094 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100248} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!65 &6500096 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100250} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!65 &6500098 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100252} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!65 &6500100 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100254} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!65 &6500102 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100260} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!65 &6500104 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100262} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!65 &6500106 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100264} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: .599886835, y: .599887013, z: 3.8999877} m_Center: {x: 1.63912773e-06, y: 2.23517475e-07, z: 1.94999385} --- !u!65 &6500108 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100266} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .15599826, z: 3.42535353} m_Center: {x: -2.50000167, y: -.0024658225, z: 1.71267605} --- !u!65 &6500110 BoxCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100276} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 serializedVersion: 2 m_Size: {x: 5.00000238, y: .123997219, z: 2.5268681} m_Center: {x: -2.50000167, y: -.00105560222, z: 1.26343405} --- !u!81 &8100000 AudioListener: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100278} m_Enabled: 1 --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100278} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 0} m_PlayOnAwake: 0 m_Volume: .300000012 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!92 &9200000 Behaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100278} m_Enabled: 1 --- !u!95 &9500000 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500002 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500004 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500006 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500008 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 218699798c071c249bbfede0e0f2d5c8, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500010 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100138} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500012 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100140} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500014 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100142} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500016 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100144} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500018 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100146} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500020 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100220} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 8201db635b8eeb24dba49e2825268185, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500022 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100222} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500024 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100224} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500026 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100226} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500028 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100228} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500030 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100234} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500032 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100236} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500034 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100238} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500036 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100240} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500038 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100244} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 75a5b8da96d04994da77e28c61cf0e6b, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500040 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100248} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500042 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100250} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500044 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100252} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500046 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100254} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500048 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100260} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500050 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100262} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500052 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100264} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: dd856c7b916b9834ebbf02aa4342755f, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500054 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100266} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 11f07c98574186b4d85c2b9c1d3b15dd, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!95 &9500056 Animator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100276} m_Enabled: 1 m_Avatar: {fileID: 9000000, guid: 0e7d2b4fd1fe7024b88ccdc96ef5f491, type: 3} m_Controller: {fileID: 0} m_CullingMode: 1 m_ApplyRootMotion: 1 m_AnimatePhysics: 0 --- !u!108 &10800000 Light: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100270} m_Enabled: 1 serializedVersion: 3 m_Type: 1 m_Color: {r: .0259515587, g: .082329087, b: .352941155, a: 1} m_Intensity: .360000014 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!108 &10800002 Light: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100274} m_Enabled: 1 serializedVersion: 3 m_Type: 1 m_Color: {r: .096561417, g: .143219769, b: .279411793, a: 1} m_Intensity: 1.5 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 1 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100278} m_Enabled: 0 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 90eb27a3a85164ba1b8670924ce5c44e, type: 3} m_Name: m_EditorClassIdentifier: target: {fileID: 0} offset: {x: 0, y: 12, z: -4} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100278} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 35ed0b6d586424de69b3c82e796efbf9, type: 3} m_Name: m_EditorClassIdentifier: musics: - {fileID: 8300000, guid: c9b9a018f33b445509a708d0516a01ef, type: 3} - {fileID: 8300000, guid: 88ff0922da25a4b75a6b5f693c5708c8, type: 3} - {fileID: 8300000, guid: a15c6a345d96c4bbdbe58e139ec64ac5, type: 3} intervalTime: 5 --- !u!124 &12400000 Behaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100278} m_Enabled: 1 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/Props.prefab.meta ================================================ fileFormatVersion: 2 guid: 93f0b9c8056a64f798d8b2d39444def6 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/ShotLine.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 120: {fileID: 12000000} - 114: {fileID: 11400000} m_Layer: 0 m_Name: ShotLine m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 3.45114756, y: .820614576, z: -17.2618198} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 5a09dad89d11389ed000e82b8d76c639, type: 3} m_Name: m_EditorClassIdentifier: timeOut: .5 detachChildren: 0 --- !u!120 &12000000 LineRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: ecd93a9b3db3c4d4384919a32726faf7, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_Positions: - {x: 0, y: 0, z: 0} - {x: 0, y: 0, z: 2} m_Parameters: startWidth: .100000001 endWidth: .100000001 m_StartColor: serializedVersion: 2 rgba: 4294967295 m_EndColor: serializedVersion: 2 rgba: 4294967295 m_UseWorldSpace: 0 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/ShotLine.prefab.meta ================================================ fileFormatVersion: 2 guid: b12ba460b84a4495aae72fdaf9e11619 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/ShotMaterial.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: ShotMaterial m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 8e3ff3e27ca4bc54dda56e89e0550dfa, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: data: first: name: _InvFade second: 1 m_Colors: data: first: name: _Color second: {r: 1, g: .475862056, b: 0, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} ================================================ FILE: Assets/Prefabs/ShotMaterial.mat.meta ================================================ fileFormatVersion: 2 guid: ecd93a9b3db3c4d4384919a32726faf7 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/TowerPrefabA.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 148: {fileID: 14800000} - 114: {fileID: 11400000} - 114: {fileID: 11400002} - 82: {fileID: 8200000} - 136: {fileID: 13600000} m_Layer: 0 m_Name: TowerPrefabA m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 135: {fileID: 13500000} - 114: {fileID: 11400004} m_Layer: 2 m_Name: AI-Radius m_TagString: teamA m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 33: {fileID: 3300000} - 23: {fileID: 2300000} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} - 108: {fileID: 10800000} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} - 198: {fileID: 19800000} - 199: {fileID: 19900000} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: .45080474, z: 0, w: .89262265} m_LocalPosition: {x: -10.0396366, y: 2.45263195, z: -9.68781662} m_LocalScale: {x: 1, y: 3.30134892, z: 1.0163666} m_Children: - {fileID: 400002} - {fileID: 400008} - {fileID: 400006} - {fileID: 400004} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: .300000012} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106709} m_LocalPosition: {x: 0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!23 &2300000 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &3300000 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!108 &10800000 Light: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_Range: 7 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 0} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 2 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -4 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &11400004 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &13500000 SphereCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 2 m_Center: {x: 0, y: 0, z: 0} --- !u!136 &13600000 CapsuleCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_Radius: .5 m_Height: 1.5 m_Direction: 1 m_Center: {x: 0, y: 0, z: 0} --- !u!148 &14800000 NetworkView: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 11400000} m_ViewID: m_ID: 0 m_Type: 0 --- !u!198 &19800000 ParticleSystem: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!199 &19900000 ParticleSystemRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/TowerPrefabA.prefab.meta ================================================ fileFormatVersion: 2 guid: fbe3d2575692349c9b4a68e38d10ef0f NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/TowerPrefabB.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 148: {fileID: 14800000} - 114: {fileID: 11400000} - 114: {fileID: 11400002} - 82: {fileID: 8200000} - 136: {fileID: 13600000} m_Layer: 0 m_Name: TowerPrefabB m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 135: {fileID: 13500000} - 114: {fileID: 11400004} m_Layer: 2 m_Name: AI-Radius m_TagString: teamB m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 33: {fileID: 3300000} - 23: {fileID: 2300000} m_Layer: 0 m_Name: Tomb03_d m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} - 108: {fileID: 10800000} m_Layer: 0 m_Name: Point light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} - 198: {fileID: 19800000} - 199: {fileID: 19900000} m_Layer: 0 m_Name: Particle_bloom01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: -.915698647, z: 0, w: .401865661} m_LocalPosition: {x: 20.4459229, y: 2.43556929, z: 14.055727} m_LocalScale: {x: 1, y: 3.30134892, z: 1.0163666} m_Children: - {fileID: 400002} - {fileID: 400008} - {fileID: 400006} - {fileID: 400004} m_Father: {fileID: 0} --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106829} m_LocalPosition: {x: -0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: .300000012} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: .00568923168, z: -0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: -.707106829, y: 0, z: 0, w: .707106709} m_LocalPosition: {x: 0, y: -.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!23 &2300000 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bd109ef0e2184e7429c7b66ba0308f7a, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &3300000 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Mesh: {fileID: 4300000, guid: 3d76bbe2e312a8a4193275e403b9ac42, type: 3} --- !u!82 &8200000 AudioSource: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_audioClip: {fileID: 8300000, guid: aea266bb50fd94621965eb1b351adead, type: 3} m_PlayOnAwake: 0 m_Volume: 1 m_Pitch: 1 Loop: 0 Mute: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 panLevelCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 spreadCustomCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 --- !u!108 &10800000 Light: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: .993103504, g: .5, b: 1, a: 1} m_Intensity: 1 m_Range: 10 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 36b1fea6484b2472ca80ad96b5766f3b, type: 3} m_Name: m_EditorClassIdentifier: nextWaypoint: {fileID: 0} target: {fileID: 0} movement: {x: 0, y: 0, z: 0} speed: 0 tower: 1 ShotPrefab: {fileID: 400000, guid: b12ba460b84a4495aae72fdaf9e11619, type: 2} --- !u!114 &11400002 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 621afe67e67e444cba6a698c80f873f6, type: 3} m_Name: m_EditorClassIdentifier: team: health: 50 maxHealth: 50 creeps: 0 level: 1 range: 8 damage: 2 healthTexture: {fileID: 2800000, guid: 6d28d934293344837bfbc57e3b213ce0, type: 3} charID: -1 isHero: 0 isBase: 0 xp: 0 skin: {fileID: 0} bloodPrefab: {fileID: 400000, guid: 8682bbbb15f5b48a8bc0e4f7451c5103, type: 2} avatar: {fileID: 0} --- !u!114 &11400004 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 28f8aac9cb7a445eda1627b4a8c80c6a, type: 3} m_Name: m_EditorClassIdentifier: --- !u!135 &13500000 SphereCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Material: {fileID: 0} m_IsTrigger: 1 m_Enabled: 1 serializedVersion: 2 m_Radius: 2 m_Center: {x: 0, y: 0, z: 0} --- !u!136 &13600000 CapsuleCollider: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Material: {fileID: 0} m_IsTrigger: 0 m_Enabled: 1 m_Radius: .5 m_Height: 1.5 m_Direction: 1 m_Center: {x: 0, y: 0, z: 0} --- !u!148 &14800000 NetworkView: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_StateSynchronization: 1 m_Observed: {fileID: 11400000} m_ViewID: m_ID: 0 m_Type: 0 --- !u!198 &19800000 ParticleSystem: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} lengthInSec: 5 startDelay: 0 speed: 1 randomSeed: 0 looping: 1 prewarm: 0 playOnAwake: 1 moveWithTransform: 1 InitialModule: enabled: 1 startLifetime: scalar: 2.5 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startSpeed: scalar: 2 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: .5 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 3 startColor: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294639489 minMaxState: 0 startSize: scalar: .100000001 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 startRotation: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 gravityModifier: 0 inheritVelocity: 0 maxNumParticles: 50 ShapeModule: serializedVersion: 2 enabled: 1 type: 4 radius: .699999988 angle: 0 length: 5 boxX: 1 boxY: 1 boxZ: 1 placementMode: 0 m_Mesh: {fileID: 0} randomDirection: 0 EmissionModule: enabled: 1 m_Type: 0 rate: scalar: 10 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 cnt0: 30 cnt1: 30 cnt2: 30 cnt3: 30 time0: 0 time1: 0 time2: 0 time3: 0 m_BurstCount: 0 SizeModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 RotationModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 ColorModule: enabled: 1 gradient: maxGradient: key0: serializedVersion: 2 rgba: 16777215 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 4278190080 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 31611 atime2: 65535 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 3 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 UVModule: enabled: 0 frameOverTime: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 1 tangentMode: 0 - time: 1 value: 1 inSlope: 1 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 tilesX: 1 tilesY: 1 animationType: 0 rowIndex: 0 cycles: 1 randomRow: 1 VelocityModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 ForceModule: enabled: 0 x: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 0 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 inWorldSpace: 0 randomizePerFrame: 0 ExternalForcesModule: enabled: 0 multiplier: 1 ClampVelocityModule: enabled: 0 x: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 y: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 z: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 magnitude: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 separateAxis: 0 inWorldSpace: 0 dampen: 1 SizeBySpeedModule: enabled: 0 curve: scalar: 1 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 1 range: {x: 0, y: 1} RotationBySpeedModule: enabled: 0 curve: scalar: .785398126 maxCurve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minCurve: serializedVersion: 2 m_Curve: - time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 - time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 minMaxState: 0 range: {x: 0, y: 1} ColorBySpeedModule: enabled: 0 gradient: maxGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minGradient: key0: serializedVersion: 2 rgba: 4294967295 key1: serializedVersion: 2 rgba: 4294967295 key2: serializedVersion: 2 rgba: 0 key3: serializedVersion: 2 rgba: 0 key4: serializedVersion: 2 rgba: 0 key5: serializedVersion: 2 rgba: 0 key6: serializedVersion: 2 rgba: 0 key7: serializedVersion: 2 rgba: 0 ctime0: 0 ctime1: 65535 ctime2: 0 ctime3: 0 ctime4: 0 ctime5: 0 ctime6: 0 ctime7: 0 atime0: 0 atime1: 65535 atime2: 0 atime3: 0 atime4: 0 atime5: 0 atime6: 0 atime7: 0 m_NumColorKeys: 2 m_NumAlphaKeys: 2 minColor: serializedVersion: 2 rgba: 4294967295 maxColor: serializedVersion: 2 rgba: 4294967295 minMaxState: 1 range: {x: 0, y: 1} CollisionModule: enabled: 0 type: 0 plane0: {fileID: 0} plane1: {fileID: 0} plane2: {fileID: 0} plane3: {fileID: 0} plane4: {fileID: 0} plane5: {fileID: 0} dampen: 0 bounce: 1 energyLossOnCollision: 0 minKillSpeed: 0 particleRadius: .00999999978 collidesWith: serializedVersion: 2 m_Bits: 4294967295 quality: 0 voxelSize: .5 collisionMessages: 0 SubModule: enabled: 0 subEmitterBirth: {fileID: 0} subEmitterBirth1: {fileID: 0} subEmitterCollision: {fileID: 0} subEmitterCollision1: {fileID: 0} subEmitterDeath: {fileID: 0} subEmitterDeath1: {fileID: 0} --- !u!199 &19900000 ParticleSystemRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 10301, guid: 0000000000000000f000000000000000, type: 0} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 m_RenderMode: 0 m_MaxParticleSize: .100000001 m_CameraVelocityScale: 0 m_VelocityScale: 0 m_LengthScale: 2 m_SortingFudge: 0 m_NormalDirection: 1 m_SortMode: 0 m_Mesh: {fileID: 0} m_Mesh1: {fileID: 0} m_Mesh2: {fileID: 0} m_Mesh3: {fileID: 0} --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Prefabs/TowerPrefabB.prefab.meta ================================================ fileFormatVersion: 2 guid: 57c4e22240c9f4612bbccb7b9a6c9636 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/towerA-mat.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: towerA-mat m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 0, g: .139300078, b: .301470578, a: 1} ================================================ FILE: Assets/Prefabs/towerA-mat.mat.meta ================================================ fileFormatVersion: 2 guid: 474f8c3880b1a4edb98f0589a7486c13 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs/towerB-mat.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: towerB-mat m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: .0145030618, g: .191176474, b: 0, a: 1} ================================================ FILE: Assets/Prefabs/towerB-mat.mat.meta ================================================ fileFormatVersion: 2 guid: e49c0f3c69aae4a95866e50930606b56 NativeFormatImporter: userData: ================================================ FILE: Assets/Prefabs.meta ================================================ fileFormatVersion: 2 guid: 626018707816e4b51b721de8484fe643 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Props/Props.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} m_Layer: 0 m_Name: Props m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100016 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400016} - 33: {fileID: 3300014} - 23: {fileID: 2300014} m_Layer: 0 m_Name: MEP_Fence_01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100018 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400018} - 33: {fileID: 3300016} - 23: {fileID: 2300016} m_Layer: 0 m_Name: MEP_Fence_02 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100020 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400020} - 33: {fileID: 3300018} - 23: {fileID: 2300018} m_Layer: 0 m_Name: MEP_S_Branch_08 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100022 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400022} - 33: {fileID: 3300020} - 23: {fileID: 2300020} m_Layer: 0 m_Name: MEP_S_Branch_06 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100024 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400024} - 33: {fileID: 3300022} - 23: {fileID: 2300022} m_Layer: 0 m_Name: MEP_S_Branch_03 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100026 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400026} - 33: {fileID: 3300024} - 23: {fileID: 2300024} m_Layer: 0 m_Name: MEP_S_Branch_05 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100028 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400030} - 33: {fileID: 3300028} - 23: {fileID: 2300028} m_Layer: 0 m_Name: MEP_StoneWall_01__LOD_01(Clone) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100030 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400028} - 33: {fileID: 3300026} - 23: {fileID: 2300026} m_Layer: 0 m_Name: MEP_StoneWall_01__LOD_02(Clone) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100032 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400032} - 33: {fileID: 3300030} - 23: {fileID: 2300030} - 205: {fileID: 20500004} m_Layer: 0 m_Name: MEP_StoneWall_01 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &100034 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400034} - 33: {fileID: 3300032} - 23: {fileID: 2300032} m_Layer: 0 m_Name: tile26 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100036 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400036} - 33: {fileID: 3300034} - 23: {fileID: 2300034} m_Layer: 0 m_Name: tile26 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100038 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400038} - 33: {fileID: 3300036} - 23: {fileID: 2300036} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100040 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400040} - 33: {fileID: 3300038} - 23: {fileID: 2300038} m_Layer: 0 m_Name: tile26 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100042 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400042} - 33: {fileID: 3300040} - 23: {fileID: 2300040} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100044 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400044} - 33: {fileID: 3300042} - 23: {fileID: 2300042} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100046 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400046} - 33: {fileID: 3300044} - 23: {fileID: 2300044} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100048 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400048} - 33: {fileID: 3300046} - 23: {fileID: 2300046} m_Layer: 0 m_Name: tile26 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100050 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400050} - 33: {fileID: 3300048} - 23: {fileID: 2300048} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100052 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400052} - 33: {fileID: 3300050} - 23: {fileID: 2300050} m_Layer: 0 m_Name: tile26 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100054 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400054} - 33: {fileID: 3300052} - 23: {fileID: 2300052} m_Layer: 0 m_Name: tile26 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100056 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400056} - 33: {fileID: 3300054} - 23: {fileID: 2300054} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100058 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400058} - 33: {fileID: 3300056} - 23: {fileID: 2300056} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100060 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400060} - 33: {fileID: 3300058} - 23: {fileID: 2300058} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100062 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400062} - 33: {fileID: 3300060} - 23: {fileID: 2300060} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100064 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400064} - 33: {fileID: 3300062} - 23: {fileID: 2300062} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100066 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400066} - 33: {fileID: 3300064} - 23: {fileID: 2300064} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100068 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400068} - 33: {fileID: 3300066} - 23: {fileID: 2300066} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100070 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400070} - 33: {fileID: 3300068} - 23: {fileID: 2300068} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100072 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400072} - 33: {fileID: 3300070} - 23: {fileID: 2300070} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100074 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400074} - 33: {fileID: 3300072} - 23: {fileID: 2300072} m_Layer: 0 m_Name: tile26 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100076 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400076} - 33: {fileID: 3300074} - 23: {fileID: 2300074} m_Layer: 0 m_Name: tile24 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100078 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400078} - 33: {fileID: 3300076} - 23: {fileID: 2300076} m_Layer: 0 m_Name: tile10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100080 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400080} - 33: {fileID: 3300078} - 23: {fileID: 2300078} m_Layer: 0 m_Name: tile10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100082 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400082} - 33: {fileID: 3300080} - 23: {fileID: 2300080} m_Layer: 0 m_Name: tile10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100084 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400084} - 33: {fileID: 3300082} - 23: {fileID: 2300082} m_Layer: 0 m_Name: tile13 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100086 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400086} - 33: {fileID: 3300084} - 23: {fileID: 2300084} m_Layer: 0 m_Name: tile13 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100088 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400088} - 33: {fileID: 3300086} - 23: {fileID: 2300086} m_Layer: 0 m_Name: tile13 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100090 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400090} - 33: {fileID: 3300088} - 23: {fileID: 2300088} m_Layer: 0 m_Name: tile10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100092 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400092} - 33: {fileID: 3300090} - 23: {fileID: 2300090} m_Layer: 0 m_Name: tile13 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100094 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400094} - 33: {fileID: 3300092} - 23: {fileID: 2300092} m_Layer: 0 m_Name: tile13 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100096 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400096} - 33: {fileID: 3300094} - 23: {fileID: 2300094} m_Layer: 0 m_Name: tile13 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100098 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400098} - 33: {fileID: 3300096} - 23: {fileID: 2300096} m_Layer: 0 m_Name: tile10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100100 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400100} - 33: {fileID: 3300098} - 23: {fileID: 2300098} m_Layer: 0 m_Name: tile10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100102 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400102} - 33: {fileID: 3300100} - 23: {fileID: 2300100} m_Layer: 0 m_Name: tile10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100104 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400104} - 33: {fileID: 3300102} - 23: {fileID: 2300102} m_Layer: 0 m_Name: tile13 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &100106 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400106} - 33: {fileID: 3300104} - 23: {fileID: 2300104} m_Layer: 0 m_Name: tile10 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -25, y: .5, z: -25} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400016} - {fileID: 400018} - {fileID: 400024} - {fileID: 400026} - {fileID: 400022} - {fileID: 400020} - {fileID: 400032} - {fileID: 400098} - {fileID: 400080} - {fileID: 400082} - {fileID: 400078} - {fileID: 400102} - {fileID: 400100} - {fileID: 400106} - {fileID: 400090} - {fileID: 400086} - {fileID: 400104} - {fileID: 400096} - {fileID: 400092} - {fileID: 400084} - {fileID: 400094} - {fileID: 400088} - {fileID: 400056} - {fileID: 400068} - {fileID: 400058} - {fileID: 400076} - {fileID: 400060} - {fileID: 400042} - {fileID: 400050} - {fileID: 400044} - {fileID: 400046} - {fileID: 400072} - {fileID: 400062} - {fileID: 400070} - {fileID: 400064} - {fileID: 400066} - {fileID: 400038} - {fileID: 400074} - {fileID: 400054} - {fileID: 400040} - {fileID: 400048} - {fileID: 400052} - {fileID: 400036} - {fileID: 400034} m_Father: {fileID: 0} --- !u!4 &400016 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_LocalRotation: {x: 0, y: -.650099218, z: 0, w: .75984937} m_LocalPosition: {x: 25.8033257, y: .678729057, z: 18.1544075} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400018 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_LocalRotation: {x: 0, y: -.17552276, z: 0, w: .984475374} m_LocalPosition: {x: 18.2038994, y: .826985598, z: 24.9481602} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400020 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 24.8347092, y: .580217004, z: 15.2737474} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400022 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 27.7389946, y: .131856441, z: 32.2080612} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400024 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 27.220068, y: .121078312, z: 29.3777103} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400026 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 30.4941654, y: -.666787803, z: 25.364687} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400028 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400032} --- !u!4 &400030 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: .999999762, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400032} --- !u!4 &400032 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_LocalRotation: {x: 0, y: -.430088609, z: 0, w: .902786732} m_LocalPosition: {x: 26.5021019, y: .130351841, z: 36.4597473} m_LocalScale: {x: 1, y: 1, z: 1.01312912} m_Children: - {fileID: 400030} - {fileID: 400028} m_Father: {fileID: 400000} --- !u!4 &400034 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_LocalRotation: {x: -.0348576382, y: -.706247151, z: -.706247091, w: .0348575264} m_LocalPosition: {x: 40.9103966, y: .420731068, z: 46.3445702} m_LocalScale: {x: .219537765, y: .219537765, z: .219537765} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400036 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_LocalRotation: {x: -.276183307, y: -.650939941, z: -.650940001, w: .276183128} m_LocalPosition: {x: 45.8328209, y: .420731068, z: 43.9908867} m_LocalScale: {x: .250773072, y: .250773072, z: .250773072} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400038 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_LocalRotation: {x: -.209817424, y: -.675260425, z: -.675260544, w: .209817111} m_LocalPosition: {x: 44.1008987, y: .343346834, z: 45.8093414} m_LocalScale: {x: .273692638, y: .273692578, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400040 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_LocalRotation: {x: .678989172, y: -.197417721, z: -.197417438, w: -.678989172} m_LocalPosition: {x: 5.06980896, y: .585217953, z: 3.49552631} m_LocalScale: {x: .210121557, y: .210121602, z: .210121602} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400042 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 7.46432924, y: .515658617, z: 3.00095129} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400044 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_LocalRotation: {x: .614018261, y: -.350687325, z: -.350687265, w: -.614018321} m_LocalPosition: {x: 3.99588013, y: .360156298, z: 5.69538784} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400046 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_LocalRotation: {x: -.269547552, y: -.65371567, z: -.65371567, w: .269547552} m_LocalPosition: {x: 9.46952629, y: .268750906, z: 14.6750202} m_LocalScale: {x: .229110911, y: .229110911, z: .229110926} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400048 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 8.78021717, y: .270237446, z: 15.7333908} m_LocalScale: {x: .250130951, y: .250130951, z: .250130951} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400050 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 12.249238, y: .241343737, z: 14.4619913} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400052 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_LocalRotation: {x: .359717965, y: -.608771801, z: -.608771563, w: -.359717995} m_LocalPosition: {x: 10.7007608, y: .215411663, z: 14.3721037} m_LocalScale: {x: .210121572, y: .210121602, z: .210121587} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400054 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_LocalRotation: {x: -.228094816, y: -.669307828, z: -.66930759, w: .228094742} m_LocalPosition: {x: 34.8911743, y: .337263584, z: 37.7872238} m_LocalScale: {x: .210121572, y: .210121602, z: .210121587} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400056 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_LocalRotation: {x: -.699448109, y: .103790388, z: .103790328, w: .699448049} m_LocalPosition: {x: 15.6302824, y: .343346834, z: 6.95060253} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400058 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_LocalRotation: {x: .614018261, y: -.350687325, z: -.350687265, w: -.614018321} m_LocalPosition: {x: 11.8154526, y: .360156298, z: 3.66812134} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400060 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_LocalRotation: {x: -.502351344, y: -.497637689, z: -.497637838, w: .502350986} m_LocalPosition: {x: 14.7729721, y: .343346834, z: 8.50553799} m_LocalScale: {x: .273692608, y: .273692638, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400062 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_LocalRotation: {x: .477148235, y: -.521852076, z: -.521852016, w: -.477148294} m_LocalPosition: {x: 15.2434835, y: .256737947, z: 10.6560507} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400064 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 34.3865623, y: .343346834, z: 41.5398827} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400066 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_LocalRotation: {x: -.556642652, y: -.436060756, z: -.436060935, w: .556642473} m_LocalPosition: {x: 43.1053276, y: .343346834, z: 37.0863266} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400068 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_LocalRotation: {x: -.578314245, y: -.406881899, z: -.406882048, w: .578313708} m_LocalPosition: {x: 36.365593, y: .343346834, z: 42.8537712} m_LocalScale: {x: .273692638, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400070 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_LocalRotation: {x: -.676952362, y: -.204292834, z: -.204293013, w: .676952183} m_LocalPosition: {x: 42.4640312, y: .343346834, z: 35.8036537} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400072 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_LocalRotation: {x: -.556642652, y: -.436060756, z: -.436060935, w: .556642473} m_LocalPosition: {x: 41.2855949, y: .343346834, z: 37.1334724} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400074 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 35.17416, y: .337263584, z: 39.6950951} m_LocalScale: {x: .314454556, y: .314454556, z: .314454556} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400076 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_LocalRotation: {x: -.707106829, y: 0, z: -0, w: .707106709} m_LocalPosition: {x: 40.5545616, y: .343346834, z: 35.1762047} m_LocalScale: {x: .273692608, y: .273692608, z: .273692608} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400078 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_LocalRotation: {x: 0, y: -.987860322, z: 0, w: .155344993} m_LocalPosition: {x: 35.3396263, y: .314510345, z: 23.4920769} m_LocalScale: {x: .851415873, y: .851415873, z: .851415932} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400080 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_LocalRotation: {x: 0, y: -.987860322, z: 0, w: .155344993} m_LocalPosition: {x: 37.977581, y: .64390707, z: 20.306488} m_LocalScale: {x: .632268846, y: .632268906, z: .632268906} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400082 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_LocalRotation: {x: 0, y: -.987860322, z: 0, w: .155344993} m_LocalPosition: {x: 42.1725693, y: .553236008, z: 20.7003498} m_LocalScale: {x: .673192322, y: .673192382, z: .673192382} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400084 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_LocalRotation: {x: 0, y: .596092641, z: 0, w: -.802915752} m_LocalPosition: {x: 11.1778021, y: .767752171, z: 23.1870213} m_LocalScale: {x: .934148908, y: .934148729, z: .934148788} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400086 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_LocalRotation: {x: 0, y: -.86664325, z: 0, w: -.498928487} m_LocalPosition: {x: 9.26670361, y: .574530125, z: 27.9514694} m_LocalScale: {x: 1.01922548, y: 1.01922524, z: 1.01922524} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400088 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_LocalRotation: {x: 0, y: -.979865611, z: 0, w: -.199658513} m_LocalPosition: {x: 14.1015587, y: .555281639, z: 26.0215759} m_LocalScale: {x: 1.11435378, y: 1.11435354, z: 1.11435354} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400090 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 27.9342422, y: .825247765, z: 8.36262894} m_LocalScale: {x: .699567795, y: .699567795, z: .699567795} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400092 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_LocalRotation: {x: 0, y: -.86664325, z: 0, w: -.498928487} m_LocalPosition: {x: 19.2388859, y: .555282593, z: 38.2481003} m_LocalScale: {x: 1.019871, y: 1.01987076, z: 1.01987076} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400094 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_LocalRotation: {x: 0, y: -.86664325, z: 0, w: -.498928487} m_LocalPosition: {x: 15.4318352, y: .555280685, z: 36.8224182} m_LocalScale: {x: 1.11435378, y: 1.11435354, z: 1.11435354} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400096 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_LocalRotation: {x: 0, y: -.519537747, z: 0, w: .854447484} m_LocalPosition: {x: 11.3841505, y: .555279732, z: 38.5394173} m_LocalScale: {x: 1.31721377, y: 1.31721354, z: 1.31721354} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400098 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 31.5297165, y: .825247765, z: 9.74922657} m_LocalScale: {x: .863157511, y: .863157511, z: .863157511} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400100 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 34.9317856, y: .825247765, z: 11.5265808} m_LocalScale: {x: .632268906, y: .632268906, z: .632268906} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400102 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 35.6152573, y: .825247765, z: 7.64269829} m_LocalScale: {x: .794436514, y: .794436514, z: .794436514} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400104 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 15.6609402, y: .555279732, z: 40.9111252} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!4 &400106 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 39.8171883, y: .825247765, z: 9.52409649} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!23 &2300014 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1d2d55087bc176f4d99901cfaf1fd9df, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300016 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1d2d55087bc176f4d99901cfaf1fd9df, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300018 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1d2d55087bc176f4d99901cfaf1fd9df, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300020 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1d2d55087bc176f4d99901cfaf1fd9df, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300022 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1d2d55087bc176f4d99901cfaf1fd9df, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300024 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1d2d55087bc176f4d99901cfaf1fd9df, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300026 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: cf79555f08eb3704c9aa1454e04e9831, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300028 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: cf79555f08eb3704c9aa1454e04e9831, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300030 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: cf79555f08eb3704c9aa1454e04e9831, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300032 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} - {fileID: 2100000, guid: cd91037caa8d64f1485d5a55f7825275, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300034 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} - {fileID: 2100000, guid: cd91037caa8d64f1485d5a55f7825275, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300036 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300038 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} - {fileID: 2100000, guid: cd91037caa8d64f1485d5a55f7825275, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300040 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300042 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300044 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300046 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} - {fileID: 2100000, guid: cd91037caa8d64f1485d5a55f7825275, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300048 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: ec45df88f1ce74069a98a9934bd22618, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300050 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} - {fileID: 2100000, guid: cd91037caa8d64f1485d5a55f7825275, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300052 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} - {fileID: 2100000, guid: cd91037caa8d64f1485d5a55f7825275, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300054 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: ec45df88f1ce74069a98a9934bd22618, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300056 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300058 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300060 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300062 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300064 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300066 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300068 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300070 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300072 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} - {fileID: 2100000, guid: cd91037caa8d64f1485d5a55f7825275, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300074 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 1cfa18a001f9340dbbf8b1f21a1c6b1e, type: 2} - {fileID: 2100000, guid: f864b5f5e6f2d4998b6dd23adb94f81d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300076 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300078 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300080 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300082 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300084 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300086 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300088 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300090 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300092 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300094 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300096 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300098 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300100 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300102 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!23 &2300104 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: a9fdf2ddc2dd14e01a550f51e0d8cb90, type: 2} - {fileID: 2100000, guid: a8a57ae06f4bb47cd85f38e13753d6c0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!33 &3300014 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100016} m_Mesh: {fileID: 4300000, guid: 5a59a524f7ea1c1419cfa0d63d2010eb, type: 3} --- !u!33 &3300016 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100018} m_Mesh: {fileID: 4300000, guid: 47fe48fd90412ae45853375e5ab01c9e, type: 3} --- !u!33 &3300018 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100020} m_Mesh: {fileID: 4300000, guid: 94a09c652c4745d4ab63ea9751ed40c5, type: 3} --- !u!33 &3300020 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100022} m_Mesh: {fileID: 4300000, guid: 31d321201cc388446addf1c403810a5f, type: 3} --- !u!33 &3300022 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100024} m_Mesh: {fileID: 4300000, guid: 5ec73a922070bcc4bb80b656df614867, type: 3} --- !u!33 &3300024 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100026} m_Mesh: {fileID: 4300000, guid: ab58a350696d3224a9d96545a923a602, type: 3} --- !u!33 &3300026 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100030} m_Mesh: {fileID: 4300000, guid: 106d4ff63a91b934d831179155cd2e4c, type: 3} --- !u!33 &3300028 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100028} m_Mesh: {fileID: 4300000, guid: c4bd3aed8318a3b4cac56e4ce649d69a, type: 3} --- !u!33 &3300030 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_Mesh: {fileID: 4300000, guid: c69f84a3e818d7140a1ded089d4cd654, type: 3} --- !u!33 &3300032 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100034} m_Mesh: {fileID: 4300048, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300034 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100036} m_Mesh: {fileID: 4300048, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300036 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100038} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300038 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100040} m_Mesh: {fileID: 4300048, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300040 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100042} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300042 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100044} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300044 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100046} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300046 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100048} m_Mesh: {fileID: 4300048, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300048 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100050} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300050 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100052} m_Mesh: {fileID: 4300048, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300052 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100054} m_Mesh: {fileID: 4300048, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300054 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100056} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300056 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100058} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300058 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100060} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300060 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100062} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300062 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100064} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300064 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100066} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300066 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100068} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300068 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100070} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300070 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100072} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300072 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100074} m_Mesh: {fileID: 4300048, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300074 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100076} m_Mesh: {fileID: 4300046, guid: c5fc450db0668419c9bd3216e9c37e6c, type: 3} --- !u!33 &3300076 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100078} m_Mesh: {fileID: 4300018, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300078 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100080} m_Mesh: {fileID: 4300018, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300080 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100082} m_Mesh: {fileID: 4300018, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300082 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100084} m_Mesh: {fileID: 4300024, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300084 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100086} m_Mesh: {fileID: 4300024, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300086 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100088} m_Mesh: {fileID: 4300024, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300088 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100090} m_Mesh: {fileID: 4300018, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300090 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100092} m_Mesh: {fileID: 4300024, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300092 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100094} m_Mesh: {fileID: 4300024, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300094 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100096} m_Mesh: {fileID: 4300024, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300096 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100098} m_Mesh: {fileID: 4300018, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300098 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100100} m_Mesh: {fileID: 4300018, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300100 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100102} m_Mesh: {fileID: 4300018, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300102 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100104} m_Mesh: {fileID: 4300024, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!33 &3300104 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100106} m_Mesh: {fileID: 4300018, guid: 0d579462da89347dd866ef4f1f082621, type: 3} --- !u!205 &20500004 LODGroup: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100032} m_LocalReferencePoint: {x: -.226877928, y: .648429513, z: .0304280519} m_Size: 5.34468889 m_ScreenRelativeTransitionHeight: 0 m_LODs: - screenRelativeHeight: .303908348 renderers: - renderer: {fileID: 2300030} - screenRelativeHeight: .0977643728 renderers: - renderer: {fileID: 2300028} - screenRelativeHeight: .005890253 renderers: - renderer: {fileID: 2300026} m_Enabled: 1 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 ================================================ FILE: Assets/Props/Props.prefab.meta ================================================ fileFormatVersion: 2 guid: 4b321b7809a2c43d7ac59e0db171b4dc NativeFormatImporter: userData: ================================================ FILE: Assets/Props.meta ================================================ fileFormatVersion: 2 guid: 826d26ff811c041fba6a9b6b16778608 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Scripts/CameraControl.cs ================================================ using UnityEngine; using System.Collections; public class CameraControl : MonoBehaviour { public Transform target; public Vector3 offset; private float time; private Vector3 desired; void Update () { Vector3 newDesired = target.position; if (desired != newDesired) { time = 0; desired = newDesired; } time += Time.deltaTime*5; Vector3 lerpTarget = Vector3.Lerp(transform.position - offset, desired, time); transform.position = lerpTarget + offset; transform.LookAt(lerpTarget); } public void SetTarget(Transform t) { enabled = true; target = t; } } ================================================ FILE: Assets/Scripts/CameraControl.cs.meta ================================================ fileFormatVersion: 2 guid: 90eb27a3a85164ba1b8670924ce5c44e MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/Character.cs ================================================ using UnityEngine; using System.Collections; public class Character : MonoBehaviour { public string team; public float health; public float maxHealth; public int creeps = 0; public int level = 1; public float range = 2; public float damage = 1.5f; private Texture2D backgroundTexture; public Texture2D healthTexture; public int charID = 0; public bool isHero = false; public bool isBase = false; public static int killsA = 0; public static int killsB = 0; public static char victoriousTeam = '0'; public float xp = 0; public GUISkin skin; public Transform bloodPrefab; public Animation avatar; void Awake () { backgroundTexture = new Texture2D (1, 1, TextureFormat.RGB24, false); backgroundTexture.SetPixel (0, 0, Color.black); backgroundTexture.Apply (); } private float oldHealth; void Update () { if (oldHealth > health) { Instantiate (bloodPrefab, transform.position, transform.rotation); audio.Play(); } gameObject.name = "char" + charID; if (avatar != null) { Vector3 v = GetComponent().velocity; v.y = 0; if (v.magnitude > 0f) { avatar.CrossFade("walk-cicle",0.1f); } else { avatar.CrossFade("idle", 0.5f); } } oldHealth = health; } public void Xp(float xp) { this.xp += xp; if (level < 10 && this.xp >= 5) { level++; this.health = maxHealth; this.xp = 0; if (level >= 10) level = 10; } } public float Damage() { if (isHero) { return 2 * (0.833f + level*0.16667f); } else { return damage; } } public void Hit (float damage) { if (victoriousTeam != '0') { return; } if (isHero) health -= damage/level; else health -= damage; if (health < 0) { health = 0; if (isHero) { if (tag == "teamA") { killsB++; } else { killsA++; } } if (isBase) { if (tag == "teamA") { victoriousTeam = 'v'; } else { victoriousTeam = 'c'; } Debug.Log(victoriousTeam); } } else if (health > maxHealth) { health = maxHealth; } } // Health Bar (all) and level (hero only) void OnGUI () { if (GameManager.paused) return; GUI.skin = skin; GUI.depth = 3; Vector2 backgroundBarSize = new Vector2 (Screen.width * 0.2f, Screen.height * 0.06f); Vector3 viewPos = Camera.main.WorldToScreenPoint (this.transform.position + new Vector3 (0, 3, 0)); float valueZ = viewPos.z; if (valueZ < 1) { valueZ = 1; } else if (valueZ > 4) { valueZ = 4; } float valueToNormalize = Mathf.Abs (1 / (valueZ - 0.5f)); int backgroundBarWidth = (int)(backgroundBarSize.x * valueToNormalize); if (backgroundBarWidth % 2 != 0) { backgroundBarWidth++; } float backgroundBarHeight = (int)(backgroundBarSize.y * valueToNormalize); if (backgroundBarHeight % 2 != 0) { backgroundBarHeight++; } float innerBarWidth = backgroundBarWidth - 2 * 2; float innerBarHeight = backgroundBarHeight - 2 * 2; float posYHealthBar = Screen.height - viewPos.y - backgroundBarHeight; GUI.BeginGroup (new Rect (viewPos.x - backgroundBarWidth / 2, posYHealthBar, backgroundBarWidth, backgroundBarHeight)); GUI.DrawTexture (new Rect (0, 0, backgroundBarWidth, backgroundBarHeight), backgroundTexture, ScaleMode.StretchToFill); float healthPercent = (health / maxHealth); GUI.DrawTexture (new Rect (2, 2, innerBarWidth * healthPercent, innerBarHeight), healthTexture, ScaleMode.StretchToFill); GUI.EndGroup (); if (isHero) { GUI.Label(new Rect (viewPos.x - 50, posYHealthBar - 23, 100, 25), "Level "+level); } } } ================================================ FILE: Assets/Scripts/Character.cs.meta ================================================ fileFormatVersion: 2 guid: 621afe67e67e444cba6a698c80f873f6 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/CreepAI.cs ================================================ using UnityEngine; using System.Collections; public class CreepAI : MonoBehaviour { public Waypoint nextWaypoint; private Character c; public Character target = null; public Vector3 movement; public float speed = 2; public bool tower = false; public Transform ShotPrefab; void Start () { c = GetComponent (); } void Awake () { c = GetComponent (); } float gunTime = 0; void Update () { if (Network.isServer) { if (nextWaypoint != null) { if (target == null && !tower) { transform.LookAt (nextWaypoint.transform); float distance = (transform.position - nextWaypoint.transform.position).magnitude; if (distance < 1f) { nextWaypoint = nextWaypoint.next; } else { movement = transform.TransformDirection (Vector3.forward) * speed - Vector3.up * 10; } } else if (target != null) { if (!tower) { transform.LookAt (target.transform); Vector3 euler = transform.localEulerAngles; euler.x = 0; euler.z = 0; transform.localEulerAngles = euler; } float distance = (transform.position - target.transform.position).magnitude; if (distance < c.range) { if (!tower) movement = Vector3.zero - Vector3.up * 10; if (gunTime <= 0 && target.health > 0) { Network.Instantiate (ShotPrefab, transform.position, transform.rotation, 0); target.Hit (c.Damage ()); gunTime = 1; } gunTime -= Time.deltaTime; } else if (!tower) { movement = transform.TransformDirection (Vector3.forward) * speed - Vector3.up * 10; } } } else if (target == null && !tower) { movement = Vector3.zero - Vector3.up * 10; } } // creep died if (Network.isServer && c.health <= 0) { Network.Destroy (gameObject); } if (!tower) { GetComponent ().Move (this.movement * Time.deltaTime); } } void OnSerializeNetworkView (BitStream stream, NetworkMessageInfo info) { if (stream.isWriting) { Vector3 pos = transform.position; float rot = transform.eulerAngles.y; Vector3 vel = movement; float health = c.health; int id = c.charID; stream.Serialize (ref id); if (!tower) { stream.Serialize (ref pos); stream.Serialize (ref rot); stream.Serialize (ref vel); } stream.Serialize (ref health); } else { Vector3 posReceive = Vector3.zero; float rotReceive = 0; Vector3 velReceive = Vector3.zero; float health = 0; int id = 0; stream.Serialize (ref id); if (!tower) { stream.Serialize (ref posReceive); stream.Serialize (ref rotReceive); stream.Serialize (ref velReceive); transform.position = posReceive; Vector3 rot = transform.eulerAngles; rot.y = rotReceive; transform.eulerAngles = rot; movement = velReceive; } stream.Serialize (ref health); c.health = health; c.charID = id; } } } ================================================ FILE: Assets/Scripts/CreepAI.cs.meta ================================================ fileFormatVersion: 2 guid: 36b1fea6484b2472ca80ad96b5766f3b MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/EnemyDetector.cs ================================================ using UnityEngine; using System.Collections; public class EnemyDetector : MonoBehaviour { void OnTriggerStay (Collider other) { if (Network.isServer && other.tag != transform.tag) { Character t = transform.parent.GetComponent().target; if (t == null || t.health <= 0) { transform.parent.GetComponent().target = other.GetComponent(); } } } void OnTriggerExit (Collider other) { if (Network.isServer && other.tag != transform.tag) transform.parent.GetComponent().target = null; } } ================================================ FILE: Assets/Scripts/EnemyDetector.cs.meta ================================================ fileFormatVersion: 2 guid: 28f8aac9cb7a445eda1627b4a8c80c6a MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/GUIControl.cs ================================================ using UnityEngine; using System.Collections; public class GUIControl : MonoBehaviour { void Update () { if (Character.victoriousTeam == '0') { guiText.text = Character.killsA + " x " + Character.killsB; } else { if (Character.victoriousTeam == 'v') guiText.text = Character.killsA + " x " + Character.killsB +"\nTeam B Won"; else { guiText.text = Character.killsA + " x " + Character.killsB +"\nTeam A Won"; } } } } ================================================ FILE: Assets/Scripts/GUIControl.cs.meta ================================================ fileFormatVersion: 2 guid: 8a972f9f48f094a55bd0a4fec846d32e MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/GameInit.cs ================================================ using UnityEngine; using System.Collections; using System; public class GameInit : MonoBehaviour { public int connectionPort = 25001; string connectionIP = "127.0.0.1"; string jogadores = "2"; public GUISkin skin; void OnGUI () { GUI.skin = skin; if (Network.peerType == NetworkPeerType.Disconnected) { GUI.BeginGroup (new Rect (Screen.width/2 - 200, Screen.height/2 - 100, 400, 200)); GUI.Label (new Rect (0, 0, 400, 30), "Status: Disconnected"); GUI.Label (new Rect (0, 40, 100, 30), "Players: "); jogadores = GUI.TextField (new Rect (100, 40, 50, 30), jogadores); if (GUI.Button (new Rect (160, 40, 240, 30), "Create Server")) { GameManager.players = Convert.ToInt32 (jogadores); Network.InitializeServer (32, connectionPort, false); } GUI.Label (new Rect (0, 80, 40, 30), "IP: "); connectionIP = GUI.TextField (new Rect (50, 80, 100, 30), connectionIP); if (GUI.Button (new Rect (160, 80, 240, 30), "Join Game")) { Network.Connect (connectionIP, connectionPort); } GUI.EndGroup(); } else if (Network.peerType == NetworkPeerType.Client) { GUI.Label (new Rect (10, Screen.height - 40, 300, 30), "Status: Connected as Client"); if (GUI.Button (new Rect (310, Screen.height - 40, 150, 30), "Disconnect")) { Network.Disconnect (200); Application.LoadLevel ("Main"); } } else if (Network.peerType == NetworkPeerType.Server) { GUI.Label (new Rect (10, Screen.height - 40, 300, 30), "Status: Connected as Server"); if (GUI.Button (new Rect (310, Screen.height - 40, 150, 30), "Disconnect")) { Network.Disconnect (200); Application.LoadLevel ("Main"); } } } } ================================================ FILE: Assets/Scripts/GameInit.cs.meta ================================================ fileFormatVersion: 2 guid: 9914cb71e16204cf29a708d0d016a5c8 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/GameManager.cs ================================================ using UnityEngine; using System; using System.Collections; using System.Collections.Generic; public class GameManager : MonoBehaviour { // hero prefabs public Transform playerPrefabA; public Transform playerPrefabB; // creep prefabs public CreepAI creepPrefabA; public CreepAI creepPrefabB; // lanes public Waypoint spawnA; public Waypoint spawnB; public static bool paused = true; public List playerScripts = new List (); private int charNumber = 0; public static int players = 0; private int playersConnected = 0; private NetworkPlayer[] networkPlayers; private bool init = false; void Start() { paused = true; } void OnServerInitialized () { networkPlayers = new NetworkPlayer[players]; networkPlayers[playersConnected++] = Network.player; if (playersConnected >= players) { InitGame(); } } private void InitGame() { paused = false; int count = 0; init = true; foreach(NetworkPlayer player in networkPlayers) { if (count < players / 2) { SpawnPlayer (playerPrefabA, player, spawnA.transform.position + new Vector3(-2-2*count,0.5f,0)); } else { SpawnPlayer (playerPrefabB, player, spawnB.transform.position + new Vector3(-2-2*count,0.5f,0)); } count++; } } void OnPlayerConnected (NetworkPlayer player) { networkPlayers[playersConnected++] = player; if (playersConnected >= players) { InitGame(); } } void SpawnPlayer (Transform prefab, NetworkPlayer player, Vector3 position) { string tempPlayerString = player.ToString (); int playerNumber = Convert.ToInt32 (tempPlayerString); Transform newPlayerTransform = (Transform)Network.Instantiate (prefab, position, transform.rotation, playerNumber); newPlayerTransform.GetComponent().charID = charNumber++; playerScripts.Add (newPlayerTransform.GetComponent ()); NetworkView theNetworkView = newPlayerTransform.networkView; theNetworkView.RPC ("SetPlayer", RPCMode.AllBuffered, player); } private float time = 15; public void Update () { if (Network.isServer && init && Character.victoriousTeam == '0') { if (time >= 15) { // creep A SpawnCreep(creepPrefabA, spawnA, 0); SpawnCreep(creepPrefabA, spawnA, -2); SpawnCreep(creepPrefabA, spawnA, -4); // creep B SpawnCreep(creepPrefabB, spawnB, 0); SpawnCreep(creepPrefabB, spawnB, 2); SpawnCreep(creepPrefabB, spawnB, 4); time = 0; } time += Time.deltaTime; } } private void SpawnCreep(CreepAI prefab, Waypoint spawn, int offset) { CreepAI creep = (CreepAI) Network.Instantiate (prefab, spawn.transform.position + new Vector3(offset,0,offset), spawn.transform.rotation, 0); creep.nextWaypoint = spawn; creep.GetComponent().charID = charNumber++; } } ================================================ FILE: Assets/Scripts/GameManager.cs.meta ================================================ fileFormatVersion: 2 guid: f32520bbad3734a3cafe93bbee7fc5ea MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/Hero.cs ================================================ using UnityEngine; using System.Collections; public class Hero : MonoBehaviour { public NetworkPlayer theOwner; Vector3 lastClientClick; Vector3 serverCurrentClick; bool clicked = false; private Character c; private CharacterController charController; private Vector3 movement; private Vector3 originalPos; private Character target; public Transform ShotPrefab; void Start () { c = GetComponent (); charController = GetComponent (); } void Awake () { if (Network.isServer) { originalPos = transform.position; } c = GetComponent (); charController = GetComponent (); } [RPC] void SetPlayer (NetworkPlayer player) { theOwner = player; if (player == Network.player) enabled = true; } private float gunTime = 0; void Update () { if (Network.player == theOwner) { Camera.main.GetComponent ().SetTarget (transform); if (Input.GetButtonDown ("Fire1")) { Vector2 point = Input.mousePosition; RaycastHit hit = new RaycastHit (); Vector3 click = lastClientClick; string hitName = name; if (Physics.Raycast (Camera.main.ScreenPointToRay (point), out hit, 100.0f)) { if (hit.collider.name != transform.name) { click = hit.point; hitName = hit.collider.name; } } if (lastClientClick != click) { lastClientClick = click; if (Network.isServer) { SendMovementInput (click.x, click.y, click.z, hitName); } else if (Network.isClient) { networkView.RPC ("SendMovementInput", RPCMode.Server, click.x, click.y, click.z, hitName); } } } } if (Network.isServer) { gunTime -= Time.deltaTime; if (target == null) { float distance = (serverCurrentClick - transform.position).magnitude; if (serverCurrentClick != Vector3.zero && distance > 1) { transform.LookAt (serverCurrentClick); Vector3 euler = transform.localEulerAngles; euler.x = 0; euler.z = 0; transform.localEulerAngles = euler; movement = transform.TransformDirection (Vector3.forward) * 5 - Vector3.up * 10; } else { movement = Vector3.zero - Vector3.up * 10; } } else { transform.LookAt (target.transform); float distance = (transform.position - target.transform.position).magnitude; if (distance < c.range) { movement = Vector3.zero - Vector3.up * 10; if (clicked) { clicked = false; if (gunTime <= 0) { gunTime = 0.25f; if (target.health > 0) { target.Hit(c.Damage()); Network.Instantiate (ShotPrefab, transform.position, transform.rotation, 0); if (target.health <= 0 && target.tag != tag) { if (target.isHero) { c.Xp(3); } else { c.creeps++; c.Xp(1); } } } } } } else { movement = transform.TransformDirection (Vector3.forward) * 5 - Vector3.up * 10; } } if (c.health <= 0) { c.health = c.maxHealth; transform.position = originalPos; } else { c.Hit(-0.25f * Time.deltaTime); } } charController.Move(movement*Time.deltaTime); } [RPC] void SendMovementInput (float x, float y, float z, string hitName) { if (hitName != "Terrain") { GameObject go = GameObject.Find (hitName); if (go != null) { target = go.GetComponent (); } } else { target = null; } serverCurrentClick = new Vector3 (x, y, z); clicked = true; } void OnSerializeNetworkView (BitStream stream, NetworkMessageInfo info) { if (stream.isWriting) { Vector3 pos = transform.position; float rot = transform.eulerAngles.y; Vector3 vel = movement; float health = c.health; int id = c.charID; int kills = Character.killsB; if (tag == "teamA") kills = Character.killsA; int level = c.level; char v = Character.victoriousTeam; stream.Serialize (ref v); stream.Serialize (ref id); stream.Serialize (ref kills); stream.Serialize (ref level); stream.Serialize (ref pos); stream.Serialize (ref rot); stream.Serialize (ref vel); stream.Serialize (ref health); } else { Vector3 posReceive = Vector3.zero; float rotReceive = 0; Vector3 velReceive = Vector3.zero; float health = 0; int id = 0; int kills = 0; int level = 0; char v = '0'; stream.Serialize (ref v); stream.Serialize (ref id); stream.Serialize (ref kills); stream.Serialize (ref level); stream.Serialize (ref posReceive); stream.Serialize (ref rotReceive); stream.Serialize (ref velReceive); stream.Serialize (ref health); Character.victoriousTeam = v; transform.position = posReceive; Vector3 rot = transform.eulerAngles; rot.y = rotReceive; transform.eulerAngles = rot; movement = velReceive; c.health = health; c.charID = id; if (tag == "teamA") Character.killsA = kills; else Character.killsB = kills; c.level = level; } } } ================================================ FILE: Assets/Scripts/Hero.cs.meta ================================================ fileFormatVersion: 2 guid: a4f4e40ab298844799bec70b18532fb7 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/MusicPlayer.cs ================================================ using UnityEngine; using System.Collections; public class MusicPlayer : MonoBehaviour { public AudioClip[] musics; public float intervalTime = 5f; private float lastPlayingTime; private int lastIndex; void Start() { lastIndex = -1; lastPlayingTime = Time.time - 2 * intervalTime; } // Update is called once per frame void Update () { if (!gameObject.audio.isPlaying && (Time.time - lastPlayingTime) > intervalTime) { int nextIndex = -1; do { nextIndex = GetNextIndex(); } while(nextIndex == lastIndex); lastIndex = nextIndex; gameObject.audio.clip = musics[nextIndex]; gameObject.audio.Play(); } } private int GetNextIndex() { return Random.Range(0, musics.Length); } } ================================================ FILE: Assets/Scripts/MusicPlayer.cs.meta ================================================ fileFormatVersion: 2 guid: 35ed0b6d586424de69b3c82e796efbf9 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts/Waypoint.cs ================================================ using UnityEngine; using System.Collections; public class Waypoint : MonoBehaviour { public Waypoint next; } ================================================ FILE: Assets/Scripts/Waypoint.cs.meta ================================================ fileFormatVersion: 2 guid: 017c9339f0e9c4082b3158783aa6ec8f MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Scripts.meta ================================================ fileFormatVersion: 2 guid: 3d1669e4c72ac4d09b10bfacd8275dd5 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Sound/02 - Ambiental Combate.mp3.meta ================================================ fileFormatVersion: 2 guid: 88ff0922da25a4b75a6b5f693c5708c8 AudioImporter: serializedVersion: 4 format: 0 quality: .5 stream: 1 3D: 0 forceToMono: 0 useHardware: 0 loopable: 0 userData: ================================================ FILE: Assets/Sound/08 - Gorathank Temple (ambiente).mp3.meta ================================================ fileFormatVersion: 2 guid: c9b9a018f33b445509a708d0516a01ef AudioImporter: serializedVersion: 4 format: 0 quality: .5 stream: 1 3D: 0 forceToMono: 0 useHardware: 0 loopable: 0 userData: ================================================ FILE: Assets/Sound/Ruthless Battlefield.mp3.meta ================================================ fileFormatVersion: 2 guid: a15c6a345d96c4bbdbe58e139ec64ac5 AudioImporter: serializedVersion: 4 format: 0 quality: .5 stream: 1 3D: 0 forceToMono: 0 useHardware: 0 loopable: 0 userData: ================================================ FILE: Assets/Sound/rifle.wav.meta ================================================ fileFormatVersion: 2 guid: aea266bb50fd94621965eb1b351adead AudioImporter: serializedVersion: 4 format: -1 quality: -1 stream: 1 3D: 1 forceToMono: 0 useHardware: 0 loopable: 0 userData: ================================================ FILE: Assets/Sound.meta ================================================ fileFormatVersion: 2 guid: e4fcfdec1daf84681a7c313e86c8b7a3 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Dust/Dust Storm.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Dust Storm m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 13290186 colorAnimation[1]: serializedVersion: 2 rgba: 482920648 colorAnimation[2]: serializedVersion: 2 rgba: 596479373 colorAnimation[3]: serializedVersion: 2 rgba: 263632566 colorAnimation[4]: serializedVersion: 2 rgba: 7895160 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .400000006 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: 0, z: 0} damping: .5 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 4 maxSize: 5 minEnergy: 3 maxEnergy: 3 minEmission: 25 maxEmission: 35 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: .800000012, y: 0, z: 0} rndVelocity: {x: .00999999978, y: .0299999993, z: .00999999978} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 15, y: .100000001, z: 15} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: bb393e804ad0e204cb1fcfbc9b8b0409, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 2 m_StretchParticles: 0 m_LengthScale: 1 m_VelocityScale: 1 m_MaxParticleSize: 4 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Dust/Dust Storm.prefab.meta ================================================ fileFormatVersion: 2 guid: 88324f760c579473199bfbc4f1073097 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Dust.meta ================================================ fileFormatVersion: 2 guid: caa1ec025a7c049ec8f67b889fb33a6d folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Fire/Fire1.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} m_Layer: 0 m_Name: Fire1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: InnerCore m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100003 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 15: {fileID: 1500002} - 12: {fileID: 1200002} - 26: {fileID: 2600002} m_Layer: 0 m_Name: smoke m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100005 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} - 15: {fileID: 1500004} - 12: {fileID: 1200004} - 26: {fileID: 2600004} m_Layer: 0 m_Name: OuterCore m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100007 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400006} - {fileID: 400002} - {fileID: 400004} m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!1002 &400003 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 1.9354887, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!1002 &400005 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!1002 &400007 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 16777215 colorAnimation[1]: serializedVersion: 2 rgba: 3036676095 colorAnimation[2]: serializedVersion: 2 rgba: 4294967295 colorAnimation[3]: serializedVersion: 2 rgba: 1526726655 colorAnimation[4]: serializedVersion: 2 rgba: 16777215 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: -.150000006 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: .300000012, z: 0} damping: .850000024 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200002 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 5855577 colorAnimation[1]: serializedVersion: 2 rgba: 309227118 colorAnimation[2]: serializedVersion: 2 rgba: 1030186855 colorAnimation[3]: serializedVersion: 2 rgba: 896561264 colorAnimation[4]: serializedVersion: 2 rgba: 5658198 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: -.00999999978 rndForce: {x: .100000001, y: .100000001, z: .100000001} force: {x: 0, y: .300000012, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200003 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200004 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 16777215 colorAnimation[1]: serializedVersion: 2 rgba: 2298478591 colorAnimation[2]: serializedVersion: 2 rgba: 4294967295 colorAnimation[3]: serializedVersion: 2 rgba: 2483027967 colorAnimation[4]: serializedVersion: 2 rgba: 16777215 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: -.25 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: .200000003, z: 0} damping: .899999976 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200005 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 1.5 minEnergy: 4 maxEnergy: 4.5 minEmission: 30 maxEmission: 30 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 0, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 65 rndAngularVelocity: -15 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1.5, y: 0, z: 1.5} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500002 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 2 minEnergy: 7 maxEnergy: 7 minEmission: 40 maxEmission: 40 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 0, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 45 rndAngularVelocity: -10 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 2, y: 0, z: 2} m_MinEmitterRange: 0 --- !u!1002 &1500003 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500004 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 1 minEnergy: 3 maxEnergy: 3 minEmission: 40 maxEmission: 40 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 0, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 55 rndAngularVelocity: -25 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1.79999995, y: 0, z: 1.79999995} m_MinEmitterRange: 0 --- !u!1002 &1500005 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 642367443312c224bb40c297365867ac, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 0 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600002 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: ad90f586d4fe1b942b46f0da520a0e61, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600003 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600004 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 642367443312c224bb40c297365867ac, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600005 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Fire/Fire1.prefab.meta ================================================ fileFormatVersion: 2 guid: 542f86e4e34b523499e0f073b1355e1a NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Fire/Flame.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Smoke m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} m_Layer: 0 m_Name: Flame m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100003 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 15: {fileID: 1500004} - 12: {fileID: 1200004} - 26: {fileID: 2600004} m_Layer: 0 m_Name: InnerCore m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100005 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} - 15: {fileID: 1500002} - 12: {fileID: 1200002} - 26: {fileID: 2600002} m_Layer: 0 m_Name: OuterCore m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100007 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100008 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400008} - 108: {fileID: 10800000} m_Layer: 0 m_Name: Lightsource m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100009 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: -.0266265869, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400004} - {fileID: 400006} - {fileID: 400008} - {fileID: 400000} m_Father: {fileID: 0} --- !u!1002 &400003 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: .929129124, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!1002 &400005 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: -.108287811, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!1002 &400007 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400008 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -.0656216741, y: .796039581, z: .0206855536} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!1002 &400009 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 5526612 colorAnimation[1]: serializedVersion: 2 rgba: 291726179 colorAnimation[2]: serializedVersion: 2 rgba: 529370509 colorAnimation[3]: serializedVersion: 2 rgba: 181654483 colorAnimation[4]: serializedVersion: 2 rgba: 2105376 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .100000001 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200002 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 4262 colorAnimation[1]: serializedVersion: 2 rgba: 1897827327 colorAnimation[2]: serializedVersion: 2 rgba: 2348820435 colorAnimation[3]: serializedVersion: 2 rgba: 2550145958 colorAnimation[4]: serializedVersion: 2 rgba: 725531 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .155343935 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200003 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200004 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 4262 colorAnimation[1]: serializedVersion: 2 rgba: 1814091263 colorAnimation[2]: serializedVersion: 2 rgba: 2870264319 colorAnimation[3]: serializedVersion: 2 rgba: 855647142 colorAnimation[4]: serializedVersion: 2 rgba: 725531 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: -.300000012 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: 0, z: 0} damping: .980000019 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200005 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1.5 maxSize: 1.5 minEnergy: 6 maxEnergy: 6 minEmission: 20 maxEmission: 20 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 1.5, z: 0} rndVelocity: {x: 0, y: .75, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 75 rndAngularVelocity: -20 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: .75, y: .300000012, z: .75} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500002 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1.20000005 maxSize: 1.20000005 minEnergy: 2 maxEnergy: 2 minEmission: 35 maxEmission: 35 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 1, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 65 rndAngularVelocity: -15 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: .649999976, y: .600000024, z: .649999976} m_MinEmitterRange: 0 --- !u!1002 &1500003 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500004 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 2 maxSize: 2 minEnergy: 2 maxEnergy: 2 minEmission: 30 maxEmission: 30 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 1.75, z: 0} rndVelocity: {x: 0, y: .25, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 85 rndAngularVelocity: -35 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: .400000006, y: .100000001, z: .400000006} m_MinEmitterRange: 0 --- !u!1002 &1500005 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 96558d9af5ccba84da0a06dc9afa072d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600002 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 5c54115eb5a2a4c4fb1b11b8e6100bd8, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600003 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600004 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 2b21364bb71d4eb4dbce6894c82cd119, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 0 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600005 EditorExtensionImpl: serializedVersion: 6 --- !u!108 &10800000 Light: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100008} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: .613192797, b: .186567187, a: 1} m_Intensity: 1.10810816 m_Range: 6.11444902 m_SpotAngle: 30 m_CookieSize: 10 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: 1 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1002 &10800001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100002} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Fire/Flame.prefab.meta ================================================ fileFormatVersion: 2 guid: 2acf9c8e812eff6459715d2b3dce2c96 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Fire.meta ================================================ fileFormatVersion: 2 guid: d5396a3251db948279e0c7262385dafe folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/Small explosion.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Small explosion m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 2969567231 colorAnimation[1]: serializedVersion: 2 rgba: 2244988879 colorAnimation[2]: serializedVersion: 2 rgba: 2738304823 colorAnimation[3]: serializedVersion: 2 rgba: 3858759680 colorAnimation[4]: serializedVersion: 2 rgba: 4278190080 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: 1.08000004 rndForce: {x: 2, y: 2, z: 2} force: {x: 0, y: 5, z: 0} damping: .100000001 stopSimulation: 0 autodestruct: 1 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .770000041 maxSize: 1 minEnergy: 1 maxEnergy: 2 minEmission: 200 maxEmission: 200 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 0, z: 5} rndVelocity: {x: 5, y: 2, z: 5} emitterVelocityScale: 0 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: .5, y: .5, z: .5} m_MinEmitterRange: 10 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9a268fc98c474f721ff8c9bf8f5160e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 3 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1002 &5300003 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/Small explosion.prefab.meta ================================================ fileFormatVersion: 2 guid: bd943c792514675e464dfc7a8c26d3e0 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/Sparks.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Sparks m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 184549375 colorAnimation[1]: serializedVersion: 2 rgba: 3036676095 colorAnimation[2]: serializedVersion: 2 rgba: 4294967295 colorAnimation[3]: serializedVersion: 2 rgba: 3036676095 colorAnimation[4]: serializedVersion: 2 rgba: 184549375 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: 0 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: -4, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .100000001 maxSize: .100000001 minEnergy: .5 maxEnergy: .5 minEmission: 10 maxEmission: 50 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 3, z: 0} rndVelocity: {x: 1, y: 1, z: 1} emitterVelocityScale: 0 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 1 m_Ellipsoid: {x: 0, y: 0, z: 0} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e667992b28845df99060a8f876d1d11b, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 1 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1002 &5300001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/Sparks.prefab.meta ================================================ fileFormatVersion: 2 guid: c994fde8e6848a3771503f184e0c9cb4 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/TimedObjectDestructor.js ================================================ var timeOut = 1.0; var detachChildren = false; function Awake () { Invoke ("DestroyNow", timeOut); } function DestroyNow () { if (detachChildren) { transform.DetachChildren (); } DestroyObject (gameObject); } ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/TimedObjectDestructor.js.meta ================================================ fileFormatVersion: 2 guid: 5a09dad89d11389ed000e82b8d76c639 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/explosion.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} - 111: {fileID: 11100000} m_Layer: 0 m_Name: large flames m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 15: {fileID: 1500002} - 12: {fileID: 1200002} - 26: {fileID: 2600002} - 111: {fileID: 11100002} m_Layer: 0 m_Name: large flames m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100003 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 114: {fileID: 11400000} m_Layer: 0 m_Name: explosion m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100005 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} - 108: {fileID: 10800000} - 111: {fileID: 11100004} m_Layer: 0 m_Name: Light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100007 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: -2.3157444e-08, y: -1, z: -5.41077252e-11, w: 5.62018101e-07} m_LocalPosition: {x: -.152160645, y: -.476742744, z: -.421646118} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400004} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400002 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_LocalRotation: {x: -2.3157444e-08, y: -1, z: -5.41077252e-11, w: 5.62018101e-07} m_LocalPosition: {x: .152160645, y: .476742744, z: .421653748} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400006} m_Father: {fileID: 400004} --- !u!1002 &400003 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400000} - {fileID: 400002} m_Father: {fileID: 0} --- !u!1002 &400005 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: .177528888, y: 3.12588596, z: -.323268682} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400002} --- !u!1002 &400007 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 4278190080 colorAnimation[1]: serializedVersion: 2 rgba: 4280699760 colorAnimation[2]: serializedVersion: 2 rgba: 2734689821 colorAnimation[3]: serializedVersion: 2 rgba: 3858759680 colorAnimation[4]: serializedVersion: 2 rgba: 4278190080 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .300000012 rndForce: {x: 4, y: 4, z: 4} force: {x: 0, y: 5, z: 0} damping: .100000001 stopSimulation: 0 autodestruct: 1 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200002 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 4278190080 colorAnimation[1]: serializedVersion: 2 rgba: 2238106063 colorAnimation[2]: serializedVersion: 2 rgba: 2734701178 colorAnimation[3]: serializedVersion: 2 rgba: 3858759680 colorAnimation[4]: serializedVersion: 2 rgba: 4278190080 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .300000012 rndForce: {x: 4, y: 4, z: 4} force: {x: 0, y: 5, z: 0} damping: .100000001 stopSimulation: 0 autodestruct: 1 --- !u!1002 &1200003 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 2 minEnergy: 3 maxEnergy: 3 minEmission: 30 maxEmission: 30 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 2, z: 0} rndVelocity: {x: 3, y: 1, z: 3} emitterVelocityScale: 0 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1, y: 0, z: 1} m_MinEmitterRange: 1 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500002 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 2 minEnergy: 3 maxEnergy: 3 minEmission: 30 maxEmission: 30 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 2, z: 0} rndVelocity: {x: 3, y: 1, z: 3} emitterVelocityScale: 0 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1, y: 0, z: 1} m_MinEmitterRange: 1 --- !u!1002 &1500003 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9a268fc98c474f721ff8c9bf8f5160e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 3 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600002 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9a268fc98c474f721ff8c9bf8f5160e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 3 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600003 EditorExtensionImpl: serializedVersion: 6 --- !u!1002 &5300001 EditorExtensionImpl: serializedVersion: 6 --- !u!108 &10800000 Light: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Enabled: 1 serializedVersion: 3 m_Type: 2 m_Color: {r: 1, g: .469455123, b: .18569839, a: 1} m_Intensity: 1 m_Range: 14.6900005 m_SpotAngle: 30 m_CookieSize: 60 m_Shadows: m_Type: 0 m_Resolution: -1 m_Strength: .800000012 m_Bias: .0500000007 m_Softness: 4 m_SoftnessFade: 1 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_ActuallyLightmapped: 0 m_Flare: {fileID: 0} m_RenderMode: 0 m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 m_Lightmapping: 1 m_ShadowSamples: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 m_IndirectIntensity: 1 m_AreaSize: {x: 1, y: 1} --- !u!1002 &10800001 EditorExtensionImpl: serializedVersion: 6 --- !u!111 &11100000 Animation: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 serializedVersion: 3 m_Animation: {fileID: 7400000, guid: 327835a878f496675e402fdba3e0a4bc, type: 2} m_Animations: - {fileID: 0} - {fileID: 7400000, guid: 327835a878f496675e402fdba3e0a4bc, type: 2} m_WrapMode: 0 m_PlayAutomatically: 1 m_AnimatePhysics: 0 m_CullingType: 0 m_UserAABB: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} --- !u!1002 &11100001 EditorExtensionImpl: serializedVersion: 6 --- !u!111 &11100002 Animation: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100002} m_Enabled: 1 serializedVersion: 3 m_Animation: {fileID: 7400000, guid: 327835a878f496675e402fdba3e0a4bc, type: 2} m_Animations: - {fileID: 0} - {fileID: 0} - {fileID: 7400000, guid: 327835a878f496675e402fdba3e0a4bc, type: 2} m_WrapMode: 0 m_PlayAutomatically: 1 m_AnimatePhysics: 0 m_CullingType: 0 m_UserAABB: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} --- !u!1002 &11100003 EditorExtensionImpl: serializedVersion: 6 --- !u!111 &11100004 Animation: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Enabled: 1 serializedVersion: 3 m_Animation: {fileID: 7400000, guid: 9c7f793f82a4f7bda3662a9a2f23142e, type: 2} m_Animations: - {fileID: 7400000, guid: 9c7f793f82a4f7bda3662a9a2f23142e, type: 2} m_WrapMode: 0 m_PlayAutomatically: 1 m_AnimatePhysics: 0 m_CullingType: 0 m_UserAABB: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} --- !u!1002 &11100005 EditorExtensionImpl: serializedVersion: 6 --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 5a09dad89d11389ed000e82b8d76c639, type: 3} m_Name: m_EditorClassIdentifier: timeOut: 4 detachChildren: 0 --- !u!1002 &11400001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100004} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/explosion.prefab.meta ================================================ fileFormatVersion: 2 guid: 169b10ce10f4327cb9f40f6b117ed8d7 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/large flames.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: large flames m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 4278190080 colorAnimation[1]: serializedVersion: 2 rgba: 2238106063 colorAnimation[2]: serializedVersion: 2 rgba: 2734701178 colorAnimation[3]: serializedVersion: 2 rgba: 3858759680 colorAnimation[4]: serializedVersion: 2 rgba: 4278190080 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .300000012 rndForce: {x: 4, y: 4, z: 4} force: {x: 0, y: 5, z: 0} damping: .100000001 stopSimulation: 0 autodestruct: 1 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 2 minEnergy: 3 maxEnergy: 3 minEmission: 20 maxEmission: 20 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 2, z: 0} rndVelocity: {x: 3, y: 1, z: 3} emitterVelocityScale: 0 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1, y: 0, z: 1} m_MinEmitterRange: 1 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9a268fc98c474f721ff8c9bf8f5160e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 3 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/large flames.prefab.meta ================================================ fileFormatVersion: 2 guid: 7b277829b0b4991f100024a80dbc5c14 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/small flames.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: small flames m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 4278190080 colorAnimation[1]: serializedVersion: 2 rgba: 4286348412 colorAnimation[2]: serializedVersion: 2 rgba: 1660958062 colorAnimation[3]: serializedVersion: 2 rgba: 1023410176 colorAnimation[4]: serializedVersion: 2 rgba: 4278190080 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .439999998 rndForce: {x: 4, y: 4, z: 4} force: {x: 0, y: 5, z: 0} damping: .100000001 stopSimulation: 0 autodestruct: 1 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .5 maxSize: 1 minEnergy: 3 maxEnergy: 3 minEmission: 10 maxEmission: 10 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 2, z: 0} rndVelocity: {x: 1, y: 1, z: 1} emitterVelocityScale: 0 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: .25, y: 0, z: .25} m_MinEmitterRange: 1 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: b9a268fc98c474f721ff8c9bf8f5160e, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 3 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles/small flames.prefab.meta ================================================ fileFormatVersion: 2 guid: 01174e4954348268c150b6f98c48939f NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Legacy Particles.meta ================================================ fileFormatVersion: 2 guid: 510306bf62c654a548c9d0193dbedd8e folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Misc/Fireworks.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Fireworks m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 184546560 colorAnimation[1]: serializedVersion: 2 rgba: 3019964397 colorAnimation[2]: serializedVersion: 2 rgba: 4294912256 colorAnimation[3]: serializedVersion: 2 rgba: 4278190335 colorAnimation[4]: serializedVersion: 2 rgba: 184549375 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: -.357573718 rndForce: {x: 1, y: 1, z: 1} force: {x: 0, y: -5, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .100000001 maxSize: 1 minEnergy: .5 maxEnergy: 2 minEmission: 75 maxEmission: 200 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 3, z: 0} rndVelocity: {x: 5, y: 5, z: 5} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 1 m_Ellipsoid: {x: 0, y: 0, z: 0} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 74bcba72c2286ce429281c86d5928418, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Misc/Fireworks.prefab.meta ================================================ fileFormatVersion: 2 guid: 9c5bd6070cd5d481abdb8755ff51fd7a NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Misc/Light Snow.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Light Snow m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 16777215 colorAnimation[1]: serializedVersion: 2 rgba: 2617245695 colorAnimation[2]: serializedVersion: 2 rgba: 4294967295 colorAnimation[3]: serializedVersion: 2 rgba: 3036676095 colorAnimation[4]: serializedVersion: 2 rgba: 184549375 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: 0 rndForce: {x: 1, y: 0, z: 1} force: {x: 0, y: -1.10000002, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .100000001 maxSize: .5 minEnergy: 5 maxEnergy: 10 minEmission: 25 maxEmission: 50 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 0, z: 0} rndVelocity: {x: 2, y: .5, z: 2} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 90 rndAngularVelocity: 1 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 10, y: 1, z: 10} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 65836931803ab5b4fb9f60bd418f4100, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 0 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Misc/Light Snow.prefab.meta ================================================ fileFormatVersion: 2 guid: 144b203f383094d16b1f336c74c47326 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Misc/Soap Bubbles.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Soap Bubbles m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 0 colorAnimation[0]: serializedVersion: 2 rgba: 4294967295 colorAnimation[1]: serializedVersion: 2 rgba: 4294967295 colorAnimation[2]: serializedVersion: 2 rgba: 4294967295 colorAnimation[3]: serializedVersion: 2 rgba: 4294967295 colorAnimation[4]: serializedVersion: 2 rgba: 3875536895 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: 0 rndForce: {x: 1, y: 1, z: 1} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .100000001 maxSize: 1 minEnergy: 7 maxEnergy: 7 minEmission: 10 maxEmission: 25 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 1, z: 0} rndVelocity: {x: 1, y: 1, z: 1} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 3, y: 1, z: 3} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 7e3669cf306c78f48a1f9affe08eb0f9, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 0 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Misc/Soap Bubbles.prefab.meta ================================================ fileFormatVersion: 2 guid: a28540d6bcf674c1bb3dd7af7de640fc NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Misc/Sparks.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Sparks m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 0 colorAnimation[0]: serializedVersion: 2 rgba: 16777215 colorAnimation[1]: serializedVersion: 2 rgba: 16777215 colorAnimation[2]: serializedVersion: 2 rgba: 16777215 colorAnimation[3]: serializedVersion: 2 rgba: 4294967295 colorAnimation[4]: serializedVersion: 2 rgba: 184549375 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: -.0500000007 rndForce: {x: 1, y: 1, z: 1} force: {x: 0, y: -6, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .00999999978 maxSize: .100000001 minEnergy: 0 maxEnergy: .75 minEmission: 25 maxEmission: 50 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: -0, y: 0, z: 3} rndVelocity: {x: 3, y: 3, z: 3} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 0 m_OneShot: 1 m_Ellipsoid: {x: .00100000005, y: .00100000005, z: .00100000005} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: e097e0ca551c28647a5a126e44c35bbc, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 3 m_LengthScale: 2 m_VelocityScale: .100000001 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Misc/Sparks.prefab.meta ================================================ fileFormatVersion: 2 guid: 7a598717ded698c4dbdd57c2260fa1e1 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Misc.meta ================================================ fileFormatVersion: 2 guid: df42ef794d3e0441783057cf822a525c folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Smoke/Detailed Smoke.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Detailed Smoke m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 986895 colorAnimation[1]: serializedVersion: 2 rgba: 546345108 colorAnimation[2]: serializedVersion: 2 rgba: 729907597 colorAnimation[3]: serializedVersion: 2 rgba: 829978744 colorAnimation[4]: serializedVersion: 2 rgba: 12500670 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .100000001 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 2.25 minEnergy: 10 maxEnergy: 10 minEmission: 40 maxEmission: 40 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 1.5, z: 0} rndVelocity: {x: 0, y: 1, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: .100000001, y: 0, z: .100000001} angularVelocity: 35 rndAngularVelocity: -10 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1.10000002, y: 0, z: 1.10000002} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: ad90f586d4fe1b942b46f0da520a0e61, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Smoke/Detailed Smoke.prefab.meta ================================================ fileFormatVersion: 2 guid: 4b31b1caadab1ee4b8606c9f35713992 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Smoke/Fluffy Smoke Large.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Fluffy Smoke Large m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 5789784 colorAnimation[1]: serializedVersion: 2 rgba: 1737724819 colorAnimation[2]: serializedVersion: 2 rgba: 2387891284 colorAnimation[3]: serializedVersion: 2 rgba: 1281976681 colorAnimation[4]: serializedVersion: 2 rgba: 1907997 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .100000001 rndForce: {x: .100000001, y: .100000001, z: .100000001} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 2 maxSize: 4 minEnergy: 10 maxEnergy: 10 minEmission: 30 maxEmission: 30 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 1.20000005, z: 0} rndVelocity: {x: .100000001, y: .5, z: .100000001} emitterVelocityScale: .00999999978 tangentVelocity: {x: .100000001, y: 0, z: .100000001} angularVelocity: 20 rndAngularVelocity: -10 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1, y: 0, z: 1} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 96558d9af5ccba84da0a06dc9afa072d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Smoke/Fluffy Smoke Large.prefab.meta ================================================ fileFormatVersion: 2 guid: 92e6d9926a8c43d49a79f0d3d603277a NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Smoke/Fluffy Smoke.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Fluffy Smoke m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 8487297 colorAnimation[1]: serializedVersion: 2 rgba: 1550280551 colorAnimation[2]: serializedVersion: 2 rgba: 2523819630 colorAnimation[3]: serializedVersion: 2 rgba: 2220974433 colorAnimation[4]: serializedVersion: 2 rgba: 7368816 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .100000001 rndForce: {x: .100000001, y: .100000001, z: .100000001} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1.75 maxSize: 2 minEnergy: 10 maxEnergy: 10 minEmission: 25 maxEmission: 25 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 1.5, z: 0} rndVelocity: {x: .00999999978, y: .5, z: .00999999978} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 40 rndAngularVelocity: -10 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: .75, y: 0, z: .75} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 96558d9af5ccba84da0a06dc9afa072d, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 0 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Smoke/Fluffy Smoke.prefab.meta ================================================ fileFormatVersion: 2 guid: 44b3febaf5142a5429938ef0a0de2395 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Smoke/Smoke Trail.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Smoke Trail m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: .200000003, y: .200000003, z: .200000003} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 2323711 colorAnimation[1]: serializedVersion: 2 rgba: 2789425987 colorAnimation[2]: serializedVersion: 2 rgba: 2051228483 colorAnimation[3]: serializedVersion: 2 rgba: 1413167931 colorAnimation[4]: serializedVersion: 2 rgba: 2960685 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .889508128 rndForce: {x: 0, y: 0, z: 0} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 1 minEnergy: 2 maxEnergy: 2 minEmission: 60 maxEmission: 60 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 0, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: 0 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 0, y: 0, z: 0} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 74f4a47fc3b034e2d963491f4e514174, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 0 m_VelocityScale: 0 m_MaxParticleSize: .788849711 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Smoke/Smoke Trail.prefab.meta ================================================ fileFormatVersion: 2 guid: 29f2844e1d89a4ed09e527cd2039d6ea NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Smoke.meta ================================================ fileFormatVersion: 2 guid: 3c5bb2bad5622497490fdbd0f36e9674 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations/Light explosion.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Light explosion serializedVersion: 3 m_AnimationType: 1 m_Compressed: 0 m_RotationCurves: [] m_CompressedRotationCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: - curve: serializedVersion: 2 m_Curve: - time: 0 value: 14.6900005 inSlope: -14.938983 outSlope: -14.938983 tangentMode: 0 - time: .983333349 value: 0 inSlope: -14.938983 outSlope: -14.938983 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 attribute: m_Range path: classID: 108 script: {fileID: 0} m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_MuscleClipInfo: m_StartTime: 0 m_StopTime: 1 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_Events: [] --- !u!1002 &7400001 EditorExtensionImpl: serializedVersion: 6 --- !u!118 &11800000 NewAnimationTrack: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: m_Curves: - byteOffset: 52 curve: serializedVersion: 2 m_Curve: - time: 0 value: 14.6900005 inSlope: -14.938983 outSlope: -14.938983 tangentMode: 0 - time: .983333349 value: 0 inSlope: -14.938983 outSlope: -14.938983 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 attributeName: m_Range m_ClassID: 108 --- !u!1002 &11800001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations/Light explosion.anim.meta ================================================ fileFormatVersion: 2 guid: 9c7f793f82a4f7bda3662a9a2f23142e NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting ,5 sec.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Stop Emitting ,5 sec serializedVersion: 3 m_AnimationType: 1 m_Compressed: 0 m_RotationCurves: [] m_CompressedRotationCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: - curve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: -1.99999952 outSlope: -1.99999952 tangentMode: 0 - time: .500000119 value: 0 inSlope: -1.99999952 outSlope: -1.99999952 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 attribute: m_Emit path: classID: 15 script: {fileID: 0} m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_MuscleClipInfo: m_StartTime: 0 m_StopTime: 1 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_Events: [] --- !u!118 &11800000 NewAnimationTrack: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: m_Curves: - byteOffset: 229 curve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: -1.99999952 outSlope: -1.99999952 tangentMode: 0 - time: .500000119 value: 0 inSlope: -1.99999952 outSlope: -1.99999952 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 attributeName: m_Emit m_ClassID: 15 --- !u!1002 &11800001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting ,5 sec.anim.meta ================================================ fileFormatVersion: 2 guid: 327835a878f496675e402fdba3e0a4bc NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 1 sec.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Stop Emitting 1 sec serializedVersion: 3 m_AnimationType: 1 m_Compressed: 0 m_RotationCurves: [] m_CompressedRotationCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: - curve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: -1 outSlope: -1 tangentMode: 0 - time: 1 value: 0 inSlope: -1 outSlope: -1 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 attribute: m_Emit path: classID: 15 script: {fileID: 0} m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_MuscleClipInfo: m_StartTime: 0 m_StopTime: 1 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_Events: [] --- !u!1002 &7400001 EditorExtensionImpl: serializedVersion: 6 --- !u!118 &11800000 NewAnimationTrack: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: m_Curves: - byteOffset: 217 curve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: -1 outSlope: -1 tangentMode: 0 - time: 1 value: 0 inSlope: -1 outSlope: -1 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 attributeName: m_Emit m_ClassID: 15 --- !u!1002 &11800001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 1 sec.anim.meta ================================================ fileFormatVersion: 2 guid: af4465c7aa1400a6573c907831d716c9 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 2 sec.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Stop Emitting 2 sec serializedVersion: 3 m_AnimationType: 1 m_Compressed: 0 m_RotationCurves: [] m_CompressedRotationCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: - curve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: -.49999994 outSlope: -.49999994 tangentMode: 0 - time: 2.00000024 value: 0 inSlope: -.49999994 outSlope: -.49999994 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 attribute: m_Emit path: classID: 15 script: {fileID: 0} m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_MuscleClipInfo: m_StartTime: 0 m_StopTime: 1 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_Events: [] --- !u!1002 &7400001 EditorExtensionImpl: serializedVersion: 6 --- !u!118 &11800000 NewAnimationTrack: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: m_Curves: - byteOffset: 217 curve: serializedVersion: 2 m_Curve: - time: 0 value: 1 inSlope: -.49999994 outSlope: -.49999994 tangentMode: 0 - time: 2.00000024 value: 0 inSlope: -.49999994 outSlope: -.49999994 tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 attributeName: m_Emit m_ClassID: 15 --- !u!1002 &11800001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 2 sec.anim.meta ================================================ fileFormatVersion: 2 guid: 3fbc34d51ee4155dc17d8f49133f44ad NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Animations.meta ================================================ fileFormatVersion: 2 guid: 85cde262bee344ae28a0bf86762219ac folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Dust Material 1.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Dust Material 1 m_Shader: {fileID: 203, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 65fb74f285bbb4d11a3b64d99c0a53b0, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .461538434, g: .461538434, b: .461538434, a: .286274523} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Dust Material 1.mat.meta ================================================ fileFormatVersion: 2 guid: bb393e804ad0e204cb1fcfbc9b8b0409 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Fairy Dust.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Fairy Dust m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 79ee47d0d7d8347459a63ae804788244, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Fairy Dust.mat.meta ================================================ fileFormatVersion: 2 guid: 74bcba72c2286ce429281c86d5928418 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Fire Add.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Fire Add m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 8e3ff3e27ca4bc54dda56e89e0550dfa, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _AlphaTex second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: data: first: name: _fade second: .100000001 m_Colors: data: first: name: _TintColor second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _color second: {r: .5, g: 0, b: 0, a: 1} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Fire Add.mat.meta ================================================ fileFormatVersion: 2 guid: e667992b28845df99060a8f876d1d11b NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Fire Smoke.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Fire Smoke m_Shader: {fileID: 201, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 8e3ff3e27ca4bc54dda56e89e0550dfa, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _AlphaTex second: m_Texture: {fileID: 2800000, guid: 2a49aa5b76842305fc65897abcdcf30f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _TintColor second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _color second: {r: .5, g: 0, b: 0, a: 1} data: first: name: _EmisColor second: {r: 0, g: 0, b: 0, a: 0} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Fire Smoke.mat.meta ================================================ fileFormatVersion: 2 guid: b9a268fc98c474f721ff8c9bf8f5160e NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameA.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: FlameA m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 34c9fcec00ce63b49a6725d4eadead19, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameA.mat.meta ================================================ fileFormatVersion: 2 guid: 4efe5620a91cf9542993ee04a027a7f5 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameB.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: FlameB m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 3ddb50e323b793449ad89bd605735e35, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameB.mat.meta ================================================ fileFormatVersion: 2 guid: 2b21364bb71d4eb4dbce6894c82cd119 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameC.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: FlameC m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 8e303788a4e296443b33942a5be85049, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .345098048} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameC.mat.meta ================================================ fileFormatVersion: 2 guid: 5c54115eb5a2a4c4fb1b11b8e6100bd8 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameD.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: FlameD m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: d236c2e07976ff942a0e23d979e8f4cb, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameD.mat.meta ================================================ fileFormatVersion: 2 guid: 642367443312c224bb40c297365867ac NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameE.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: FlameE m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 0a70c16c7b47ab048bc9e03b588c24f6, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/FlameE.mat.meta ================================================ fileFormatVersion: 2 guid: 073946e94d57ac04fb345d5c28d21992 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Poof1.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Poof1 m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 12747bdca86d344c2a4f1ea2bb362f17, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Poof1.mat.meta ================================================ fileFormatVersion: 2 guid: f60723ea36fc34476899abc83a5309c9 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke Trail.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Smoke Trail m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 028c11450244e4feabe6828fc2ec3e03, type: 3} m_Scale: {x: .5, y: 1} m_Offset: {x: .5, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: 1, g: .788489223, b: .471222997, a: .254901975} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke Trail.mat.meta ================================================ fileFormatVersion: 2 guid: 74f4a47fc3b034e2d963491f4e514174 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Smoke m_Shader: {fileID: 203, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 08f28e42a647e2a4cbd32e793359aa3c, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: data: first: name: _InvFade second: 1 m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .537313461, g: .537313461, b: .537313461, a: .811764717} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke.mat.meta ================================================ fileFormatVersion: 2 guid: 96558d9af5ccba84da0a06dc9afa072d NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke1.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Smoke1 m_Shader: {fileID: 201, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 6e77d387966489d6cb6bb6ba39e09c45, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _DecalTex second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _AlphaTex second: m_Texture: {fileID: 2800000, guid: 2a49aa5b76842305fc65897abcdcf30f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpTex second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: data: first: name: _Shininess second: 20 data: first: name: _Highlight second: 30 m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _SpecColor second: {r: .5, g: .5, b: .5, a: 1} data: first: name: _TintColor second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _color second: {r: .5, g: 0, b: 0, a: 1} data: first: name: BumpMapScale second: {r: 1, g: 1, b: 1, a: 1} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke1.mat.meta ================================================ fileFormatVersion: 2 guid: f89a53f13e64bbbd73bd6eb9f8509a09 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke2.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Smoke2 m_Shader: {fileID: 4800000, guid: e83c2f831bb0fd14b92751cdcbe823ec, type: 3} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 1a5d8cd24a805cd44b00c7f1e1e4d287, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .708955228, g: .708955228, b: .708955228, a: .501960814} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke2.mat.meta ================================================ fileFormatVersion: 2 guid: 62f7c8a57ece2204695f3c7dc963d23c NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke3.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Smoke3 m_Shader: {fileID: 4800000, guid: e83c2f831bb0fd14b92751cdcbe823ec, type: 3} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: d3b7d84ffb95cc04aaeb74f19a10f034, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .708955228, g: .708955228, b: .708955228, a: .501960814} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke3.mat.meta ================================================ fileFormatVersion: 2 guid: e4e4cff51dff43545953848c2258e62c NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke4.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Smoke4 m_Shader: {fileID: 203, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: e7d408c28925be148bd9ef32f4f28e44, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: data: first: name: _InvFade second: 1 m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .776119411, g: .776119411, b: .776119411, a: .407843143} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Smoke4.mat.meta ================================================ fileFormatVersion: 2 guid: ad90f586d4fe1b942b46f0da520a0e61 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Snowflake.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Snowflake m_Shader: {fileID: 202, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 01b622d4830754f4886f4b03606fb1ec, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .461538434, g: .461538434, b: .461538434, a: .286274523} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Snowflake.mat.meta ================================================ fileFormatVersion: 2 guid: 65836931803ab5b4fb9f60bd418f4100 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/SoapBubble.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: SoapBubble m_Shader: {fileID: 202, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 60fb16895cbaf4946906b6d63f3653ec, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/SoapBubble.mat.meta ================================================ fileFormatVersion: 2 guid: 7e3669cf306c78f48a1f9affe08eb0f9 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Spark.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Spark m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: e79b4ee3b7b31ee499b1532270c7730d, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: 1, g: .442542583, b: .186567187, a: .90196079} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Spark.mat.meta ================================================ fileFormatVersion: 2 guid: e097e0ca551c28647a5a126e44c35bbc NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Sparkles1.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Sparkles1 m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 6793afeb1ba524134ae93ee3038763e0, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Sparkles1.mat.meta ================================================ fileFormatVersion: 2 guid: 7c98ffa948c8d43d5ac42a3e9f0ea897 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Sparkles2.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Sparkles2 m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: e976c6d3ebc1e4a85aa7186a3192d8c5, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Sparkles2.mat.meta ================================================ fileFormatVersion: 2 guid: c78b114ae617a4914a6f9b9e0f796a0b NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Water Splash1.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Water Splash1 m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 086544326e5604e81a96f61fb0f0a78e, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: .5, g: .5, b: .5, a: .5} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Water Splash1.mat.meta ================================================ fileFormatVersion: 2 guid: f3d66f34459704a34b36657da3964ea1 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Water Splash2.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Water Splash2 m_Shader: {fileID: 203, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: 086544326e5604e81a96f61fb0f0a78e, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _TintColor second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _EmisColor second: {r: .200000003, g: .200000003, b: .200000003, a: 0} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials/Water Splash2.mat.meta ================================================ fileFormatVersion: 2 guid: 7dca5dff796eb47908302d505dcb19b0 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Materials.meta ================================================ fileFormatVersion: 2 guid: 46e871058d317418fab60bb84a290869 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Shaders/Particle Alpha Blend (Queue +100).shader ================================================ Shader "Hidden/Particles/Alpha Blended +100" { Properties { _TintColor ("Tint Color", Color) = (0.5,0.5,0.5,0.5) _MainTex ("Particle Texture", 2D) = "white" {} } Category { Tags { "Queue"="Transparent +100" "IgnoreProjector"="True" "RenderType"="Transparent" } Blend SrcAlpha OneMinusSrcAlpha AlphaTest Greater .01 ColorMask RGB Cull Off Lighting Off ZWrite Off Fog { Color (0,0,0,0) } BindChannels { Bind "Color", color Bind "Vertex", vertex Bind "TexCoord", texcoord } // ---- Fragment program cards SubShader { Pass { CGPROGRAM #pragma vertex vert #pragma fragment frag #pragma fragmentoption ARB_precision_hint_fastest #pragma fragmentoption ARB_fog_exp2 #include "UnityCG.cginc" sampler2D _MainTex; float4 _TintColor; struct appdata_t { float4 vertex : POSITION; float4 color : COLOR; float2 texcoord : TEXCOORD0; }; struct v2f { float4 vertex : POSITION; float4 color : COLOR; float2 texcoord : TEXCOORD0; }; float4 _MainTex_ST; v2f vert (appdata_t v) { v2f o; o.vertex = mul(UNITY_MATRIX_MVP, v.vertex); o.color = v.color; o.texcoord = TRANSFORM_TEX(v.texcoord,_MainTex); return o; } half4 frag (v2f i) : COLOR { return 2.0f * i.color * _TintColor * tex2D(_MainTex, i.texcoord); } ENDCG } } // ---- Dual texture cards SubShader { Pass { SetTexture [_MainTex] { constantColor [_TintColor] combine constant * primary } SetTexture [_MainTex] { combine texture * previous DOUBLE } } } // ---- Single texture cards (does not do color tint) SubShader { Pass { SetTexture [_MainTex] { combine texture * primary } } } } } ================================================ FILE: Assets/Standard Assets/Particles/Sources/Shaders/Particle Alpha Blend (Queue +100).shader.meta ================================================ fileFormatVersion: 2 guid: e83c2f831bb0fd14b92751cdcbe823ec ShaderImporter: defaultTextures: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Shaders.meta ================================================ fileFormatVersion: 2 guid: 1e3cbdfe3644f44aeb1c053d96cc254e folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/ColorFlare.png.meta ================================================ fileFormatVersion: 2 guid: e976c6d3ebc1e4a85aa7186a3192d8c5 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/DustPoof.psd.meta ================================================ fileFormatVersion: 2 guid: 65fb74f285bbb4d11a3b64d99c0a53b0 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/Fireball.psd.meta ================================================ fileFormatVersion: 2 guid: 028c11450244e4feabe6828fc2ec3e03 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/Snowflake.tif.meta ================================================ fileFormatVersion: 2 guid: 01b622d4830754f4886f4b03606fb1ec TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/Star02.png.meta ================================================ fileFormatVersion: 2 guid: 6793afeb1ba524134ae93ee3038763e0 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/SteamBlur.png.meta ================================================ fileFormatVersion: 2 guid: 12747bdca86d344c2a4f1ea2bb362f17 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/fairydust.tif.meta ================================================ fileFormatVersion: 2 guid: 79ee47d0d7d8347459a63ae804788244 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/fire3.psd.meta ================================================ fileFormatVersion: 2 guid: acd22cefe09441d2c7e801193b935495 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .100000001 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 256 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/fire4.psd.meta ================================================ fileFormatVersion: 2 guid: 8e3ff3e27ca4bc54dda56e89e0550dfa TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .100000001 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 256 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/flameA.tif.meta ================================================ fileFormatVersion: 2 guid: 34c9fcec00ce63b49a6725d4eadead19 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/flameB.tif.meta ================================================ fileFormatVersion: 2 guid: 3ddb50e323b793449ad89bd605735e35 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/flameC.tif.meta ================================================ fileFormatVersion: 2 guid: 8e303788a4e296443b33942a5be85049 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/flameD.tif.meta ================================================ fileFormatVersion: 2 guid: d236c2e07976ff942a0e23d979e8f4cb TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/flameE.tif.meta ================================================ fileFormatVersion: 2 guid: 0a70c16c7b47ab048bc9e03b588c24f6 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/flametemplate.tif.meta ================================================ fileFormatVersion: 2 guid: 820a38890d8f1f742b289b29927ffb3b TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/foam.tga.meta ================================================ fileFormatVersion: 2 guid: 086544326e5604e81a96f61fb0f0a78e TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/smoke.tif.meta ================================================ fileFormatVersion: 2 guid: 08f28e42a647e2a4cbd32e793359aa3c TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/smoke2.tif.meta ================================================ fileFormatVersion: 2 guid: 1a5d8cd24a805cd44b00c7f1e1e4d287 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/smoke3.tif.meta ================================================ fileFormatVersion: 2 guid: d3b7d84ffb95cc04aaeb74f19a10f034 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/smoke4.tif.meta ================================================ fileFormatVersion: 2 guid: e7d408c28925be148bd9ef32f4f28e44 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/smokepuff1.psd.meta ================================================ fileFormatVersion: 2 guid: 6e77d387966489d6cb6bb6ba39e09c45 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .100000001 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 256 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/smoketest2.psd.meta ================================================ fileFormatVersion: 2 guid: 2a49aa5b76842305fc65897abcdcf30f TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .100000001 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 256 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/soapbubble.tif.meta ================================================ fileFormatVersion: 2 guid: 60fb16895cbaf4946906b6d63f3653ec TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures/spark.tif.meta ================================================ fileFormatVersion: 2 guid: e79b4ee3b7b31ee499b1532270c7730d TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources/Textures.meta ================================================ fileFormatVersion: 2 guid: e9b2eead3d2f84ce19c1d65f1dbf66f9 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sources.meta ================================================ fileFormatVersion: 2 guid: 8c1f929571ef549619212d9405d4f923 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sparkles/Sparkle Rising.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} m_Layer: 0 m_Name: Sparkle Rising m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100004 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400004} - 15: {fileID: 1500002} - 12: {fileID: 1200002} - 26: {fileID: 2600002} m_Layer: 0 m_Name: SparkleParticlesSecondary m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100005 EditorExtensionImpl: serializedVersion: 6 --- !u!1 &100006 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400006} - 15: {fileID: 1500004} - 12: {fileID: 1200004} - 26: {fileID: 2600004} m_Layer: 0 m_Name: SparkleParticles m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100007 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400006} - {fileID: 400004} m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400004 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!1002 &400005 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400006 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 400000} --- !u!1002 &400007 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200002 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 16777215 colorAnimation[1]: serializedVersion: 2 rgba: 3051225073 colorAnimation[2]: serializedVersion: 2 rgba: 4294948974 colorAnimation[3]: serializedVersion: 2 rgba: 3051225075 colorAnimation[4]: serializedVersion: 2 rgba: 16777215 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .0299999993 rndForce: {x: .5, y: .5, z: .5} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200003 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200004 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 16777215 colorAnimation[1]: serializedVersion: 2 rgba: 3051225073 colorAnimation[2]: serializedVersion: 2 rgba: 4278190080 colorAnimation[3]: serializedVersion: 2 rgba: 3053453311 colorAnimation[4]: serializedVersion: 2 rgba: 16777215 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: 0 rndForce: {x: .5, y: .5, z: .5} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200005 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500002 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .300000012 maxSize: .800000012 minEnergy: 3 maxEnergy: 3 minEmission: 15 maxEmission: 25 worldVelocity: {x: 0, y: 1, z: 0} localVelocity: {x: 0, y: 0, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: .119999975, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1, y: 1, z: 1} m_MinEmitterRange: 0 --- !u!1002 &1500003 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500004 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .300000012 maxSize: .800000012 minEnergy: 3 maxEnergy: 3 minEmission: 5 maxEmission: 10 worldVelocity: {x: 0, y: 1, z: 0} localVelocity: {x: 0, y: 0, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 0} angularVelocity: 0 rndAngularVelocity: 0 rndRotation: 0 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: 1, y: 1, z: 1} m_MinEmitterRange: 0 --- !u!1002 &1500005 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600002 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100004} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: c78b114ae617a4914a6f9b9e0f796a0b, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600003 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600004 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100006} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 7c98ffa948c8d43d5ac42a3e9f0ea897, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: .25 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600005 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Sparkles/Sparkle Rising.prefab.meta ================================================ fileFormatVersion: 2 guid: 5692846c5ce8f4ee08ef64bec4aad0bd NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Sparkles.meta ================================================ fileFormatVersion: 2 guid: aadd99b5f57c2486b98d31bcbb5c640e folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Water/Water Fountain.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Water Fountain m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 4294967295 colorAnimation[1]: serializedVersion: 2 rgba: 3657433087 colorAnimation[2]: serializedVersion: 2 rgba: 2214592511 colorAnimation[3]: serializedVersion: 2 rgba: 1140850687 colorAnimation[4]: serializedVersion: 2 rgba: 16777215 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .717821658 rndForce: {x: 0, y: .699999988, z: 0} force: {x: 0, y: -9.81000042, z: 0} damping: .623292863 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: .300000012 maxSize: .5 minEnergy: 2.0999999 maxEnergy: 2.0999999 minEmission: 300 maxEmission: 500 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 11.7113466, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: .179999992, y: .904263914, z: -.0697162449} angularVelocity: 0 rndAngularVelocity: 6.36924028 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: .00999999978, y: .00999999978, z: .00999999978} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 7dca5dff796eb47908302d505dcb19b0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Water/Water Fountain.prefab.meta ================================================ fileFormatVersion: 2 guid: caf20877f7cce4351a9b1cfef8dcd186 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Water/Water Surface Splash.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: Water Surface Splash m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: .0162773132, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 4408131 colorAnimation[1]: serializedVersion: 2 rgba: 3475581225 colorAnimation[2]: serializedVersion: 2 rgba: 3814941539 colorAnimation[3]: serializedVersion: 2 rgba: 2888378665 colorAnimation[4]: serializedVersion: 2 rgba: 1447446 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: 1.10999978 rndForce: {x: .432426393, y: 0, z: .494113624} force: {x: 0, y: 0, z: 0} damping: 1 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1 maxSize: 1.29999995 minEnergy: 3 maxEnergy: 3 minEmission: 50 maxEmission: 75 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 0, z: 0} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: 0, z: 1.03214216} angularVelocity: .0848527849 rndAngularVelocity: .464298248 rndRotation: 1 Simulate in Worldspace?: 1 m_OneShot: 0 m_Ellipsoid: {x: .100000001, y: 0, z: .100000001} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: f3d66f34459704a34b36657da3964ea1, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 4 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Water/Water Surface Splash.prefab.meta ================================================ fileFormatVersion: 2 guid: 8600316ae23e146108aa156f81a2d56f NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Water/WaterFall.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 15: {fileID: 1500000} - 12: {fileID: 1200000} - 26: {fileID: 2600000} m_Layer: 0 m_Name: WaterFall m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!12 &1200000 ParticleAnimator: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} Does Animate Color?: 1 colorAnimation[0]: serializedVersion: 2 rgba: 16777215 colorAnimation[1]: serializedVersion: 2 rgba: 3657433087 colorAnimation[2]: serializedVersion: 2 rgba: 2650800127 colorAnimation[3]: serializedVersion: 2 rgba: 1140850687 colorAnimation[4]: serializedVersion: 2 rgba: 16777215 worldRotationAxis: {x: 0, y: 0, z: 0} localRotationAxis: {x: 0, y: 0, z: 0} sizeGrow: .254640132 rndForce: {x: 0, y: .699999988, z: 0} force: {x: 0, y: -9.81000042, z: 0} damping: .886969447 stopSimulation: 0 autodestruct: 0 --- !u!1002 &1200001 EditorExtensionImpl: serializedVersion: 6 --- !u!15 &1500000 EllipsoidParticleEmitter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} serializedVersion: 2 m_Enabled: 1 m_Emit: 1 minSize: 1.56058741 maxSize: 2.03691936 minEnergy: 2 maxEnergy: 2 minEmission: 300 maxEmission: 450 worldVelocity: {x: 0, y: 0, z: 0} localVelocity: {x: 0, y: 0, z: 4.99889183} rndVelocity: {x: 0, y: 0, z: 0} emitterVelocityScale: .0500000007 tangentVelocity: {x: 0, y: .300000012, z: 0} angularVelocity: 0 rndAngularVelocity: .432426393 rndRotation: 1 Simulate in Worldspace?: 0 m_OneShot: 0 m_Ellipsoid: {x: 4, y: 2, z: 1} m_MinEmitterRange: 0 --- !u!1002 &1500001 EditorExtensionImpl: serializedVersion: 6 --- !u!26 &2600000 ParticleRenderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 1 m_ReceiveShadows: 1 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 7dca5dff796eb47908302d505dcb19b0, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 serializedVersion: 2 m_CameraVelocityScale: 0 m_StretchParticles: 0 m_LengthScale: 2 m_VelocityScale: 0 m_MaxParticleSize: 1 UV Animation: x Tile: 1 y Tile: 1 cycles: 1 --- !u!1002 &2600001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Particles/Water/WaterFall.prefab.meta ================================================ fileFormatVersion: 2 guid: c31fa1a55f0c141ccb34e61d6bb78569 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles/Water.meta ================================================ fileFormatVersion: 2 guid: e02bf8d8fe18948ea8ce546b6a32bee5 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Particles.meta ================================================ fileFormatVersion: 2 guid: 9b9106e5cf82342e78e4fcc288becd41 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Scripts/Camera Scripts/SmoothFollow.js ================================================ /* This camera smoothes out rotation around the y-axis and height. Horizontal Distance to the target is always fixed. There are many different ways to smooth the rotation but doing it this way gives you a lot of control over how the camera behaves. For every of those smoothed values we calculate the wanted value and the current value. Then we smooth it using the Lerp function. Then we apply the smoothed values to the transform's position. */ // The target we are following var target : Transform; // The distance in the x-z plane to the target var distance = 10.0; // the height we want the camera to be above the target var height = 5.0; // How much we var heightDamping = 2.0; var rotationDamping = 3.0; // Place the script in the Camera-Control group in the component menu @script AddComponentMenu("Camera-Control/Smooth Follow") function LateUpdate () { // Early out if we don't have a target if (!target) return; // Calculate the current rotation angles var wantedRotationAngle = target.eulerAngles.y; var wantedHeight = target.position.y + height; var currentRotationAngle = transform.eulerAngles.y; var currentHeight = transform.position.y; // Damp the rotation around the y-axis currentRotationAngle = Mathf.LerpAngle (currentRotationAngle, wantedRotationAngle, rotationDamping * Time.deltaTime); // Damp the height currentHeight = Mathf.Lerp (currentHeight, wantedHeight, heightDamping * Time.deltaTime); // Convert the angle into a rotation var currentRotation = Quaternion.Euler (0, currentRotationAngle, 0); // Set the position of the camera on the x-z plane to: // distance meters behind the target transform.position = target.position; transform.position -= currentRotation * Vector3.forward * distance; // Set the height of the camera transform.position.y = currentHeight; // Always look at the target transform.LookAt (target); } ================================================ FILE: Assets/Standard Assets/Scripts/Camera Scripts/SmoothFollow.js.meta ================================================ fileFormatVersion: 2 guid: 885b1972ad11a921d000d37b8d76c639 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Standard Assets/Scripts/Camera Scripts.meta ================================================ fileFormatVersion: 2 guid: 6685d213dcd37451eaa7643f63089046 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Scripts.meta ================================================ fileFormatVersion: 2 guid: 3cadc5c144b6941fd9b94e6f6cbaa3cc folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/MoonShine Skybox.mat.meta ================================================ fileFormatVersion: 2 guid: 5ba172cd3918d7c44aa6d04446119a00 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/Textures/MoonShine/MoonShine_back.tif.meta ================================================ fileFormatVersion: 2 guid: 427ff48b098658742bdcce953d607e78 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/Textures/MoonShine/MoonShine_down.tif.meta ================================================ fileFormatVersion: 2 guid: 1da31b5f0cf126543b66c7d9d24a574c TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/Textures/MoonShine/MoonShine_front.tif.meta ================================================ fileFormatVersion: 2 guid: 5dbdf7dfcf86afa418926ee28fab2b1d TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/Textures/MoonShine/MoonShine_left.tif.meta ================================================ fileFormatVersion: 2 guid: 752b01b0aec6184468996505d2ab8a9c TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/Textures/MoonShine/MoonShine_right.tif.meta ================================================ fileFormatVersion: 2 guid: dc97187fca1dcaf4e84e8b5f414a64ba TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/Textures/MoonShine/MoonShine_up.tif.meta ================================================ fileFormatVersion: 2 guid: 91c222ac5463b7243849bc078d53e72c TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/Textures/MoonShine.meta ================================================ fileFormatVersion: 2 guid: 6134a184b1d49498fb473b6276533784 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Skyboxes/Textures.meta ================================================ fileFormatVersion: 2 guid: 9ef50104b12ed4ca9bed40f105986cd7 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Skyboxes.meta ================================================ fileFormatVersion: 2 guid: 607426a9820414bfd8081fb22854dbd4 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets/Terrain Grass/Grass.psd.meta ================================================ fileFormatVersion: 2 guid: 2c528fec5d95e4ac28cf46399b887662 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets/Terrain Grass/Grass2.psd.meta ================================================ fileFormatVersion: 2 guid: d6cdc79ec19714fcd980ca3f6ac01a0a TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets/Terrain Grass.meta ================================================ fileFormatVersion: 2 guid: f2af333648c334319bd43c214449ab50 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets/Terrain Textures/Cliff (Layered Rock).psd.meta ================================================ fileFormatVersion: 2 guid: 18214e9d6af6248559d501391856f1c7 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets/Terrain Textures/GoodDirt.psd.meta ================================================ fileFormatVersion: 2 guid: bfd675cc0db1d4656b75dc6d6ba91142 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets/Terrain Textures/Grass (Hill).psd.meta ================================================ fileFormatVersion: 2 guid: c6e0767b1f8c34890ac245217f4b9731 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets/Terrain Textures/Grass&Rock.psd.meta ================================================ fileFormatVersion: 2 guid: 440eb36db91ca410f800ff3cfe43572f TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets/Terrain Textures.meta ================================================ fileFormatVersion: 2 guid: cba4562cece794697b418ce8e7c04b3c folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Terrain Assets.meta ================================================ fileFormatVersion: 2 guid: 7e6f84bf81c8d4de280f1133cff7e601 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Daylight Simple Water.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 33: {fileID: 3300000} - 23: {fileID: 2300000} - 114: {fileID: 11400000} m_Layer: 4 m_Name: Daylight Simple Water m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 16, y: 1, z: 16} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!23 &2300000 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: 52b7d70b1de7c4ce09662b77c14d9fda, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!1002 &2300001 EditorExtensionImpl: serializedVersion: 6 --- !u!33 &3300000 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Mesh: {fileID: 4300006, guid: ce8d79c79d11b8f9d00076e98d76c639, type: 3} --- !u!1002 &3300001 EditorExtensionImpl: serializedVersion: 6 --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 0d2f50a8e0bb841a5aaa90ae55db8849, type: 3} m_Name: m_EditorClassIdentifier: --- !u!1002 &11400001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Water (Basic)/Daylight Simple Water.prefab.meta ================================================ fileFormatVersion: 2 guid: 9485b0c79d11e2e4d0007da98d76c639 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Nighttime Simple Water.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100000 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400000} - 33: {fileID: 3300000} - 23: {fileID: 2300000} - 114: {fileID: 11400000} m_Layer: 4 m_Name: Nighttime Simple Water m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1002 &100001 EditorExtensionImpl: serializedVersion: 6 --- !u!4 &400000 Transform: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 16, y: 1, z: 16} m_Children: [] m_Father: {fileID: 0} --- !u!1002 &400001 EditorExtensionImpl: serializedVersion: 6 --- !u!23 &2300000 Renderer: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_LightmapIndex: 255 m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} m_Materials: - {fileID: 2100000, guid: c55afdc4a8a3b4890b07cc7d176510bb, type: 2} m_SubsetIndices: m_StaticBatchRoot: {fileID: 0} m_UseLightProbes: 0 m_LightProbeAnchor: {fileID: 0} m_ScaleInLightmap: 1 --- !u!1002 &2300001 EditorExtensionImpl: serializedVersion: 6 --- !u!33 &3300000 MeshFilter: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Mesh: {fileID: 4300006, guid: ce8d79c79d11b8f9d00076e98d76c639, type: 3} --- !u!1002 &3300001 EditorExtensionImpl: serializedVersion: 6 --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 100000} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 0d2f50a8e0bb841a5aaa90ae55db8849, type: 3} m_Name: m_EditorClassIdentifier: --- !u!1002 &11400001 EditorExtensionImpl: serializedVersion: 6 --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 100000} m_IsPrefabParent: 1 m_IsExploded: 1 --- !u!1002 &100100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Water (Basic)/Nighttime Simple Water.prefab.meta ================================================ fileFormatVersion: 2 guid: 6b436d069d11415d1100ab9b44295342 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Materials/Daylight Simple Water.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Daylight Simple Water m_Shader: {fileID: 31, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: c2ef94ff9d11915d1100a04b44295342, type: 3} m_Scale: {x: 16, y: 16} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap second: m_Texture: {fileID: 2800000, guid: a53cf5449d11a15d1100a04b44295342, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _ColorControlCube second: m_Texture: {fileID: 8900000, guid: 98c330f39d11745ad0004adb8d76c639, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _ColorControl second: m_Texture: {fileID: 2800000, guid: 047330f39d11745ad0004adb8d76c639, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _ReflectionTex second: m_Texture: {fileID: 8400000, guid: 21bb33409d118354d000dcabe39e7c39, type: 2} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap2 second: m_Texture: {fileID: 2800000, guid: 279fb0a19d11d4a6d00051fa8d76c639, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _ColorGradient second: m_Texture: {fileID: 2800000, guid: 8403d3349d112ba4d000be1be39e7c39, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _WavesTex second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: data: first: name: _Shininess second: 1 data: first: name: _Highlight second: 33.2075462 data: first: name: _WaveScale second: .0702830181 data: first: name: _bScale second: .0700000003 data: first: name: _BumpPeturb second: 82.07547 data: first: name: _BumpPeturb2 second: .745283008 data: first: name: _bTwirl second: .0500000007 data: first: name: _distort second: .100000001 m_Colors: data: first: name: _Color second: {r: .371972322, g: .55693233, b: .632352948, a: .725490212} data: first: name: _MainTex_ST second: {r: 1, g: 1, b: 0, a: 0} data: first: name: _SpecColor second: {r: 0, g: 0, b: 0, a: .400000006} data: first: name: _BumpMap_ST second: {r: 1, g: 1, b: 0, a: 0} data: first: name: _horizonColor second: {r: .165530786, g: .241492584, b: .381818175, a: 0} data: first: name: _ColorControl_ST second: {r: 1, g: 1, b: 0, a: 0} data: first: name: _ColorControlCube_ST second: {r: 1, g: 1, b: 0, a: 0} data: first: name: WaveSpeed second: {r: 9, g: 4.5, b: -8, a: -3.5} data: first: name: BumpParm second: {r: 1, g: 1, b: 1, a: 1} data: first: name: _EdgeColor second: {r: 0, g: .100000001, b: 0, a: .100000001} data: first: name: _RefTex_0 second: {r: -1517.37024, g: -23.9408531, b: -3154.91675, a: 2715.94165} data: first: name: _RefTex_1 second: {r: 356.584351, g: -313.125671, b: -962.84906, a: 2791.50659} data: first: name: _RefTex_2 second: {r: 4.95644999, g: -.187056601, b: -13.3834057, a: 20.1233597} data: first: name: _RefTex_3 second: {r: 4.95595503, g: -.18703793, b: -13.3820696, a: 20.2213535} data: first: name: horizonColor second: {r: .61500001, g: .796000004, b: .875999987, a: 1} data: first: name: uvParams second: {r: 10, g: .0199999996, b: .0299999993, a: 0} data: first: name: waveDirX second: {r: -2.5, g: 0, b: 7, a: 8} data: first: name: waveDirY second: {r: 0, g: 1.5, b: -7, a: 1} data: first: name: waveHeights second: {r: .800000012, g: 1, b: .100000001, a: .0500000007} data: first: name: _WaveSpeed second: {r: 1, g: -1, b: -1, a: 1} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Materials/Daylight Simple Water.mat.meta ================================================ fileFormatVersion: 2 guid: 52b7d70b1de7c4ce09662b77c14d9fda NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Materials/Nighttime Simple Water.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Nighttime Simple Water m_Shader: {fileID: 4800000, guid: 9dccc8e8f0da4494991c26ef59019551, type: 3} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 2800000, guid: c2ef94ff9d11915d1100a04b44295342, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap second: m_Texture: {fileID: 2800000, guid: a53cf5449d11a15d1100a04b44295342, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _ColorControlCube second: m_Texture: {fileID: 8900000, guid: 006a5f739d1105f6a000538a2aef8c59, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _ColorControl second: m_Texture: {fileID: 2800000, guid: 8403d3349d112ba4d000be1be39e7c39, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _ReflectionTex second: m_Texture: {fileID: 8400000, guid: 21bb33409d118354d000dcabe39e7c39, type: 2} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _BumpMap2 second: m_Texture: {fileID: 2800000, guid: 279fb0a19d11d4a6d00051fa8d76c639, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _ColorGradient second: m_Texture: {fileID: 2800000, guid: 8403d3349d112ba4d000be1be39e7c39, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} data: first: name: _WavesTex second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: data: first: name: _Shininess second: 1 data: first: name: _Highlight second: 33.2075462 data: first: name: _WaveScale second: .0702830181 data: first: name: _bScale second: .0629245341 data: first: name: _BumpPeturb second: 82.07547 data: first: name: _BumpPeturb2 second: .745283008 data: first: name: _bTwirl second: .0500000007 data: first: name: _distort second: .100000001 data: first: name: _BumpStrength second: .100000001 m_Colors: data: first: name: _Color second: {r: .700785816, g: .481223762, b: .474296182, a: 1} data: first: name: _MainTex_ST second: {r: 1, g: 1, b: 0, a: 0} data: first: name: _SpecColor second: {r: 0, g: 0, b: 0, a: .400000006} data: first: name: _BumpMap_ST second: {r: 1, g: 1, b: 0, a: 0} data: first: name: _horizonColor second: {r: .148485541, g: .282429248, b: .379949659, a: 0} data: first: name: _ColorControl_ST second: {r: 1, g: 1, b: 0, a: 0} data: first: name: _ColorControlCube_ST second: {r: 1, g: 1, b: 0, a: 0} data: first: name: WaveSpeed second: {r: 9.68770027, g: 4.81898165, b: -7.91322803, a: 2.87029743} data: first: name: BumpParm second: {r: 1, g: 1, b: -1, a: -1} data: first: name: _EdgeColor second: {r: 0, g: .100000001, b: 0, a: .100000001} data: first: name: _RefTex_0 second: {r: -1517.37024, g: -23.9408531, b: -3154.91675, a: 2715.94165} data: first: name: _RefTex_1 second: {r: 356.584351, g: -313.125671, b: -962.84906, a: 2791.50659} data: first: name: _RefTex_2 second: {r: 4.95644999, g: -.187056601, b: -13.3834057, a: 20.1233597} data: first: name: _RefTex_3 second: {r: 4.95595503, g: -.18703793, b: -13.3820696, a: 20.2213535} data: first: name: horizonColor second: {r: .61500001, g: .796000004, b: .875999987, a: 1} data: first: name: uvParams second: {r: 10, g: .0199999996, b: .0299999993, a: 0} data: first: name: waveDirX second: {r: -2.5, g: 0, b: 7, a: 8} data: first: name: waveDirY second: {r: 0, g: 1.5, b: -7, a: 1} data: first: name: waveHeights second: {r: .800000012, g: 1, b: .100000001, a: .0500000007} data: first: name: _WaveSpeed second: {r: 1, g: -1, b: -1, a: 1} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Materials/Nighttime Simple Water.mat.meta ================================================ fileFormatVersion: 2 guid: c55afdc4a8a3b4890b07cc7d176510bb NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Materials.meta ================================================ fileFormatVersion: 2 guid: 706eadfad28bc4c1c9bb137b31052b14 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Objects/Materials/water plane-lambert1.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 3 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: water plane-lambert1 m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: [] m_SavedProperties: serializedVersion: 2 m_TexEnvs: data: first: name: _MainTex second: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Floats: {} m_Colors: data: first: name: _Color second: {r: .5, g: .5, b: .5, a: 1} --- !u!1002 &2100001 EditorExtensionImpl: serializedVersion: 6 ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Objects/Materials/water plane-lambert1.mat.meta ================================================ fileFormatVersion: 2 guid: 30abebfd9bf1c49d8a2d26e61e66bc15 NativeFormatImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Objects/Materials.meta ================================================ fileFormatVersion: 2 guid: 40b01469ebddf42bc84870ba2f3d8c4c folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Objects/Water Plane.fbx.meta ================================================ fileFormatVersion: 2 guid: ce8d79c79d11b8f9d00076e98d76c639 ModelImporter: serializedVersion: 15 fileIDToRecycleName: 100000: //RootNode 400000: //RootNode 2300000: //RootNode 3300000: //RootNode 4300000: pPlane1 4300002: nurbsToPoly1 4300004: pCylinder1 4300006: waterPlaneMesh 11100000: //RootNode materials: importMaterials: 1 materialName: 3 materialSearch: 1 animations: legacyGenerateAnimations: 0 bakeSimulation: 0 animationCompression: 1 animationRotationError: .5 animationPositionError: .5 animationScaleError: .5 animationWrapMode: 0 clipAnimations: [] isReadable: 1 meshes: lODScreenPercentages: [] globalScale: 1 meshCompression: 0 addColliders: 0 importBlendShapes: 1 swapUVChannels: 0 generateSecondaryUV: 0 useFileUnits: 1 optimizeMeshForGPU: 1 weldVertices: 1 secondaryUVAngleDistortion: 8 secondaryUVAreaDistortion: 15 secondaryUVHardAngle: 88 secondaryUVPackMargin: 4 tangentSpace: normalSmoothAngle: 60 splitTangentsAcrossUV: 0 normalImportMode: 0 tangentImportMode: 1 importAnimation: 1 copyAvatar: 0 humanDescription: human: [] skeleton: [] handles: [] armTwist: .5 foreArmTwist: .5 upperLegTwist: .5 legTwist: .5 armStretch: .0500000007 legStretch: .0500000007 feetSpacing: 0 rootMotionBoneName: lastHumanDescriptionAvatarSource: {instanceID: 0} additionalBone: 1 animationType: 1 userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Objects.meta ================================================ fileFormatVersion: 2 guid: 2fd60b04f7c434a4dafd253d09bfa783 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Scripts/WaterSimple.cs ================================================ using UnityEngine; // Sets up transformation matrices to scale&scroll water waves // for the case where graphics card does not support vertex programs. [ExecuteInEditMode] public class WaterSimple : MonoBehaviour { void Update() { if( !renderer ) return; Material mat = renderer.sharedMaterial; if( !mat ) return; Vector4 waveSpeed = mat.GetVector( "WaveSpeed" ); float waveScale = mat.GetFloat( "_WaveScale" ); float t = Time.time / 20.0f; Vector4 offset4 = waveSpeed * (t * waveScale); Vector4 offsetClamped = new Vector4(Mathf.Repeat(offset4.x,1.0f), Mathf.Repeat(offset4.y,1.0f), Mathf.Repeat(offset4.z,1.0f), Mathf.Repeat(offset4.w,1.0f)); mat.SetVector( "_WaveOffset", offsetClamped ); Vector3 scale = new Vector3( 1.0f/waveScale, 1.0f/waveScale, 1 ); Matrix4x4 scrollMatrix = Matrix4x4.TRS( new Vector3(offsetClamped.x,offsetClamped.y,0), Quaternion.identity, scale ); mat.SetMatrix( "_WaveMatrix", scrollMatrix ); scrollMatrix = Matrix4x4.TRS( new Vector3(offsetClamped.z,offsetClamped.w,0), Quaternion.identity, scale * 0.45f ); mat.SetMatrix( "_WaveMatrix2", scrollMatrix ); } } ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Scripts/WaterSimple.cs.meta ================================================ fileFormatVersion: 2 guid: 0d2f50a8e0bb841a5aaa90ae55db8849 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Scripts.meta ================================================ fileFormatVersion: 2 guid: ac85670a1b2274f22905d6a43940371a folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Shaders/FX-Water Simple.shader ================================================ Shader "FX/Water (simple)" { Properties { _horizonColor ("Horizon color", COLOR) = ( .172 , .463 , .435 , 0) _WaveScale ("Wave scale", Range (0.02,0.15)) = .07 _ColorControl ("Reflective color (RGB) fresnel (A) ", 2D) = "" { } _ColorControlCube ("Reflective color cube (RGB) fresnel (A) ", Cube) = "" { TexGen CubeReflect } _BumpMap ("Waves Normalmap ", 2D) = "" { } WaveSpeed ("Wave speed (map1 x,y; map2 x,y)", Vector) = (19,9,-16,-7) _MainTex ("Fallback texture", 2D) = "" { } } CGINCLUDE // ----------------------------------------------------------- // This section is included in all program sections below #include "UnityCG.cginc" uniform float4 _horizonColor; uniform float4 WaveSpeed; uniform float _WaveScale; uniform float4 _WaveOffset; struct appdata { float4 vertex : POSITION; float3 normal : NORMAL; }; struct v2f { float4 pos : SV_POSITION; float2 bumpuv[2] : TEXCOORD0; float3 viewDir : TEXCOORD2; }; v2f vert(appdata v) { v2f o; float4 s; o.pos = mul (UNITY_MATRIX_MVP, v.vertex); // scroll bump waves float4 temp; temp.xyzw = v.vertex.xzxz * _WaveScale / unity_Scale.w + _WaveOffset; o.bumpuv[0] = temp.xy * float2(.4, .45); o.bumpuv[1] = temp.wz; // object space view direction o.viewDir.xzy = normalize( ObjSpaceViewDir(v.vertex) ); return o; } ENDCG // ----------------------------------------------------------- // Fragment program Subshader { Tags { "RenderType"="Opaque" } Pass { CGPROGRAM #pragma vertex vert #pragma fragment frag #pragma fragmentoption ARB_precision_hint_fastest sampler2D _BumpMap; sampler2D _ColorControl; half4 frag( v2f i ) : COLOR { half3 bump1 = UnpackNormal(tex2D( _BumpMap, i.bumpuv[0] )).rgb; half3 bump2 = UnpackNormal(tex2D( _BumpMap, i.bumpuv[1] )).rgb; half3 bump = (bump1 + bump2) * 0.5; half fresnel = dot( i.viewDir, bump ); half4 water = tex2D( _ColorControl, float2(fresnel,fresnel) ); half4 col; col.rgb = lerp( water.rgb, _horizonColor.rgb, water.a ); col.a = _horizonColor.a; return col; } ENDCG } } // ----------------------------------------------------------- // Old cards // three texture, cubemaps Subshader { Tags { "RenderType"="Opaque" } Pass { Color (0.5,0.5,0.5,0.5) SetTexture [_MainTex] { Matrix [_WaveMatrix] combine texture * primary } SetTexture [_MainTex] { Matrix [_WaveMatrix2] combine texture * primary + previous } SetTexture [_ColorControlCube] { combine texture +- previous, primary Matrix [_Reflection] } } } // dual texture, cubemaps Subshader { Tags { "RenderType"="Opaque" } Pass { Color (0.5,0.5,0.5,0.5) SetTexture [_MainTex] { Matrix [_WaveMatrix] combine texture } SetTexture [_ColorControlCube] { combine texture +- previous, primary Matrix [_Reflection] } } } // single texture Subshader { Tags { "RenderType"="Opaque" } Pass { Color (0.5,0.5,0.5,0) SetTexture [_MainTex] { Matrix [_WaveMatrix] combine texture, primary } } } } ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Shaders/FX-Water Simple.shader.meta ================================================ fileFormatVersion: 2 guid: 9dccc8e8f0da4494991c26ef59019551 ShaderImporter: defaultTextures: [] userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Shaders.meta ================================================ fileFormatVersion: 2 guid: c8e96a067d1ef4982b454cf5a686f648 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Textures/Water fallback.jpg.meta ================================================ fileFormatVersion: 2 guid: c2ef94ff9d11915d1100a04b44295342 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Textures/Waterbump.jpg.meta ================================================ fileFormatVersion: 2 guid: a53cf5449d11a15d1100a04b44295342 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 1 externalNormalMap: 1 heightScale: .0164516103 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 512 textureSettings: filterMode: 1 aniso: 3 mipBias: 0 wrapMode: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Textures/nightgradient cubemap.psd.meta ================================================ fileFormatVersion: 2 guid: 006a5f739d1105f6a000538a2aef8c59 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .100000001 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 3 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 32 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 0 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Textures/nightgradient.psd.meta ================================================ fileFormatVersion: 2 guid: 8403d3349d112ba4d000be1be39e7c39 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .100000001 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 32 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Textures/oceangradient.psd.meta ================================================ fileFormatVersion: 2 guid: 047330f39d11745ad0004adb8d76c639 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .100000001 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 32 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: 0 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Textures/oceangradientcube.psd.meta ================================================ fileFormatVersion: 2 guid: 98c330f39d11745ad0004adb8d76c639 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .100000001 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 3 seamlessCubemap: 0 textureFormat: 12 maxTextureSize: 32 textureSettings: filterMode: 1 aniso: 1 mipBias: 0 wrapMode: 0 nPOTScale: 0 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources/Textures.meta ================================================ fileFormatVersion: 2 guid: 33850b67ffcaa4b6c9a7146e4be0b917 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic)/Sources.meta ================================================ fileFormatVersion: 2 guid: 70a4c3571f5624280bd8605def97056d folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets/Water (Basic).meta ================================================ fileFormatVersion: 2 guid: dc7abfa0435174ded902b073322d67cc folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/Standard Assets.meta ================================================ fileFormatVersion: 2 guid: 7419605968b9244c7ae0469734e879a6 folderAsset: yes DefaultImporter: userData: ================================================ FILE: Assets/terrain/cracked.jpg.meta ================================================ fileFormatVersion: 2 guid: beca4e1e0886e4e98a210e8a63c7132c TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/terrain/red-sand.jpg.meta ================================================ fileFormatVersion: 2 guid: e0915aa76f2ac4805a66b1d9b76f31fd TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: .25 normalMapFilter: 0 isReadable: 0 grayScaleToAlpha: 0 generateCubemap: 0 seamlessCubemap: 0 textureFormat: -1 maxTextureSize: 1024 textureSettings: filterMode: -1 aniso: -1 mipBias: -1 wrapMode: -1 nPOTScale: 1 lightmap: 0 compressionQuality: 50 alphaIsTransparency: 0 textureType: -1 buildTargetSettings: [] userData: ================================================ FILE: Assets/terrain/terrain-map.asset.meta ================================================ fileFormatVersion: 2 guid: 5bb9f3f33a27a4f658313dffbdbdaed5 NativeFormatImporter: userData: ================================================ FILE: Assets/terrain/terrainRAW.raw ================================================ }yuqmiea][WSQOMKIIIIIIIIIIKKMOQSWY]aeikmqssssqokgc_YSOIC=73/+)))+/37=EKQYagou{}ysokga]WQMGA;5/+%!!#'+/379;=;;973/+'%!!%)/5=EMU]emu{yqiaYQIA;5/)'####%)-15;AGOU[agmsy}{uoia[SME?71+'#!!!!!##%')+-137;?AEIMSW]ciow}{wqmga]WQMGA;71-)%!!%)-15;?EIMOSSUSQOKE?91)!  '1;EOWaiou{}{ysokga[UOIC=5-%ۭ߭٭խխӭӭӭӭӭխ׭٭ۭ߭߭ݭۭۭ٭٭٭٭٭٭٭׭׭׭խխխխխ׭׭٭ݭ߭ !+7CMWaks{yqi_SI=3'  #+3=EMU[ciouy}{umg_WOG=3) ۭ٭խӭӭѭѭϭѭѭѭӭӭխխ׭׭׭٭٭٭ۭݭݭ߭ !'/7?GQ[cmw{yuqke_YSKC=5-%߭ݭۭ٭٭٭٭٭٭٭٭ۭݭ߭ #'))'%! ۭѭǭ˭խ #1=GQY_egikigea[UOIC;3+# խ˭}{{{{}ɭ׭#1?KWaks{{sk_UG;+ ӭŭŭϭۭ !+5=GOW]ciouy}}wog_WME;/# ׭ɭ{ywwwwwy{}}ǭͭխۭ'5AO[gs}{wusqommkkigca]WQKC91' ߭խ˭íɭӭ٭ݭӭɭ{ocYOIEEGKS[guɭ٭ %19AEGIGC?;3+#ۭѭŭsgYK?5+! !'/7?GOU[_aa_[UOIA;3-'##+7CQasխ!/?KWakqy}{skcWK=- ϭqaUIA9757;AIS_kyǭխ #-7?GOU]cgmsy}{umc[QE;/!٭ɭscSE9-#  !%'+-13557777755555555777999;;=?ACGKOSY_emuϭ߭'7GWeq}yqke_[WSQOMKIGEC?;5-%ӭŭug[QG=5-'!#)19EO[eq{qcSA/ ׬ѬˬˬͬӬ۬/E]s˭ݭ ۭϭ{k[I9'Ѭ}{yyy{ɬѬ٬߬߬٬ӬˬǬ٬7Qkѭ!/=IS]ckosuuusqmg_WM?1! ˭cI1߬ѬŬŬϬ۬ 3G[oɭ٭ !+5=EMU[ciou{}ukcWM?3%׭ís]G1۬ɬ}wsqoooqswy}ìŬɬͬѬլ۬/?Qe{٭ 3GWguyqg]UKC;5/)%! ݭѭ}kYG5%׬ɬŬӬ %-57973)٬ìq_OA7313;GWiͬ %C]wíͭխ٭٭׭ѭɭygWE1 ͬu_I5!٫ϫɫūëëūǫͫӫ٫'1;CGKKIC=5+! ߫۫٫իӫѫϫͫ˫˫ɫɫɫ˫ͫѫիݫ+C_{ݬ!Ccѭ )5?GOSUWWUQME;/!ѭ{[;լ{cM;+!!)7EYmˬ/G]s˭٭ !+5=GOWagow}yoeYM?1!٭ŭmS9ͬy]C+ӫɫūɫϫի۫߫ !!#%')+/37=CKS_kwì۬1Oo˭5I[kyymaUG9-! ۭ߭׭ӭϭɭ{iS?'ˬuaO=-ݫ۫٫׫׫٫ݫ '9K]oqYA' ٫{uswի9]ˬ +EYky}seWE3 ߬ǬgM3ūs[E/  %3CQ_kwyoeYMA7-# #7Okӫ#Myͬ?aͭ !'+--+% ӭa=ŬoEӫmaWUW]iy׫3Qqˬ3K_sǭ׭ %/;GQ[cks{wmaSE3#ѭoU9ݬyW3˫iM3 ٪ӪѪϪѪժ٪ߪ !)19?GKQSWYYYYWWUUUUUWWY[]]_aacegkosyǫ۫ )Ik߭/Wǭ#;Qeu}oaQA/ ׭ɭyoeYK9%ݬkM/ݫëkWG9-!  -=Ocwϫ  ׫eE#ͪǪ+Uݬ 7aͬ ߬ɬcI+ѫsQ/ ɪiM3 ߩ٩թթש۩%7IYiyseWI=/#ߩݩ۩٩٩٩ݩ%?]ի5iѬ;kɬ=]y˭٭խǭeCǬg3ɫa3ߪukgiqê'Ms 3UwѬ3G[oɭ٭ %3?KWaku}wk]O=+ӭcC#ᬽqK#ϫwK˪}Y9ݩϩũũͩթݩ%/9AIQY]cegiiiggeeceegiikmoqsuwy{Ū٪%Ek!S!O}ϭ/I]owgWC/ϭweSE;1)# ϬgG%ݫqM+ ˪}gSA1#/CYq۪ !3?GIE=-wQ)wu{ 9m۫K7Wqu_I-ѫkG!ժ_7 㩻kG%Ϩͨߨ/ASamuyyuog[M?/٨ͨèè٨;gϪ EǫGū7iŬ/IauqY=Ϭo7?Eݩq[MGIScy۪/]Iuɫ7Ywͬ/G]sǭۭ!/?KYcmwwk]M;'ݭa?ͬ{O#ūc1Ǫ]'󩿩_5 ˨{qmkos{ͨ٨ !)17=ACEEECCAAAACCEGIKMOQSUY[_ciqy˩-W-k-m#W%AYm}qaM5ŭeG+Ϭ{m]K3٫c9 ᪳[1 㩽{_C+٨ϨǨŨͨۨ3Qoϩ #7EOSOC3٩Y+Ѩ_G3))1C]ߩU۪cQë٫׫ëmI#ӪS'˩m; ٨wGç{]E/!%3EYoͧ! ߧͧugYKA7-' )9OkWߩ)wŪcA1_Ѭ+7?CC?7+Ŭq?˫A[ q)稫uI% -Muө=u!W#Oyɫ3Sqˬ!=Wqѭ!1AO[gq{ui[K9% խoIɬk9ӫe-󪷪{==E ٧}W7 +9KYiyǧѧקݧ %1AUmթ9sC3լ#m7oѭ=Wk}o]E+˭}S+٬qS;%׫˫sS/۪yE٩o9ը{S- ͧyi]SKGCEIQ]mէCiӨ%)%Ũm;ϧe3æ A} YO+i˪ !ͪW)ɩc/èS㧩o5æW'ѥweYSQU]i{ۥ-E[m{ugUA-ۥǥ{og]WQKIGGKQ]mSݧ+٨5Q[;y;]yŬŬwU/˫M_K먍3ݧCͦkccoͦ/i+o7w)_ŪKsë 3W{%Ecѭ%7GSaku}ui[K9# ѭa5 ׬m7Eê;eϨ7맟S æC ե_E1%%/=M]oͥߥ'19?EGIKKKIIIIKKMOSUW[]acgimqwϦ;k/թ1W۬3ӭYǭ;Wm}oYA%ݭW%񬽬U%ͫiS?-ݪǪc9 ө_!ᨡa!᧥k3ϦyU3ϥ٥=e=cçɧç}U%例w9O#ۤۤ'[1Gc Sũ '%㩿g3ŨMӧUӦM ǥAI磽i[SQU_mѣ/Kg{eO7٣ã}ocYQIC???EM[mӤ?ѥ'S/ {ISS˫%%˫u?kQy )WU᤹ߥ CŦ YG-w?}%YIwϫ'S}Ϭ?a׭+=KYcmw}ui[K9# ϭY+K ɫ=󪩪]mǨsŧk]Wm)cC-)7I]sˣߣ'5CMW]cgikkkkkkmmoqswy}äդ -Yɦ_eݩWѪI/_K;Woo[A!ӭq7{9y? תiO7#өoCרYɧ}1妙O ťGۤY7ϣգ9cä)[ݥ%)%եq3񤩤aӣW%ӢӢ-ie˥7Y QݨͨM٧Wͦ=󥩥_Ǥy-ߣEm-񡻡cC) /Eaá )Icyq]E+ۡwaM;+-Msߢ%uѣ5uݩ=)iϪ3GW]_YK7ɪS ])ãiᢳۣM5CSQ3y9u!Yɪ5m׬ ;mɬCgŭ߭ !1AO[eow}}sgYI7! ϭU%וּw3뫡SWG騋)ǧe5ͥe-ɣeY šQ%ӠɠŠɠѠߠ3Me}á١ %/7=AEGGIIIKKMOQUW[_ceimquyŢߣ-a=} /Sig٬AC?]ss]C!ͭa!۬C󫡫Meᩫ{S/ɨsMq)ݦ7᥇/פ/ߣO Ӣk=ѡymecemyǡI)aɣ3EKE3{5颙G]㠷7YϣKˤMͥI'קOu}_5ɦC] gie_ e͟MŞɞ -U{ǟ/=EEA7'ǟmO3͞{qiecgo{Ϟ7{͠)'Qy[Oũ9QakkeW?;稇)Q)?砡kG55EeϡeO!M]O)o;}E˫ Iū7kϬ'Msͭ%5CO[emu{yocWG5˭S!묭k%׫/ժuEۨo!=ɥUߤi{5ɠc[ٞ}_I=9=EUgϞ9Qg{ɟџ՟ٟݟߟ )3CWo+uˢ/?ߥ1ߧ;婉%?/Cŭ#GcyycG'ϭYŬqU憎%égè}? ߧy]?ɦ[ϥ}'ɤi;բse͠K៳eG+7['e%aǡ !'! A󠟠E럏7垛]- 9s! Aӣ]YåkѥեImg O񡑡1ѠqM힍1ם/圡g5 כ˛ɛϛݛ/U}ќ#Ggw]A#aC'ϛ͛K۝7%[SEߥqySK );EG?/A#%WUg՟Oٞu#睽۞Q]Ǡ5 }]Ǥ-MQG7ש)yǪc?Ŭ?wݭ 3Y}ӭ%3AMWaiqw}{si]QA/ǭ}Q笩e˫uMowm_١QˠEßAŞM۝qg%뛽uqs}כ/Mi˜ݜ #)-157;=?ACEIMQUY]aeimqw۞3o qkO ͤe3ɨC񪓫)+KѮ-OkkO/׭[]%-CקuѦW'ץg; ϤC1ɢ[y'WK{C㜻yaM=515?OiߝQ՞a#WK kI圃+ٛa;+-Eq u{Q1G#w KS󡑡+Š]󟋟!My=՛o W}GӘјט?iGmϚךٚӚǚeE!ٙqQ3јӘ'agݛa񜏝7瞟]סG3C!}ϧOǧݧѧUŦigãa!aS9ɛm'ߚݚMO1+/3+[#A[wר7OYGӬO?cխ!/;GQ[ciqw{}yqi_SG7%߭wKᬥaëk 3A9eϤ9 sݡEU19ٙ9ɘwquݘ=[{əߙ'19?EKOSUY[_aeimquy}Ϛ 7oiߝea-ѣoIӪ#3[߮;[ssY;㭩eYqeө?s/ݤY%ˣsA Ǣ}+ϡi%K雍9횩k3ՙs_MCAEOc}˙9yQ-mӜ  ɜM;њc/טU/!;oOc]q=ӡݡӡMU񟉟;ɝWq3ÙSw Mc'ӕٕ!K{ۗ 7_ǗϗϗɗuU3 uQ/ ՕskeekwӖIiyÚ{=םyG ͡/ͣ]ߤScۦ )AOQI5饯e1m/_ߜOc瘃5Wocs3?;' uM%mݦM- uߩEc Y%_ǬCeѭ '3=GQY_ekosuyy{yywsoic[QE7)ѭk?׬W a!#oѦ/7ߢ3ݠ3;Ig͙9#3ɖmە{_MGISe}ו9YwӖ !)/59=AEGKOSY]aeimqu{ߘ9wř#]ٞџՠ !195#ͪ/ìGq#Ie{eG#󭻭w'ˬai۪??٦+QϣYS١s=Ǡ/ӟo s]ךWݙi?헣_#햿sU=-##/Ca'kO3w!љK%A͖_Mהݔ1iQ ͚OOݞU;YcW7ŞuIלaoy#5Oyi!㒱qa_ewۓ 9kϓ'Mku[=ϓW1 ÒmUA/!'?_œ cɔA˕eɗc=Ým39ǢGq'KeuwoY7ǣw%7sŜ+Kyaەkݔ˔5]ۗc󘇙O{ '31'   wSyѫ!m3kͬAaǭۭ %/9AGMSWY[][YWQKC;/!׭}Y-ǬIS񪅪 }A3y7u3uEך#qkǖ)}3ߒ_3/Kiђ/Kcyɓӓۓ #'+/37;AGQ_qՕ S%ϘkY]u͠E ݪKg٭;Ѯ 5WqW3 ӭAyuݪ5%Q}){ݡOՠkß}?ɞE?Ӝ]ۛSŚ1qWӖWyq)铱S-ْגےAq/{ɕkGՖǖY EӔ]i)ّq_gÒ[ߖ{G i}9qm7񛛛;Ϛ[caߗ]ݖ[ە]ߔaiw%c ÏQ) /S}ݐEwѐ/?IIC3ÐuK#яaA#َǎێ-i}1瓫]E5' ՜s-ןsw?Ϣ+GW[Q;㡟Iiݟ=ǜ%19?IYw;3ّwoE%9ϕk M혍'Ww-Aϡ_񢅣E٥mmժ75}9mɬ7Uqɭ٭ %+/11/-'! ͭ_;ᬭs1竗?ݪscǧm)[ן%Muћ9q)kGW7Cݏ;ӎɎ'Km͏'7EQ[emu}Őɐ͐ѐՐِݐ1UÒok˕AaǢ'ɦ%3'ɫw_GeG뭭a!CϦ#Ew9霡]ӛ5ٚqgї3Y-5ϑsՐW!͏uswߐGϑi [!OqwU#ᒍ-KϐQӏ[뎉7ύǍ)+㑩{Q)˖;ט]˙[}yUӘy'% )UW㋻Ë?sۍ?kɍٍۍ͍}Y3 ጵc;ыiWI?;;CSmÌQ!=珥sO9-''%#뚿;ߝsi˟eɟ۟}5۞mW?QUSKCAEWyc厅A#OUѐY푇)ϓwǕmO똁=ϛa󜉝YE?飏5եs +1K=1c߭!=WoǭӭݭݭѭíoS3嬷K ësSߩa٨EI-EYiyÙݘEoϔ?}SkݍY{!ՋiG3))3E[yۋ?]wÌьی %+17;AEKOUY]acgmqyǍ!c1ᑯǖ_˚IӝcuצQgaAEí-Ϯ 7Y5ͭ/ɬOë!kçѦϥiO?=Msm!͙5瘗?ݗquQiÒU͏Oێqm'댵_=#%CiэU;Տ[ۏՏ{5ݎy 'Êo1 +mˋEٌ? ㏿yMǔie'󕹕k13%} #G㉅1爩uM3%!)=Y{Չ;qӉ%C[muuo_K/ʼnsIψeG-߇Շччۇ+]OÊK狕W) ٘g9s%EW]S;ٜ/5G[a[M;)9g'ߊ)k)͏w#ё})ѓy]1͘i OW Ş?u/磙G陋-MӨOũ3S7wKu߬1EYkyq_K1ϬyGѫ=骋#5զ[ӡۙטחۖ %EkÏ/mM }q3ˇˇۇ-Moψ/AO[gqyÉlj͉щ׉ۉ߉!7WUÌK덩=E癙SǠueO]%K#ﭯ]_ۨ奿Iw=#[+˖u!ϕyG˓Csː!wώ+mu O}G͈ɈO͊]5wߌ'ߋ['-+A݆M'%OqsC፿]EQuoIe yi_݋_gu;ӆsɅEՄɄDŽτ!Iy݆Cq߆  ˆc;煿qM+ ӄy{ՅIoE ߊŋϏݐɕcEÙ/ךEg{w_5KӘG!AOMA+ۋ݊]3ˇUGUc iǏsőkUC떙I}C ٜ{MGmQiaѩ9G۫YūGkì۬%+/-)!۬{S%󫻫;瀞A۩koߧC#U{}eI-ӔɓǒˑՐCoՋUM#+Åg߄wmmuӄ3So˅ۅ!)19?GMSY]cgmquy}φUqs_mm}W9!ߠ]qͨ뫣Aŭ5ٮ?׭3ǬE-EC%񤥣G۠i'י}{ϕ%G풕9ّqcŎ!wˌuϊ1 E톟YㅳiM9+%%/?WyцCÇG1AC5釫]%))C႑W1'5a ˅Y3ӊq)͍Y͎'ea'ۍ)'#5O߅o1̓mu3́ 7gɂ'QuÃa?˂{U1 ρm]QGCEM_yς_3Udžuuq9%q/SgmeM#疙5-͒#ًՆo}1%e!#SISUM󐛑G󒥓[ٕoCݚqS1 ߡq/夓9Ӧgs[ũ'ժ%m%Y۫;SiywcI- 㫵Mͪ1שu Gդ /IUWK7˙m?ŒŊE}Mk߃_낇/でyYC99AOc}Ձ+E[oÂ˂ӂۂ #'+-139?GSë́ W1ņwKCaW'/?C9פyQO o1m WOeǝ''ݒwqE厃% mɊsLjy݆G;ńYS ςkC߁ׁՁف7_-c˃9IOG1 ׃Cy 4~~~T~2~*~:~h~!́U+兿U 7?coa=g)/?ɄYK遇'ˀq>~~~~x~p~p~z~~~~Jz؀)KioU9`:~~~~~~t~b~R~F~<~:~:~B~T~l~~~L3߂mO?;AM[goqgO'񐧑Kߒ_ϓ-})/'哫[Iٍߋϊmacw;IˀÀ!qՂI̓[񄏅3ۆ1ۈ/ي)ь{'Վ?]7ߗӘ˙Ú{]7 עSE٦c_Ѩ9M%cϪ'Mmǫѫ٫٫իͫqM!񪻪=󩣩K먁 qѥ#gɡӜUݖ_!瑳_C1)+7Ki/smс??r~~~p~P~<~2~0~8~F~X~n~~~~~(<P`nz %9Qu/a?AmÉC錷ՕA{ɟϡ#[O#M])/ӥu[!Uז3Eߏ Q/O닉%GɉCuφ'ل7 )ˀu)vH ~~~~~~~~~~~&Nv1GUYQ=l~~J}}^||h{{{zz|zJz,z&z:zfz{{||}v~< S]S  녷s!ń]񃁃 +Q뀇'r~~p~}}~}2|||f|.{{{{{{{{{{{||2|^|||} }2}R}l}}}}}}}t}\}@}"}||||t|R|2|{{{{{{{x{n{f{b{b{j{z{{{||f|}*}~8~]5%'#όI}mː[ǐϐǐM%;mycO?9?W(~~8}}}}}~~J~=ق{Äi[MS ÌO!ߐɑǗϘיݚݛۜѝa-񢫣[1='M7yGmêӪߪߪӪ_1é;먕5ͧ]]˥/ѣ ;]quoY9 טS q%ݏ]+шɇ͆ۅCyEZ~~>}}N|||:{{{{z{h{^{\{b{p{{{{{{||(|<|P|b|p|~||||||||||||||||||||||}}}}} }}}(}<}V}z}}~6~sWcK1;e__OYy)1ݮۭ/){èy7]q{5C1q3͇cwgӄ7Qt~~~&}}z}0||||R|*|{{{{{{{{{{{{{| |&|>|T|f|p|v|r|f|P|.|{{{6zzzzyy&xx8ww^vvvlv>v$v"v6vdvw wx xyXzz{|p}:}~XkՁ)coAg F~~|~}}`} ||h|{{{L{ zzzLzyyyryFy yxxxxxxxyy2yVy~yyyz&zLznzzzzzzzzzzzzdzDz$zyyyyyhyNy6y y xxxxxxxxxxyy:ypyzznz{l||}t~B ݆LJs3㊁U9OWQ;ی13߉;OWSI;/)+<~\}||<{{P{zzzz{{J{||x|}|~~4΀i G烇+υuχAъoa[_gw͖  ɟm/碗;դgqY!{ͨ]թ1Ww_9 ӨOO{[I˝ɜuAoǑqǍy3ÈomwہO~~>}}|r{{nzzz.yyyTy"xxxxxxxxxy y$y:yPyfyzyyyyyyyyyyyzzz zzzz z$z(z,z0z2z6z8z:zz@zBzDzHzNzXzdzxzzz{"{r{|X|}~cχˉ3 W=Ǩ%U[;{ͮ ˭y=__7kɢᗿ͎9 #eņ=ŅW񄋄#?9J~~ }}||{{V{zzlz,yyyyjyFy&y xxxxxxxxxxxxxxxxxxxxxxPx wwwTvvv8uu\ttxtss:rrr^r4r r r8rdrsststu2uvwZxxyz6z{^{|<||||||||||<{{{PzzzRzyyly*xxxzxFxwwwwdwxDxFx@x6x(xwwwwwwnwPw4wvvvvvvvv|vrvjvfvfvlvxvvvww>wwxVxydzz{x|H}$~ ~ӁY׆ى%c͉׉щcOˇ3ń#+++,~2}@|Z{zzy|xxxLxxxxxwvvvvzv\v>v$v uuuuuuuuuxufuPu6uttttXtss|s$rrbqqqppBootonnnTn0n n$nx||}~[!ۂ'9c9OYSA!텫Sm݃9~.}<|J{`z|yxx"w~vvvvuuu|uvuuuvvlvw.wxxy yzz{,{|J|}p~~F쀙Qۃ{qq{ˌCo!3?A9' 坵{5砍+MϣI!٥'o7Sgqsk[?륳q%Ѥq iàS͛ۚۙϘc'㒕?厉)ˊodžC׀~~ }>|z{{zryyDxx6wwDvvrvuutu2tttttnt`tZtXt^tftrttttttttuuuu$u,u4uo\oxoooopp.pRptpppq q2qVq|qqqqr rr&r.r2r0r*r"rrqqqqqqqrq^qJq6q$qqppppppppppppqq>qrqqrVrs2stBtuv.vwxPyyzj{{|@|}B}~~j~~*Ttj@~~d}}~||V{zz6ynxwwvrsTstu*uvpwwxBxyRyz|{{{Tzzzyvxx8wvvu^tss>rqqfppnp ooro@oo ooo*oNozoop4ppq(qqrFrssstntujuvwwx`yyz{v|Z}J~DJWo߆ =m͋A]q{}wgM)Ř;隋#5ٞ%gǞU UmU[і+3/! 鎽QɈ}1ᄓI~X}4|{zy.xRwvvu~ttfss|srrXrqqnq*ppp~pNp$poooooooooooooooooopp ppp$p,p4p:p@pFpLpPpVpZp\p`pdpfphpjplpnppprprptptptptpvpvpzp~ppppppq.qvqrNrstuwxzP|P~iUYguyc-ˠ;sq7é=1%߭%1?ͦEiۖ?g׈7ye}|{NzLytxx0wwJvvvBuuuBttt.ssnsrr\rqqjq"ppp`p$oooto8nnn|n6mmmRlllFkk~kjj2ii>hh:gg*ffedddccPbbJaaV``|`__r_*^^^^^t^t^^^^_8__`2``alabHbcccd,dtddee0eHeXebefehehejelere|eeeeffTffg&gvgh$h~hi4iij8jjk"kjkkl0llllmmHm|mmn n6n`nnnno o$o6oFoPoXoZoZoToLoBo4o&oonnnnnnnnnn^nNn>n0n$nnnnnnn nn(nBndnnooJoopfpqRqr^rsvttuuvvvw^wx xPxxxyy6yJyTyVyNy:yxxxlxwwBvv8uutfssrrqq.ppoo nnBmmmm\mFmmLmfmmmnnZnno4oop8ppqbqrpqqrbsJtfuw@y{ }LƂqIEYyAâ 񧋨笑ۭ󧗦5/񝁚?OYmۄK}|"zyjx\w|vv.uuHtttLtssfsrrrrqqxq&pppBooovo6nnn|nrs$sstVttuDuuuvvnBnDnHnLnNnPnRnTnTnVnVnVnXnZn^ndnlnxnnnnopppdpoooDonn|n[t[[[\\,\D\Z\n\\\\]]4]j]]^J^___`zaabbcDcdhdef fg ggh\hi"i~ij$jrjjk@k~kkl"lPl|lllmmm(m4m>mDmDmBmno$op*pqVqrsht0uuvwxyz{|}~';KYac_UC+ ጱy7폙=ՑaYÓ!q+73˓;ےokՐ1ǎ1WqygO3~}|h{Jz0yxw vu$tBsnrqqFpp$oo:nnntPsrrprqqfq"ppplp0oooto2nnnnn,mmmhm$lllPlkkZjjj4iiLhhFgg fee*dtcbb,a^`_^^]0\Z[ZYY0XzWW*VV UUTTXTSSSdSDS.S"S"S*ST|TUUDUUVVNVVVW$WLWrWWWWXX X>XbXXXY.YtYZ$ZZ[z\\](]^l__`paabtccdXde~ffggvghJhii^iijDjjkklPl^lfllllljldlZlNl>l.llkkkkkkklkVkBk,kkjjjjjjjjjjjkk&kNk|kkl.lvlmmfmn n`nooJooppDpxpppqq&q:qFqNqLqDq4qppppRpooZnnn mm>llXkk|kjjVjiiri6ihhhhhhhhhhhhi$iPiiij0jrjkkXkllrlmPmnPnovppq|r>s stuvwxyz{|}~qW5 ߈k%ً!A5Gᏻ?뎇kËQن ~}|{zyx~wvvvu|tsrqq2pzoo8nn0mm`mlllVl.l kkkkkkkkkkkkkkkkkkkkkkkkkkllll&l.l6l@lHlPlXl`ljlrl|llllllllllllllllllllllmmmm mmm,mBmbmmnnoopqs tv\xfz}4-s)3/cYͪ۫ouӭ{ yŪߨ-}e]yMۃ~|,zx0vu2t srPqq.pppp(ooo|oFonnnln0mmmzm:lllrl*kkk:jjjii>hh>ggf|ee$dlcbba8`Z_v^]\[ZYXXW8VbUTTSvRRLQQZPPPPPOOOOOOOOOOOP&PTPPPQ.QhQQRRFRxRRRSS>S\SzSSSSTTHTxTTU@UUVbVW^WXY*YZ[F\\]^V__`a\bbcfdde.ef6fg"gghThiiTiij(jdjjjk"kDk`kzkkkkkkkkkktkbkLk6kkjjjjjjnjVj>j(jjiiiiiiiiiiij j*jPj|jjk k`kkl*lnllm.mjmmnn2nZn~nnnnnnnnnnnnnln6mmmbmllVkkk*jjbjiiLhhhbh"ggggfgJg6g&ggg g(g8gLgdggggh*h`hhiifijjbjk,kllm mnPnopdq(qrstunvZwJxjjj,iiVhh`ggFffeZdccbFaj`_^]\[ZYXWVUTSRR QBPOORSl kkkFjjjTiiiLhhhHggg`gffftfJf$feeeeeeeeeeff:f^fffg g\ggh.h~hi4ijjzjk|l lmBmnoVppqrsVt2uuvwxyfz>{{|}z~>~i_kɆaņɆaW]σ3فW~}||{&z8yJxZwjv|utsrqq&pVonnmfll0kk*jjXjiiiPi,iihhhhi ii*ilDlNl\lplllm>mn.nopr suVw^y|0~ KGKϣ٨]_kѭwsߩϨU]%ՏEт}.zxvtsxrBqDpvooLnnnNnmmmm`m4mllldl(kkkXkjjXiiihh ggf`eedHcba``_^]\ZYXWVUTnS`RXQXPbOxNMM L^KK0JJ@IIIFIHHHHHHHHHHI I.IRIzIIIJJDJlJJJJKK.KJKdK~KKKKL&LVLLMMdMN,NO"OPNPQRlS8T TUVWXYZv[b\J].^ ^_`la&abc"cdJdeTefBfggxgh*hxhii>iriiijjj.j6j:j8j2j&jjiiiiixiXi8ihhhhhzh\hBh(hggggggggggggggghh>hdhhhi i6i`iiiijj>j\jxjjjjjjjjjjjjjjj>jiiiZihhh2gggHfffhf$eeere@eddddddzdrdndpdxdddddee,eXeeef4fxfggdgh hhipijxkkl@lmnHoopqFrrsthu0uvwzx6xyzX{{|R|}~~.Á'AKI9끯e 1&~}}>|{{z:yhxwvvu"tFsjrqppoRnmmlnkk0jjii2hh|h2gggggrgjgjgrgggggghh8hVhvhhhhiii6iPifi~iiiiiijjj"j.jmlllldl2kkk~k8jjj}j}}}}}}p}B}||f|{{zzyfxxwbvuu&t^srrq8pponn,mrllkfjj(iihhggLfffpfltlm$mnPo&p0qprtvx{~HAeg /+󠁢ͤۦ5K]ѭyuߩϨ MO՘ǒ3׈?(|fywusrhq*p$oNnnmmbm lllldl:l kkkhk&jjj4iijhh|ggfff&evdcc"bFa``n_t^p]b\L[0Z XWV~UJTRQPtOFNLKJIHHGBFEEfZfvfffffggg,g:gDgLgNgNgHgAPAfA|AAABB8BrBCCXCD,DE4EFrG&GHIJzKnLlMrN~OPQRSTVW X YYZ[\]`^&^_`L`ab2bcRcdXde>eff\ffg*g^gggggggggggjgHg"ffffxfLf"eeeeeZe4edddddhdLd4dd cccccccddd&d8dNdddzddddde e$e:ePedexeeeeeeeeeeeze`e@eddddld8dcccXcbbbxbDbaaaapaRa6aa ```````aaa,aDa`aaaab(bZbbccTccdBdde`ef:fg&gh hi&ij0jk8kl>lmiVipiiiiijj.jJjfjjjjjjkk"k4kFkTkbknkzkkkkkkl2lzlmZnnoqrtBv@x{}ƀ'IŚɝ/o[{k-˭Gӭ{ yêըUWӘݕqM~|ytw$usVqponmmnmlldl*kkkk`k(jjjRiii(hh(gffPedd c.bHaV`Z_R^@]&\ZYXjW*UTSTRPOpN&LKJdI2HFEDCBB$A`@@??>>4===j=>==<<<<<===,=B=X=p======>>>">0>>>L>Z>h>z>>>>>?$?T??@@l@A:AB:BCrD$DEFGnHbI^JdKtLMNOPRS"T4U>VBW>X4Y"ZZ[\]R^^_`,`apbbc$cdddeTeef2fhfffffffffffhf@feeeebe4edddd^d4d ccccrcPc.cbbbbbbbbbbbbbbbccc.cDcZcpcccccccddd&d.d2d4d0d(dd ccccc|cTc*bbbbjb6baaaja:a ````p`R`6` ` ________` ``2`J`f````a&aVaabbDbbc"cvcd,ddeZef4fggghhhiDijjjkLkl lhlmmrmnnhnnoDooop(pRptppppppphp>p ooo:nnnmm8ll>=~<<<;;v;8;:::::::::::::;;;0;D;T;f;v;;;;;;;;;;<<$<@<`<<<=&=l=>>>?x@@ANBBCDEpFhGlHvIJKLMOP0QFRXSdTjUhVbWTX>Y"ZZ[\p]4]^_Z``aDabdbc`cd6dde&e^eeeeeeeeeevePe&ddddnd@dcccc\c0cbbbb^b8baaaaaazanafaba`adahara|aaaaaaabbb.bBbVbjb|bbbbbbbbbbbbbbtbZb`_____f_N_8_&__ ________,_>_R_j____``<`j``a aHaabbdbc cbcddvde6eefPfgg\ghhThhi:iijjRjjkkPkkkl&lRlzllllllllllxlJlkkkDjjj8iihhhhgg ff0eeFddjdccifiiijj$jHjjjjjjjkk&k:kLk`ktkkkl lRlm,mnopr8suxz}L;[_GQ)ɢ'E#E;#խ} ˪᨟!eg'Œ{E~{yDvtsqp=<999J9888888z8x8~88888888999$929@9L9X9b9l9t9~9999999: :.:X::;;P;<>?Z@@ABCDEFGHIJLM4NLO`PpQ|RST~UrV`WJX,Y YZ[\J] ]^~_,_`ta abbccbcdd@dpddddddddvdRd*dccctcDcbbbbZb,aaaaxaLa$`````|`d`P`B`6`.`,`*`.`4`<`F`R`^`n`~```````aa"a4aDaRa^ajaraxazaxataja^aLa:a$a `````j`D`____z_T_._ ^^^^^~^j^Z^N^D^>^:^8^:^>^F^P^\^j^|^^^^^__B_j___`*`b``a adaabFbbc6ccd"dlddeBeeff>fxffggLg~gghh:hfhhhii i==<2;r:: 9988:777\7(666666666666667777*787D7N7X7b7j7r7z77777777788B8n889$9r9:0:;;<><=>T? ?@ABCDEFH I$J:KPLbMrNOPQRS~TpU\VDW(XXYZ[X\ \]^P^_`4`aBab b|bc cBchccccc~chcHc$bbbbvbHbaaaa\a,````r`D`_____f_N_8_&______ ___"_._:_H_V_f_x_______````*`2`:`>`>`<`6`,` ``______h_J_*_^^^^^b^B^&^ ]]]]]]]]]]]]]]]]]]]^^^0^N^l^^^__._^__``:`x``aeldcba``_2]\[bZ XWJUTxS QP0NMZKJI6GFEFDBA@?n>d=j<|;::9^88,77666v6(5555\5<5&55 555 555$525>5L5X5f5r5~5555555555555566626N6p6667:778,899: :;H;<=>Z?<@*ABCD$E0F_v__` `X``aa:araabbDbtbbbccDcfcccccdd0dJdfddddde eDeleeeffNfffg*gdgghhVhhi iDi~iijjHjtjjjkk(kLkrkkl l|lmnJo:p^qsZu=<;6:\988&766r555<444n4>433333333333333334444"4,424:4B4F4L4R4X4^4f4n4z4444455*5Z5566h67(788969:;B<<=>?@zArBpCpDrEvFzG~HIJKLMzNrOjP^QPRBS2T U UVWXYxZJ[[\]B]^x__z_`>```aa&a.a*aa`````X`.`___|_N_^^^^b^4^ ]]]]v]Z]B].]]]]]]]]]]] ]*]6]D]R]`]n]|]]]]]]]]]^^ ^^^^ ^]]]]]]]]]]]t]b]N]<]*]]\\\\\\\\\\\\\\\\\\\\\\\] ]],]@]X]p]]]]^ ^0^X^^^__4_^____``2`J```r````````````aaaa,a8aDaNaVa\a^a^a\aVaLa>a.aa`````t`P`*`____Z_._^^^^h^D^$^]]]]]~]h]R]@].]]]\\\\]] ]],]B]^]|]]]^^F^v^^__B_x__``L```aaNa~aabb&bLbnbbbbccc:cTcpccccdd2dXddde e>eteef&fdffg,gpggh>hhi iJiiij.j`jjjkk0kZkklljlmtn0op6qs$twyx|~/ߏAטߞ C9cy%׭Ӫ3y?ᒓ/S~{y0vtrqPonmm*lkkkjj6ii@hhgffedcba`z_4]\~[YXVUSRPNM|LJI GF\ECBzAB@>=<;:: 968r776t55h4442333b3.3222222222222222222222223333333"3&3.383B3P3`3t33334&4\4450556^67^78969:;r>?@ABCDEFGHIxJpKfL\MRNHO_F_L_T_\_b_h_l_n_n_n_j_d_\_R_F_8_(__^^^^^^^h^N^4^^]]]]]]z]h]V]D]4]"]]\\\\\\\\\\\\\\\\\]]2]T]x]]]^^L^z^^_ _:_l__``0`````a a2aVaxaaaab b&b@b\bxbbbbcckrkklTlmZnnp q\rtvy${~eǒas/'iuMխѪ먫1w}=ݒ+O~{y*vtrqDonmm lbkkHjjPiiHhh gVfedcbaT` ^]L[ZXXW>UTRxPONML4JI8GF^ECBfA(?>=<;:988,7n66544433R3222R2(211111111111111111111111222 22222 2&2,262@2N2^2t22223$3X334&4~45J56@67b889f:$:;<=d>B?"@@ABCDEF~GnH`IRJDK:L0M(N OPQRST UUVWXYZH[[\L\]R]^^^^^^^^^^^^^^x^V^2^ ]]]]b]6]\\\\X\0\ [[[[[[~[r[l[f[d[f[h[l[p[v[~[[[[[[[[[[[\ \\ \,\4\<\B\H\J\L\L\L\L\L\J\J\J\J\J\J\J\J\J\J\H\H\F\F\F\H\H\J\L\P\T\X\\\`\d\f\j\l\l\n\n\p\p\r\t\v\x\|\\\\\\\\\\\]]*]D]^]x]]]]]]]^^^^^]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]|]r]f]\]R]F]>]4],]$]]] ]\\\\\\\\\\\\\~\v\r\n\n\p\v\\\\\\\]]8]Z]~]]]^^H^t^^^_(_T____`"`F`h`````aa0aJadaaaaabbDblbbbc,cdccd"dhddeLeefDffgJgghNhhimnoq(rttv~x{V~AE ŠOc1A!Ӭ_խ} ͪ稧+qu7Ւ#G큱~{y"vtrq6onmll6kkjzii\hhgPf|edcxbJa_^F\[DYXVnTSQrON*LJIrGF|ECBdA?>=<;:9877:655B44.33L222L2 111v1R1611 000000000000111111 1&1,1014181<1>1B1F1J1L1P1V1^1f1p1111112 2N2223F334Z45D56V678889:`;$;<=>d?<@@ABCDEjFTGBH2I&JKLMNO"P*Q4R]\\\\n\@\[[[[r[P[2[[ZZZZZZZZZZZZZZZZ[[ [[ [*[6[B[N[X[b[l[v[~[[[[[[[[[[[[[[[[[[[\\\\ \*\4\>\F\P\Z\d\l\r\x\|\\\\\\\|\z\x\t\r\p\n\n\n\n\p\t\x\\\\\\\\\\]]]$].]2]4]2].]&]]]\\\\\\\\\\\\~\|\|\~\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\x\n\f\^\Z\X\X\\\d\n\z\\\\\\]]8]X]z]]]^^:^b^^^__$_H_h_____``*`D`\`v````aa(aNavaabb6bpbbc4c~cddndeezef8ffgZghhthiiniij>j|jjk2kvkl"lm mnoprnt*v(xjz}[_U9K񫧬7ѭ{ {Ǫߨ!gi)ǒy9߁~{yvtrq$onmllkXjji|hhgVfzed|cZb `_f]\`ZYWlUSR>PNMKtIHDFEDCBzA*?>=d?4@@ABCrDVE@F,G HIJK"L0M@NVOlPQRSTUVWXrY:YZ["[\\^\\]]],]2]0](]]\\\\\n\H\[[[[p[F[ZZZZZZpZ`ZRZJZBZ@Z>Z>Z>Z@ZDZHZNZTZ\ZbZjZtZ|ZZZZZZZZZZZZZZZ[[[[ [,[:[J[Z[l[~[[[[[[\\\,\@\R\d\t\\\\\\\\\\\\\\\\\\\\|\v\p\j\f\d\b\d\f\j\p\v\~\\\\\\\\\\\\v\f\T\>\*\[[[[[[[[[[[~[|[|[|[|[~[[[[[[[[[[[[[[[\\\(\8\J\\\l\~\\\\\\\\]]]]]]]]]\\\\\\\\\v\j\`\Z\T\R\R\V\\\d\n\|\\\\\\]]2]R]t]]]]^ ^B^b^^^^^_ _ _8_N_d_|_____``<`````aaDa|aabDbbc0ccdBde erefFfggghNhii\iij@jjk kTkllvmmnopr,sux z}6!;y͍-ח }٣ͧc٪ë}ϭusӨWYјוc#Ɂ~{yvtrq onvmplkk j\ihh:gjfedvcJb`_2]\ Z^XVUSFQvOML$JpHG*ED BAR@>=0D0N0\0j0|000011<1n112.2~23634455667H78949:;J<<=>H??@ABjCPD[[\(\V\v\\\\\\|\h\N\2\[[[[p[D[ZZZZzZZZ[Z[x[[[[\\0\N\j\\\\\\]]]]] ] ]]]]\\\\\\\\\\\\v\n\f\`\\\Z\Z\Z\Z\Z\Z\X\T\N\F\<\.\\ [[[[[[r[X[>[&[ZZZZZZZZZZZZZZZZZZZZ[[[$[8[L[d[|[[[[\\"\@\^\|\\\\] ]$]8]L]Z]f]p]t]v]t]l]d]V]H]6]"]\\\\\\\\r\f\^\V\R\P\P\T\X\`\j\v\\\\\\]],]H]d]]]]]^^^4^J^^^r^^^^^^__"_>_\_~___`$`X``aaTaabDbbc`cd4deeefrfgXgh0hhiRiijHjjk,kklTlmnToPpqsuzwz|=KkwUɭokթŨA?wC݋os~f{xvtlrponLm>lRk|jii0hdgfedcLa`_]x[ZXBVlTRPNMKFIGF*DCA@>>=<;r:j9r8766&5v44<33022P111L1000h0B0 0////////////////////////////////////////////000*0@0Z0z0001&1`1128223T34245*56867\78929:;2;<=^>">?@AzBdCZDXE`FrGHIKLHMNOQ,RZS|TUVWvXDXYZ2Z[[f[[\\\.\4\4\,\\ [[[[[d[:[ZZZZdZ>ZYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYZZ ZZ$Z4ZFZ\ZtZZZZ[[<[d[[[\\8\b\\\\]]8]T]j]~]]]]]]]]]]t]d]T]B]0]] \\\\\\\\\x\n\f\^\V\N\F\<\0\$\\[[[[[[`[@[ [ZZZZZtZ`ZPZBZ6Z.Z(Z"Z ZZZZ"Z&Z.Z6ZBZNZ^ZpZZZZZ[[&[H[l[[[\\8\d\\\] ]2]V]x]]]]]]]]]]]]]]]]p]T]8]]\\\\\\~\n\b\Z\R\L\J\J\L\R\\\h\v\\\\\\]]]0]F]Z]n]]]]]]]]^ ^^2^F^^^v^^^^__H_x__`(`l`aa\abb~bcZcdHde@ef>fg4ghhhiRijjZjkkZkl0lm^n*opFqsDu$wDy|H"+_ iE3ݨGuk1ɭíg]ég#ٞQgG߄Q~D{lxvltLrlpoZnml k&jNixhgfedc^b`_]`[YWVT$R0P>?@ABCDFG4HpIKLPMNP:Q|RSTUVWXY\t\\]]@]n]]]]^^(^6^>^D^B^>^6^*^^ ]]]]]]]n]T]<]$] \\\\\\\\z\j\Z\J\6\ \ [[[[[r[L[([ZZZZpZPZ2ZZYYYYYYYYYYYYYYYYYZZ,ZFZbZZZZ[[J[z[[\\J\\\]$]Z]]]^^2^P^j^^^^^^^^r^\^D^(^]]]]]`]>]]\\\\\\t\f\Z\P\H\F\F\H\N\V\`\l\z\\\\\\\\]]]"]0]<]J]V]d]p]]]]]]]^^6^Z^^^__P__`&`z`a4ab b~bcvcd~eeffgghhhiZijjtjk.kl lm6mnp qdrtvy:{~ӈ{ے3s9禛EC[MKä#[]3厁Y#~{BxvDt$rBpo&mlkjihgfedc~b `_]^[YWUSQOMKIHF2DvBA>?>^=;:987665b443322$11h1000\0.0//////v/j/b/Z/T/P/L/H/H/F/F/D/D/F/F/H/J/J/L/L/N/P/R/T/V/V/X/Z/\/\/^/`/`/`/`/`/b/b/b/b/d/f/h/l/r/x////////00:0b0001:1~122h23 334T45:56467@78d89:L:;<=X>8?&@$A0BJCrDEG>HIKbLN0OPR6SrTUVWX`YYZ:Z[[R[[[[[[[[[[[[b[8[ ZZZ~ZPZ&ZYYYYYxYhY\YRYJYDY@YY@YBYFYJYNYRYXY`YhYrY~YYYYYZZ4Z`ZZZ[6[v[[\:\~\]]D]]]^(^V^^^^^^^^^^^^^^^^v^Z^>^"^]]]]]p]T]:]"] \\\\\\~\d\F\(\[[[[l[B[ZZZZlZDZ"ZYYYYYYYYzYtYrYpYpYtYxYYYYYYYZZ0ZTZ|ZZ[[<[t[[\.\p\\]6]x]]^0^f^^^__*_>_L_T_T_N_B_0_^^^^^r^J^ ]]]]]\]8]\\\\\\|\l\`\V\P\N\N\P\T\Z\`\j\r\|\\\\\\\\\\\\\]]]](]8]J]`]v]]]]^"^T^^_ _T__`Z`a0ab"bc,cdFdehefgghhhijij6jjkhkljm mnoq"rtxvx{`~(#KQ ϠW]۩񫕭MӬ9{w'ѢŠw󑥎Aׇq}{xtvsrpbnmljkTjNiPhNgDf(dcbJ`_*]r[YWUSQOzMfK\I^GnECB@~>=/:/:/8/6/4/4/4/4/4/4/6/6/6/6/8/8/:/://>/@/@/B/D/D/F/F/F/F/F/F/F/F/F/F/F/F/H/J/L/P/V/\/f/n/z//////00@0l001 1L112$2v23$334L45*5667(78R89:Z; ;<=>?ABHCDFTGI@JLBMO:PRSTTUVWXxY2YZ^Z[0[|[[\\\\\[[[[[j[<[ ZZZxZJZ YYYYYYvYhY\YRYLYDY@YZYYYYYYzYnYbYZYTYNYLYLYNYTY\YfYtYYYYYZZ:ZfZZ[[<[|[\\R\\]:]]^ ^j^^_,_d____``` ```_____`_6_ ^^^|^N^ ]]]]t]L](]\\\\\\~\t\l\f\b\`\`\`\b\f\j\n\r\x\~\\\\\\\\\\\\\\\\] ]"]<]\]]]^^N^^_0__`\`aPab`bcddePef~gghhiiij\jk:kl@lmnoprft&v(xnz}ɇiˑ)skKW!׫;!]oOi7חՔY)ـ}zx:usqpnmDljihgfxe>cb`_Z][YWUSQnOFM$KHFEC:A~?>R<;:V948*766V544"322~2 11L000v0>0/////v/f/X/L/D/@AdBD6EGDHJvLMO8PR,STUWWXYZ4Z[0[[\\<\X\f\h\`\N\4\[[[[Z[&ZZZZ^Z4ZYYYYYYYxYnYfY^YXYTYNYJYFYBY>Y:Y6Y4Y0Y,Y*Y&Y$Y"Y"Y"Y$Y&Y,Y4Y>YNY`YxYYYZZJZZ[[b[\ \f\] ]|]^2^^_*_r__` `L`n````````~`h`N`0`_____Z_4_ ^^^^v^R^.^ ]]]]~]V],]\\\r\>\[[[b[*ZZZZZZ.ZYYYYY~YnYbYXYPYJYFYDYDYHYNYXYfYvYYYYZZ.Z\ZZ[[D[[\&\x\]&]]^2^^_0_~_``B`v````````````h`<`___x_B_^^^r^@^]]]]d]@] ]\\\\\\\\\\|\x\v\t\t\r\r\r\r\r\r\r\r\r\r\t\v\x\|\\\\\\\\\]]F]t]]^*^x^_._` `a ab,bcdddeHefggh4hi2ijjkkllmtnVofpr"suxz}B/MK-5 {˩ës#;G!Ŧ/YCS}M3Ӄ[}ZzwusrqonFlkjdi8h fed>baB_][YWUSQhO2LJHFDBA?T=332211F000l040/////n/\/P/D//D/L/V/b/p/////0 0.0X00011Z112 2j233f34,4556 67b889:;<>?f@BFCErGHJL>MOQ&RTU^VWXYpZ,Z[T[\\b\\\\\\\\\`\2\[[[Z["ZZZZdZ>ZZYYYYYYYYYYY|YvYpYhYbY\YVYPYHYBY\] ]v]^H^__r_` `l``aaHaha~aaaaa~ajaTa8a`````^`6` ____d_<_^^^^v^L^ ]]]]\]&\\\v\8[[[|[@[ZZZfZ8ZYYYYYY~YrYhY^YXYVYTYVYZYbYlYzYYYYZZ,ZZZZ[[N[[\B\\]^]^&^^_P_``Z``a*a`aaaaaaaaaazaRa&````V`___n_6^^^^^^.^]]]]h]J].]]\\\\\\\\\\\\\\\|\x\t\n\j\f\d\`\^\\\\\^\`\d\l\v\\\\\] ]T]]^"^|^_N_`J`ajbbcPcdeNefg2ghVhi^ijTjkVklmFn&o0plqsuwz&|نoӐ7ÙќSץOɪgq ݫ막 㐓3͆o'}z6wuDs q2otmlrkihgLedc&a_^\8Z8X USQ~O:LJHFrDjBz@>=P;:v968765:4v33$2211J000f0./////z/h/V/J/@/8/2/./,/*/(/(/(/(/(/(/(/(/(/*/*/*/*/*/*/*/*/*/,/,/,/*/*/*/,/,/,/,/,/,/,/,/,/,/,/,/,/,/,/*/*/*/*/(/(/&/&/&/&/(/(/*/,/0/4/:/B/L/V/d/t/////0060\00011R1122^233b34:45B567B889;]Z]f]d]X]@]\\\\V\[[[l[6[ZZZZlZPZ:Z&ZZYYYYYYYYYYYYYY~YtYjY`YXYPYHYBY>Y>Y@YDYPY`YvYYYZZVZZ[@[\\n\]R]^@^_*_``n`a"apaab bHbdbvbbb|bpb^bHb,b aaaataJa ````n`B`____j_>_^^^v^>^]]]D]\\x\4[[[j[,ZZZZ^Z6ZYYYYYYYYY~YzYxYzY~YYYYYYZ Z0Z^ZZ[[V[[\Z\]$]]^l^_J_`"``a@aabbNbxbbbbbbbbjbDbaaaza@a```J` ___X_ ^^^^X^.^]]]]]l]V]B].]]]\\\\\\\\\\\\\\x\p\h\`\X\R\L\H\H\H\N\X\f\x\\\]]H]]^:^__``aPabcNddebffgVghi ijjk"kl\mmnp6qsLu6w`y|vZmcɓ!]uYs)_S_ߨA)kW|yw@trpo mnkji.gfxe ca`F^x\ZXjV:SQO\M JHF\DFBH@d><;v:8765443X22811X000h0,/////v/b/R/F/@B^D.FGIKMOQXSTV W\XYZ[R\\]]d]]^^^^]]]]r]:]\\\D\[[[f[:[ZZZZZZZrZdZXZLZBZ6Z*ZZZYYYYYYYYYY|YpYhYbY`Y`YfYrYYYYZ"Z`ZZ[V[\&\]]^^__``aarab,bzbbc$cFc^clcrcncdcTc>c"cbbbbjb>baaaa\a.a```x`J`___z_@_^^^:]]]`]\\~\6[[[l[0ZZZZvZTZ8ZZYYYYYYYYYYYYYYYZZ]0]"]]\\\\\\\\\\z\l\^\R\H\@\:\8\<\B\P\d\\\]]V]^^t^_r``aDabc\ddef6fgh"hiHij^jkl.lmnpqjs twyx|~ Ac 5iWoW13eAQ! 'Ꮟ1υy;|(ydvtxrRp\nlk`ihvgedbj`^\ZXVTHQOMp<;098v7F665D4j322j11t100p02/////r/^/N/B/:/2/./,/(/(/&/(/(/(/*/*/*/*/*/,/,/,/,/,/,/,/,/,/,/,/,/,/,/,/,/,/,/,/,/./././././././././,/,/,/,/,/,/,/*/*/*/*/(/(/(/&/&/$/"/"/"/"/$/$/(/*/0/6/>/F/R/^/l/~/////0020V0|001 1H112(223r445`667&849`:<=?XA CDFIK MOPRTnUWnXYZ[\]$]^^`^^^^^^^^j^8]]]]>\\\\H\[[[[t[X[@[*[[ZZZZZZZZZ~ZnZ\ZJZ6Z$ZYYYYYYYYYYYYYYYZ2ZnZ[ [j[\D\]B]^X^_v``aab bxbc4cccd d>dPdZdZdRdDd0dccccc`c6cbbbbRb$aaaaha8a```\`___P_^^j^]]z]*\\\H\[[[P[ ZZZZZtZ^ZJZ6Z&ZZ ZYYYYYYZZZ0ZNZtZZ[[`[\\p\]P]^F^_L_`T`aTab@bc c`ccddDd^dndrdld\dBd"ccccbc&bbbfb$aaa^a```d`,____`_6_ ^^^^^d^J^0^^]]]]]]]]r]`]N]<](]]\\\\\\\l\Z\J\<\4\.\.\6\F\^\\\].]]^V^_`_`aJbbczd:deflgghbhij"jkTllmnoq4rtvy*{~7eϛÞ}7/UQ KkYۢߠ/{E9灭~{xvXsqonlVji2gf$dba._Z]h[\Y6VTRNOMK"HFDPB6@8>Z<;98875443Z22 112000>0////p/^/L/@/6/0/,/(/(/&/(/&/(/(/(/*/*/,/,/,/,/,/,/,/././././././././././././././././././././././././././././././,/,/,/,/,/,/,/*/*/*/(/(/&/$/"/"/"/ /"/"/"/&/(/,/2/8/@/J/T/`/n//////0 0,0P0z0011d1223 34V5"6 78<9:<>B@BDF&HJJpLNPRTjVWYZF[^\R]"]^^^_*_j______r_F_^^^V^]]]L]\\\z\R\0\[[[[[[[[r[b[P[>[*[[ZZZZZZpZVZ>Z$ZYYYYYYYYYZZDZ~Z[[x[\Z\]f]^_&_`Z`abbc czcd4d~ddee*e8e[ZZZZZZZvZdZVZHZ>Z6Z2Z2Z6Z@ZPZhZZZ[[`[\ \n\]R]^T^_h_`aab bcccd>dddee2e>e>e4e"eddddPdcccZcbbbPbaaaPa```p`@`____l_H_(_^^^^^^r^^^H^4^ ^ ]]]]]]]d]H],]\\\\\|\d\L\:\.\&\(\0\D\d\\]]h]^D^_\_`abb bcdpe4efg^hhiHij~k"klmrntoqrtrvx{~~R[G_Cǣ è=y{I߬gͫ% /icߗבI뇑C}{xXustqJoJmpkjhhfe*c|a_][YWtU RPPMKtIFD|BT@J>^<:9p8654332v11f000V0////t/^/N/@/6/0/,/*/&/&/&/(/(/(/*/*/,/,/,/,/,/././././././././././././././././././././././././././././././././././././././,/,/,/,/,/,/*/*/*/(/&/$/$/"/"/"/ / / /"/$/&/*/./4/:/B/J/V/b/n/~/////0 0.0Z0011f12F23|4@5"6$7L8: ;=b?BABC\EGJLBNtPRTVTWYvZ[\]^_*_``H`x````~`^`2____>^^^p^.]]]]T],]\\\\\\p\\\J\6\"\[[[[[[v[Z[:[ZZZZZ~Z`ZDZ,ZZYYZZZ2Z\ZZ[&[[\h\]|^^_T_`aBabxccddvde*epeeeffffeeeeeefe>eddddjd>dccccXc&bbbb@aaala ``|`&__v_^^p^]]~]6\\\z\F\[[[[[d[F[,[ZZZZZZZZzZtZvZ|ZZZZ[ [`[\\d\]H]^P^_p``a6ab\bclcdTdeeXeeeefeeeeeeje8edddJdcccBcbbbDbaaa^a,````r`J`$`_____j_P_6__^^^^^^t^X^<^]]]]]n]F] \\\\\h\L\6\&\ \$\4\P\|\]]Z]^B^_j``abNccde|f>fghZiijFjklfmFnHotprhtgedbR`r^z\hZ>WUSz<:9h7654322F11800x00////|/b/N/B/6/0/,/(/(/&/(/(/(/(/*/*/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././,/,/,/,/,/*/*/(/(/&/&/$/$/"/"/ / / /"/"/$/(/*/0/4/:/B/J/T/`/l/z/////00P001812.234j5j679R:<>@BE GrIL NnPRTVXnY[d\]^_b```a4afaaaataTa*```z`6___f_$^^^v^F^]]]]]]j]T]>]*]\\\\\\t\V\4\[[[[z[R[*[ZZZZvZ\ZHZfeeele0dddtd4cccvc8bbbbTbaaaaba8a`````d`H`,`______r_V_8_^^^^^`^6^]]]v]D]\\\\b\D\,\ \\*\D\n\\]V]^L^_`8`abcbd4eefgRhhibj jkrl:mn oLpr:t vxlz}ʀ˃Kט ٠kŦWa9UWIgEM}}Wg|ywtr0pmlj.hbfdba_]ZXV6SQTNLVIGrEB@><; 9t8654322$1100X0////h/T/D/:/0/,/*/(/&/&/(/(/(/*/,/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././,/,/,/,/*/*/(/&/&/$/$/"/"/"/ / / /"/$/&/(/,/0/4/:/@/H/R/\/h/x////0*0p01.12J33467R8:r<@XBDGPIL,NPSU:W0XZ\]`^~_r`@`apab&b\bzbbbpbPb&aaaza8```h`&___x_H_^^^^^~^f^N^8^ ^]]]]]v]T]0] \\\\^\0\[[[n[@[ZZZZZ|ZxZZZZ[:[[\l\]^$^_~`4`abXccdLdebef@ffggJgjgggggvgbgJg.gfffffZf2f eeeefe8e dddjd,cccZc bbhbaa^a``P___R_^^v^6]]]]d]8] \\\\l\D\[[[[[^[>["[ ZZZZ[[2[b[[\>\]]^^_H_`a8abc*cdZde`ef2ffgg*gFgTgXgPg>g$gfffzfDf eeeXedddfd*ccccJcbbbbVb,baaaaraRa4a``````p`R`2`____|_R_"^^^^J^]]]V]\\\z\R\4\"\\$\>\j\\]^]^d__`pa8bbcdebf.fghliijkBllmo$p~rsux8z} qߑGњٝCsEU/Më;3ˢ٠;=鈑?~{yvVsqxoDm2k8iPgreca_][vY0VTfQOhLJ`GEC6A>=;698654|3221z000>////v/\/J/@2B~DG^ILdNQFSUWY[V\^,_T`Pa$ab^bccPcrcc|clcNc&bbb~b>aaata2````X`.`_____r_Z_B_(_^^^^^n^H^ ]]]]f]2\\\\P\[[[j[8[ ZZZZZZ[[D[[\d\]z^^_z`6`abtc.cde&ef6fg g\ggghh(h.h*h hggggggjgHg$gffffjfBfeeeeTedddNdcc`c bb\baaP```R`__t_2^^^^T^$]]]]j]<]\\\|\J\[[[[p[R[:[,[*[2[F[h[[\(\\]h]^__`jaabxc&cdleef fxfg*glggggggggggjga`````\`,____H_^^x^.]]]P] \\\`\:\"\\"\<\j\]]r]^_6_`abbc>ddefg`h hijPkklmnpXqsuxz}\Yӊ9iw[5G#өۧ GEӗۑ]a'~ {x:us pnxl^jXh`fndzb~`t^X\$YW~URPM|JHtFCAj?J=L;t98:6543221l000,////j/R/B/6/0/*/(/(/(/(/(/*/*/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/././././,/,/,/*/*/(/(/&/&/$/$/"/"/"/"/"/"/"/"/$/$/&/(/,/2/4@5n68P:;>@`"`____v_L_ ^^^^R^]]]V]\\\@[[[[P[&[ZZ[[[P[[\X\]d^^_h`(`ab|c>cdeVef|fgbgh hHhvhhhhhhhhhphVh8hgggggzgXg4gffffdf2eee~e:dddVdccZcbbVbaaZa``~`<____V_"^^^^V^ ]]]x]<]\\\P\[[[[x[d[^[d[x[[\\d\]8]^F^_`2`abTc cdhe ef*fggpggh.hRhhhrhphdhPh4hggggbg0ffff\f(eeeeXe&ddddldBdccccc^c>c cbbbbbrbTb4baaaavaFa`````___2^^^.]]]0\\\j\>\"\\ \>\p\]]^"^_z`>aabcdehf>gghiZjjklmnp6qsuwzh}.)Su;u_YqEթ#7O']њ ÍuŃ{E},z6wftr:omkxifg\eXcNa8_\ZX4US@PN$KI FD,A?=;:8p7543221h00x0"///~/`/J/.@xBElHJMPORrTW$YB[4\^_abbcd2dde,eNe^e^eRe8eddd~dDdcccRcbbbb`b:baaaaaataXa:a`````Z`*____J_ ^^|^2]]]B\\\P\[[[^[<[*[([:[^[[\H\]H]^_H` `abnc:ddenffg.gh h^hhii i2i:i:i2i&iihhhhhhdhHh*h gggggZg.gfffZfeeeDdddTdccZcbbhbaaaNa```d`.____P_^^^V^]]]<\\\n\4[[[[[[[[\\F\]]^^_@_`a`bbcdLdef2fg4gghDhhhhhhhhhhhbh:hggggTg$ffffbf4feeeeVe,eddddrdRd2dccccccjcLc,c bbbbjb8baaaF```V___:^^n^ ]]J\\\l\<\ \\"\D\\]@]^^__`axbZc@d&eefghViijkl~mnpqsnutwzB})uۍKOa?ߢ?[/)MS%5EE݌/ق^|HyVvsq\nljhbfHd.b _][TXV~SQlNL@IG.DBf@.><":X878543221n00v0///v/Z/D/8/0/*/(/(/(/(/*/*/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/././././,/,/,/*/*/*/(/(/&/&/$/$/"/ ////////(/8/T/~/00f012D3*4<5z68:X@C\EHKNNPS6UWZ\]_f`abcdee~eff,f>f>f4feeeepe:edddXd$cccctcPc0cbbbbbbrbTb4baaaala:a```J`__j_^^d^]]L\\\F[[[[j[Z[\[r[[\8\](]^f__`a|bPc"cderf fgPgh>hhi(iXi|iiiiiiiiniXiBi*ihhhhhhrhRh2hgggg\g&fffjf&eeeFdddZd cctc,bbbdb&aaazaBa ```X`___B^^^R]]]X]\\x\<\[[[[[[\.\x\]D]^T^_`Vaabc^ddef$fg>ghhthhii:iJiPiJi>i*ihhhhhZh.hggggVg*gffffZf2f eeee~e^e>e edddddzd^d@d"dcccc`c.bbbzb2aaa2``f___^^.]]X\\\f\6\\\&\R\\]r^^_h`4aabcdeflgDhhijkflZmhnoqsPuVwz"|܃Q%-C#Ţ'Eߪ ͦUy ]sCA끣~r{`xpurptn kigNe b`^v\ YWDTR,OLJbGE^B@><:976 4322&1|00z0///r/V/B/4/,/*/(/(/(/*/*/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/./././,/,/,/,/*/*/*/(/(/&/$/"/ ///////"/4/P/z/00n012`3P4l5728:d"dccccccdcFc"bbbbxbFbaaaLa``\`__<^^l^]]0\\v\&[[[[[[[\&\]]^4^_`vaJb"bcdebffg\gh^hii`iiiiijiiiiiiiiizidiNi6iihhhhhfh>hgggrg6fffpf*eeePeddxd6cccvcl6mHn|oqns6uffgTghhhi6iiijj4jDjLjNjJjBj8j*jj iiiiiiiiliTi8ihhhhhXh&ggg|g>fffzf8eeere4ddddJdccclc0bbbrb*aaa4``x`__@^^h^]]>\\\\\*\ [[\\>\~\]>]^N^_``a&abcdVeefzggh&hhi@iiiiiiiiiiiiijiLi*i hhhhhbh@hggggg|g^g@g$gfffffftf\fBf(feeeeefe:e dddRdccTbbbaa`x__X^^@]]H\\\J\"\\ \H\\]n^^_|`Pa2bc cdefghriNj.klm*nboqVs u(wly|͆}]#۫1yw#YɚᐝC݆w|yvsqnligNdb`H][rXVdSQ*NKIHFDFA?=;98065h4B3B2h1100.///t/T/@/4/,/(/(/(/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/././././,/,/,/*/(/&/"///////(/>/`//0601H2235*6809<>0@CEHrK:NPS|VXZ\^`bc\dzelf4fgXghh:h\hnhrhlh\hDh&hgggg^g2g fffftfVf8ffeeeeeepeRe4eddddjd6ccc|c2bbb.aa\``p__p^^l]]v]\\P\[[[[\ \T\]2]^l_&_`ab~c\d8e efgihhhhdh0ggggJgfff^f$eeeeLedddvdijjkmnJoqBsuw\y|kېI矏񧅨٩ϫ M]7ץ9Y7ל9a[+݌{C~{xurp(mkhf"caP^\dYWJTRO\LJG|DB@H> < :F87543z211,00:///x/V/@/4/,/(/(/(/*/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/./././,/,/(/&/"/ /////"/2/L/t//0d012X3H4f5708:f$fg~ghVhhhiihhhhhh~hXh2h ggggvgVg6gfffffffpfXf>f"feeeene@edddTd ccbcbb(aa0`` __^|]]z]\\P\[[[[\:\]]^(^_`raLb.ccdef\gghHhi:iij*j\jjjjjjjjjjjjjjtjfjXjJj:j(jjiiiiiviPi(hhhhnhURP>MJHFECF@><:97v643211N00N///|/Z/B/4/,/(/(/(/*/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/./././,/*/&/$/ //// /,/@/`//0,01212346V79;=@BE:GJMPZSUXLZ\^`bPcdefghhhiiLijizi~ixijiXi@i$ihhhhxhVh4hggggggtg^gHg2ggfffffrfLf$eeeeReddxdccRbbbaaR``.__^p]]f\\\D\ [[[\ \h\]J]^_L``abcdzePffgh"hi&iij,jdjjjjjjjjjjjjjjjjjjjxjjjZjHj2jjiiiii\i2ihhhhRh&ggggrgFgffff^f(eeene$dd|dccHbbVaaJ``2__^^]]6\\\Z\8\,\8\^\\]d]^_8_`abjcBddefhgghBhi,iijjBjfjjjjjjjjtjdjTjBj0jjiiiiiiixibiNi:i&iihhhhhhhhth`hLh6hhggggtgBgff~f(ee\dd`cc4baa,`x__^n]]L\\\B\ \\>\|\]X]^_n`Ja4b&cde efghijkln"oq&ruwHy|Yː9ٙןwɩߪͪͦYwGY;#/}hz&wsqn@khfFca^[YFVSQ.NvKIFDA?`=D;N976n5 332(1t00f0///`/F/6/,/(/(/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/././,/,/(/&/"/ /// /(/8/R/z/00f012P3>4X578:<>ABCFxI8LNQTZVYv[]_ac&d|efghhhiiPiiiiiiiiiiiniNi.ihhhhhthXh>h&hgggggggrgXgd defgFghiirij jbjjjjjkkkkkjjjjjjjjjjjjjjpj\jDj,jiiiiifi@ihhhh~hXh0h ggggdg6gfffPfeebedd,cc4bba```__4^^ ]]6\\\Z\<\6\H\x\]"]^0^_`Va&abcdeRffgrhhiijijj>jjjjjjjjjjjjjjvjhjXjJj8j(jjiiiiiiiiipi`iRiDi4i&iihhhhhhhjhHhgggzg2ff~feedcc4b~aa`B_^^,]]\\`\0\"\4\h\]0]^p_4` `abcdefghijklnoqrtwFy|]͐;ۙןߧsǩ۪㧥+oo-ϑ|ypv>s*p0mPjgebn_]ZdWTR0OnLJG^DBb@=;:8X65z4J3B2`1100///f/J/6/,/*/(/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/././,/*/(/$/"/ // /&/2/H/j//0801>12356^79;=@ BEGJMbP0RUX4Z\^`b|ce6fJg0ghiifiijjj&j(j"jjiiiiii`iBi"ihhhhhhjhTh>h(hgggggggbg@gffff^f eee8ddncc|bbbaa*`__@^^]]\\J\ [[[\\h\]N]^_\`.a abcdetf>fghFhiJijjRjjjjk kkk k"k kkkkkkjjjjjjjjjjj~jhjPj6jiiiii|iZi:ihhhhhnhJh"gggg\gfff8eetedd cbbVaa`x__<^^]],\\\V\<\>\\\\]X]^z_*_`abhcDddeftg"ghRhi>iij*j^jjjjjjjjjjjjjjjj~jrjfjXjJj>j0j"jjiiiiiiiiiiixihiXiDi0ihhhhhVhggg$ff@ee"d~ccbPa`__8^]]R\\\F\*\0\Z\]]^@__`abcdefgh~izj~klnozqrtwJy|gאEݟ uǩݪѨɧEAo{%-|"xurdoZldifca&^d[XVSDPzMJHFEC.@><~:87D543211*004///p/N/:/./*/(/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/./,/,/*/&/$/"/ / /$/./@/\//00x012j3Z4t5748:<>ARCF|I8LNQTPVYt[]_acPdefghfhibiij$jBjTjZjZjRjDj2jjiiiiitiVi8iihhhhhhrh\hFh0hhggggg|gXg2gfffjf(eee.ddTccPbb$a``6_^^N]]6\\b\[[[[\4\]]^<^_`abfcNd2eefgZhhiiij6jxjjjk kk(k.k2k4k2k2k.k*k&k"kkkk kjjjjjjjjjjpjXj>j$j iiiiiifiJi,i hhhhthFhgggLfff\J\t\]]^"^_`LaabcdePffgphhiijijj@jnjjjjjjjjjjjjjjjjjjjjjzjnjdjZjPjFj/0/*/(/(/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/././,/*/(/&/"/ / /"/*/8/P/t//0L01Z2235,689;=@]^_V`,a abcdexfDgghJhiNijjXjjjkkk*k4k:k>k@k@k@k>kgggTfffee dxcc4baa&`r__^|]]l\\\j\H\D\Z\\]J]^l__`ab\c8ddefdgghd@eBfBgBhBiHjVktlmoxq"ruwfy|-o˗ שǪo#ɝ9ia'ōAc~{6wtRqmjgda^[XUROMJNGDBv@=;98>65^4.3&2F100n0 ///^/B/2/,/(/&/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/./,/,/*/&/$/"/ /"/&/2/F/d//0$01123457r9:=?\J\z\]D]^_R`0abcde f"g&h*i4jHkjlmo~q,su(w~z|؃Q%'91ӪŨu+!ӝAqg)75~zwPspfmifct`Z]HZ<:876543x21100(///h/H/6/,/(/(/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/././,/*/(/&/"/"/"/$/,/J@C EHHKMPS@UXpZ]_(abd0exfg~h@hiZijj6jXjljtjtjnj`jNj8j jiiiiidiDi"ihhhhhjhNh4hhggggggtg\gBg(g ffffxfHfeee8ddtdccbnaa4`__@^^]n\\t\[[[x[x[[\"\]]^t_>``abcdedf0fgh4hi8iijFjjjjkk&k4k>kFkJkNkPkRkRkRkRkPkPkNkJkHkDk@k:k4k.k&kkkjjjjjjjjjjjnj\jFj0jiiiiiPihhh0ggbffdee8dcc(bja``(_p^^"]]\\x\N\B\V\\]>]^\_ _`ahb>ccdexf,fglghlhi0i|iij jDjbjzjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjpjVj6jiii\ihh2ggfneddckflnoqc&d def|g0ghhhiZijjTjjjjkk&k4k>kFkLkPkTkVkXkXkZkXkXkVkTkRkPkLkHkDk>k8k0k*k"kkkjjjjjjjjjjjjjPj2jiiiiJihhXgg|ffpee0dccb>av`__4^]]b\\\`\D\D\d\\]r^^_Z``abc`d,defPfgxghbhiiZiiijj2jJj`jrjjjjjjjjjjjjjjjkkkkkkkkkjjjjjjjjjjjjxjTj&iiiXhhhglff eDdncba`__&^f]]2\\x\P\N\p\] ]^V__`abcdefhij6kdlnoqRs@udwz\}.1aE{_Qe3 񪹩㧥)ki#˗{Ņ)~TzvsoXkh:da`^ZWTTQ4N(K0HREB@z>,< :8X65f423&2B100j0///Z/@/2/*/&/&/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/./,/*/(/&/"/"/"/$/./>/Z//0 0r012`3N4f578:<>AC|FHKpN.PSV4X[]F_Na&bdjiiipi$hhnhgffheed^cbba4`j_^^D]],\\z\L\<\J\x\](]^@^_`ha4bbcd\eef\fgjgh@hhi iXiiiij j$j:jNj`jrjjjjjjjjjjjkkkkkkkkkkkkkkk kjjjjjjj`j*iii:hhJggfVedcbaa`,_V^]]N\\\Z\P\l\]]^B__`abcdefgij4khlnoqns`uwz}dkU)}!uOש+ѪͦYgӑaÊ/I~^zpvrnk(g~c`^\YV.ROLIFDA?"<:97\54321100$///d/H/4/*/(/&/&/(/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/././,/*/&/$/"/ /"/(/4/J/n//0B01N22356|8 9;=@BtDGJNMORvUWZ \N^f`NbcdffghlhiRiiiijiiiiiiziVi.ihhhhXh*gggg~gVg.gfffffbfDf(feeeeeeze^eDe&eddddTdccc6bbpaa``t__P^^(]]\\[[b["ZZZ[[>[[\]]^_d`@a$b bcde|f>fgh(hiiijjXjjjjkkk*k6kBkJkPkVkZk^k`kbkbkbkbkbk`k^k^kZkXkVkRkNkJkDk@k:k6k0k*k"kkkjjjjjjjjbj8jiii8hhvhg~ffNedd(c\ba``_V^]]l\\\Z\8\6\R\\]V]^|_*_`anb6bcdreefJfgBghhRhhii2iZi~iiiij j j6jLj`jtjjjjjjjjkk kkk"k(k,k.k0k0k0k.k,k(k"kkkjjjjjZjiipihggJfedd cb0a@`X_~^^]h\\\b\T\l\] ]^2^_`abcdefgij6knln0oqsux$z}3m󝿠Qo5=)1󠽞?}{=Ɏ%]w}~zzrvlrnn~jfc_d[XLTQNTK8H/Z//00~112|3r457Z9:[\\]V^^_`axb^c@ddefpggh@hi&iijjPjjjjjkk$k2k>kHkPkVk\k^kbkdkfkfkfkfkdkdkbk`k^k\kZkXkTkRkNkJkFk@kjVjnjjjjjjjkkk k(k0k6k:k>k@k@k@k^pZWSP8LIFDAd><:8754^3H2Z100n0 ///Z/@/0/(/&/&/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/././,/*/(/$/"/ /"/(/4/J/l//0F01Z2245B68B:;> @jBEdHJMrP(RUnWZH\~^`bb cdefgh&hhi6i^itiziribiHi*ihhhhNhggg|gFgfffpf>f eeeeZe2e dddddjdNd4ddccccc|c\c:cbbbbPbaava``V__p^^v]]t\\~\ [[FZZZZrZnZZZ[H[\D\]^X_(``abcd\e&efg8ghLhi$izijj@jpjjjjk kk,k:kFkNkVkZk`kbkdkfkhkhkhkhkfkfkdkdkbk`k^k\kZkXkTkRkNkJkDk@k:k2k(kkjjjjjj\j$iii8hhZgg@fee*d^cba``&_\^]]d\\\F\ \\4\h\]$]^6^_`8`abZccdFdeXef8ffg8g|ggh hNhzhhhii6iZi|iiiijj^^d]]z]\\$[[Z[ZZ|ZPZ6Z0Z@ZfZZ[\[\r]]^_p`La*b bcdePffgDghJhiijiij,j\jjjjkkk&k6kBkLkTkZk`kdkfkhkhkjkjkjkhkhkhkfkfkdkdkbk`k^k\kZkVkTkPkJkFk>k6k*kk jjjjj^j"iii&hh4ggfXeddc$bFah`_^^>]]\\T\\\\2\r\]:]^P^_`D`abBbcvdddebefffffg(g^ggghhHhrhhhii@ihiiijj&jJjljjjjjk kk*k6k@kFkLkPkRkPkNkHk>k0kkjjjtj,iihhhZgff4eZdtcba`_^^6]]\\p\Z\h\\]z^^_`abcdefgijRklnp.r tv`x{~׈/c˛{1'٨I{s;eըuٓaŇw&zvVqmi*d`\XTQ4MJ`G:DFA><:865~483"261t00X///v/R/:/,/&/$/$/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/./,/,/*/(/$/"/"/&/2/H/h//0@01V2245N68Z:(<&>P@CEHPKMPpSUXZn\^`\ac^defxg*gh hnhhhhhhhnhDhgggpg4fffxf:eeezeZYYZZ"ZXZ[[|\\]T^^_`ajbFccdejffgDghk4k&kjjjjjXjiinihhgfffe>dlcba``_F^]]D\\d\ [[\\.\v\]H]^\^_`6`atb bc cddzde0e~ef fHfffg$gVggghhHhxhhii8ifiiijjDjjjjjjkkk&k4k@kHkPkTkTkTkNkFk:k(kjjjj:iixhhjgg fBehdcba`_^^<]]\\r\Z\h\\]v^^_`abcdefhi*jbkmnpVr:tRvy&{~ԁ3a 5gUgE ɦK/uCO)pzv\qmkJkTk\k`kdkhkhkjkjklklklklkjkjkjkjkhkhkhkfkdkdkbk`k\kXkTkNkDk8k*kjjjjjHjiiFhhPggf`edccb.aJ`l_^^]t\\z\$[[[[\&\r\]H]^R^_x` `a.ab4bcccd6ddeeVeeff@fxffggRgggh0hhhhiiJiiijjHjrjjjjkk"k2k@kJkPkTkTkRkLk@k.kjjjjBiiihrggfHendcba`_^^<]]\\p\X\f\\]v^^_`abcdefh i:jvkm6nprltvyp|6,M[Ó]u[u%MSU!#AٌۈA{vfqlhRc_JZVROKjH DA?P<:865z4.32(1b00J///p/L/8/*/$/$/$/&/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/,/(/&/$/$/&/0/B/`//0,01@1235668H:<>L@CEH^KMPS$UXZd\^n`*ac d4e,efggtgggggggg`g*fffrf.eee\edddkJkTk\kbkfkhkjkjklklklklklklklkjkjkjkjkhkhkfkfkdkbk`k\kVkPkFk:k(kjjjjpj,ii~ihhgbfee$dLclba`__^R]]\\,[[[[[\\f\]8]^4^_@_`J`aBabb~bc.c~cddPdde eHeeef8ftffg0grggh8hzhhi>i|iij&jVjjjjkkk0k>kHkNkRkPkLk@k0kjjjjFiiihrggfFejdcba`_^^8]]\\n\V\f\\]x^^_`abcdefhiLjkmVnprtw&y|S%}˜QץKUUuiy=ט1mc{Bvnqlgc8^Z0UQNJ^FC@>R;976H4321100///Z/>/./&/"/$/&/(/*/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/$/"/$/(/6/J/n//0X012V3N4v57T9:=?XADNFIL^OQTXVY*[X]X_&`b.cfdleFef~fg(gTghghgXgkLkVk\kbkfkhkjkjklklklklklklklklklklkjkjkhkhkhkfkdk`k\kVkNkDk6k"k jjjjNjii@hh>gff:epdcbaa`(_P^]]0\\6[[[[[[[\L\]]]^v^_h_`J`aatabblbbc>ccdd@d~dde@eef fTffg2gghhfhhiDiijj>jpjjjkkk.k@^BErH JMPDRUnWZ\(^ _a8bcde@efDffffffff\f"eeeZeddzd.cccFbbbbbaaaJa ```\`*_____\_<__^^^^^v^Z^>^ ^]]]]]`]>]\\\\~\R\"[[[[N[ZZZdZ,YYYYnYNY8Y*Y(Y2YHYnYYZ:Z[[\,\]z^0^_`pa2abcVcde4efDfg6gh hjhiifiij.jdjjjkkk.k@kLkVk^kbkfkhkjklklklklklklklklklklklkjkjkjkhkfkdkbk^kZkRkHkiithh^gff*eLdbcnbva`_^^]~\\\d\R\f\]]^(^_`abcdeghBixjlmo>q s uBwzR},3e=qyK5Eݩ骽cK )Ŧ5[3ÖGwYQ}{vtqVl:g*b6]dXTPPL*H~EA?$<:T8T65321100///X/>/./&/$/$/&/(/*/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/(/&/$/$/&/0/@/`//0401N234&5v68:<>AVCFI8KNQVSVbXZ\^`,abcdxeeef$fDfLf@f&eeeeTedd|d.cccDbbbXb aava.```d`&____P_$^^^^^r^T^8^^]]]]]x]Z]<]\\\\\|\Z\8\[[[[z[P["ZZZZdZ2ZYYY|YVY6YY YYY Y"YDYtYYZZZ[>[\Z\]^V_ _`~a4abc8cdpeef ffgpgh@hhiNiij"j\jjjkkk0kBkNkXk^kdkfkhkjklklklklklklklklklkjkjkjkhkhkfkdkbk^kXkRkHk[l[[\@\\]R]^ ^f^__`__`<``aaFaab bPbbc$cpcddddeetef6ffgbgh&hhi4iijjNjjjjkk$k2k8k8k2k$k jjj~j2iifhhLgffe4dHcTb\af`x_^^ ]n\\\^\P\f\]]^4^_`abcdfg0hZijl\;97643X2V100R///n/J/4/(/$/"/$/&/*/*/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././*/*/(/$/$/(/4/H/l//0T012^3^4579N;H=r?B@DGJ:LORHTW4Yn[|]X_`tabcdLde6exeeeeehe6dddxd.cccDbbbVbaana"```J`___P_^^^^`^:^]]]]]]p]V]<] ]\\\\\l\N\.\[[[[[p[N[,[ ZZZZtZLZ$YYYYY`Y@Y YXXXXXYY"YNYYZZ~Z[j[\]"]^p__`xa"ablc cd4deJefLfg,@CEHfK MPSUWZ[]_@`abchcdndddddddd`d cccFbbbXb aala ```B___v_6^^^^Z^,^]]]]t]X]>]$] \\\\\\r\T\6\[[[[[x[Z[<[ZZZZZZfZFZ&ZYYYYYdYDY(Y XXXXXXXXYY0YdYYZDZ[[\\]>]^z__``aab6bc^cd|eeffg gghdhi*iijjXjjjkk k6kFkRkZk`kdkhkjkjkjklklkjkjkjkhkhkfkfkdkbk^kZkVkPkJkBk8k*kkjjjjfj$ii|ihh gnffe>dhcba`__&^Z]\\Z[[l[ZZZZZZZ[$[^[[\ \d\\],]l]]^$^^^^__P__``X``ahhgjfeddc ba"`6_X^]]F\\\R\L\l\]]^X_ ``abde&fBgfhikl~noqsuxn{$~'e+Gog'ߦ/%y;ɩɨQ=Ӟ cE{vAFCF|I0KNQ:SV$X`Zn\F]_Z`abncccd&dDdJdY*YYXXXXXXXXXXXXYYBYtYYZDZZ[h[\R\]P]^^^_p_`aab4bcXcdeef4fgFgh@hiizijj^jjjkk&k:kHkTk\k`kdkfkfkhkfkfkdkdkbk`k\kXkTkPkJkDkfee"dVcba`` _4^h]\\X[[RZZZbZ8Z ZZZ&Z>Z\ZZZ[[.[^[[[\\J\x\\]]F]~]]^6^|^__f_`"``alabjbc~dde4efXfglghdhi8iij&j`jjjjjjjjjtj2ii|ihvgg fVe~dcba`__^L]]\\h\F\L\x\]>]^_V`:a0b2c>dPeffghjkVlnLpqtvPx{~S1ۘ힥M7ݨ?aIgǪϧ[%]5oͅဵ{\upTjeR_ZUQ:LHEA>< 9754d3&2"1P00,///\/>/./$/$/$/&/(/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././,/*/(/&/&/*/2/F/f//0J01z2R3X4579`;b=?BpE GJfMORT;9V7R54$211*00//~/T/:/*/$/$/$/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././,/*/(/&/&/*/4/H/l//0\012z346679;=@^BEzH$JMxP RTWYZ\X]^_`~aaxaaaaaaaaJa ```@___p_,^^^r^8^]]]t]L]&]\\\\\z\h\V\F\6\(\\ [[[[[[[n[N[*[ZZZZrZPZ.ZYYYYYYtYbYPY@Y2Y&YYYXXXXXXXXXXXXXYYY8YZYYYZZ^ZZ[D[[\V\] ]]^n^_d_`raab2bcrddeZefg&gh6hiiij(jjjjjkk*kk6k,k"kkjjjjjjjbj[[2ZZlZ$YYYYYYYYYYYZZ*ZHZhZZZZ[[:[b[[[\ \X\\] ]n]^ ^^_j_`raab:bcd,dexffgBghJhi"i|ij j>jfjjjj~j^j.iii2hh$g~feed4cDbNaZ`n_^^]f\\\P\<\P\\]d^^_`~axb|cdefgijHklnpDr,tJvy2{~eɌ9 QmY wqigǪͧWG/KzuToj"d_;`975`3211 0t0//t/L/6/(/"/$/&/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././,/*/(/&/&/*/6/L/r//0n112346n89<>L@C6EHvKMPBRTW XZ\]\^h_B_`n`aa a$a````j`.___l_,^^^r^:^]]]t]L]&]\\\\\\t\d\V\H\>\4\(\\\[[[[[[[^[:[ZZZZtZNZ*ZYYYYY|YhYVYDY8Y,Y"YYY YYXXXXXXXXXYYY"Y4YJYbYYYYZ$ZZZZ[[Z[[\B\\]P]^"^__`"`aRabcBcdeBefg gh8hi$iij.jpjjjkk(k8kDkLkPkRkRkRkNkLkFk@k:k2k(kkkjjjjjjjbj@jiiiiBhhhHggjffVeed^cbbaD`v_^^$]n\\([[ZZTZ YYY|YfYZYTYVY^YjYzYYYYYYZZ4ZRZpZZZ[[,[Z[[\\D\\]8]^^z^_``aRabcVdde`ffg6gh>hiiliij"jBjTjXjLj0jiilihggLfedcc ba&`<_`^]]H\\x\F\8\R\\]z^^_`abcdefh i0jhkmnpbrJtjvyT|Ciٓ913w!լW먳9s[ߗCE57zuodidH^YTPKGD@=;(865832100d///n/H/2/(/"/$/&/(/,/,/././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././,/,/*/(/&/&/*/8/P/x/00|1123568N:4@CtF HKJMPZRTVXZ^[\]^_N_``<`R`R`@`"____Z_ ^^^p^8^]]]r]J]$]\\\\\\~\r\h\`\X\R\L\H\B\<\4\*\\[[[[[[b[:[ZZZZ`Z8ZYYYYY~YhYVYHY:Y0Y(Y$Y YYYYYY Y Y$Y&Y*Y0Y6Y>YJYVYfYvYYYYYZZ@ZhZZZ[*[`[[\\f\] ]l]^F^_J_`taablccde4efg"gh>hi,iij2jrjjjkk"k0k:k@kBkBkBk>k:k4k,k"kk jjjjjjjzj\j:jiiiiVihhh0ggfffleeDdcc:b|a``._j^]]F\\ [[ZZ@YYYY^YBY0Y&Y"Y$Y*Y2Y>YLYZYlY|YYYYYZZ"Z@ZbZZZ[[D[[\\d\](]^^_._`naabc8cdePefg,gh2hiiViiijjjiiii6hhPggfVedcba`` _0^j]]*\\f\<\6\V\]]^8^_`abcdegh*iPjkm6np|rftvyr|>68t:\ACF,HK\MPRRTVXzZ[V\t]\^^_ _N_v___p_P_*^^^^d^0]]]]r]H]"]\\\\\\\z\t\r\p\n\p\p\r\r\r\p\n\f\^\P\@\*\[[[[x[H[ZZZZZZ0ZYYYYYvYdYVYJYBYYBYHYNYVY\YbYjYpYxYYYYYYYYYZ Z"ZYLY\YnYYYYYZZ$ZJZtZZ[[\[\\b\]F]^X^_`B`abjc&cdeFefg gh hhi4iriiiiiiiJhhhg~ffeJdncba`__^@]] \\V\2\2\Z\]]^R__`abcefg.hHiljkmNnpr|tvy|XVӉ;Ùݜßmӣɧ[3mMŤɠGg#}w_a(yt@ni$c^ZY:TTOKhGlC@=:86532100X///h/F/0/&/"/$/&/*/*/,/././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././,/,/*/(/$/&/*/:/T//001,1245R68:t<>A.CF6HKTMP4RrTVlXYZ[\]r]^T^^^^^^^l^D^]]]]l]D] \\\\\\\\z\x\x\z\\\\\\\\\\\\\\\\j\J\$[[[[d[.ZZZZ^Z2ZYYYYY|YnYbY\YXYXY\YbYjYtY~YYYYYYYYYYZZZ$Z4ZDZTZdZtZZZZZZZZ[[[*[B[`[[[\,\|\]@]^<^_j``azb8bcdte.efg.ghNhi6iij.jhjjjjjkk kk kjjjjjjjjjfjHj&jiii~iLihhhXhgghg ff6eeefgghhjhii:i`iriti`i:ihhHgg8feed,cFbZal`_^^]t\\\F\(\0\\\]$]^j_6`a bcde(f8gLhdijkmdnprtwy|jjOÐ5ٙן٧g9s;aQscלك~yPsnThcl^&YT6OKZGfC@=;865"32100\///j/F/2/&/"/$/&/*/*/,/././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././,/*/*/(/$/&/*/:/V//00161245`68:<>A0CF,HK8MPR2T:VWY ZV[Z\*\]J]]]^ ^]]]]]~]Z]8]\\\\\\\~\x\t\v\z\\\\\\\\]]]] ]"] ]] \\\\\f\4[[[[J[ZZZhZ:ZYYYYYYYY~YYYYYYYYYZ ZZ.Z@ZRZbZrZZZZZZZZZ[[[ [[[[[[ [ [ [[[2[N[t[[\8\]]~^^_D_`ahb,bcdxe4efg6ghPhi4iij"jXjjjjjjjjjjjjjjjrjXj:jiiiipi>ihhhNhggngffZeeeddcrbb>a``R__^d]]0\\[[*ZZhZYYYjYBY$YXXXXXXXXXXXXXXYYYY(Y8YJY`YzYYYZZFZZ[[|[\\\]p^ ^_b``abVccde2eflfgrghA"CFHK MrOQSUWBXYZ[\2\\]8]X]h]h]\]L]4]]\\\\\\\z\r\p\r\v\\\\\\\]]2]L]d]x]]]]]]]|]b]@]\\\t\4[[[j[(ZZZxZHZYYYYYYYYYYYYZZ Z:ZTZpZZZZZ[[[&[:[J[Z[j[v[[[[[[[[t[d[R[>[([[ZZZZ[[6[h[[\\\]P]^~_(_`a`b(bcd~e:efg:ghNhi(iijj:jbjjjjjjjjjjrj\jBj$jiiii`i.hhhh@gggdgffbfee0ddFccBbb&a```__*^]]n\\b[[x[ZZ^ZYYYxYTY8Y"YYXXXXXXXXXXXXXXXYYYY*Y2245b68:t<>ACrEH`JM.OpQS~U@VX(YLZ@[[\\l\\\\\\\\\\\\|\r\n\j\l\r\z\\\\\]]&]H]l]]]]^^^(^.^.^$^]]]]x]>\\\n\$[[[D[ZZZZZ0ZYYYYYYYZZZ8ZVZvZZZ[[$[D[b[[[[[[\ \\*\6\<\@\>\8\,\\[[[[~[V[0[ ZZZZZZZ[.[r[\.\],]^f__`a^b*bcde@efg6gh@hiidiijj0jHjXjbjdj`jVjJj8j jiiiixiJihhhlh,gggRgffVeee6dd`ccvbbxaaj``P__4^^]]\\([[VZZZ`Z YYYYtY\YJY:Y0Y&Y YYYY YYYXXXXXXXYYYYY*Y>YXYvYYZZ@ZZ[H[\8\]\]^_^``abPccddeef$fg gdggh hhhggg0ff4edd cNbta`__^H]] \\F\\ \"\^\]@]^_p`XaNbLcTd^ejfxghijl(moprtw y|gِK韏oê7ݫC}U/+՞)# }wrmThb]XTHOKGDLA>(;9F7J54"211*00//|/R/8/*/"/"/$/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././,/*/(/&/$/&/*/:/X//0$01<2245\68:b@CFEH$JLOQ2STV^WXYZ["[[\,\T\l\x\|\z\v\p\j\f\b\b\f\l\v\\\\\]]$]L]v]]]^$^L^p^^^^^^^^^~^R^]]]L\\\T\[[`[ZZZnZFZ(ZZ ZZ ZZ*ZDZbZZZZ[([T[[[[\$\H\h\\\\\\]] ]] ]\\\\\n\>\[[[\[$ZZZZZZZZZ[B[\\]]^X__`a`b.bcde@efg(gh&hhi6iviiiijj jiiiiii~iXi,hhhhVhgggZZZlZ6ZYYYYYYxYpYhYbY\YVYPYJYDY>Y6Y0Y(Y"YYYYYYYYYY,Ymgb]YTvPKH,DAl>;9754`3"21N00(///Z/r@CE|GJFLNPRTrUWJXhYXZZ[2[[[\\2\>\F\J\N\T\Z\b\n\|\\\\\]]H]r]]^^8^l^^^_"_D_`_p_z_x_l_T_2_^^^@]]]<\\\"[[x[.ZZZZbZHZZLZdZZZZ[0[b[[\\:\n\\\]&]L]p]]]]]]]]]]]]]t]@]\\z\.[[[L[ZZZrZXZNZRZjZZ[[|[\p]]^R_ _`afb2bcde8ef~g ggh^hhi,iXixiiiiii|ifiJi(ihhhph6gggng$fff,eexeddRcccbb6aaN``b__r^^^]]<\\v\[[x[2ZZZZZZ6ZZYYYYYYYYYYYYYYY~YtYhY^YTYJY@Y8Y2Y.Y,Y.Y2Y68V:*<&>H@BE@GJLJNzPRhTUVXYYZjZ[J[[[\\$\4\D\R\b\r\\\\\]]@]l]]^^:^t^^_"_Z___`` `.`0`(`____F^^^@]]t] \\B[[[@ZZZZZnZhZnZZZZ[[P[[\\H\\]]F]]]^^D^l^^^^^^^^^^^^n^4]]]T\\\<[[[*ZZZbZ:Z ZZ"Zeeff4fBf\],]^_d`LaBbBcHdRe\fhgvhijlmtnprtwy|`^Չ;yϜYץ9c7+{)͍ʼn{I{xvqlgb^YvU PLIEB^?r<:r8^6432100f///p/J/4/(/"/$/$/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././,/*/*/&/$/$/*/:/V//001,1235*68::<>@VBEGdILN2PfJgXhlijkmZnprxtvy||D@iS/]i=[CS+ť)[{Oӑ ɄUzv,qRlxgb^FYUpQJMXIF,B@=\:865b4211(00///V/:/*/$/"/$/&/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././,/*/*/&/$/$/,/:/V//001&1235689;=@&BtDG*IKMPQSU&VWXYzZ(Z[&[[\\2\\\\\\]]:]d]]]^0^j^^_*_n__`>``aa4abaaaaaaa\a"```"__B^^J]]P\\j\[[`["ZZZZZZ[$[Z[[\.\\]0]]^6^^_(_p__`,``````aaaa ````p`(__r_^^]]\\[[&ZZnZ(YYYYYYZ0Z|Z[H[\X\]^R__`aVbbcd&dePef@ffg:gpggggggggglgBgfffZfeepeddbdcc>bbrb aa<``p` __H^^^6]]]D\\\~\H\[[[[[r[`[P[F[@[>[>[B[H[N[V[^[d[j[l[n[j[d[Z[N[>[,[[ZZZZZ~ZbZHZ.ZZYYYYYYYYZ Z4ZfZZ[J[\\]]^0^_\_`aab4bc(ccd:dvddddddRdcc&baaV`__4^]]8\\<[[[[[[\d\]^H_``abde fg*h@i^jkm4npnrTtpvyT|?YÓ[qQYuI٨#1%ɪ զaYӗYW0zuql`gc^Z(UQMJHFC@=;9f7|54f32221`00:///b/B/0/&/"/$/&/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././,/,/(/&/&/&/,/:/T/~/00112346h79;=?BDDFIPKMOQS|U VlWXYZ8Z[H[[\B\|\\] ]6]d]]]^0^h^^_&_j__`B``aabaabb^^^8]]]V]\\\p\D\ \[[[[[[[[[[[[[[\ \\"\,\2\4\2\.\$\\[[[[[[b[B[ ZZZZZ|Z`ZFZ0Z ZZZZZ(ZDZjZZ[[p[\8\]$]^*^_@_`V`a\abHbc cXccccccccLbbbap``*_~^^&]\\l[[[r[X[\[[\,\]P^ ^_`abcdefhi"jRklnp:r t<8:8 6R432100d///r/L/6/(/"/"/$/&/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././,/,/(/&/&/&/,/:/T/|/00~112346N79;=?BDtFI*KtMOQSrU VtWXYZh[[[\V\\]"]Z]]]^2^l^^_&_h__`>``a"anabbHbbbcc.c:c8c$cbbb,aaR``F__"^]]r\\|\[[z[H[([[&[@[j[[\D\] ]x]^Z^_<_``z`a2aabbZbbbcc*c:c@c:c&cbbbLaaa`z__J^^]^\\&[[ZZDYYYYtYnY|YYZZdZ[>[\R\]^B^_`^aab^bcdd~de\$\\[[[\\ \\&\8\L\b\x\\\\\\]]]]]]\\\\\\v\R\,\[[[[d[<[ZZZZZzZhZ^ZZZ^ZlZZZ[[J[[\N\](]^^__```afab blbbbc cbbbb2aaV``@__^^]]&\\[[d[.[[[>[[\d]]^_d`TaPbTc^dje|fghjkLln>oqsvHx{~Su=guKka{/ϡIQɏ낥~DyuTpl\gc_J[WS$ObKHbE0B4?t<:865P3211.00///Z/>/,/$/"/$/&/(/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././0/0/./././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/&/,/8/R/z/00x112346479;n=?ADRFIK`MOQS~U VWXYZ[b[\j\]&]r]]^4^p^^_,_l__`>``a anab bXbbc.clcccccccccZcbb(aa`|__>^^]x\\~\[[[\[F[H[\[[\\b\]8]^*^_(_`"`a avabFIK\MOQSURVX&YNZL[$[\v\]f]^^f^^_4_v__`F``a"anab bZbbcDccddJdxddddddld,ccxcb|aaJ`__P^^ ]v\\z\[[[r[h[t[[\\r\]R]^X^_n_`aabbrbc>ccd4dvdde e,eBeLeLe@e$dddrdcc"baa@`__ ^L]\\2[[ZZ$YYYZY>Y2Y:YRYzYYZTZ[0[\:\]h^^_H_`~aabbbcBcccdd2d>d>d6d$dccccJcbbvb&aaza ``j`__^_^^d^]]]L]\\\\l\R\@\4\0\2\<\L\`\z\\\]]2]^]]]^ ^6^^^^^^^_____^^^^^^b^6^]]]n]8]\\\X\"[[[[j[F[*[[Z[[ [ [>[f[[\\`\] ]f]^&^^_F__`B```aa a$a````4__b^^`]]H\\6[[HZZZnZTZVZvZ[ [\\]^\_F`>a@bJcZdnefgijbkm^opsuhwz}AEuUKc3  ٞY3}yRuplhjdP`H\TXvTQMJ4GCA.><4: 8 6n43211 0|0 //~/T/:/,/$/"/$/&/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/(/&/*/6/N/t//0h012z3z4679R;<=N?AD2FIKhMOQSUW(XYZ[\p]]^^~^_,_z_` `P``a,avabb\bbcHccd,drdde eHebepeneZe4dddNccVbb at`` _Z^^]p\\v\[[[[[[\\t\]Z]^n__`4`a\abpbcfcd8dde0ereeff"f6f>f___@^^^P^]]]B] \\\\j\R\B\8\6\<\H\Z\t\\\]]B]v]]^^P^^^_$_R_~___```"`(`(` `_____r_B_^^^h^,]]]n].\\\x\@\ [[[[p[Z[L[H[J[V[l[[[\\V\\]0]]^"^t^_ _P___` `` `____J^^^]]\\[[$ZZbZYYYYZ ZtZ[p\\]^_`abcdeg&hfik*lntpZrttwFy|+uˍecQc1㧇ݨǦ_}! -qu}Ry(uplhd`]Y@URNK2HDB$?~=:8754.3 21T008///d/D/2/&/"/"/$/&/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/(/&/*/6/N/p//0`012j3j4579@;,=>?vAD2FIKMPR6T,UWYZF[^\N]]^`^_L_``V``a8aabbdbbcLccd4d~deeNeeef ff feeeze dd0cbbJa``_\^^]h\\p\[[[[[\\l\]N]^l_ _`P`ab2bcRcdNde$eeff\fffgggggffflfee2ddcTba``&_P^~]\\<[[ZZYYrY>YY YYY6YbYYZ>Z[ [\\] ]^^_ _``v`a(apaaabb$b&b baaaaaPa```L`__f_^^^8]]]p]6]\\\\h\R\D\<\:\B\N\d\\\\].]f]]^"^d^^_*_j__``R````aa.aFI8KNP`RTVhXYZ\]]^_0_`*``a@aab(btbc cTccd8ddee^eef fVfffffff|f>eeedxcc&bla``_X^]]\\\j\[[[[\ \X\]4]^T^_`RaabZbcd&de(eefZffg0gfgggggggggng*fffeeVdcc\>\F\T\j\\\]]>]z]^^J^^_._z_``X``aaXaaabb.bFbVb^b`bZbLb6baaaaraXXXtXXXRXdXXY8YZLZ[\]^_`abde<:r865N4221@000///b/D/0/&/"/"/$/&/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/(/(/&/*/4/H/j//0P012R3P4|57h9*;=6?xADRFIbKNZPRUVXZ0[\]^_h` `aa|ab0bbccdccdBddeedeef2frffgg8gRg`g`gNg,fffLeeNddcJba``_P^]]N\\d\[[[\\@\] ]^(^_~`4`ab`ccdXdetef`fggnggh hJhlhhhhhrhNhggzgfeeXdcc b0aP`l_^]]\V[[ZZYYpY6Y XXXXYYJYYZZlZ[0[\\v\]N]^^t^__R____```______f_8_^^^`^&]]]z]F]\\\\|\b\P\F\@\B\J\Z\r\\\]]J]]^^b^__Z_``Z``aLaab b^bbbc c>cXchcrctcncbcLc2cbbbbNbaaa>```N___N^^^P]]]b]\\\`\.\[[[[[[[[[[[\\ \@\^\|\\\\\\\\\x\F\[[n[ZZFYYnYXXDWWW|W^WRW`WWXXY"YZ[^\D]<^@_R`labceBfhik`mBoPqsvyj|\pɈ' ={{7롵QǩOϤ g|y u0qfmifbb_P[XnUQN~KVHHE\B?=;V9T7543d2f100d///x/R/8/*/"/"/$/&/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/(/&/&/*/4/F/h//0H01x2H3F4r57b9&;=_`abBccdfeef&fggvghh\hhhi ii*i*i ihhhjhgg*fee@d|cbaa`_8^^]\\[rZZbYYYXY XXXXXYYaaaD```4__x_^^f^]]f]\\\P\[[[[z[b[R[H[D[D[J[T[`[l[z[[[[[[[[x[X[.ZZZvZ&YYlYXX:WWtWVVVTV2V"V*VHVVW>WXbYYZ[\]^` a8btcefh&ikmorZtwz}Ɇɒoݗ'[U!{w5͟oəᖻ_׌-i|yuXqnjzfc`$\YrV$ROLIzFCA>4l57`9&; =H?B DG4ILvOQSV XY[]^L_f`Za(ablbcZcdd`dde8e|effDffgg>gxgghh8hVhlhvhth`h\\\P\ [[[`[4[ZZZZZZZZZZZZxZjZXZ@Z YYYYRYXX`XWW:VVrVUUnU*TTTTTUUNUV,VWpX6YYZ\]^B_r`acTdfZh ikn pbruxf{T~XcomQ+E7qg!áE+C{|y2uqnnjgdH`]ZzWBTPMJGDB6?=L; 9(7f543X2^100d///x/R/:/*/$/"/"/$/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/(/&/&/*/2/D/b//0>01j2<3:4h57b9.;,=\?B0DGpJ LOlQTZVXZ\F]_`:a4bbcTcdBddeDeeffRffg gFgggh"hRh~hhhhhhhhh\hgg fee(d^cba``_0^n]],\\V\[\\&\j\]F]^_<``abxcHddef,fgNgh4hhi,ihiiiijjjj iiii^i hh4ggfdeddc"b\\\([[[@[ZZZ^Z6ZYYYYYYpYXY>Y YXXXXHX WWvW"VVhVUU>TT~T&SSSXS0SSS$SLSSTXTUVHWXXZ[\6]b^_a@bdR OKIF(Ch@>^<:8665"3211:000///f/F/2/&/ /"/"/$/(/*/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/&/(/0/B/`//0<01j2:3:4l57l9<;B=v?B^EGJpM*ORlTW0YP[@\^_a b bcd2de"eeff`ffggPgggh*h\hhhi i*iDiTi\iViDi hhhJggRffeBdrcba`__(^f]]$\\T\\\\:\\]t^^_`Ra(bbcd~e@efg6gh:hiiRiiij$jBjXjfjnjlj`jJj*iiirihh$gff4endcbaa `$_D^j]\\,[ZZZYYjY.YXXXXXXYY.YZYYYZ4ZpZZ[ [V[[[\\\6\J\V\`\d\f\d\`\X\P\H\>\4\*\"\\\\\\&\6\J\d\\\] ]@]~]^^R^^_L_``f`a0aabdbc,ccdFdde:eeef2f`fffffffffffff\f0eeeeBdddVccc@bbrbaa&``<__P^^d]]|] \\4[[n[ZZjZ YYYbY*XXXXpXDXWWWW\W$VVV\VUU`UTT:SSpS RRTRQQQRQ6Q,Q6QVQQRFRSdTTUVWXY[ \B]^`Hacne0gi$kZmp3B4t57|9R;^=@BE@HJMPHRUlWY[]_F`abcdleeefNffg$g^gghh2hdhhhii>ibiiiiiiiiji0hhhgzff"eZdcba`__$^`]]\\R\\ \\L\] ]^<^_`anbLc,ddefRfghhhiZiijjLjnjjjjjjjjrjHjiiri hhghfee4d^cba`__ ^:]r\\[rZZpZYYfY,YXXXXXXXYY:YbYYYZ ZRZZZ[[*[J[f[|[[[[[[[[[[[[[[[[[\\\4\T\x\\] ]D]]^^`^__\_``v`agTgdgngpgngbgRgVVVV@UUUtU(TTT.SSnS RR:QQfQPPDOOOfO6OOOOOLOOPjPQRjS@T*U$V.WDXhYZ\(]_`bPd(f"hDjlo|rtwz@|?Y?]e۩gSkgGU+яSk}0yvBrolifc`]ZWTQNKHEC>@>H<:8465&3211D008///j/J/4/(/"/ /"/"/&/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/$/&/./@/^//0<01n2D3J4579r;=@:BEHTK(MPSlUX^Z\^f_adbcdze2efLfggZggh h>hnhhhiiFiliiiiij jjiiiihihh0gff:endcba`__$^`]]\\T\ \\$\X\]"]^\__`abchdFeefgDghfhiFiij*j^jjjjjjjjjjjjTjiidhhrggcddbdeeheffHfffg&gPgrgggggggggggdg@gfff|f>eeebeddXccc bb:aaD``@__0^^]]\t[[bZZZYYfXXXWWRVVVBUUUDTTTHSSSBRRRQQLPPpPOO$NNTMMMPM LLLLLLMM^MNVNOP|Q\RNSPT^UzVWY"Z|[]r_`bdfiDkn.psTuxrz}8b_)?1񉇉IeQe]9GǏKu}TyvsLp*m"j,gDdfa^[XUROM J"GJDA?t=(; 97f543h2r100x0///\/@/./$/ / / /"/$/(/*/*/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/$/$/&/0/B/`//0B01x2R3\4679;>@|CEHKNlQ:SVX[2]<_`bcNdTe2effgfghh@hvhhhi&iNiriiiijj*j>jLjTjTjHj2jiii>hhRggfRedcba``_*^d]] \\V\$\\*\b\]2]^r_2``abcdreHffgxhhiizijjZjjjjjkk k kjjjjjRj iiNhhPggfXedccb.aL`l_^]]:\[[\ZZlZ YYtY:YXXXXXXXXYYY6YVYtYYYYZZ*ZBZXZlZ~ZZZZZZZ[ ["[<[Z[|[[[\*\`\\] ]h]^^^^__n_`.``aRabb|bc@cdd\deebeefDfffg*gVg|gggggggggggggjgBgfffxf8eee\eddRcccbb,aa0``"__^r]]F\\[|ZZPYY.XXWWVV,UUJTTpTSS6RRhRQQ,PPPOOlNNNMMLL8KKjKJJtJ:JIIIJ JBJJKrLLMxNNO6P.Q4RHSfTUWX|Y[]6_`ce0gvil>nqsuwz{} M_=w݄'eQaY5CÏK!}|zvspmjge:bx_\ZW2TJQ\NnKHEC:@>P<:8H65>4221X00J///v/R/:/*/"/ / / /"/$/&/(/*/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/$/$/&/0/D/d//0L012j3x46679;>F@CrFjzjjjk kk$k(k(k kjjjjjHiii2hh*gff*efdcbba&`J_v^]].\[[bZZxZYYYLY XXXXXXXXXYYY,YFY^YxYYYYYZZZ(Z:ZNZbZzZZZZ[[B[p[[\\\\\]<]]^@^^_b_`*``aVabb~bc>ccdPddeNeef,flffggZ\^`begZikn pFrNt4uw|xz{{|l|}D}eOaY5CǏSLj3}zPwtqn.khhf cb`^[DXxUROLJGJDA?=@;&9<764321100$///h/J/6/*/"/ / / /"/$/&/(/*/*/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/$/$/(/2/H/l//0\012346h8$:<>>A$CFILxOdRBUWZ \f^v`Pac\deftg(gh2hhiiRi~iiijjj8jRjjjjjjjjjjjjj^j&ii~ihggBfedcbaa` _D^|]]4\\d\0\ \4\j\]:]^|_@``abcdenf:fghBhiHijjRjjjkkk.k8kRR QvPPNOO.NNMLLpKKXJJ>II$HHGG FFEEDDDDVD CCCCDDNDE EF"FGH\IN\OPRS~TVXHZ[]`bd:fThbj\l>moqr@sPt4tu~uvvjXjnjjjjjjjjjjjjjj|j@iii(hhgZfedccba"`8_\^]]D\\p\8\$\6\h\]4]^r_4``abcdeff4fghBhiJijjZjjjkk(k8kBkHkJkFk/X//001(1245\68:=?xBDGJMPSdV,X[H]_arcdtefgvh$hiitiijjhh"gvfeedc*b4aB`X_z^]]Z\\~\B\*\6\d\](]^^__`abcdpeLffgh4hiBij jXjjjkk,k>kHkPkRkPkJk>k.kjjjj^jiiThh\gg(fzeed6cfba``(_d^]]R\\.[[>ZZZ2YYYY\Y:Y Y XXXXXXXXYYY"Y0Y@YRYdYzYYYYZZLZZ[[R[[\^\].]^^^_v_`f`aPab,bbcVcddNddeeXeeeff:fZftfffffffff|fffLf.f eeee`e,ddddDdccvc,bbb:aaa(``Z__z_^^]z\\V[[ZpYYXZWVVUZTSSRJQPPOHNMMLbKJJHIHH@GFFDEDDTCCBvAAH@@2??:>>j>===Z=:=,=0=F=r=>>r>?@(@ABrCND6E&F"G(H<:8754n3\2v11004///~/`/H/:/0/*/$/$/$/$/$/$/&/&/(/*/*/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/(/*/4/F/d//0401R2 34L57J9$;8=@BEjHJK:N2Q$TVYj[^`(acdfgghiizij j>jfjjjjjjjjkkkk"k&k(k$kk jjjjlj iiVhh>gffe*d@cPb\aj`~_^^]v\\\N\0\6\^\]]^B^_`abvc`dFe$efgrhhi*iijLjjjkk*k>kJkRkVkVkRkJk==b<;v?@@@ABCDEGHVIKLtMO~QRT2UW0XY[\\]^D^_ _f__]OqwcyY)'~n{@x8uZrpmkLifd|b0_]bZX>URPM6JlGEBx@=;986564 32:1000*////f/R/B/8/0/,/(/(/&/&/&/&/(/(/*/*/,/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/(/*/0/:/P/r//0R012\3b4679;>@CLFHKNQTWpZ \v^`bzd ebfgxh@hidijjRjjjjjjjk kkk(k.k4k:kc(ddefgDghi i~ij6j|jjkk$k:kHkRkXkZkXkRkHk8k$k jjjjBiii.hh0gffRedd cZbaa `N_^^F]]\\$[[X[ZZnZ2YYYYYlYTYBY4Y,Y&Y"Y"Y$Y(Y0Y8YDYRYdYzYYYZZFZZ[ [z[\H\]4]^2^_:_`D`aDab.bcc\ccdBd~ddee(eDeXefepeterele`eNe8eeddddZd(ccc~c>bbbtb,aaaF```P___J^^^4]]n]\\*[[@ZZDYY2XXWjVVUjTSS2RlQPPO0NZMLKKJ.IZHGFFENDCBB4Av@??D>==*<|;;0:99l88j7776666p6J64606<6X667"7889"9:v;0;<=>p?V@HAFBTCnDEGHrIK6LMOXPQRSTUVJVW:WWWX]Qy!yu-njMͅS~{|x~uspn$kigeXc$`^\YVTFQNKI8FCAt?<:9"7643221p000,////t/^/N/B/:/6/2/./*/*/(/(/(/*/*/*/*/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/*/*/./4/B/Z//00t112346v80:$

ABDFILORUhX Z]_Ba8bd~efghi0ij jRjjjjjk kk k(k0k8k>kDkHkJkJkJkDk:k*kjjjjFiiihxggfVedcba`__(^f]]0\\p\B\8\P\\]b]^_f`:aabcdefLg ghRhiVijjdjjjkk2kDkPkXkZkZkXkPkFk6k kjjjxj4iiihh gffJedd&cfbaa,`x__"^]]f\\t\ [[T[ZZZNZYYYYY~YnY`YVYPYLYJYLYPYXYbYpYYYYZZJZZ[,[[\`\]V]^`^_p_`~aa|ab`bc"cvcdd8dfdddddddddddd^d8dcccvc>0=l<;;4:|998n77(665z444$33x3632222233:334N45R567.789V::;<=>?@ACD6EnFGI J,K:L4MMNOOOPPFPbPt[S 7Ou~{xus`pnlljNh:f(da_]TZX\US PNMJHEtB@>F<2:J87 543211f000://///t/d/V/L/D/>/8/4/0/./,/,/,/*/*/,/,/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/,/,/0/8/H/d//0 01,1235V68:kDkJkNkRkTkVkVkTkNkBk4kjjjjXjii&hggHfedcbba`6_^^]]V\\\P\<\J\|\]<]^n_(_`abczdZe4ffgvhhi&iijDjjjkk(k> =8?@ABCDEFdG GHHlHHI II*]YáO͖u'U{y vJsqRoljhfdb`^\,YW.TQO"LfIGDvB?=;98 65n4X3j211n000X0/////~/p/d/X/N/H/@/kDkJkNkRkVkZk\k^k^k\kZkTkJk:k&kjjjjjiiDhh"gvfee d&c8bJa\`v_^^]]\\b\B\F\l\]]^4^_`|aZb>=(?d@@AAfAABB*B:B@cc%١ǟmϙᓡCщY邍P|:yPvtqomnkvigeca_]j[XVSlPNKTHFCA4><;9P76p5D4@3b22 11 000J0///////v/j/`/T/L/D/@/8/4/2/0/./,/,/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/4/>/P/l//0>01j2B3P4679;>J@CFrIjLpOpRZU0WZn\_abdbefghiVijBjjjkk,kk*kjjjj`jiinihhgffdee"d|cc.baaH`` __^^(]]Z\\\Z\[[[V["ZZZZ|Z\Z@Z&ZYYYYYYYZZ$ZNZZ[[d[\0\]]^^__``~`a>aabb.bHbVbVbLb6baaa~a:```N___4^^d]]]\\.[[>ZZJYYTXX\WW`VVfUUlTTrSSzSRR QQPP OO&NN$MMLLKpJJ==<:;^:9877*6\5443B2110d//.n--<,,(++8**n*)))b)<)"))))4)X))* *`*+$+,,--../,/0`112b3345^6"678L89: :|:;(;d;;;;;ʩko5㟍 ѐu#||yvt`romkj(h\fdb`^\^ZWTRZOMJXGE8B@>b/8/4/2/0/./,/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/4/>/P/l//0>01t2V3r46\8,::<|>ADpGRJNM\PdSNV"X[H]_acXdf$g@h,hijjfjjk k(kQQ0PP&OO NNMM LL"KK"JJIIHGGjFF>EDDXCBBDA@@?<>p=<;;$:L9v8766 5P4322(1f0//8.--0,++P**.))(((F''':&&&&h&N&@&<&D&V&t&&''V''(^(),)* **+x+,|--.../f001N12334445.5j555555کyIͤ I?A͆a |yw,trhpJnTl|jigHeca_][`YVSQ\NLIxFDzB&?=<:\87~6P5H4f332v211R1000z0V0600///////t/d/V/L/B/>B=<<;Z:99887j655443h2110N/..-h,, +d**")((`''R&&^%%%0$$$V$ #########$$R$$% %p%&"&&'D'((~()b)*T*+X+,b,-j-.^././/0060X0p0|000_-)ݝM}uA덁M}z$wxurpnlkBigfPdb`^\ZpXUSPrMK@HF876p5z433T22b211r1810000n0N000///////n/^/R/F/>/8/4/0/./,/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/2/:/F/\//001N2<3h468:=T@BEHLO*R:U2WZ\_2a"bdlefghi\ijLjjk k*k@kPkZk`kdkfkhkhkjkjkjkjkjkjkhkfkbkZkPk@k*k jjjtj$iiVhh@gffeJdlcba`__2^z]]L\\\Z\J\Z\\]>]^^__`atbPc,ddeffgghRhiLij jVjjjkk,k>kLkVk^k`k`k^kZkRkHk8k$k jjjjZjiizihhHggXffRee>dd*ccbbaa*``N___(^^x^$]]]<\\\l\*[[[p[6[ZZZpZLZ.ZZ ZZZ$ZBZlZZ[&[t[\\n\]]T]]]]^]]]]]H\\\8[[NZZDYY"XWWRVVUnTT$SRR6QPPJOONfMM*LKKZJJ*IIHpGGRFF>l==J<<;|::4988(7p655<4z32221p0//0.t--,R+**N)) (n''D&&*%%&$$<##l#""p".!!!!|!f!X!R!T!`!r!!!""L""##f#$$Z$%%^%&&z&'F'((()^)*"*x*+ +D+r+++++++{ QQ -ŊU냕]}NznwuNsqo"mdkj,hgepca` ^[YW.TR0OMJHECjAF?H=r;:D876554X33H22261111P1&00000h0D0"0/////x/f/V/H/@/8/4/0/./,/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/2/6/@/R/r//0r123046n8:=@TCZFxILOS V X[f]_acdf8gLh4hij jljjkk4kHkVk^kdkfkhkjkjklklklklklkjkjkfkdk\kTkFk2kjjjj@ii~ihvgg(fhedcbba4`X_^^]] \\p\N\N\n\]]|^ ^_f`,`abcdde4efg`ghiivij*jpjjkkk4kFkRkZk`kbkbk^kZkRkFk6k"kjjjj^jiii0hhhgggffeeddcc bb6aa^```2__|_$^^z^(]]]8\\\P\[[r[,ZZZpZ>ZYYYYYYYZZJZ~ZZ[2[l[[[\\\\ [[[|[0ZZpYYXXhWW2VUU>TSS0R|QQPdOONNMLLDKJJFIHHZGGF|EEHDDCBBjAAT@@F??@>>>==><<<;;8::,99877b66.544B3228100/f.--H,++6*))>(''d&&<%%$$$##(""H!!!& F jVHBDL\r  D ~ !544T33v3222L21111V1(0000t0J0 /////~/h/X/J/>/8/2/0/./,/,/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/4/:/H/`//0<0124L688:=f@bCFJM^PSVY\,^`bzde|fghi0ij0jjjk"k>=~<$$,##*""6!!R "r$^*~xx~HxJ . j !$!d!!"0"t""#.#b####$$$$$$ $ר秽Sq/5 ]񇇄/}{xZusqon,lk0ihdfe~cb>`r^\xZLXUS>PNVKIG:EBA?:=<:98766"5544.333D3222Z2$111~1F1000l0:0 /////h/V/H/>/6/2/./,/,/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/4/>/P/p/001R2d357:0=@CfFJ@MPT2WFZ*\_ aghnhi`ijjbjjjkk0kBkPkZk`kbkdkbk^kXkPkDk6k"k jjjjnj6iiidihh^ggg.ffXeeeddDcczcbbVaaa:``~`__X^^^"]]H\\h[[[ZZDYYY2XXXnXBXXWWWWWWWWWWW|WDWVVNUUdTTJSSRRQPPOVNMLL,K`JIIH:GvFEE4DzCC BXA@@P??>b==&<;;`::>99*88 7766&55644H33\22p11~100 //.--n,,N++(*))d((6'' &z%%Z$$F##>""B!!V x H@b$dB&  8Tr<hJxBv  B p !!!!!!! ! }Ѣᠩ-sYCۄG~4{Rxv2sqp*nmkjNhgfHdcDa_][YW`U RPDMKIggg$ffbfee>dd~d ccfcbbJaaa ``J__f^^p]]j\\Z[[DZZ2YY2XXLWWW8VVVvVFVUUUUU`U.TTTZSSSRRQdPP OPNMLL,KXJIHHG.F\EDCC(B`A@@ ?f>==L<;;P::9r88@77665z44t33z32211,00L//p/..$--D,,`++t**~*)((z''p&&b%%T$$L##J""P!!b F,0Z|R, *Hh:\<d$B\r/ oɕc1ׁ~{xv~tDrDpznmhljihLged8b`_.]@[4YVTR4OMKHIFDCAd?>Z= ;:99$8p77L66n655n5"444J433h322r211v1(000T0////x/^/N/@/8/2/./,/,/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/2/:/H/d//0z1L2t468n;J>|BEIxM8PTXWZ]f_acetfghiNij>jjkk$k__(^]]X\\ [bZZ YfXX&WWV|VUU"TThTSS~S6RRRNQQQ$PP(ONNVMLL*KbJIHH G0FREtDCBBA8@h?>>=D<;;:\998V776p55>44322v11p00v///..8--`,,,*++^***.))b(((&''J&&h%%% $$##0""F!!` L,z(@v:rJ&.Hd~ :Xt &@Xl|~;S3ե3M!]󈉅/~{y>vtrpo.mlpk:j hgftecb `r^\ZXV\TQOMZK,IGE0ClA@P>=<;::"9|88l777>666J555X544J333"22T1116000N0////l/V/F/:/4/./,/,/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/4/a abcdhe6efgZghiitij*jpjjkkk6kHkTk\kbkdkfkdkbk^kXkPkFk:k(kjjjjjnj@j iiiXihhh:gggRgff^f eebeddNcccbb aa `t__*^x]\\6[jZYYX4WnVUU@TSSbRRPQQ\PP|POO*NN2MML~KK(JpIHHGDFlEDCBBA(@H?j>=<<;H:988@766$5x440322^11800"//..--*,,H++p+**>))z)((b(''P&&&>%%%&$$d$##8""l"!!6 j @(z&:h(xDnL0.DXl "8Nd|_{]g_IeMMㅇE*|>ywtrq oxnlkjilhRg,edc2a_^*\@Z=<;;L::099P888B777<66655>44V33b22r2112000:////z/`/L/>/6/0/,/,/,/,/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/4/>/T/~/0J126358z;?BFJNRVY\_acefhhij(jjjkk6kJkVk`kdkhkjklklklklklklklklklklklklkjkhkdk^kVkHk6kjjjjZj ii>hh2gff.efdcbba*`V_^^*]]\\v\N\D\X\\]@]^Z__`a`b8ccdefBfgh0hi2iijHjjjkk*k>kNkXk^kdkfkfkfkbk^kZkRkHk=<;;:F9r877 6J5443j221t00://.--p,,j++t***))B((v(''Z&&&N%%%R%$$^$##l#""x"$!!z!$ t lfj~4b"l4rH jTB2&   *6DTbr$6FXhx19g=߂||ywVusqNonZmkjihgfed2ba4_][YWUSQtOZMNKTIrGFDxCA@?>==@<<;;4::r:99f988877J66F55044322r11100f0////h/R/B/6/0/,/,/*/*/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/6/B/\//0|1f2469=@DI"MdQtULX\$^afceVfhhijBjjkk&k>kNkZkbkfkhkjklklklklklklklklklklklklkjkhkfk`kZkNk>k(k jjjzj0iithhzgg@feed2cZb|a`__:^]]^\\\`\D\F\f\\]p]^_P``abcdd:e efg8ghjhi`ijjfjjjkk4kFkRk\kbkdkfkfkfkbk`kZkTkJk@k2k"kjjjjjzjRj(iiii`i(hhhth4ggg`gffjf ee:dd@ccbla``_2^>]@\6["ZXWVUTbSJR:Q2P4O@NVMxLKKJ\IHH@GFFEbDCC B8A`@?>=<<;8:V9v87665F4|322<100*/..B--,++p**j))t(((''F&&~&%%f%$$f$##x#,"""P"!!|!6 d Df>dVd.f:|\>$ &.8DP\hvŨ_ˣ۟}ݚg7|zwuXsTqonmhlRkPjZihhpgjfPecb^`_$]^[~YWU~SpQfOdMrKIH(FE6CBA@@?T>>*==@<<|< ;;f;::$99877V665d443z22T11X000BFK4O~SWtZ^ `bdf~ghij6jjkk.kBkRk\kbkfkjkjklklklklklklklklklklklklkjkjkhkbk\kTkFk2kjjjjTjii:hh2gff8etdcbbaB`p_^^@]]*\\|\N\@\N\z\]&]^8^_``a2bbcdeXffgzhhiiij>=(4,& "&,2:BLT^fnv|ũק-%QGYC}&zdwusqp:nmlkjihh g edcnb`r^][0YHWTUZS`QnOMKJNHG`FDCCB4A@@X??r?>>R===,<k2k"kjjjjjjzjXj4jiiiiVi hhh`hgg^ffeejddcHbjax`r_V^&\[Z0XWLUTNRQRONhMKJVIGFEDCBA@??>*=N6`54322"1R0/..>-,,"+z**8)) (|''n&&r%%%$$@##z#""f"!!l! F D^(X&^,b0f4zN$hF&t`N<,  $(.4:BHRZbjrx||zxt +aSkeEフk}pzxusrppomlkkjFithgfedfca`^x\ZYW,UFSbQON LlJIHDG FE6DlCC$BB*AA`A@@N??? >==\<;;(:R9|8766564l322Z11D00p0///~/`/J/ggfLedccb\\\R\>\F\j\] ]^^_r`6aabcdde2efg^ghiiij6j|jjk k&kjiiiiXihhh4ggfff^eedLcpb~av`T_]\fZYdWV*TRQ$OxML4JIGF6DCBVA*@>=<<;:.9J8f76544382`10//.T-,,+`**)`((&''&v%%p$$|$ ##0""f"!!R X z4t8\(l>lBvN$Z2 |Z<lXD2""(*,..,,*(&'ۦY=㔵g5倷}zx^vtr4poJnml8khjiihDg^f`eFdbaR_^(\tZXWU>StQPNzMKJjILHPGpFFErDDD&CCvC"BBfAA@@b??>6=\RBFKPTxXr\_ adegXhniTjjjk*kDkRk\kbkfkhkjklklklklklklklklklklklklklklkjkhkdk^kVkJk:k$kjjjvj0iizi hgg`fee8djcbaa `>_x^^]]\\l\F\<\P\\]:]^V__`a^b6ccdefHfgh>hiDij jXjjjkk2kDkRk\kbkfkhkjkjkhkhkfkdk`k\kXkRkJkBk6k*kkjjjjjjj`j=<~;X:@9282786H5\4x321104/d.--,D+**)d(('p&&>%%"$$##*""J!!|! d lHNzHnF lJ*dD"dH*zdR>. A=ây)-S釃1}{,xvFt4rdpoxnPmPlrkjj>ihggfdcbh`_v]\.ZvXVUDSQPtOMLKnJzIHHLGGRFFFHEEEZDDDCBB:At@?>=<;|:b9F807$6$524N3~221100:////d/L/:/0/*/(/&/&/(/(/(/*/*/*/*/*/*/,/,/,/./././0/0/2/4/6/:/>/D/H/J/L/J/F/B//X//013"5<7;V?bfa`__,^|]]V\\\Z\>\@\`\\]l]^_P``abcldBeefgJghiixij2jzjjk k&kk4k(kk jjjjjjpjHjiii^i hh>gg2feedca`_^]\RZXW U"S,Q,O(M$K$I*G=;::8765~4t3v210/..,-^,++*R)((6'&&D%%$##p""t!!! VDR~<PZ0nL* vZ@$ pV>& n\H8&~|zzxxxxxxxzz|~~#WW󠱞-msM5τ{G~@{jxvztdrponzm~lkk6jii6hxgfedcbb`_][ZBXVUTSRPPONM~LKK JJIIXIHHHFGGG@FF:EDDCB"A?>=ijjXjjjkk2kFkRk\kbkfkhkjkjkjkjkjkhkfkdk`k^kXkRkLkDk:k.k kjjjjjjbj0iiihihh.ggfVedcbaJ_^x\[,Y\WtUvSfQJO$LJHFDB@><;H98265t44310/..-$,N+*)):(''"&z%%6$$#x""h!!n TF^TtBf@x\@& lXB.p^L<,~~~~~~~~~~ "&(*,/io;˥!iK~~{yvtrq$onmllkrjj8ihh(gTffe^d^]6[ZXzVUtT RQPlOtNMM@LLTKKK~KJKJJJVIIHHPGFEDCB\A?>t=;:r9*7654332H1100D////b/J/8/,/&/"/"/"/$/$/$/&/&/(/*/,/./2/6/:/>/D/L/T/^/j/x/////////n/Z/J/>/6/2/0/./././././././././././././././././././././././././0/6/B/b/00236$9*<@E~J@NSpW[Z^aceghFi@jj|jk,kHkRkZk`kdkhkjkjklklklklklklklklklklklklkjkhkfkbkZkRkDk0kjjjj`jii\hhhgg8feed@cjba``_T^]]r\\\d\B\@\Z\\]X]^_4_`abvcRd,eefg@gh|iivij2jzjjk k(k>kNkXk`kfkhkjkjkjklkjkjkhkfkdkbk^kXkRkLkBk8k*kkjjjjj^j(iiiJhhrggRfeddba`V^]F[YWUSQfO&LJHJFCA?=;98 6h43l20/.-v,|+*)) (J'&&,%$$F##""!! :rlDR\0vV8lXD0 |n`RD6( &2<HRZbhntx|9wU?Mג1ň]~{yeg^hipjjjk2kHkRkZk`kdkfkhkjkjklklklklklklklklklklkjkjkhkdk^kVkLkaf`__ ^^]]@\\\T\>\H\p\]]^&^_`Ra$abcdedf*fgh4hi@ij jZjjjkk6kHkTk^kdkhkjkjklklklkjkjkhkfkdk`kZkTkNkDk8k*kkjjjjtj@jiibihh grffe&d,ca`_]|[YWUSQrO LJ^GEC8@><:r8z643.10,.-,d+N*H)V(r'&&%^$$#p""H!!4 6LtVbPtDrN, ~fN8$rfZNB6,  &4BRbrAm cwG՜!5ӏu E~|ylwtsqhpnmmlfkk>jj*ihh@gtfedcXb`_`]\[YXXWUTSRRFQQ2PPP\PF<;898n7*54332X11 00D////^/D/4/(/"//// /$/&/,/2/:/D/P/^/n/////0 000T0t00000^0.////l/P/>/4/0/././././././././././././././././././././././././././0/6/F/j/0<12z4r7:Z>BBGPLPU2YF\`bdfHghijjjk0kFkRkZk`kdkfkhkjkjklklklklklklklklklklkjkhkfkbk\kRkDk2kjjjjjj$iipihgg\fee:dncbaa`B_|^^]]\\p\J\B\X\\]L]^p_"_`abfcFd"defgBghii|ij8jjjkk,k@kPkZkbkfkhkjkjklkjkjkhkhkfkbk^kXkRkHkhggfedba`>^]\*ZYXXW:V6UPTSS\RRRxR\RRRRRXR\R\RLR,QQQ&PONMLKtJHFE\CB@R>= ;x987D64332Z1100@////^/D/2/(/"/ / /"/&/,/6/B/N/`/r////0 080h0011.1P1`1X1<1 00v0$///l/N/k*kjjjjPjiiHhhPggfneddcFbla`__0^~]]X\\\^\D\J\n\]]^^_z`Daabcdedf.fgh:hiHijjbjjkk k8kJkVk^kdkhkjkjkjkjkjkhkfkbk^kXkRkHk2& (08BJRZ`hntx~*D^z6NdvI=á7O󌇉{`|xywZu.sHqp>onmJllkkjjizhh.gffedcjb8`_^`][ZYvXhWvVUUXTTTZT>T6T@TVTrTTTTTnT&SS.RzQPOlNLK$IGF DBBx@>=D;:87R64332T1100>////^/F/4/*/&/&/*/0/JVbnz  "$&(,06<FRbr:`8XvKUǟcۖǓ-ÉW|ywuRsfqpVo(n.m^llkk"jj0iihngfedcba`V_]\[~ZjYnXWW&VVDVUUUVV0VbVVVVVVV4UUT4S4R POJML JFHpFDB@?"=d;:(87R64332N1100/6/6/:/D/R/f////0(0d001F112`233j33333(221x00V///f/H/8/2/0/././././././././././././././././././././././././././2/:/R//013\58<9742x0X.V,v*)'&:$#"! 2~D>`Lh&r> dB r`N>.  .>N^n~,:JXft&:Rn,ZJx:ZxM˨mݤ ퟍe-|zwursqpnohgg"fBeNdHc0b `_^|]V\>[8ZJYzXX4WWvWJW:WFWhWWX&XlXXXXXXXWvVUTSJQPBNLJHFDCA?<=r;:&87J6 433 2H1100>////p/\/R/P/X/f/z///00\001T12*233444585\5T5443R2100\///`/D/6/0/././././././././././././././././././././././././././0/2/k.kkjjjjZjii~ihh,gffHedcba|`:^]b[ZXN`r0FZn .@Rbr 4NnTD4l0X|ЫQר˧)?/1ņa}zFwusqpoPnPm~llBG@LPUY \_bd2eg.h0iijDjjkk6kDkNkVk\k`kdkfkhkjkjklklklklklklkjkhkfk`kZkPkDk2kjjjjpj,iizi hhgfffeWfUpS`Q4NLJ"GEBz?=D:8$53B0.,*('6%$<"! f8F0^$`6zbL8&(6DRdt,Hb~ :Rj(>Tj~ *:Nh:tD,z^ & b ! !B!`UۧG5ݝCm_'ύeG!}*zlwusr pobn`mllFkkPjjniinhh0gtfedcba`z_b^T]V\j[ZZRYYYdYXYnYYZFZ[ [[\P\\\\\P[[,ZTYJXVU"SpQOMKIzGZE>C.A*?<=f;: 87054332B1100\0//////0020r011223&345@6678:8969t9t9.87654<3100N///V/>/4/0/././././././././././././././././././././././././././0/4/B/d/061"247~:? CHHM QUY]_b`djeg2h2i ij2jjkk0k>kJkRkZk^kbkfkhkhkjkjklklklklkjkjkfkdk^kXkLk>k*kjjjjXjiiRhhXgg"fpeddc6bXa|`__^b]]@\\\X\H\X\\]D]^n_$_`abcpdTe0ffgh(hi@ijjbjjkk"k:kJkTk\k^k^k\kVkNkDk4k"kjjjjdj$iiihh$gff.e`d~cbvaN`^]D[ZXNVpTxRfP( (4@LXft0Lj .Pt8Vt">Zv.>LZdpz&T X^  !D!!"V""#>###$($R$xY맫)cUkW)ŃwM}Tzxusr pornlmllNkkXjjviizhh@gfedcba`_^]\\[jZZ~Z>Z"Z&ZLZZ[X[\X\]V]^^V^n^b^(]],\d[lZDXWlUSRPMKIGhEBC(A?*=R;98z7 54332L116000J0$00 0080h001V12N234L556789:`;;;;;;:8754|3100@//|/R/iii$hhgff eZdcbaa`B_x^^]]\\l\L\L\n\]]^"^_`daBb&ccdef|g(;964(1/~-N+8)B'l%$&"!h 8&2VNN8tBhN6   $.8BLVbnz(@Zt8`.X$Jn@b.Nl*8HXjV @ !!r!"Z"#L#$<$% %%&P&&'D'''( _ũA}u%/NJW񃣀w}|zx2usr6ponzmllTkk\jjzji~hhHgfeddba`_^]](\l[[X[ZZZ[[V[\@\]b]^__p_____~^^J]d\N[YWV4TNRJP0NKIGbE4CA?=:;~98l754332f11b1000~0|000161223:3456789:;<=>>|>>P=<;h986R431000//t/N/:/2/0/././././././././././././././././././././././././././0/8/L/|/01359Rh~&Hl>n8j2`:b,T~Bf  $ 8 J \ r !.!n!""n"#N#$R$%p&&','(H()P)*<*++^++,.,beͪ ѦWEᔯ[󊃇̀}zxPv t rLponmllXkk\jjxji|hhHgfeedcba`_^.]b\\ [[f[>[<[\[[\v]]^D^_```a:aTaFa ``_0^0\[ZXZV~TRnPFNKIGPEB@>=$;l98d7544382211\1(1 1 1 1L112\234H56 78$9N:;<>?,@@A:A^A(@?>&|<97*42n0&-+)'&$r"!~ 4 :~FVXbB( &4DRbp"4FXj~:Xv*TJ2p&` @r0^  H x !!6!b!!!""("H"d"~""""##*#X##$ $|$%\%&n''(T))*h++,n--.8./:/00n011@kժkcכ בE}zxnv$t r`ponmllZkk\jjviixhhBgfeedcba`_(^L]\\Z[[[[[\\] ]^P__`faabbZbbbfba`_^]~\ZbXVTRzPDNKIvG6EB@>=;b98j7$65 403z22n2111122T23D345|6r789;2<=?H@ABCDDFD CBA?L=<;8642100//h/F/8/2/././././././././././././././././././././././././././0/2/@/b/0<10247t:>BG,KOSW[ ]`Zbvd6egghiXijTjjkk$k4kBkLkTkZk`kdkfkhkjkjkjkjkjkhkfkbk\kRkFk6k kjjjtj.iivihggJfeed0cRbpa`__^d]]<\\\V\J\`\\]d]^_b`4aabcdefhg*gh|i iijDjjjkk(k6k:k8k0k kjjjjVj iiRhhTggfBefdrcfbBa_^@\[YjWUSQOMKTIFDlB ?=@:8t631z/B-+ )'8%x#"T ndLjF&  *8JZl~  6J`v&>Xr"Dh <lJ P$l> : t !!H!|!!""L"""#(#`##$$8$h$$$% %.%L%l%%%&&B&&'6'(&()R)*+z,D--./0\1"123:34f45`56&6v6qߪ%ŢŠ+)?чi}{xv=;f987L6:5L433Z2222223D34V5 5679:b;=4>@6ACD^E~F\FG:G"FED2B\@.=;P8642100//b/D/6/0/././././././././././././././././././././././././././0/6/H/t/0z13(5Z8(;?NCtGLP@T0W[]`8bRdefghi0ij6jjkkk.kgff:erdcbaa`B_t^^ ]v\\\f\L\T\|\]2]^\__`abc~dheJf"fghJhi^ij*jvjjkkk&k*k$kkjjjjFiii4hh&gfee dba`d^]z[Z0XhVTRPNbL2IGE^C@>N;97@420v.P,<*<(T&$#>! n20dR\4"2DXl "<Vr2Lh,Jj<dL2tF0 ( z !!h!!"B""##:#r##$$T$$%%B%%&&D&&''<'r''((.(V(~(())@))*:*+4+,v-2-./012345z6`7:8 89:$:;@;<"<|<ȫw'1٢ݠGGǎa񇇄3}{0xvPtFrponmll\kkTjjfiibhh(gpfedcbaa`_0^`]]\\F\\ \(\h\]J]^_V` `abrccd drdddrdcba`_^ \lZXVTR\PMKI>GDB@>=;: 876554p4333334\456\7N8^9:,;t86r4d21v0///^/D/6/0/././././././././././././././././././././././././././2/:/T//01358<$?DH8LfPvTFWZ]`b(cezfghbiijjtjjkk&k6kDkNkVk\kbkdkfkhkjkjkjkhkfkbk^kVkJk:k$kjjj|j6iii hggPfeed,cLbha`__ ^T]].\\|\T\L\h\]]^^_`naRb@c.deefgjhhi8ijj^jjjk kkk jjjj|j:iiihggLfedcbra*_^L\[ YDWhUzSxQdO@MJHFBCA?B<:8H531/f-R+P)d'%$."!: \@jZ. $6J^t &B`$Fh8Z|(Lp 4`T@^ T !!d!" "~"#6##$8$$%%^%%&&V&&' 'H''((X(()4)~)**V**++H+|++,,F,,- --.//01v2d3d4p5678:;<=>>?@hAAB.BCC\}/='aa5} M~{FxvbtVrqonmll\kkPjj\iiThhgZfedcba``_$^\]]\\Z\2\0\T\]]^4^_`a`b2bcdNde0ele~ehe"ddc=D;:R9876P55@44445256:678:;R<>>V;r86J4>21Z0z///\/B/6/0/./././././././././././././././././././././././././0/4/@/b/0*12H46h9L<@^D\HxLP~T8WZ]h_ace6fhghh?A BLCjDtElFRG"GHIIJ Jf7G9uwI#c/~({VxvptbrqonmllZkkHjjPiiBhggBfvedcba`__^N]]\\f\D\J\t\]6]^t_4``abcjd*de`eff>f8fee"dhcbla,_^,\rZXVT^R&OMKZIFDB@?,=<:9877&66T6*6(6N67789~:;=:>@VBCEG\I"JL`MNOPP2OO&MLIGPDvAl>X;X8642v1B0l///Z/@/6/0/./././././././././././././././././././././././././0/8/J/t/0V1B24p69=@DHLPdSW\Zd]_acvdf.g8hhijijFjjkkk*k:kHkPkXk^kbkfkhkhkhkhkfkdk^kVkLkOLJtH EClA>p:l @x & d !,!v!""`"##l#$0$%%p%&T&'>'($())n)*2**+,+v++,:,v,,-4-x-. .^./ /f/0$001@112B223"3h344X45056X7789;<<=>@ZACFDF&GHJKBLVMTN:OOPdPQhQ̫=M# ͞I[ 3Ʉs?~6{dxv|tlrqonmllVkk@jjBii.hgg&fVezdcba`_^^:]]\\j\P\\\\]\]^_n`Fa(b bcde@efTfffffferdcba8_^"\bZXVnTFROMKXI&GDC A8?><;j:^988F77778@89r:N;T<=?H@BDNF"GIKM`NPdQRfRS RR,PO>M"JGDAr><;&8Z532V1,0^///X/@/6/0/././././././././././././././././././././././././0/2/d,eefg~h*hiDij jTjjjjjjjTjiiPhh!~!!"B""##d#$$\$%%r%&>&''((~()z)*x*+r+,b,-:--.N../(/f//00V001$1t12$223N34$445`56"6|67&7z78.899:*:;<=>@(ACDF,GIrKLN2OQ RRSTUVxW@WXY YvAS) מSe?ӄ}I~@{lxvtrrqonmllPkk6jj2iihvggf4eVdjcvb~a`_^^"]]\\h\T\h\\]|^^_`~adbNc6ddef>fg$gfggtg@ffZedcba4_^\LZjXlVXT4ROMKlIJG:EBCfA@>=f?AxCDFHJnLPN&OQRT2UUUUTSRFPBMKGDAP>:8"532810R///V/@/4/0/././././././././././././././././././././././././0/4/@/Z//01347H:=J@DtH:LOS8VY\l^`bdHefghi$ij"jzjjkkk2k@kLkTk\k`kdkfkhkhkfkdk^kXkNk>k*kjjj~j6iixihxgg2fvedcc b"a<`Z_^^]v\\\b\J\X\\]P]^_X`0abbcdefgLghi iij4jhjjjjpjBjii@hh$gpfedcb<`_L][YWUSQ|O.LJlHEC @>J;97H5 20.,*)'b%$8"!l *>Pdp8 *Jn:f$V.h `*pH(t X 8 !!X!!"*"n""#<##$$Z$$%>%%&8&&'N'((()f)*X*+X+,f,-x../ /00x01H112D2233:3p3344b445R56667f78T89>9:::;H;<>?@xABDEtGHJ`L&MOQSRUVX$YZ\]^ ^_`D`aBCU+۞WkCلM~D{pxvttrqonmllJkk*jj ihhZgffe.d@cLbTa^`p_^^]l\\\d\X\p\]]^<^_`abctdVe(efgggghggg$fedcba*_]\8ZVX\VNT2R OMKIGECBT@?>l=x<<;;;;<<=t>f?@B/4/0/././././././././././././././././././././././././0/6/B/b/001305 7X:=6@D2GKOBRV"Y.[^X`b\ce^fghPhij jhjjkkk.k!!"D""#B##$6$$%"%r%&&\&&'N''(N())b)***++r+,`,-`-.n./001<12Z23f34X45(5566X6667"7R7778D889N9:*:; ;<$<=(=>>??v?@X@AXABCbDHENFxGI>X====>V>?@AC*DF8GIKMzO`Q@STVZWXYZZZZY8WV SQPNfK4GDB@=r:`75V3x200/4/0/././././././././././././././././././././././././0/6/F/h/0013@57V9=@LCG|K.NRRUX[r]` bce"fRgJhhivijRjjjkk(k:kHkRkZk^kbkdkfkfkdk^kXkNk>k(k jjjvj,iifhh^gg fLe|dcba``_F^]]F\\\T\J\f\]]^,^_`abzcnd^eFf fghFhiFiijj*j&j iiihggDfjepdVca`:^\ZXVTR4OMZJHREC:@>0;9N642r0P.D,P*r('%j#"!: F^pv:  HtNV0z^NJTn 2 !`!",""#`#$*$$%R%&&n&'$'~'(.(()4))*<**+P+,,v,-H-.(.//001*12H23t4 45<56b67t78f89099: :B:p:::; ;8;h;;<2<<=X=>N>?^?@zAABBCCDDE&EFfG&HHJKfLNjP$RSVX&ZN\v^`bdfTgizjlm&nnop@pAS) ՞Qa9τyC~<{jxv~tnrqonmll6kk jiibhhg^fedcbaa`_@^z]]<\\\Z\Z\\]<]^z_B`aabcdefbggh$hhhhhhfggdfedcbra _]\$ZNXdVlThRbP\N`LpJHG4ED\C0B0Ab@@Z@&@$@X@A^B*C(DREGHJlL6NOQSUdWXY[ \\\\\t[Z^XVT6QrNXKG|C@p= :7h5&3T1004//z/R/>/4/0/././././././././././././././././././././././././0/6/H/n/0(013@57.9jjjkk$k6kDkPkXk^kbkdkdkdk`k\kRkFk2kjjjjLiiihggPfedd c b2aF``_^^]n\\\\\H\Z\\]f^^_``aLb>c4d&eefgvhhiixiiiiiini hgg2fTeVd4ba_^J\vZXlV:SQOLIGbDB,?= :853r1>8>\>x>>>>??@?|?@@z@AbABrCCD6DEhEFGGH8HIbJ JKLMNP6QSxUVWXYx[]`Hbdgi@kHm,npqsFtlunvLw wx0?O# ˞EU-Äm7~0{^xvvtfrq onmll(kjjjiiDhgg6fhedcba`__^V]]"\\t\T\\\\]R]^_f`Da0b$cd defgHgh`hi i0i8ihhhgpfedcbha_]\.ZbXVTRPNMKfIHNFEDCC\BBBBCVCDEFH>IKJLNPR\T.UWYBZ\]"^^^^^]\[Y*VTNQ`NJG&C@<97.436100,//x/R/>/4/0/././././././././././././././././././././././././0/8/L/t/0.013*479aFcdefghi6ij*jjjkk k4kBkNkVk\k`kbkbkbk^kVkLk;9t642N0-+*(N&% #"4 0\tz> H|:2T(rT4 p !Z!"L"#B#$@$%B%&H&'N'(T()X)*T*+J+,8,---.f./8/00n01<12 2t23N34.455667"78<89d9:;8;L>?h?@^@A&AtAABB.BBBPBZBdBrBBBBCQpONLpJIHGFFEEvEtEFFGzHvIJL\MOQBSTVX4Y[Z\]__`t```x_^]^[YrWT>Q MJJFC.?<9643100(//x/R/>/4/0/././././././././././././././././././././././././2/:/P/v/0(013 4690;?BlEIMPSVY\^^`bd(efghviijj|jjkkk0k@kLkTk\k`kbkbk^kZkPkBk.kjjjj8iirhhhggfPe|dcba``_,^h]]0\\v\N\N\r\]&]^^_"_`abcdef\gghJhiiBiXiLi hhbggf6e4d ba@_][YWU\RPjMK*HxEC@P=;8r531>/ ,*)'R%$$"!f 0 @z&@\&@r:F , 8 !B!"N"#Z#$j$%~& &'('(J()n)*+"+,@,-X-.j./p/0l01^12F23&344p45H56"677r78^89T9:V:;h;<==>T>?@2@ApB BC.CD.DDEPEEEFFFFF FFFFF.FVFFG2GHHI8IJK,KLM:MNO:OPQNRRSTVxvZtLrponmllkfjj8iihXgffe(dhi,i|iiiiirihhgtfedcbha_^\|ZYW^USR>POMLnKLJTIHHHNHNHHIJJK@L`MO PRSUnWXZ`[]V^_`abbhbrb,a`_f][YVTPMjIFVB?d<49L643100&//x/T/@/6/0/0/././././././././././././././././././././././0/2/

AEXHLnOS VTY4[^@`Rb(ce&fbglhBhijjljjjkk,k>kJkTkZk^k`k^kZkTkHk6kjjjjRiii hggLfedccba$`<_`^]]P\\\V\L\h\]]^:^_`abcdxeZf,fghhhhihhhDggf,e*cba,_][YWdUROMNJGEBF?<: 7520F.+)($&h$#L! |jpbHjz@0d.H2<`2t  !R!"#&#$Z$%&$&'V'()()*d++,B,-. ./Z/01"12F23^34j45j56^67J7808999:d:;J;<6<=*=>,>?:?@V@ABBCRCDE.EF^FGtGHdHIIdIIIIIIIII|IhI\IZIfIIIJFJK$KLFLMNLOOPzQ2QRSXTTUVWXZ[]B_a$cZehQPrO8N"M2LnKKpKATDH*KORhUX[:]_acXdfg&hhirij`jjjkk*k:kHkRkXk\k\k\kVkLk< 9V64*1/b-,+)'H%#"!. Jx2X$ Pn80P@d " !"V##$~%2%&'>'()@)*+>+,-@-./F/01J123B345&56Z678899:":;;< <<=h=>N>?6?@ @AABBCCD(DEJEFvGGHDHIvJ JK"KLLzLMMRMvMMMMjMHMLLLL~LlLhLvLLMM|MNxOOPhQ$QRSlT0TUV|WHXYY[\H]_4`bdgFilZoqtwzf}$Ă=]?ii?󑅫u!+͢͠-+=͇e}{xv4t*r`pondmnlkk:jii^hhgDfxedcba`` _4^p]]6\\|\V\V\~\]8]^t_:``abcdefgDghii|ij j2j@j8jiii0hh gtfedcbaZ`^].[Z2XW:UTpS*RPPOXNNfN4N2NbNOPP PQSTbUW(XZ[]^j_`bccd|de0e;8642100(//~/X/B/6/2/0/././././././././././././././././././././././0/2/8/H/h/001p24 58:=@CGtJNXQTWZ]_JaDcdefghiVijPjjjkk&k8kFkPkVkZkZkVkNk@k,kjjj~j2iihhhTgff*eRdlc|ba`_^^2]] \\f\N\Z\\]b]^_``aLb>c0ddef~gggh,h>h&ggvffecba"_r][Y^WTQOLLIFCA>4;d853f0.,^*F(R&~$#>! N:>\:(Tp8 <rPD`( !~"Z#6$$%&'`(*()*v+4+,-f../0H112r3*345N667`8 89X9:;2;|>?z?@l@AXAB@BC&CDDDEtEFlFGpGH~I IJ(JKPKLxM MN(NO,OPPbPPQ Q Q"QPPPPRPOOOdO@O,O*O@OjOPPtPQR6RSTpUQQZQ*Q*QVQR8RSTUVX@YZ\N]^`Dazbcdxe4ef0fjftfHeeBd\c4a_][XVROL:HE:A>~;t86h4t2100,///Z/D/8/2/0/./././././././././././././././././././././././0/6/D/d//01P2d357:,jjjk k$k6kDkNkTkVkTkNkDk2kjjjjFiiihzgg"fZedcba`__^V]]"\\r\R\X\\]L]^_``N>?@$@AHABZBC`CDXDEFEF.FGGGHfHINIJhiRijjPj|jjjjnjF;L86X4l21006///^/F/:/4/0/0/././././././././././././././././././././././0/4/B/`//0r1.243527:9^v]]8\\~\V\X\~\]<]^z_B`aabcde\fffg@gZgDgfeecba2_][YZVTjQNLI*F0C2@6=D:\742*/-D+(&%(#~! T2.Dv <b.Bz`8H\.!"#.$L%n&'()*,-../0123v4L5 5678\9(9:;?D?@A\BBCPCDEEF0FG:GH4HI"IJJxJKVKL2LMM~MNbNONOP@PQRSFSTLTUHUV,VVW8WtWWWWWWXWVV^UUU$TTjT SSSSST;286R4r2100B///d/L/469 ;>AEHnKODRUX[P]`ace fHg`h@hij jjjkkk0k>kHkLkJkDk6k"kjjjhjii>hhglfedd cba*`>_`^]]N\\\\\X\z\],]^d_&_`abcdde efDfffffLedcba@_][YnWTrQNLIFB?<974X1/$,*z(^&j$"!r b>`x@,`8~ T "#8$r%&(@)*,-<.j/012345678l9H:":;<=r>@??@AdB&BCDVEEF`GGH@HIfIJxJKzKLnLMTMN2NOOpOPBPQQ|QRTRS0STTTUvUVhVWZWXDXYYYZ"Z`ZZZZZZRZ YYLXX`WWfVVV(UUUUUUVBVW_8`:a@bHcLdFe6ffgh@hi2i|iiii@hh0gdf^eca_]vZXU&RNKFGDfA=;86X4z2100R///l/P/@/8/2/0/././././././././././././././././././././././0/6/B/\//0>0124p6H8v:=@D$GJN\QTWZ]J_acPdf*gJh$hijjzjjkkk,k:kBkDk@k6k$k jjjtj&iiThh6gfeed,c8bBaL`^_~^]]b\\\d\Z\v\] ]^N__`abc`d,dexef8fVfDeedcbaN_][YW"TQNLHEB?<9631H.,J*'%$ "z hPX~|*T JjD^pht !#$V%'(~)+V,.$/023X456789:;<=>n?J@"@ABCfD0DEFzG6GHITIJKDKLvMMNNOOPPzPQTQR&RRSTSTTxTU]\\t\ [[ZYYbXX\WWWPW&WW*WXWX XY&YZ[j\F],^__`abd e6fzgink(mo2qtvy|ԃ?qq՛՝#qs1ǫ]ũæG{))M烗i}nzxusrpo2nml8kpjjiPhggf:eZdrcba`__^D]]\\z\\\f\\]^]^_j`Fa.bcddefgdhhi8ij j\jjjjjjjjjjRj iiXhhhgg:feed@cjba`` _F^]]Z\\\L\0\4\Z\]]^^_`laNb6c"ddefgvh.hibij:j|jjjjLiiXhgfeBca_]LZWTQNrK GD<@=;86b4311 0f///t/V/D/:/4/0/././././././././././././././././././././././0/6/@/V/|/0"0124 57:F=?C$FIMdPTW.Z\_a&bdeghhij jljjjkk&k4k:k:k2k$k jjj|j0iidhhJgffe4dJcVb`aj`z_^^]t\\\j\\\t\]]^<^_`ab\c.cde$eeeee:dcbaX_][YWNTQOLIEB?<9630.b+)'%#" :*n<Vj4 6jBf, "!V"#%j&(j)+-.06132457P89:< => ?@@ABCDxELFFGH|I@IJKpL$LM|N NOZOP~QQR RRSpSTJTUUzUV8VVWLWWXXXYYhYZ"ZZ[@[\\d\](]]^B^^_,_h_______H^^^]\\^[[ZYYtY XX|X`XbXXY"YZ0Z[\j]H^0_`a bc de6ffgijlfnRprruRxz~+g%͙Sy ak+[?}qsAك]}bzxusrpxo&nml"kXjii*hngffed2c@bLa\`t_^^]|]\\p\^\r\]]^ ^_`alb^cPd@e(ffgh/P/p/001N2R35>7:9<(?B6EHL|OSZVY\>^`bdfefghitjjfjjjk kk*k.k*kkjjjj8iiphhZgff(eJd`cnbva`_^^"]]\\n\^\r\]]^,^_`aZb0bcdLdee:e*dd^cba\_^\"YWTR*OBL>I&EB?<9l6l30. +)T'.%2#`! <,&J$TvPh "#v$&r( )+`-.02635~78:;h<=?,@NAdBnClD`ELF2GGHIJ^K&KLMfNNOP,PQtRRS8STLTUHUV2VW WrWX4XXYBYYZ@ZZ[6[[\(\z\] ]t]^^t^_ _v_` `p`aaHaaaaaaaaa6``b__F^]]H\[[PZZFYYYpYdYxYYZpZ[\^],^^_`abcdfgJhjkmRo>q^sv>x{~!c-KC 碁ߥ󦵧OY;wmm;ӃY}\zxusqppomllk@j~iihBgxfedcbb a`6_^^]]X\\\h\b\~\]&]^P_ _`abcd~edfa````a8aab~ccddeefgRh hihjjkkkl/6/2/0/./././././././././././././././././././././0/2/8/H/f//0j1234468;R>$ABDHKO2RUY[^V`bd>efghi\ijVjjjkkkkkkjjjj\PZ&WU0RlOL|IZF*B?<9j6^3n0-+r)&$#!rl`rV^h0BxP"p4 6!v"$D%'p)$*,.0j2F4579j;<>&?@B8CnDEFGHIJnKHLLMNxO8OPQ^R RS\STU.UVLVWVWXJXY*YYZXZ[[d[\ \X\\]<]]^^^^^_4_~_``Z``a:aabb`bbc"cXccccccctc2bbraa```_X^]]&\x[[PZZZLZ2Z:ZbZ[[\4\]^_z`lafbhcnd|efgi>jlkl6llmebdzcba`_^^6]]\\t\^\n\\]z^^_|`Da abcccdccc&bZaH_^Z\~ZbX U|ROLIFlC*?<96h3l0-+R(&$"!8`2&<p(8L 4f0bv "#% &(b*., -/13579;=l?"@BPCE$FpGHIJKLMNOVP PQR`SSTpUUVXVWXXY&YZ"Z[ [v[\@\\]P]]^@^^__\__` ````aaZaabbTbbccRccddLdddee8ePeZeXeFe"ddd@ccBbaaB`_^^*]p\\,[[FZZZZ[*[\\]J^^_`abcdeg"hZiklnbpJrftw:y|i]}'ŢaͦéaY=yoy#Iビg}jzxusqpjomlkkjFi~hggf:eRdfcrb|a`_^^6]]\\z\b\n\\]n^^_|`Xa>b.c ddefgjhhinpnnnnznDmmll>kdj`i2gf4dZb6_]LZWTzQDMJG\D"A>;l9 65&32x100D///r/T/B/8/4/0/0/./././././././././././././././././././././0/4/@/X//001b2^35P7T9edd|cba`_^^8]]\\t\\\l\\]p^^_d`$`ab>bc.chcrcBbb$a._^r\ZXVUSP2M&IFCv@*<9630-+F(&$"! 2Dr6(Vj68B 2!p"$@%')J+*- /&183T5r79;=?AvC8DFrGIHJKLMNOPQRfS,STUXVVWRWXYYZ:Z[D[\:\]]]^N^__T__`:``aaBaaab,bdbbcc:cpccddDdzddeeNeeeffBfhfffffff`f eehdd\ccbDax`__^@]\\V[[[X[F[T[[\J\]^D_``abdef2g^hikVlnprtwfz}CEϖϜ;3]e[Cy+Ǘ7ϊa}zx*usrpnomlkjj*i^hgffed*c4b>aL`b_^^ ]r\\\p\`\x\]]^0^_`a~bnc`dPe6ffghDhi^ij,jzjjkk*kf:fHffffg$gghdhijijkkl$lm$mnndnooDotooooobonn>;9<7"5X32100X///z/Z/F/:/4/0/0/./././././././././././././././././././././0/4/>/R/r//0j1130469;>B8EIM\QTWZ]`b ce@fghhiijjbjjjjjjjjfj$iijhh^ggf6e\dtcba`_^^4]]\\r\Z\h\\]f]^_H``a\abfbbbbraa_^\ZXV*S|PMJhG(C@=49630-+N(&$" hrd\"J~P8 "#v$&(R**,.$0@2j469;J=x?ACEzG@HJ|KMLNOPQRST|UFVVWtXXYbYZ[ [\2\]2]^^^_`_``x`aajaab:bzbbc(c\cccd$dRdddee4e`eeeffhlgfedcbba`*_P^]]P\\\h\b\\]0]^^__`abcdepfHgghnhi~ijBjjjkk2kBkLkRkRkPkHk>k.kkjjjjzjJjiii`i hhhdh,ggggggggh hbhiizijdjkdkljlmhmnTno"o|oppNp|ppppppFoonnJmxl~kZj hfdb`]zZWTQRN JGvDFA@>f;9j7T542110n0///^/J/4AEFILPT>WZ]l_acef`gjhDhiijBjxjjjjjzjNjiiVhhLgff&eLdfctba`_^^,]] \\n\V\d\\]\]^_,_`aaab2b6ba`_^\[XVSQN JGDL@=:H730.+j(&$" TVJJ<p:`dd6 6!j"$(%'\)"+-/1H358$:xglhikhlnprtwRz|kɍ-іOq?M%ϫeͪ צ_Y͛Ց!Q}{xnvtr(pomlkjii hHgjfedcba`__^^]]0\\\b\f\\]N]^_N`$a abcdef~gBghi"ijjXjjkk"k8kHkRkXkZkXkTkLkBk4k"kjjjjjpjDjiiiibi8ihhhhhhiiJiij$jjkVklDlm:mn.noo~op>ppq qZqqqqqqqrq,ppRonnmkj|hgeb`<]ZWTQ`NJGDbAb>;97540211 00///d/N/>/6/2/0/./././././././././././././././././././././0/2/8/D/X/z/0 01T2f357:=A DHLP\SW`Zr](_ac\df,g6hhiZijjPjjjrjljTj*iii:hh2gff e2dLc\bhav`_^^]\\\f\P\^\\]P]^n__`H`a>aaaa*`_^][DY6VTRQNKhH&DAp>:7p4D18.T+)&$" L@6~:,^&zB<n" "#l$&r(")+-02B469P;>"@BEGLIdK^Mereeff*fRfxfffgg&gFgdggggghh2hNhjhhhhhii&i\[\\2\\]^:__`abcdfgNhikNlnpfrrtw(y|7aݙ㜵Mg{Y o٪u}15 _?~ {8xvDt(rHpo,mlkjiih&gDf\endxcba`_^^4]]\\t\\\j\\]j^^_~`XaBb2c$deefgphhiBijjljjk k(k>kNkXk\k`k^k\kVkNkFk:k*kkjjjjj|j\j>j jiiiiiiij"jRjjkkvkl>lmmn nnohop@pqqZqqr2rjrrrrrrrrbrqqptonml\jiPgreJb``]ZWTQpN$JGDA><$9754\321>00&///j/P/@/8/2/0/./././././././././././././././././././././0/2/4/;6741.+)F&$" R0&p.Lb&@tXP ^!"$&%':(*,.03057:dhXhphhhhhhii(i>iTiji~iiiiiiiiiiiiiiTihh6ggfbedcc ba2`L_p^]]L\\f\"\\\.\x\]l^^_`abcdeg hbik$ln`p:rDtvy|v~_ɐ-Ü=)}1{%1ߢ砩)kuQ A߄[~R{|xv|tXrppoDmlkjihhgf2e@dHcNbTa\`p_^^ ]r\\\j\Z\n\]]^$^_`atbfcZdJe2ffghFhi`ij0j~jjkk0kDkRk\k`kbkbkbk^kZkRkJk@k4k(kkjjjjjjjjjjjjjkk2knkllVlmmmn`noFop*pqqhqr"rvrssFs|sssssssssPrr|qq0pXoXn.lkZigec&`]ZWTQpN,JGDA>221\008///r/T/B/8/2/0/././././././././././././././././././././././0/2/8/D/\//0:01344789=@DHH0LOSVY\_a(bdnefghNhiFiiiiiii\P\\]8]^:^_J_` `\`l`F__>^N][YWU.ROLIZFB?2;8n5,2/,4)'$"!b(d$4lFzr8!"B#$&l( )+-/146t8;`=@nBEnGJ4LvNPRTJUWfXY[\]]^_B_`t`azabbbc0ccd@dde,ereef4fpffgg>gjggghh$hDh`h|hhhhhiii0iDiVihiziiiiiiijjj"j0j>jLjXj`jfjhjdjXjBj iiihihhgrffe,dLcdbta`_^^"]z\\\4\\\\^\]B]^_p`VaPbVchdefh(ijl|n,prtLvyb|<Dq%Q'/K;Ig_=끵~{y*vtrpobn lkjihgff edcb"a,`@_d^]]T\\\^\V\r\]]^B__`abcdxe`f:gghfhizijDjjjkk6kHkVk^kdkfkfkfkdk`k\kVkPkJkBk8k.k&kkkk k kkk,kDkdkkkl.lvlmmzmnDno oppvpqVqr(rrs>ssttZttttu uutttt\\v\D\4\F\x\](]^^__p____~^^$][YWUSP4M0JFCJ?AhCF~HK`MORSUWvYZf[\]^_`P`ab bcccdJddeJeef"fbffggHgzgghh*hPhthhhhii i6iLi`iriiiiiiiijjjj(j6jBjNj\jhjtjjjjjjjjjjjjjjjejfgiDjlFmoqtvy.|=_˓'e}c}/[UgAݥ7O!ŏo Y!|0ywtrqon&lkjihgfedcbaa`_:^t]]8\\|\T\R\v\](]^\__`abcdef^g(ghiiijTjjkk"k:kLkXk`kdkfkhkhkhkfkdk`k^kZkVkTkPkPkPkRkXkbkpkkkkllJllmmnmn(nnodopFpq,qr rzrsHsttZttu6uruuuvv&v.v*vuuu~u"ttsnrqpo>ml(jXhJfc`][WTQzN@K GDA?0<:T8F6v432|100`///~/^/H/eef.fvffg2gjgghh,hVh~hhhi i(iDi^iviiiiiiij jj$j0jw"vvvlvutt(sJrDqon6ljhf0c`^ [WTQNLKGDB ?V<:8z6532110v0 ///d/L/>/6/2/0/././././././././././././././././././././././0/2/8/H/f//012469<@@CGKO@RUX[]_acHdef~g$ghhPhhhZh&ggjffNedd c0bNah`_^^(]]\\L\$\\2\b\]]f]^,^z^^^^F]\[Z.XhVTSQRNpK\HDAT=:n7 30-*(4%#!T.X B"l.jF2 ,!8"V#$&$')*,~.V0H2V4~69;>@CEH@JMBOQT"V0XY[\^R_`ab^ccdPdeFef f^ffg6gtgghhDhrhhhi i,iLijiiiiiij jj.j;474x1F.:+\(&:#! &$>XTF*DZ( "#8$t%'"(*"+-/V1D3L5l79APCFnHKNPhRTWXZ\r]_T`abcpd,de`efLfggRgghhFhxhhhiiBibiiiiijjj*j\n\]:]^_J`&abbcdefg`hhi@ijjrjjkk0kDkTk^kdkhkjklklknkpkrktkzkkkkkkkllLllmmRmnndno8oppqqr rss~strtuXuv0vvwPwwxkBkDkFkHkJkLkLkLkJkFk@k4k kjjjvj(iiXhh6gfee dc"b&a,`8_N^v]]\t\[[[t[[\$\]@]^_`acdnoopp|pq|qrssttuu~uvhvwBwx xdxyyRyyzz2zZzxzzzzzzvzNzyypxxtwwvusrzpo4mLk6hfhc`]ZWTQ`N.KH E$Bb?=d;&9&7\54d362:1n00J///t/V/B/8/2/0/./././././././././././././././././././././././0/6/D/b/0012469$" L.:l2d.p.lN@@ P!n"#%&r')F*,Z-/13`5V7d9;>@dBEDGJ>LO.QSV X>Z:\]_\`b c*d(eefjfgrgh2h~hhi,iZiiiijjj2jHjZjnj~jjjjjjjjjjjkk kkkk k$k(k,k.k2k6k8k:k>k@kBkDkFkHkJkLkNkPkRkTkTkVkXkXkXkXkXkTkNkFk:k&k jjjvj(iiThh0gfeedcba `*_@^d]\\Z[[[\[J[\[[\b\]^_r`vabceFfh"ikdm6o0qTsv.x{~ނmٌK]yc=ǪsO˫#OICk!͈{5 |(y~wtrpoijjrjjkk0kFkTk^kfkjklknkpkrkvk|kkkkkkllA0CEH\JMk@kBkFkHkJkLkNkPkPkRkTkVkVkXkZkZkZk\k^k^k`k`k`k`k^k^k\kXkPkHk8k$kjjjnjiiFhh gnfedccba`_&^J]\\<[[j[2[[*[\[\"\]l^<_(`*aDbrce fvgikNm*o0q`svLy {MO5ɥMϪu{W[Ia;՜5]Y/팝M|z*wuTs:qPonlkb0a,`2_J^x]] \\F\ [\ \@\]]^Z_"_`abcdefxgDghi0ijjljjkk0kDkTk^kfkjklkpkrkvk|kkkkkkll@lxlmmXmnnnoxop~qqr"rs@st^tuxvvw wxx~xy^yz*zz{0{z{{|0|^||||||||||b|${{x{zzyyx,w$utsqdomtk;<74r14.+0(x%#!6\z,:@D`<,2H r!"$H%'(* +-*.0n2"3579;=?BDFFHKRMPRbTVXZ\^`$abdeefgjghrhi,iriijj,jLjfj~jjjjjjjjjkkkkk"k(k.k2k6k:k>kBkFkHkJkNkPkRkRkTkVkXkXkZkZk\k^k^k^k`k`kbkbkbkbkdkdkdkdkdkdkbkbk`k\kVkNkBk2kjjjj\jii,hhgLfedcba`__^$]^\\[[B[ZZ[([v[\z]*]^_ab4c|dfLgi~kDm.o>qzsv|yD|:XaՐAәßgˣɧc٪w+ũѨKۡşoݚǍ}/烱}zxPusqonTlknj hgfefdFc.ba`_.^\]]\\*[[[\$\|\]^8__`abcde|fZg&ghiijjbjjk k,kBkRk^kdkjknkpktkzkkkkkkllBlzlm mbmn,nooppq8qr`rst"tuJuvlvwx xy yyzhz{6{{|>||} }@}p}}}}}}}}}}z}B|||8{{ zjyxwvHtsBqzomdkhec"`,]*ZW SPMJH ErB@t>,< :8J6543211 00///\/F/8/2/0/./././././././././././././././././././././././2/:/J/n/0012468;>ADH.KbNvQjT(VXZ\^_J`Daaaaaaava `__J^^]\\\4[[[[[[[\\:\F\:\ [[ZHY2WV$T,QO\LIF^C ?<,85Z2.+)(&$>"" >x8<L\ "N#%&()+.,.f0 13n5,68:<>@BEG@IKN PlRTWY*[$]^`Xac"dPeZfDgghLhi,iiij.jTjtjjjjjjjkkkkk k&k,k2k6k:k>kBkFkJkLkPkRkTkVkXkZkZk\k^k^k`k`k`kbkbkbkdkdkdkfkfkfkfkhkhkhkfkfkfkfkfkdkbk`k\kXkPkFk8k&k jjjj@iiihxggfTezdcba`_^]]0\[[r[ZZZZ[B[\@\]^_`acJdf*gitkFm>o\qtvy|[ɍ;+5 療ө˫}Ӭ[YSٗߑkׄ~{y vtXrHphnmkjLigfedd>c b``_^@]\\j\[[[\\X\]`^^_`abzcrddePf0gghjiiijRjjkk&k@kPk\kdkjknktkxkkkkkkll>lxlm mdmn4no(op8pq\qrs,stfuuv6vw`wx~yyz zz{p{|@||}J}}~~N~~~~~~~~~~~~~V~}}^||X{zz ywvusRqvolm6jhNeb_\YVSPMJH6EC@>YJ[@]^`racBdtefrg@ghiijijjkBkFkJkLkPkRkTkVkXkZk\k^k^k`kbkbkbkdkdkdkfkfkfkfkhkhkhkhkhkhkhkhkjkjkjkhkhkhkfkfkdkbk`k\kVkPkFk:k*kjjjjfjiiThhBgffe8dNc\bbaf`n_|^]\\P[[FZZZZZ[[~\ \]^n_t`ac"dfgivkXm^oqthwy}+wيGiaCQ٫?]M ٢堵GɕŒeՅsl|ywRtrpomtkji&gfehd:ca`_^^&]j\\L[[[[[\0\]0]^_t`XaHb>c6d*eefghDhijij>jjjk k:kNkZkdkjkpkvk~kkkkkll8lrlmm`mn4no.opHpqvrrsVstu@uvwwxPxytzz{ {||t|}F}~~T~~"Xb"~~t~}||.{ZzfyLx vusBqPo0ljvge b8_@\HYHVDSRPnMJHHECZA><:97T54f342*1R00"///\/D/8/2/0/././././././././././././././././././././././0/2/:7B30-*'%|#:!2frDDn*V8Tv,< !#p$&(D)+-h/&024^679;X=">@BDFHJLNQS.UHWXYZ[H]^`tacHd~efgXhhi(iij0jhjjjjjk kk"k*k2k8k>kBkFkJkNkRkTkVkXkZk\k^k^k`kbkbkdkdkfkfkfkhkhkhkhkhkhkhkjkjkjkjkjkjkjkjkjkjkjkjkhkhkhkfkdkbk`k\kXkTkLkDk8k(kjjjj|j_F`jacdzf gikxmor2twzr} mێGǠMSѩ뫑'+{k[{]qi'ᆣue}xzxuszqpomlyzhz{|||}r}~H~X%]рۀc#~~}Z|{zyvxvtsqnlvigRda^[XUSP>MJHhFCAl?F=8;@9f7643^2J1b00&///Z/B/6/2/./././././././././././././././././././././././0/2/[V[n[~[~[h[.ZZ4YdXPVUPS^Q$NKHEBz?;8>41.x+(&,#!8Hj4Pz42z "X#%'D)*,.x0J2357t94:<>j@*ACEGrI\KPMLOPQXSbUhWhY\[>]^`^ac6drefg\hhi:ijjLjjjjkkk$k0k8k>kDkJkNkPkTkVkZk\k^k^k`kbkbkdkdkfkfkfkhkhkhkhkhkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkhkhkhkfkfkdkbk`k^kZkTkPkHk>k2k$kjjjjjLjiiJhhJgff@CFdIKNNPRTV$WXYZ:Z[[J[d[d[V[H[0[ZZZZZZ[["[6[>[0[ZZ*YnXrW2USQONLIFCn@<9B52/d,^)&$~"P `*l~,,xHv2R!"$N& ')+-/x1b3H5(78:

?AlCDFHTJKMOQSUWnYP[&\^`6acdPenflgLh hie.ffghXhizijJjjkk&k@kTkbknkzkkkkkllTllm>mnnoopDpqr6rstHtuvbwwxty yzp{{|F|}f}~r~dԀ=OUǂۂۂł{I Áo z~}} {zyfwv(tFr8pmk$hec`@]jZWURzOMzKHFDfBL@,> <:,8X65 32r1r00//z/R/>/4/0/././././././././././././././././././././././././2/:/J/j//0v1&23@46h8d:=?B:DGJ LxNPRT$UVWXDXY>YYYYZZ(Z6ZFZRZfZZZZZZZZZYrXWhUTBR>OM`JGD`A=:H630V-B*\'%."  6B@"l<l*$d!D"$&r(X*P,R.Z0b2h4f6Z8D:;=?dABDVEGI@JLN^P$QSUWlY<[\^f_avbdenpsvdyT|hIy眵I'Iۭ3'qSAaGgM Ճ}zx0ushqDoHmpkjhged^ca`_^]\\V[[f[ ZZ[[Z[\4\]|^B_``abcdefgjh"hiRij0jjjkk:kPkbkpkkkkkllDllm*mnn~oop4pqr.rstLuuvvw.wxyLyz{P{|}.}~R~`ހUŁ/CՃIu˃׃كӃŃc/񂫂Wo~~}{zy$wusqo<:865.32x1r00//t/P/H@CDEH0JzLNPpR SpTUVVVWWX>XXYYHYYYZZFZnZZZZTYYhXWVBTRPNKbHrETB>;P741P.0+<(x%#!~\Tx,T `.Z f!\# $&(*,/143V5n7z9x;d=kJkRkXk\k`kbkdkfkfkhkhkhkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkhkhkhkhkhkfkfkfkfkdkdkdkbkbkbk`k`k^k\kZkXkVkTkPkJkFk>k6k,k"kkjjjjjrjDj iizihh:ggffeddc"b8aL``_x^]\\H[[ZZLZ YYYZZbZ[`\\]^`.ac dfth^jploqt@wz}<{ч5[_'-}ɩߪuU[gפ ˝UӔӑG ہ~{y$vt.qoml jlhgLedvc$a`_^]\\<[[DZZZZ[[x[\~]*]^_`abcdevfVg(ghi&ijjjjjkk4kNkbktkkkkll4lrlmmxmndnoppqlrrstFuuv~w@RBCEJFHNIK2LNOQRT,UWdYZ\@]_X`b,ctdefgh@hilij>jjjkk.k@kNkVk\k`kdkfkfkhkhkjkjkjkjklklklklkjkjkjkjkjkjkjkhkhkhkhkfkfkfkdkdkdkbkbk`k`k^k^k\k\kZkZkXkVkTkRkPkLkJkFk@k:k2k*kkkjjjjjj^j0iiipihhDgg2feedNctba`_^^$]X\[[\ZZnZYYYYZZPZ[T\\]^`@ac4dfhjm$or6twz~*sψ5Mi_٩+ɭw+A+iˠEO|z&wurpnzljigfdc8a`_^]\\$[[$ZZZZZ[6[\0\]^b_F`6a2b2c2d.e"f fgh\hiijRjjk k.kJkdkzkkkkl"l^llmZmnFno`opqNrrsvt6tuvzw9&7*5Z32r1b00//j/J/:/2/0/././././././././././././././././././././././././2/8/D/X/|/0 01.2 34d579x;=?BDBF`HpJ^L,MO8PQRSTnU UV`VWXXzXY4YrYYYfY X|WVU>SQOjLJ$G,D@=f:63T0 -*,'|%" h$z0B*D!X#%')8+v-0 2~47,9p;=?ACTDFHI|JL6MNP8QRTjUWbXZn[]x^`bacd8eRfPg2ghi:ijjpjjk k*k>kNkXk^kbkfkhkhkjkjkjklklklklklklklklkjkjkjkhkhkhkhkfkfkdkdkbkbk`k`k^k\k\kZkXkXkVkTkRkPkPkNkLkHkFkDk@kfeeHdcbaa`6_V^~]\\<[[ZZ8YYYYYYZFZ[R\ \]_``acle,gi kXmpBrux{,K Oqm9ϡ+K+Ϩ7ge3׬Y᭕5)sa]y1%#ӊa1~{6x|uszq4omk:ivgf:dcTb`_^]\\[z[ZZZnZ|ZZ[^[\]8^^_`abcdefglh&hiXij8jjjk(kHkdkkkkllFllm:mn no8op|q*qrsXttuvjw2wxyzB{{|t}(}~(Ȁa wII˅+Mew}{q[?酱o#̈́kQ~}|FzywFuHs"pnxkitfdTa_R\ZpX,VSQPNL>JZHhFfDVB4@=;9T7F5f32l1Z0///h/J/:/2/0/./././././././././././././././././././././././0/2/6/>/P/n//0T0123568@:<>@$B6DBFHH0IKM*NOQ RSSTUVHVWXXnXXXXX6WVUdSROMJHDA>p;74^1 .+(P%#r!\t>8^F4n  !># $')L+.0x25l7:<<>@BDFkhhh.gg:ff e`dccb8a\`~_^]]8\[[JZZ^ZYYYYYYZDZ[Z\\^_8`bcegikndqsvy|E sՑ']s[ۣ奱Cq Ya٧CKO]K!눱}WH|VyvtTqomkihfzdcvb`_^]\[[dZZZZZDZLZrZ[[\0\]^_t`lapbvczdzenfVg,ghi0ijjtjjk"kHkhkkkkl.lplmmmn|o opNpqrns0stuvPwwxyxz>{{|}<}~P3ɂWa݄Q#׆%iۇ'?OSOC+ ㆱw1克); W~l}{zx4v@t&qom jhec`^X\YWUSQP8NtLJHFDB@l>;9~7b5t32j1V0///j/J/:/2/0/././././././././././././././././././././././././0/4/:/H/b//0$01B2 34.578:j@@>B8D,FGIK8LN0OPQRSTUV\VW|WWWWW8VpUbTR`PlN,KHEB?x<85j2&.+).&$," \>^$pRzxj!"$')F+.$03D58f:=L?ACEGjIJ|KMNNOrPQRSUV2WnXZ[Z\^_h`ac4dXedfZg8ghi:ijjpjjkk.kBkRk\kbkfkhkjkjklklklklklklkjkjkjkhkhkhkfkdkdkbk`k^k\kZkXkVkTkPkNkLkJkFkDkBk>krprnDl8jJhxfe&cb6`_^]\[[RZZvZ:ZZ Z@Z~Z[P[\]P^*_` abc d$e ffghjiijj`jjkkFklkkkllRllmXmnJnorppq|r:rstu\v*vwxybz.z{|}B}~jc%1#U?}ۇ# Ӈs5톝Aۅi[9QK&}|fzywurpnki*fd>a_]f[BY@WZUSR"PNM.KfIGErC8@>j<97x532p1\00//n/N/R@k:k6k2k.k*k(k"kkkkkkkjjjjjjjjjjjjvj\j>jiiiihi*hhhFgg|gfee\ddcDb~a``_B^x]\\R[[(ZZFYYYYhYdYxYYZVZ[\X]N^j_a$bdf|hjm^prux| Z#IOۡ-E!è-cg?}孛?ɬ97埭AӔݑɎi-~{xv4sq6nljhgehcb^a_^]\[[FZZ`ZYYZZHZ[ [\>\]^_`abcdefg|h8hilijHjjkkDkpkkkl2lxlm,mnno8opq@qrstVu&uvwxny@zz{|r}8}~t'ׁ%Ã[uw[Ç#{ɈMˈӈc+뇡M[ف~}{zywusqRnljge8b`^\ZXWUzSRfPOZMLJ.H,FCA@><<975321j00//t/R/@/6/2/0/././././././././././././././././././././././././0/4/>/N/j//001123467v9:<>b@JB2DEGIKLLNpOQ(RZSdTBTUjUUU>TSRrPNLJ8GxDAb>$:7461-*(<%#b!Lpf0*P <HL,t "d$h&(+n.03|6F9 ;>l@CZEGIK8LNORPjQhRVS6TTUVWXYZ[]^V_`acd4e:f,g gh~iijjZjjkk&k>kNkZkbkfkhkjkjklklkjkjkjkhkhkfkfkdkbk`k^kZkXkTkPkLkHkDk@k:k6k0k,k&k"kkkk kkjjjjjjjjjjjjjjjjpj\jDj*j iiiidi.hhhbhggJff\eeBdccDba``2_j^]].\[[TZZhZ YYYfYVY\YxYYZnZ[\]^`ac6egiLknZZNZYYYZZdZ[R[\]z^^_T`Vabbpc~de~fjgBhhiHij2jjkkDktkkllTllmhmnfnopFpqr|sFttuvwfx@BrDlFbHDJKMpNPTQRSLST&TSSRPOLJHE>B:?;85:2.+)&$! Rz4V 4z * <"$&D(+(-03f6F9&;>AhCFHHrJlL2MO(PbQtRhSBT TUVBWWXYZ[\]^`aDbhcdeftgHhhi:ijjpjjkk.kDkRk\kbkfkjkjkjkjkjkjkhkhkfkdkbk`k^kZkXkTkPkLkFkBk2100B///j/P/@/8/2/0/0/././././././././././././././././././././././0/2/8/@/N/b///0J01L12346R79j;0= >AC EGHJLNOjPQfRR^RdRQ@P*NLJHzEB?<9v662/,)'T$" N dr  nTF!#%(B*-|0L306$9< >ADZFIK2MNP&QfRxSfT4TUV.VWjXXYZ`[F\<]B^T_n`abcdefgxh.hiXij.j~jjkk4kHkTk^kdkhkhkjkjkhkhkfkfkdkbk`k\kXkTkPkLkFk@k:k4k,k$kkk kjjjjjjjjjjjjjjjxjpjfjZjPjDj6j(jjiiiiii`i8i hhhbhggg(ffZeehddRccbjaa`J_^^"]r\\0[[ZZDYYYxYVYFYHY`YYZ8Z[^\(]^2_x`bd^f`hjmp@s(v6yf|cǑEQ1ߟWi]auO%ﭩQYߧcyWoɒa!߂z|dyjvsqBnljXhRfldca`"^]\[[>ZZ8YYYYYZZ`Z[j\\]^_`abcdefghXhijjdjkkDkkklHllmhmnnoop\qqrsrtFuuvwxyhzD{{|}~j4y1パ9مu #cY͊%-'يo+݉'Iɇ=;i}wO~}{LylwjuFs pn\kigPeb`_(]|[ZY\X.W UTSRQNON*LHJGEADG8IKMOQR\SvT`U&UV`VWbWXdXYZB[[\]^_`ac deefghLhilijYJYlYYZbZ[\v]t^_axc,eg*irknqftdwz~${EgY}i髯S٭E[7ɭwCe])å)WOϊG}zwtr"om2jhfecNa`R_]\\[FZZ4YYYYYYZ2Z[.[\]l^Z_X`bavbcdefgfh&hifijPjjkBkklldlm(mn$noXppq|rDsstuvxwXx6yyz{|}^~2̀W̓/ׅ{?ɈMˉAqŋMNj׋݋׋ŋ}K ŊsCˈGkՃہg~}b{ywusfqnlbj gec|a_^&\[lZNYFXDWNVdUvTnSPRPNLJHdEC"@n=;.8643r2B1V00(///l/R/B/8/2/0/./././././././././././././././././././././././0/0/4/:/D/V/n//00b01x2:3&4D578:<>@BDFHJpKLMNN$MMKJVHpF;741.+(&n$! Pz2T>D8 "$'L),/p2l5~8;>ADGtJLTNnPHQS@TdUVVVW:WX XjXY8YZ:Z[\T]0^_`a*b8cBdBe8f fghbhi|ijFjjjk k8kJkXk^kdkfkfkfkdkbk`k^kZkTkPkJkDki&i hhhh|hNhgggbgffrfeeBddPcc@bbat``(_^^2]\\^[[TZZxZ YYYjYJY^]L\[Z(YZXWVVU&TRQpOMKIFzCA>P;9b7B5l32100`////^/J/;852/~,)'4$" N dr &zj. ^"F$f&)F+.158.;`>ADGJ6LNPRT UDV>WWXXxXYYJYYZJZ[P[\]^f_Z`Xa\bdchddeVf8g ghpiiijNjjjk k:kLkXk^kbkdkdkbk`k\kZkTkNkHkBk:k0k&kkkjjjjjjjjjnjZjHj6j$jjiiiiiiiivifiViDi4i"ihhhhhh|hZh4h gggrg4fffZfeeFddnccxbbfaa>``_f^^*]\\l[[hZZZ6YYYxYTY@Y:YFYfYYZNZ[x\D]6^T_abdfhktnpswzf}ʁ=5 Oqi3ɠ'O;o٪˫?˭=߮sW1k+I=%ќU˓ɐk!у=} yvt qLnl@igedbR`_j^2]\0[fZZlm mn noDopqrr>sstuvwjxNy2zz{|}~nDၫo/鄝M=׈m[]ό!#یo)׋}1#-c{K}|$z>x8vsqo6ljhTf.d,bN`_]\[ZZ0YXXHWVUTSRDPNLFIG6DA?00(///n/R/B/8/2/0/././././././././././././././././././././././././0/2/6/>/H/Z/t//0$01(1245b68:<>@BDFVGHxHIHHFERC`A$>;96,320>-\*'%#B!8fb.(N8^>~<!#&$(+\.<1D4h7:>&A\DzGvJDLO/J/\/z//0J01z2Z3n46L89;=?ACdDEF2FTFERD*B@>v<9\630.+J(&2#!H|6T B\48jf!8#@%'*-036:L=@D$Gy&zz{|}~Z1тa!ۅE񇙈;ىq wٍ1}/97% ݍcWqc͉){ェK~&|\zpxbv:sqoXmjhfndzba_^x]t\[[x[ZZxZ YY8XWVUTRHPBMKHF.Cp@>;9n7t54>321600"///j/P/@/8/2/0/././././././././././././././././././././././././0/0/2/8/>/L/d//001"124<57d9:;=>@lABCRCtC.BzAX?=;9V641T.+)L&$"j ~Bht"*~v  ` "$'L),/26@9<@ZCFILOnQSUWPXYZFZ[[D[R[L[<[.[&[,[F[v[\(\]L^^_`abcdepfNggh|iiijPjjjkk6kFkNkTkTkRkNkHk@k6k,kkkjjjjjj|jbjDj&jiiiiijiJi*i hhhhhphTh8hhgggggglgRg8ggffff~fVf*eeeePeddzd(ccrcbb>aaX```__`^^Z]]Z\\f[[["ZZpZ&YYYY`YJYBYJY`YYZZ[[\]^`acReBgfilPoru x`{6AÍ7͖ߙq-57?!ݬwa+y_=խ)!q{#ӡٟ9ǔˑiM}zZw4t.qLnlig`eRcra`8^]\[[ZhYYY\Y>Y?@d@@B?>t<;864*1.,\)'d%"!BV(&N <bFn " $4&)0,/2(5r8<@?CF^ILONQTVWY$Z<[[[\*\2\ [[[[[[[[\N\]`^^_`abcdejfFgghtiiijJjjjkk0k@kHkLkJkFk@k6k,kkkjjjjjjpjRj2jiiiii\i6ihhhhzhTh0hggggglgNg2gffffffpfRf4feeee|eNedddld(ccc>bbb(aaZ``|`__^^(]]:\\X[[[*ZZZ8YYYYpYXYLYLYZYzYYZRZ[f\$]^_R`b\d.f6htjmpjstvy}fq{3]Y%9%קW+-ծ=mO'񭭭WgūŦQŠUə ό{A~{xRu6r>ojljFgecb"`_"]\[[ Z~YYY^Y:Y2YDYpYZZ[.[\]^_`abcdefghFhijjkkll~mmn.nopDq qrstluPv6w x xyz{|}~dDɂc'酥]g IߋoyaÎg׎ՎgōcuߊAۈ5C9ˁa~(|Tz^xHvsqo0ljhpfbd~ba@_^]]>\\`\(\\\[[[z[ZYXWVTFR@PMJH4ExB@=;D97054211"00///d/L/79^:<<=z==V<;:8F6<31/&,*6'%#v! r6X FfDN!r#%(j+..&1J47;l>B\EILOQTV>XYZ[\l\]]]\\\T\[[[[\\d\]h^^_`abc~dre\f8gghhhi|ijBjjjkk(k6k>k@k>k6k,k kkjjjjjjjjHj&jiiii^i2ihhhhVh*hgggg\g6gfffffhfHf*f eeeeeveVe4eddddfd2ccc~c:bbbPaaa@``z`__<^^`]]]\\H[[[0ZZZNZYYYYjYZYTY\YrYYZ&Z[[\]^_axc.eg:ilnqtx6{/3і˜}5; 7=׬s]'Ow]9 ϭ!a]meEg]-ߊ{ '|yxvFs6pNmjhfdd`b`_p^&]\[BZZYYdY:Y*Y6YZYYZjZ[\j]D^4_4`@aRbfcxdezffg>hhiZijxjk|klmmnNnopxqDrrstuvwlxXyDz0{||}~qI냵{=cc9ˌU׍O!yŏ1SgkaI!펭_// e'GO?ŁW~|6z_^^]r]\\\\\\\\\x\[ZYXWU@SBPNKI@FCA$><2976443\2L1p00@///n/R/@/6/0/./././././././././././././././././././././././././././0/2/8/D/X/z/001*234P568F9^:.:::t987<5|31^/,*t(*%#! $ fv$,z&z "%"'*X-D0b37 :>AEH^KNQnSVDX>Y[J\Z]"]]^]]]l]\\p\0\[[\&\r\]h^^_`a|brcjd^eHf$fghXhinij8jjjkkk*k0k0k*k kkjjjjjjfjDjiiiiriBihhh|hHhggggPg ffffnfFfeeeeeleLe,e dddddjdFd"cccctc@cbbbHbaaba````__D^^~^]]T\\\6[[[8ZZZdZ*YYYYYlYbYdYrYYZZbZ[n\&]^ _B`b>d fhJjmbphfdDba0_^^,]]6]\\]]P]]]]]](\[ZYXVBT8QOLJRGDB6?=*:865H32100j///|/X/D/8/2/0/././././././././././././././././././././././././././0/2/6/>/P/l//0`01234567887654t20.,*(V&6$,"D n&B<bJ @"6$h&)~,^/p269=@D*GJNQSV$XFZ[\]^`^^^^^T]]]\\l\2\\\4\x\]`^^_`tadbXcPdBe.f fghDhi^ij(jtjjjkkkkkkjjjjjjhjDjiiiidi0hhhhRhgggjg2ffffXf&eeeeje@eddddd`d>dcccccvcRc,cbbb~bJbaaaVa``|`.___4^^^,]]z]"\\x\$[[[@ZZZ~ZFZYYYYYxYrYzYYYZ:Z[&[\]^_a`cdgifknqtx {v~-זۜGK =A٬s[%Mku[7ɭ{Osm;ץ;i]ۖՐ7A>{xvu>r(oтq;}5鈙C늍+ŌWcێIKϏݏݏ͏IMk_ɋ)Lj'=;傋t}{ywuls"pn|l2igedb|a_^^:]]b]:]:]X]]^$^r^^^^^8]\[ZXW6U0RPNKlHECB@> ;9754f321>00///`/H/:/4/0/./././././././././././././././././././././././././././0/4/:/H/d//0B012X364 45F55r54@3(10".T,d*`(X&T$`" .pNPz.V FjJV!#& (+t.|15 8<?C>FJ(MjPxSNUX*Z&[]0^>__~____H^^h]]n\\\X\.\$\<\x\]R]^_v`VaDb8c.d"e efg|h*hiHijjbjjjjkkkjjjjjjnjJj iiii^i&hhhrh2gggrg0fffpf2eeeeJeddddVd*dcccclcJc(cbbbb~bZb4baaaaVa ```n`,___X_^^t^&]]]>\\\\\[[[J[ZZZhZ8Z YYYYYYYYYZZvZ[z\,]^_4`b$cehjm2p svJy}Aًeݒ7koA٠7YAiɪ++Ӯ ;]wiI魡G׬M٩ɧy9C%㎉y|yvFspmJjh:ecb"`_]\[[ZdYYYHY$YY,YVYYZnZ[\j]B^._(`.a:bHcRdVeLf6gghiHijk0kltm mnoPppqrstru\vFw2x yyz{|}~rQ-׃m1󆯇eɉs[󌅍u׏+qӏǏ[Wo]ŋ!s!W2}j{yvwPurpvn$kigecbN`_^^>]]]j]z]]^J^__n_____D^]\[xYX"V"SQOL|IGDJA?<:h8^6432l100>///j/N/>/6/2/0/././././././././././././././././././././././././././0/2/8/D/\//0$01212h2383H3210/8-+*(0&L$t" fVp",|($ "%B'*-047x;>BeVcb`_^^<]]]]]^H^_(_``x`````D_^]\pZYWTRPMJHEXB@=;H97*5x42100f///t/T/B/8/2/0/./././././././././././././././././././././././././././0/6/@/V/z//0T011T1j1L00F/\.2,+F)'&$$d"!$|6bH J"D$|&),/26`9=A,DHVKO RTWY[]~^_`a,afada2``Z__,^]]j\\\X\<\B\n\].]^l_4``abcdefrg4ghi iij.jjjjjjjjjj~j\j4jiiiji.hhhdhggg4fffFeee\edd~d8cccvcZZ[\0]]_ `xbcegjNlorvy`|܀m =!]kAߠAgQyժë3-Ӯ ;]wgG㭙=ɬ;A㟣#k{[T{x^uqnl&ig0ecaR_^h]:\8[`ZZYYbY0YYY6YjYZZ[0[\]|^f_``bahbpcrdne`fFgghihjjkl>lmno^p6qqrstuvw|xlyZzH{6|"} }~uK焯s1뇡SO񋍌#9+AݏݏC󎙎1A'-ky-1~|zxvvt6qomLkhfecTa`_^^2]]]]^*^_ _``aaaaaaa2`_^]N[YXUSQNKI$FhCA><976 4v3&21400///Z/D/8/2/0/./././././././././././././././././././././././././././0/4/>/N/h///00///.6-4+*)'~%$<"!BDLDhHT!#&(+.15D8hhhnh"ggg.fff,ee~e*ddd2cccNcbbbJbaaazaNa&`````r`R`2`_____t_T_0_ ^^^^h^:^ ]]]]P]"\\\\p\F\[[[[[f[B[ZZZZZhZFZ(Z YYYYZZ2ZrZ[B[\]p^|_a bdfhkln$qt2w|z~tQ[ۙќ]e3ɨ'UW1a'OksW1g{۫/զYyAًSy|yhv rolj@geca`(^]\x[ZZ@YYvY/F/L/F/....-P,^+@)('%$"!N$d2`*~x$  "%H'*-04&7;>>BF4IM6P|SVfX[D]B^`Tafb.bbbbb\aa:`__^h]]<\\|\N\D\^\]]^&^_`abtcfdRe6ffgh,hi0iijjHjbjljjj\jBj"iiiiTihhh4ggg6fff"eehe ddTcccPbbbdbaaa\a$````f`>`_____t_X_:__^^^^^l^L^*^]]]]r]L]$\\\\\p\P\2\[[[[[[v[Z[<[ZZZZZpZPZ4ZZZZZ6ZfZ[[\.\]_`Lac~elgiloZr`ux|pOy/G'Ϡ9eSɩߪͫ9í3׮=_w}cC٭-!m]U{a ue?}zpwspmjhrf&db6`_]\[[ZfYYYJY$YY"YFYYZ>Z[X\\]^_`|azbzcvdleZfcccccbb0aH`"^]B[YWUbRP|MK.H|EC@\=;d9.725p32100D///b/F/8/2/0/././././././././././././././././././././././././././././,/&//... -,+*)~($&%:#"N J 8zJr&^D F"B$z&),/36|:=AfEHL.ORUX^Z\^`Tabc&ccccNbbHa``_X^]]b\\\X\D\V\\]d^^_`^aHb8c(ddefgTghhidiijj.j6j0jiiiini.hhhPgggLfff,eededd:cczcbbnbaa~a6```x`@`____f_D_$_^^^^^x^^^F^,^]]]]]]l]P]2]\\\\\\j\R\<\(\\[[[[[[[[p[T[4[ZZZZZdZLZ<09754P2100X///d/H/8/2/0/././././././././././././././././././././././././././,/(//...-r,+*)J'&~%#"& z@DZ4@bBN!#&(+.15R8<@2CGKNQTWZ:\^`2abc~ddNdXd.ccRbaa2`d_^^$]]\\d\H\P\~\]D]^_L`$a abcdef\gghLhi*iziiiiiiiiiJi hhvh"ggngffFeetedd6ccfcbbBaaa<```\`___p_@_^^^^^j^N^4^^]]]]]]z]d]N]8] ] \\\\\\\r\`\P\@\4\*\"\\\\ \[[[[[[[|[X[0[ZZZZ|ZlZjZvZZ[$[\(\]^` a|c"egilknqtxH{b eyϗ坛IA{ǩѫ?ɭ9ۮ?_yy_; ͭ}?YGբ㠯={)m |jxu|r@o2lZigPe c(ad_^z]J\H[pZZ.YYnY:YYY.YXYYZ\Z[v\$\]^_`xanbfc\dLe6ffghijdk@l"mmnopqrstuvwxyvzf{T|@}*~~ԀW#넭k#ׇ/Չu9ÌE1G㎵{3ߍ}U7?1W~$|XzlxdvBtqomHkhfecra`_^^P]]]^^j^_~`*`ab`ccdZdeY8WTRjOMNJGDB>?=:8d6h434210f///d/F/8/2/0/./././././././././././././././././././././././././,/&/...H-,+*)n(&%#" h4Nf>$xpv "%>'*-04(7;J>BFXIMrPSVY[^_a|bcdddddddNccbPa`__^T]]&\\r\L\L\p\]$]^V__`abcdpeJffgxh hhi:iviiiiiiZi$hhhNggg\@\D\H\J\L\H\B\6\&\[[[[|[N[ ZZZZZZZ[[b[\x]:^(_D`bcegjRlorv*y}$Ʉ{/ُmߖ';3U[9񬉭i+QmiK筟Aˬ;ykiem#o}ZyvVs om j\geca`8^]\[ZZVYYYJY(YY(YJYYZ.Z[2[\]P^&__`abcdefrgTh4iijklmnopqrstuv~wtxjy^zN{>|*}}~m? τK_GߊqyK/cwI ōo+1qu'(}v{ywusPqnljlhZfhdca`j_r^^2]]]^"^__`fa(abcxd.de\ef fRfbfLfeed:chhi.iRibi`iNi,hhhxh(ggrgff8eeTddjcccbb2aaba``L___b_ ^^^t^F^]]]]]]l]V]B]0]]\\\\\\\\\\\v\l\b\Z\T\P\N\N\P\T\Z\d\n\z\\\\\\\\\\x\X\0\[[[f[4[ZZZZZ[@[\\]^_abdpfthk4mptwZz~t#݉;ǔ/im5 ӧ_ժɫ?ɭ;ݮAaysW1eqɪ㧇#-[M a~@zw&spmjhxf.dbB`_*]\[[ ZZYY^Y2Y Y$Y>YlYZZrZ[\0\]^_n`XaDb2c ddefghi|jhkZlPmJnFoFpJqNrPsRtTuRvPwJxBy8z*{||}~uK僩g!Ն-шq -7#?ō/71͍G񌑌%-c+) Ձ~r|zxvtrpJnkigedba:`_4^^]]]^8^_:_`ajb8ccde:efNffgg fff&edcbah` ^z\ZXVTjQORLIFD AP>;9t785F32F1:0v///b/D/6/0/././././././././././././././././././././././././,/&/..--+*)&'%$&" D(TnL 6R0<v!x#&(+~.15D8<|@0CGK(NQUWZ\_`bzcdetef*f.fee$dcbba8`Z_^^ ]p\\\^\J\Z\\]\]^_f`:abbcdetf0fgnghThhiii hhhhRhggLffxfeedd(cc6bbJaala``B___J_^^^L^]]]]]h]P]:]&]]\\\\\\\\\\\\x\p\j\f\b\`\^\`\d\j\r\~\\\\\\]]] ](].]*] ] \\\\f\*[[[x[D[[Z[ [0[t[\`]]^`&ac2eg&izl nqux~| m+㎉k=Ӧ9I+笃i-So}cAխCY?og{C{twtq^n`kifdba_^6]\"[TZZ&YYtYBY(Y$Y6YZYYZBZ[@[\]H^^_`abcndXeBf,ghhijklmnopqst uvwxyyz{|}~nG邳u3녝I-ÉS݊a݋S%ύMysAg%{ՈW}a#F}{z xvsqoxmDkige<|97532X1B0v///^/B/6/0/./././././././././././././././././././././././,/$/ ..h-,+*(n&$#!p~B,6^tNj^\ "% '*v-x047;:>BFVIM|PTW Y\L^`~b,cdef2fffftfeddcDbda`_^^<]]\\l\N\R\z\]2]^d_"_`abcrdLeefggghNhhhhhhbh&ggg&ffPeedddlccpbbxbaa``N___F^^^v^<^]]]]l]P]8]$]]\\\\\\\\\\\\\\\\\~\~\\\\\\\\\]]]6]R]n]]]]]]]]]p]B] \\\D[[[[T[6[*[8[`[\\]V^:_J`bcegj6lorvy}0ㄥi!A1#15ۮAc{mM#뭡Cˬ7Sݥ)5͘ՕEY|8xuBrol,ig4e cab_^]^\`[ZZLYYYRY2Y(Y0YNY~YZZZ[\.\]^h_>``abcdeftgdhXiPjNkPlVm`nlo|pqrstuvwxyz{|}n~R2 ݁s5񄧅WCۈmwOQnj !یm#ϋo }9ӄ߃ς_~t|{ y(w,urpnlpjRhLfddc a`v_|^^0]]]^^j^_`Jaabcdre:efg"ggh&hBh@h ggg fdedcba0_^(\rZXVHSQNNKHEB?<:J7532f1H0v///\/B/4/0/././././././././././././././././././././././,/"/..H-,x+)'%#"* t^Vt zLD$nT " $D&)r,b/26Z9=A\EHLNOSVX[]_acNdefVfg(g@g$ffpee0dlcba``_2^r]]<\\~\T\L\j\] ]^(^_`vaTb4ccdevf"fg8ggh(hHhRhFh$ggg`gff,ee],]]]]\\\\\\\\\\\\\\\\\\\\\\\]]*]F]d]]]]^ ^&^>^P^\^^^V^D^$]]]]:\\\J\[[[f[X[d[[\F\]^_`bvd6f4hljmpswz~DɉI]]c+ Ѭsa+SouY1acݩۨ=k}UuшU|yXuroljgeca`4^]\[[ ZtYYYfY>Y,Y0YDYlYYZPZ[B[\z],]^_`^a>bccdefghijklmnp qr0s@tLuVv\w`x^yZzR{F|4} ~~a'烣WM} oӋ-Ō3Ysw_9ˋ-͊agو;ц ׀}{zx2v4t"romkigedba0`_0^^ ]]]^^__`aPb*ccdef@fgzghPhhhhhhDgglfeedca`Z^]8[lY`W&TR@OLIFC@l=r:8532n1F0r///Z/@/4/0/./././././././././././././././././././././*/... -F,*('%#!DN ~"z|0 Lb!F#j%(n+J.`158ff4edcbba,`H_r^]]f\\\^\L\\\\]Z]^_T`"`abcdReefRfg]6]0].],],],],],],]*](]&]$] ]]]]]]]] ](]2]@]P]d]|]]]]^$^J^r^^^^___ _^^^^H]]]N\\\B[[[[[[\\v]]^_aJbdfiknPqTtw{D ۊ[caݣ 5s]%ծ?a{}c? ͭy񧑥񓝐{ÅA}yvs"F f4<P vxP<  "$'j*2-60n37^;>BzF2IMdPTW Y\d^`b~deDfHgggh$hgggfee d2cLbbav`_^^2]]\\n\N\R\z\],]^P__`arbJccdePefhfg gVgrgtg`g6fffNeepddtccjbb`aa```t`__J^^^n^6^]]]]]]z]t]r]r]t]x]~]]]]]]]]]]]]]]]]]]]]]]]^^^>^b^^^__2_Z_________\_^^x^]]H\\\0[[[[[\*\]>^ _`6ac:eg.il nr uVx|t1׋YSy)AժӫQݭO%OmiI߭)AQ1٦Gua oy+Y~$zwspmk hfVdPb~`_p^0]\0[jZZFYYY`YBY8Y@YXYYZZ\Z[>[\Z\]^f_*_`ab~cddNeBf:g:h@iLj^kvlmnoqrs2tFuVvbwjxnylzf{\|J}4~~ʀ_ك5مw #] QŊ !)'ՊeʼnegÆIkymG~}({yxvtromkigedNbap`J_Z^^]]]]^N^_r`*`abcdreHffgzhhhiBixiiiihi.hh|hgvfeedba`B^\ZXVTQRN`KDGDAf>(;,8r642|1L0t///\/B/6/2/0/./././././././././././././././././,/$/ ..\-,+$)p'%v#d!jv@@l0\ |pnx(N2D!#&d), /226 9=`A DHL(ORVX[]`acdfggh(hrhh|hDggjff eXdcba`__,^n]]<\\\T\L\f\\]x^ ^_t`|;h86*4"21T0|///`/F/8/2/0/././././././././././././././././*/...-<,*(&$"  Pnvjfl|VJ\ "%Z'*-1848F;?C|G8JNfQTWZ]*_fabcdefgh;86F4:21f0///h/J/:/2/0/././././././././././././././,/$/ ..j-,+j)'%#!h 2*pd^bn*^Hd< "$N&),/3D6:>DB EIMPSVY\P^`bd&e~fgh4hi i6i:ihhvggbfeed]]\\r\N\N\n\]]^ ^_`Ba abcHcdeedeeeeeeeHddd cc bbaa``$__d_^^^f^D^.^$^"^*^:^R^n^^^^_$_L_p____```,`8`B`H`J`J`H`F`@`<`8`4`2`4`6`<`H`X`l````aaFataaabb&b2b0b baaa8``^__T^^:]]4\\n\.\ \ \2\\]^~_`bRdf hHjmpsw@z~iK͕SSO{MݭQ)Sqy[5]Uo77mYQ#n{xTtqnl.ig`eLcla`@^]\[[HZZBYYY|YbY\YdYxYYZZJZZ[f[\`\]^*^_`Ta abcdefghjk"lFmlnopqst2uHvXwdxlylzf{Z|F}*~~k'ق%Qۅ]ՆGi=qӈ߈߈׈w?Y󆁆qτUyyT~|{@yxv:tbrzpnljhfe2cb6`__ ^`]]]]]^>^_d``abcdheDffgh0hi8iij.jZjtj|jvj`j>j iii,hhPggfPexdcpb"`_]@[2XVHSfPLLIzEBf>;86f4X21~00 //p/N/%(\+J.r15T8<@DRHKO@RUX[f]`acefLgLhhi"ihiii\ihh:gff:eldcba``_>^]]L\\\X\J\\\\]P]^v_$_`a^bbcpdd|de$ePe`eTe2dddJccfbbjaal```__^_^^^~^f^X^X^d^x^^^__L___`$`V```aa$a@aVajaxaaaaaazaraja`aXaRaNaLaNaTa`apaaaabbfBhkmptmLk`i|gedTba`f_p^^]]]]]^f^_`ba2bbcdef\gghfhifijjXjjjjjjjbj2iii^ihhgrfedcba0_][YbVSPMRIF2B?2;964~2100//x/R/>/4/0/././././././././././,/(/...J-,+P)'%#!`Z^ lZRPVf&^LjN ",$~'),0F37`;>BFJ>MQLTWZf\_>aHcdegghi"iiiiiiRhhxgg@feddcb,aD`b_^^]]\\j\L\P\v\]]^(^_z`2`abNbc|cdPddddddTdcc6bbHaaT``r` __`_^^^^^^^^__8_t__`B``aaXaabb8bbbbbbbbbbbbbbbbbbbbzbvbvbzbbbbbcc4c\cccccccccnc&bb\aaP``_l^^*]]\\f\:\2\T\]]^_a bdbfnhkRn*qDtx&{Sɜ͟+9/׮Ce}a= ǭooݨ)u}AQW|Nxur\ollj.gecb6`_\^2].\R[[ZZ(YYYYYYYYYZ.ZlZ[[Z[\.\],]^V^_`na:bbcdefhij~~O;σWلQ%ن#gφ#+'ۆq)ׅy i#72~|{z xvuLsqoml j,h\fdcxb`__^V]]]t]]^^_0_`ab`cBd&eefgZhhi iij>j|jjjjjjjjjRjiii2hhXggfBeVd>ca` ^2\YWT$PMJFjB?V< 9:6431004///Z/B/6/0/././././././././,/&/...d-,+*X(&$" np"pVLJNZnNFx&!#L%(~+x.259`=,ADHLPOS8V^YJ[^``bldezfghni iiij iiii(hh$gff e6dXcpba`__^^]]6\\\V\J\b\\]X]^t__`xa(abhbcbccdd$dcccXbbb aa:``d`__f_*^^^^^^__D__``d`aanabbrbc cLcccdd:dRdfdpdvdvdpdfdXdFd4ddccccccccccccdd.dNdndddddddXdcc^bbXaa`h__^`]]>\\|\L\B\`\]$]^_abdzfhknbqtx||> ͓}=;_]Mm[7!Mm}c? ɭquŪ娩5Qќ ђg׋-s |rxurolj^hedbf`_^^]Z\z[[$ZZJZYYYYYYYZZ2ZfZZ[0[[\L\]@]^b__`rahiNijj`jjjjjjjjjjjlj6iii\hhhgZfedcPa`N^v\\YW>THQMJF|B?r@DZHDFN`z~T@\: "$p' )-0X37;R?,C FJNDQUX Z]d_acpdfj*iii\hhbggfXedcbaa`:_h^^]n\\\f\L\T\z\]]^ ^_^``aLab`bc cZcxc|chce"edddddddde e"etTudvnwrxnybzN{2| |}~`[}yQMń-;?7#ۄeSۂSU~}|{Vzxw:utr^pnmkBi~gf dc"a`_^^:]]z]^]l]]^t_ _`~aPb,ccdefng,ghviizij8j~jjjkkkkkjjjjjLjiixihh,gfedc|b `f^\hYW:TDQMJFnB?|/4/0/,/*/(/"//...\--0,>+)'& $"* DxrFJh dF@@FTjND` #"%(P+L.159T=,ADHL~PSvVY\B^`bdVefghiFijjNjjjljTj(iiihhg^feed*cDb\av`_^^H]]*\\~\V\N\d\\]T]^^^_`0`aRab2bbbbbbbPbaaR```@___x_P_8_._6_L_t__`>`aavabjbcjcdfdeNeffvfg gJg~gggggggggggpgJg$fffff^fd^ba,_^]\\[lZZZJZYYYYZZ Z>Z^ZZZ[ [D[[\ \|\]X]^f__`ba&abcdefghjk2lTmxnopqs tu*v2w0x(yzz{||}>}~D܀kkۂCC !-/%Au~~$}4|,{yxw&ut"rpo mdkih:fe cbBa`_(^r]]]\]T]v]^(^_R` `abcjdJe$efgrhhi2ijjVjjjkk"k*k,k(kk jjjjjTjiii"hh2gfedcpa`H^b\*YVSPMNIFBFJN2QUXZ]_acefdgvhXi ijjNj~jjjzjNj iiPhhFgff0ebdcba``_R^]]d\\\f\P\V\|\]]^^_"_`B`a4aab b b baaa^a``r`&____d_V_Z_p__``f`a:ab8bcTcd|eef(fg(ghhdhii>iniiiiiiiiihiBihhhhNhgggg`g[p[[\8\\]\]^`^_`Naabcdefghijlmhfepcban`Z_n^^]]`]H]X]]^`^_`ba2b bcde|fHgghVhi`ij&jrjjkkk.k8k:k6k.k k jjjjjJj iihihhgVf~e~d^ca_][YVPSLPLI>EB^?<$9v7(5232V1Z00///T/4//....Z.-,,*)(@&$#!>zVVN\>8:DXt`N: "%0'*-1R48<@lD\H@LOS,VhYd\ ^`bdXefghi^ij:j|jjjjjpj2iii hgg>feddc$b>a\`_^^@]](\\\Z\P\f\\]@]^.^_:_`2``a4a^arapaZa2````@`____r_t___`&`~`aZabjccdDdef]]n]D]D]h]^^_B_`abpcPd,eefgRghiiijFjjjkk(k8k@kBk>k4k(kjjjjj^j iii&hh8gfedcb@`^\ZXUDR>OKHZDA>;926532T1^00//d/*....Z. --(,+*)|(&$#hh,gffeDdlcba``_J^]]h\\\l\T\X\v\]]b]^F^_6_``P```````b`2`____|_|___`(``adabc$cde:efgnh&hij"jk@kl,llm$mZmmmmmmmrmJmlllfl kkk@jjj\jiiiXi&hhhhhhhthbhLh.hggg,ffhiLijjdjjjkk.kk4k&kjjjjjVjiizihh&gffecba_p][lYVSPMJ\GC@=; 8643V2"120r//f/..`. --6,,+0*<)'&^$#2!b,xR88BVn,r, j"d$'$),0237N;>BFJNTQUDXn[P]`2b4celfghiBij6jjjjjjjjrj.iiphhngg(fledccb4aT`|_^^F]]2\\\^\P\`\\]]t]^H^__h__```` _____z_l_l_z__``l`aTab~c*cdeff4gghipj4jklJlmpmnZnooFotooooooroJonnnPnmm\mllRkkkLjjjdj"iiiihiJi0ihhhhhFggg"feePdcbba"`D_n^]]d\\\r\t\]]^p_|`bTd&fDhk^n\qu$x|Ȁ̈́񔯘5wqwIǪ ᬍծCgsU)񭥭Eɬ/okǢmݛ SNJ%}B{xlu>r>otlj|hLfPdbap`$_^].\z[[v[ ZZZZZZZ[[0[J[b[t[[[[[[[\ \2\f\\]J]^(^_B_`aZb*ccdefghijlmn"o,p4q8r4s,tuuvwxTyyzf{{||}}n}~~^~~~~~~~~h~}}^||`{{ zdyxwvutds"qpnoml jigf&dcxbBa&`(_L^^]]P]2]8]d]^^_F_`ablcHd"defgBghii|ij8jjjk k"k2k#B%(*-1 488;?CGKdORUX[^h`bdRefghifijNjjjjjjjjjNiii.hhgvffe6d`cba``_V^^]v]\\r\T\P\f\\] ]x]^0^^__B_b_t_x_p_b_R_D_<_<_L_j__`8`a$abXc cdelfJg,hhijkl^m$mno op$ppq.qfqqqqqqvqJqppp@ooo4nnnn mmdxbap`*_ ^]@\\[[D[ZZZ[[$[D[f[[[[[[[[[[[\ \"\D\n\\]<]^ ^__`daabcd~enffgbhdihjnkvl|mnopqxrhsPt2u uvwbxxy^yz|z{n{|4||}}6}X}n}v}p}\}:} |||${{ij jXjjjkk&k2k8k6k0k$kjjjjjdj,iiiDhhhggPfee"d4c&a`x^]8[RY6VTzQOL.IfeedDcbbza`_^^>]]\\\x\\]x^:_8`vaceh6jmq$txj|Xg} Y]qK˪ 笓ٮGigEխ'' /ѐcى;~v{wtqol~j.hf$ddbah`(_^]L\\[[f[8["["[0[L[p[[[\\\0\:\>\<\8\0\*\&\&\,\:\R\t\\]*]]^d^_`(`abdc:deefghijklmnopqrhsBttuvPvwx4xyByz"zz{{Z{{{{{{{{X{zzfyyvxxBwvuut sqpozn4lkj0hg|f*dcban`v_^^<]]j]6]&]8]l]^2^_^``ab|cTd,defgb8!<#% 'F),l/X2|59T<@DzHBKOSVHYL\^`bdtegh hinijNjjjkkjjjjjFiii$hhgpffeuttttssTrrvqqq pp oonnmm*llZkkk^kjjjlj2iii`ihhgff&e\dcba`__$^d]]4\\\~\\]d^_`FacegjmptVx|=e{K5=]s? 嬑ٮGi{_9íkqêOá5AьGy}zwXtFqfnl@igfdJba\`"_^ ]V\\.[[[`[R[X[p[[[\ \L\p\\\\\\\\x\f\X\N\J\N\\\x\\]]h]^:^_H_`aFbbcdejfTgBh2i&jkllmnopqfr6rstvu"uv^vwnwxRxy yRyyyyyyyyyyDxxxwwv^uttsr qonmlbk ihgFfdcbaz`_^^T]]x]<]$],]V]^^__`aPb bcdelf0fgh0hi8ijjPjjjkkkk kkjjjjjhj0iiiPhhhg~ff8e|dcba`_\]\ZZXVTRzPMJHNEB@,=; 86~421/.P-$,+ *)(&'$&%#"! Hx|"|^JJXn pDd6 "<$%(*|-/269v<@DRHKODRUX[^>`zbvd2efghiRij8jjjjkjjjjjfjii\hh\gg fleddc8b`a`__,^|]]Z\\\X\4\&\.\F\l\\]]2]`]]]]]^^L^^_4_`:`abxcbd\eff|ghikl4mTnno~pqzr`s8stuNuvNvvw8w`wvwzwnwRw(vvvXuuu.ttBssBrr6qq pp onntmm|m ll@kkkPk jjjFiiiFhhVggfdedcbaa`*_R^]]R\\\\\]N]^`ac@eFgj@m2ppsw{ -/ϣ=[+ݬ׮GisW-Q۬IkCS!/ u}pzvsqnfkiged(baJ`_^]Z\\>[[[[[[[\\N\\\]]](](]]\\\\\\r\f\b\h\z\\]]L]^^_ _`@`abdc.ddefghhiRjb@a,`^]n[ZbXVTRPN4KILFD$A>]](\\n\6\\\\"\B\h\\\]],]P]v]]^ ^x^_l` `abcdefh,iljkm,ndopqrstuvBvwxxjxyy,yFyNyDy*yxxx2wwnvvvuttlssJrrqpp\oo:nn*mm6lldlkkhkjjjevcbda_^^]Z\\V\[[[[\2\v\]]\]]^^0^D^F^<^$^]]]v]B]\\\\\~\\\\]]\]^^_ _`*`atb$bcdbe*efghhi:jjkl`mmno,opbpqrqrZrss\ssstttssssFrrrqppRonnm$l8kBjBi:h.g fedcba0`^_^^d]]]J]&]]0]b]^^_$_`aBb bcdxe@ffg`ghiivij&jfjjjjjjjjjjpj:iiiVhhhgxff0etdcba`_^F\[ZXVU(SZQnOjMVK.HFDNA?=*:86H4 20".R,+)(0&%$#n"\!P JHN\vlNz(jVRXn,ld8 "0P ~!#$`%'F(*,^.X0~25\8; >(AnDHqrt,uXvpwrx^y4yz{*{||R||||||~|H|{{RzztyypxxNwwvvuu*tss.rqq2pooRnn2mm6ll^lkkRjjjLiithhbgg fFerdcba`__^^]]:\\\\]]^h_r`bZdBfziko rv:z&~cb>`_^^]T\\^\[[\\2\r\]]r]^^b^^^^^^^^r^<^]]]H]\\\\\\\\\]:]]^H^_<_`X`abBbcdfe&efgnh0hijlk"kl|m mnNnoZop>ppq>qzqqqqqqqqlq(ppnootnn>mllk*jHi\hjgtfze~dcba``._|^^T]]]H]"]]*]V]]^t__`Laabcdd0defrgghPhiFijjFj~jjjjjjjjjRjii|ihh2ggfdedcc b`_^]8[Z^XW<:Z8531/-,**('&0$#"! ~0v4.l jVRXl*vdZ`z "#F$%'(t)+R,.0p2x47$9`d_^^]v\\r\[[[|[n[n[z[[[\ \P\] ]^(^_`acdxegpijlkkk,jjvjii hgg@f~edcbaa `(_P^]]\\\\\]]^<_:`|bcfhk`nquy}ӆEe]!۟U-[gî =a}kI㭗7%mAͥ3 #ُ} ~"zwtqoJljhfecxb`_^]]J\\b\$\\ \,\d\] ]l]^8^^_*_\_|___p_J_^^^T^ ]]~]>]\\\\\\\\]]\]^^p^_^_`paabFbcdNeefjg ghi.ijzkklmnn|nooTooooooo|oFonnLmmZll.kjji@=;9x7L5*31/"-H+)(H&%p$$"! 8vz ZlVRZl&v !8"z#$&"'T(z)*,-X.0H1368Z:=@CGNJNQFTnWlZ0\_abd^efghiDijjbjjjjjjjjjJjiiZhhvggXffe>dpcba``_@^x]]$\\&[[[X[:[0[2[D[b[[\\~\]^T_2`6a^bdeg:hjldn"oqs"tvwxxyz{|}h~~~Vt2~~~}}&|| {pzz*y~xxwfvuu\\f\0\\(\R\\]R]^4^__l__` `4`4`"____F^^^T^]]n]0\\\\\\\\\]6]z]^$^^_n_`vaab2bcrddebffgLghiij.jk(kklZllm,mZm|mmmmzmTm lll.kkFjj&ihhg^fedd(cVbaa`P__^^]]h]2]] ]]F]]^J^_^``ajb,bcd~e>efgNghphiXijjBjrjjjjjjvjHjiirihhgff,eddcba|`R_]\^ZY^WVTbRPNLKIFDB@>fAhDGK:NQTWZ]_ZaRcdefghiTij jfjjjjjjjjpj:iiiHhhdggBfeedyxxwRvuutNsrrqXpooPnn mmllhh.gffJedd&cjbaa@`__X^^R]]]N] ]]]]@]~]^>^_H_`aFbbcdJe eftggh@hi0iij$jXj|jjjj~j\j,iiiDhh\gg.f|edcba`_n^\[:YXVdTRQO$M6K@IDG@E6C(A?<:86420.- +`)(&%(#"!b JFTt2nt0~jZTZnrh > !#\$&'8(P)V*B++,-\../02"35>709j;>ADH6KNR*UFX2Z]Z_ac>dfgghi`ij$jfjjjjjjjjhj2iiiFhh`gg2feddcb a*`8_P^v]\\d[[z[*ZZZZZ[ [n[\`] ]^_aNbdhf*hikmoqsuwdxzx{}~ +OwI c ~~V}}|X{zz,ylxwwvVutts:rxqppHonn^mmJllbkkk:jjvj iih|ggfXedcba``_0^v]]R\\\\].]^_a bdgilpsw{G{swCAC=+UsgEۭ-_u9ɥ!?+]_7팋C~{xurp>mkigedNba`f_^^|]]$\\d\>\:\Z\\]Z]^`^_v_`p`a*afaaaazaJa ``j` __H^^^,]]]N]\\\\\\\\] ]V]]^4^^_\_`B`a>abFbcPcdZde\efLfg(ggh9r;>ADHDKO RPUlXV[]v_acRdf ghhidij&jfjjjjjjjjlj:iiiPhhbgg$fdedcba`_^]]:\[[["ZZZZZZ[P[\b]$^_*`raceRg>iDk^moqsuwyr{|} 󁵂WۃCŃŃ[O݁aـG ~b}||@{zyy.xdwvuu0tdsrr qLpoo4nnmvlllkkVjjj*ii6hhgTfedccba&`B_l^^]v]\\\]]^`_h`bXdJfi0l$ohrvz~=ݓ˗} ӣImAɪ+!Oow[5m{٫#7}S=aW)ۋyI~zwtr6omTk(i(gPedbad`@_@^b]]\\d\D\H\p\]]^^_B_`j`a`abb6bNbPb:baaa2``l`__0^^l^]]]D]\\\\\\\\]&]Z]]^(^|^_:_` `|`adabNbc8cdddeNeffNffgg*gFgXg^gXgFg&ffff0eereddcbblaaF``&__^^6]]]D]\\\]]6]v]^0^_0_`haabc>cdejffg\ghphiJiij"jJjbjjjdjLj&iiiLhhfgg2fzedcba`Z_]\ZXW.UhSQOMKIGECA?x=j;b9^7b5l31/-,D*('v%$#J" JRFlt6zld\`thL~T "`#%l&(:)d*r+X,,-4-..V./ /x/01l2p35<79L;>ADHBKORbU~Xl[]_acbdf g hhihij&jdjjjjjjjjjPjiifhhhgg fhRj~loqJsuwy{h}~|Ȁ傻kk%ՄM!U~~H}||{>zryxxw2v`utss rVqppojnn*mmll6kkpkjjHii\hh4gfeed6cHbXaj`_^^0]]*\\\]]x^._&`facfhknr@vz~0qٚS[ݪӬٮGkmO%뭣GѬA1ˡyAYE_I}ywt2qoljhgeZcbxa:`_ ^H]]\\b\H\T\\]>]^R^_`8`adabLbbbcbbbbVbaa6``X__~_^^X^]]z]B]\\\\\\\\]$]R]]^^^^__f_`(``aVab bbc>ccd8ddde&eJefeve|evefeHe dddhdccZbb~baa``__"^^H]]]R]\\\\]]4]v]^0^_,_`^aablc$cdeJefg8ghLhi*iijj0jJjTjLj4j iii$hh,gffeBdPcFb$`_^0\[YtWUTR(P2N2L(JHECA?=;97531/.6,~*)>'&F$#"V!,  Dvtf,P|phdj~$l@``8 "\#%'()*+,-$--.@.z..//V/001Z2L3569;>fADH>KO RnUX~[0]_acldfg h hifij(jfjjjjjjjjjvj8iiihhgffecba`_^]\\:[[&ZZZhZhZZ[2[\]l^_ahc$eg&i^knpzru.why{x}D~Ua{ن?MG-Dž}%SكSł/;~~ }F||{zz y8xdwvuu t8sfrqq pLonnPmm8llNkkk(jjdii~hhbggf6e^dzcba`__^b]]H\\\\]X]^`acfeh jn qu@y6}\+Y])ۢoEëgoɮ ?c}}cAӭEaQ񞗜;E'댙=݂F|yv4s|pnl\jRhpfecbHa__^0]\\\`\L\`\\]b]^_2_`a8ab^bc4czcccccdc"bbnbaa$``>__d_^^J]]]x]D]\\\\\\\\]]F]x]]^4^~^__l_``l`aajabbRbbccDcpcccccccclc>cbb~b.aaza``J__t_ ^^H]]]\]"\\\\\]]6]|]^6^_0_`\aab`ccd~e.ef~ggh.hiihiijj4j^]\[ZX`VTRPNLJHnFND,B ?=;975310".^,+)j'&r%#"!` LFTt6Fh.|plpz0v<vD6V "8#%'.(* +0,*,--.J....// /B/n/001023F468;Z>:AbDH*KORnUX[>]_acrdfg&hhifij,jljjjjkkjjjjfj iihZgfedc|bVa2`_^]*\d[[2ZZZZZVZvZ[,[\]^`~z}||{>zhyxwwv(uPtxsrrq:pzoonrmmRlldkkkmXpttxd| SoSOGGcE[5]yuW1_gߧEK+)ms~@{*x6ujrpPnkihffdcjb`_^^]r\\\^\P\j\]]^^_p`*`ab^~^__L__` `d``a&a^aaabbb&b*b&bbaaaaPa```2___4^^^4]]]\]$\\\\\\]]>]]^D^_:_`baabZc cdneefffghhhiNiijjj&jjiii>hhRggfHejdrcbb6`_^\ZY$WPUjStQnO\MBKHFDBr@J>(< 975420F.,+")(&%6#"! ljz Z(,b ~Fztv~FDn.&b R!#%b'(*+Z,\-,-.<....////&/6/L/n//0b11346^8;,>A@DHKORtUX[@]_acpdfg&hhi`ij6j|jjk k&k6k^_`la.abc>cd@ddeeedddfdcc@bbXaah```__H^^^F]]]]N]$]\\\\\\\\]]@]h]]]^(^^^^__B_z__``@`f``````````d`:` ___^_^^^N^ ]]]P]\\\\\\\]]N]]^X^_L_`na ab\c cdfeefTfgxghrhi8iiijjjiiixihh&gfeedba`\^]`[YX,VDTJR>P$NKIGhE0B@>G=/񈅈7]eW3_E9},~\}|{zzy>x^w|vutts*rVqppoNnn m|lllkkbkjjJiihhhHgffe>dXclbza`_^^J]]:\\\]]^:_:`b dfZhko@rvz~?͏ߗYyIѪ󬟭'Km{a= ˭y+A+k͠G׏Y wJ|6yFv|sqfolji&gpedbca`_^]]R\\\\\Z\~\]4]^b__`atb:bcd8deejeeeeehe(ddzdcc0bbBaaV``v` __H^^^L^]]]X],] \\\\\\\\]]]:]\]]]]^(^T^^^^_$_D_`_v______x_`_B_ ^^^^n^:^]]]j]<]\\\\\\\\](]f]^^t^_f_`aabhccdde efHfghgh^hi$ipiiiiiiii\hhggTfedcb~a2_^H\ZY W:U>S.QNLJnH*ECA\? <:86420.-+d)(@&%h$"! 8RR.d0H"8R!F"$&r(*)+$,T-F-.z..//"/(/*/,/,/,/././2/8/D/Z//0&0124468N:=AD|GKORZU|Xp[*]_acHdfg ghilijljkkVkkkkkkk>jj.inhgfde0cba^`$^]\\$[vZZZVZHZhZ[:[\^_a>c0e^gjTmoruvx4z}Joai3IC%󉯉[IÉ ?r~}||{6zVyrxwvuut(sLrvqppodnnmmll*kkrkjjdiiihtggfRe|dcba``_2^x]]V\\\\]^^^`0aceh^kFnr uy~ Q ˚GuQե}ϪŬy wϮAesU-WY۩ߨ_ϤɝSє͑k!ӄU~6{6xZuspnlzjhg"ed*ba`_~^]]B\\\Z\^\\]H]^_@` `abcFcde$eef&fHfPf@feeeBddxdccbb0aaL``r` __L^^^V^]]]f]:]\\\\\\\\\\] ]$]>]\]|]]]^^ ^>^X^n^^^^^^^^n^V^<^]]]]]f]@]\\\\\\\\\]]F]]^2^_ _``a:abzc cdjeefDfg^ghPhii^iiiiiiiiBhhdgg"fXerdpcPb`_>][Z.XJVNT>ROMKbIFDlB?=;N96420/-L+)(b&%$0"!  Jff<n:>pV,\ 2!"$F&')X*,-$-.x.// /*/,/././././././././0/6/@/R/v/001|2458::=ADjGKrNRBUhXX[]z_ac4defghi|jjkk^kkll(l"lkkNjiihfedlca`_J^,],\L[[ZZ^ZNZlZ[F\]^B_acehNjmpsvry@{~p̈́5}%يI u߆ACтI}~~}$|F{fzyxwvvu&tDshrqpp,otnn(mmll6kkk*jj|jii,hhgNfedccba"`>_h^]]t]\\\]@]^_aZc&eHgjmq`a^abc6cdxeefFfgXghFhiiPiiiiiiivi(hhDgff"e4d$ba`B^][PYrWzUlSHQNL~J$GEdC@>P<975l3Z1\/p-+*(('%$L# ! VrtL|F:l:tV."<t "R#%'J(*l+,-.b.//"/,/./././././././././././0/4/kkk8jjj2iiPhh,gfeed0c@bPa``x_^^&]]$\\\]$]^~_`bdg0imppt"x|,i7G! é1aY#íA)Sq{a= ˭w -æAc_yCq;| yFvt qo|mrkihfe cbaV`B_L^t]]*\\x\Z\f\\]n^^_`\a:bbcdeBef`fggLgfgjgXg2fffbfee:dd\ccxcbb(aaN```__h_^^~^:]]]]j]D]"]\\\\\\\\\\\\\]]]$]2]<]D]H]J]H]D]<]0]$]]\\\\\\\\\\\\]]2]f]]^@^__v_`r`ab"bcVcde&efLfgXgh@hhiBi|iiiiii`ihh$gfedcbaN_^<\ZXVTR^PMK^HFDA?B<:8J631/-,.*t('F%$r#*! "`|~VP"2d(zRX|fl "<#%H&(x)+\,-~.4..//,/./././././././././././././0/2/:/J/l/001j2458":=@D]]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\]]>]l]]^2^^_J_`2`a8abTbc~dde>efZfg\ghde\eflfgdgh:hhi*i`iiiiini2hhpgg>fxedc`b`_]Z[YW|UNSPNBKIHFD4A?(<:@753X14/(-4+X)'&`$#"L! B| b\.L `$Jd\ h!"$%T&()l*+,-.P.//"/,/./././././././././././././././././2/:/J/l/001f2358:=l@CGonn4mm"llLkkkZkjjtjii2hhgXfedccba"`<_d^]]l]\\\]J]^`ac`ehjn"qudy^}Æ Kok/âOus=խO-Us}c?ϭ{-7w{Eכ1[[;s5~|y:vt(qomljThgDedcFb`__^B]] \\p\^\t\]]^@__`abczd\e2efg](]]\\\\\\\\\\\\\\\\\\\]]].]F]d]]]^^P^^_6__`d`aNabNbc\cdnde~fffgngh:hhiiPitiiiziRihhPggfNeddVc$a`T^\[YVTRXOMpJHVEC&@>;9 64V2/-+*&(l&%H#"!V 6.:\.  d`2 >tL*Z2 ! ":#`$%'(N)*+,-|...//(/././././././././././././././././././0/2/:/L/n/001b2~357:h=4@HCFJNMPTVY\N^`bdBeg2hlijkzl0lm*mTmNmllk@jBigfndcb`_Z^*]\<[[ZZZ[[\t]^`bdgtj8m.pFsrvy|;A5gˍQg͉-݇/{ÅC{݁/R~r}|{zyxxw v4uJtdsrqpp6oznn.mmllLkkkbkjjj.iiRhh2gfeed.co8mXkihtged\c"a`_^^4]]\\n\^\x\] ]^P__`abcdeXf fgpghbhhii,i*ihhhhPhggfgffVeee2ddhdcc6bbrbaaZa``^`___<^^^^\^.^]]]]]r]`]R]F]<]6]0],](]&]&]$]$]&]*].]4]>]L]\]p]]]]^^H^^__N__```a6ab"bccd"de&ef"fg gxgh8hhii>i^inini\i2hhh,gff"e4d ba` ^d\ZXVfTQO:LJGtDB,?<:h753.0.,*) 'V%$D"! t`d~@&h`2 2f4htp< "# $D%p&'(*+ +,-...///*/./././././././././././././././././././0/4/ihhhRhggfgff\fee@dd|dccXbbbBaaa>```T` ___N_^^^^^^:^^]]]]]]]]]]]]]]]]]]]]^^>^f^^^_:__``t`a6abbbcpcdfdeZefFfg ggh6hhhi$i@iNiJi4i hhrggnfeecbaL_^\>ZDX(USQNKITFCAB>;9d64t2/-+)(&V$#V" Z(2nb4 *Z vJRN !# $4%`&'()*+,-Z-.T..///(/,/././././././././././././././././././././0/4/\\\]]^<_>`b,d fli loFrvz~ʃ?oc qM妻KIݭS-UsgE׭7G)٦S]Aea;k+~|yHvtRrpn6lzji\gfeNdba`_^^]|\\\n\d\\]2]^l_2` `abcdefbgghPhi(iriiiiiii|iNihhhRhggjgffhfeeVddd>ccc,bb|b(aaa8```b`"___x_F_^^^^^x^d^R^D^8^.^&^"^^^ ^$^,^8^F^X^n^^^^_ _T__` `R``aNabb|bcXcd/6/2/././././././././././././././././././././././0/2/:/L/l//01B2F35<7>9<.?B.EfHLONRUXx[,]`bJdcJeh8k nq6tlwz}ЀEq=I-;Ì=y׉/Ӈg!U~8}P|h{|zyxwvuuts:r^qpooDnnmzmll@kkkpk4jjjfj ii(hggDf~edcba``_<^|]]R\\\\]b^_`DacehvkXnruy}́7g}iQ9۩;_O1Ik{_;ŭmuɪѧoפ#g}i9a%~{&xxusqomljigfhe(cba`_^^]v\\\n\f\\]<]^z_@`aabcdefzg8ghrhiRiijjjjiiiiiRihhhTh ggtg"ffzf$eeteddjdcchcbbpb"aaaHa```R`____v_V_:_"_ ^^^^^^^^^^^^__,_J_n___`(`d``a2aab0bbcVcd&ddebef.ffgBggh"h^hhhhhhhhhLgg|ffJp^V.j8"NR B~ !"$%h&( )\*+-../0 0V0p0`06////Z/@/4/././././././././././././././././././././././0/2/:/J/j//0v1,2&3j469(;>ADH KZNQUWZ]j_b d"egijHk6klZllxlk|jihPfedba4_^]\[[x[([[2[\2]^D_acehkXn^qtw{~{χ׉) ?E'덕+)agGǃ3a~~}(|>{Rzfyxxwvutssr:qhpoo*nmmhlll8kkkrk:jjjtjiiBhhghfeddc ba"`8_^^]]f]\\\]J]^`acNergjmq8tx|Ҁ/]wk+ϡieժ ٬ uɮ ;_{uW/SݬKu[uS[w=a+}zPwuDspomXkj@hgf>ecba`_^^]r\\\n\h\\]D]^_N`*ab ccdefgNghi itijj0jJjVjRjDj.jiiiiTihhh\hggg4fffBeeeHdddPccc^cbb~b8aaava<49z64>1/f-&+)'*%n#"Z!.p>p> L~Fp|`HD T!v"#%H&()*,T-.001202r2t2<11\00P///Z/>/2/././././././././././././././././././././././0/2/:/J/h//0d113.468;2=@DGNJMQ0TTWZZ>\_acegzhjjk|kkkk(jdibh2fezd ba8_^]\\[[N[<[b[\n]X^`acfkjjj0iiXhh8gfeed(c4b^;8631.,h*H(J&p$#$! \*8p PzF J|@^`\, !2"h#% &v')x+,./02*3>445 544D32110`///R/:/0/././././././././././././././././././././././0/2/:/J/d//0N0124f6(8B:=N@2CJFIM PjSVY\_(acegiinhhRgffe8dLcXbbal`_^^"]]\\\]"]^|_`bdfilvos6vz~Ea_1˚#1caKiU/IiiE٭+9-aW՗ב] W~T{vxvLtqonjiiii`i*hhhxh8gggng(fffPfeeve.ddd\dccc\c$bbbb^b4baaaaaaxalada`a^abajavaaaaab"bNb|bbc c^ccd(dpdeeReef.frffg(gZggggggggggg~g>fff evdcca`_f]\,ZNXHVSQLNLI@FlC@=:825|20`-+)'%$"!Z@jP Hz<TL6 "#d$&0')B*,.0/1r24b567v7877^654Z3*210T//z/L/8/0/././././././././././././././././././././././0/2/:/H/`//06012457:ADHKhNRUhXz[b^`bdfgDhhhhhDgfedc`b`_^]\\d\[[\(\]j^n_aHcezRyhx|wvutssr@qppoo8nnmzmllPl kkkpkDkjjjViiih|ggfNepdcba`__^L]]6\\\]]~^4_.`nacehnk6nJquc6d*eefgh8hiVij jjjjjjjjjjjjjjjhjFj"iiiixiHihhhth:hgggLgfffVfeeele6edddrdHd cccccctcbcVcLcHcFcJcRc`crccccdd.dXdddeeLeeeffPffffgg2gFgRgZgXgPg@g&gfffjf eedddjccbRah``_4]\jZXWTRP8MKHBEpB?<97&4j1/B,*(z&$#!x P,Pn8 Dv6J:` rh r!"$%'(*8+-/1n3L5(68:Z;= >>>>>F=N;:Z8643F1002//p/L/:/2/0/./././././././././././././././././././././0/2/6/@/R/t/00162$3V468;&=@CG J|MQDTWZ]J_acef"fg>gVgfedcba`_z^]\\x\(\ \(\|] ]^`@aceh6jmp|s|vy|h( gMɍ+񌫌OeߊOsˇk;w߁ 7^~~}|{zyyx(w>vVuptsrqq0ploonfmmXlll>kkkklkDkjjj^jiihgg.fdedcba`__^`]]D\\\\]l^_`6acxegjmpthx$| 13ϗO1uQiS+ݮGiS)񭥭Eɬ/qs);cÈo)~|yTvtrnpnm6kjji&gfedctbda``j_^]]f\\\|\|\\]l^^_`faTbJc@d6e"ffghDhi`ij,jvjjjk kkkkjjjjjjjnjNj*jiiii^i0ihhhfh0ggggTgfffzfFfeeee\e2edddddzdfdVdHd@d:d:d6?@ABxBBtA@?=8;&8643<100,//t/P/>/4/0/././././././././././././././././././././././0/4/gffff`f8feeeeezedePe@e2e*e&e$e(e0e:eJe^eveeeeff(fJfjfffffg gg$g(g$gg ffff|fDfeeleddDccNbb$az`__]\[Z6XVU&S&PNLBIG DNA>;96:30.\+)'%#"& J*j2Lb,<n0D2RrH2 .!@"f#$&^')x+&,.02468:<>@vB CDEFJFrF(EZDBl@`>;96643.1000//~/X/B/8/2/0/././././././././././././././././././././././2/:/H/d//0>01235|7h9<>AEHhKORTUfXJZ]F_@`bbctccc0baa(`P_z^^]`\\\l\|\]@]^`ac8e$gLil:nqtwzX}' #=M; emو=I)i݁=j~}|{{z"y:xRwlvutssr4qhpoo8nnmmll\lkkkkfkBkjjjljii4hhgLfedcba``_<^~]]X\\\\]L]^_a6bdg ilbo|rvhz,~ QÞ[SyIۭO+SqEխ留 ACݍ/݃}}zxusqon&lkPj hgfezdfcVbNaN`Z_x^]]d\\\\\]]|^^_`zahb^cVdLe8ffghVhirij>jjjkk&k4k:k;J8530x-+)R'6%B#t! N, D 6f*|@.Pl@& !("H#|$&&')**,.T062(4(668L:h<>@BD\FGzHIJJ:IIGECAN>;9\6436100D///`/H/:/4/0/././././././././././././././././././././././2/8/D/\//001N2>3r468;B=@CG6JzMPSVYp[]_`&`ajaava`__Z^^]|]\\\\]]^|_`bHdeh$jmor|uHxz}n'1ω׊3Ë͋9݊qwYyυi-e~~}>|^{|zyxwwv u>t`srqqpVonn^mmVlllBlkkkkdkBkjjjpjii]^_abdxfiknruyF} 琯K۝YQiQ+ݮGi= ǭoq娭=yk#ˉq!|zwu8sq,opmlnkihgf|ehdVcJbBaD`R_r^]]d\\\\\] ]^^_`arbhc`dVeBf"fgh^hixijDjjjkk.k>kFkHkHkDk>k6k,k kkjjjjjjjtjXj:@^BvDzFfH6IKLLpMPMMMLKVIGTDA?<49743T21 0^///l/P/>/6/2/0/./././././././././././././././././././././2/6/B/T/t//0j1134f68:XxZwvvutss"rPqppoXnn$mm*llrl,kkkk~k`k@kjjjtj ii@hhg^fedcbaa`&_P^]]b]\\\]2]^_`bZd*fBhkHn4qbtxh|, ׏E㟑󧍨 ׬}qǮ ;_{5]Si7A 񒻏mm7&|@yw trpo ml6jihg|fheVdHcihhhhhhhhLh2hhgggggggggggggggggggggggggggg^g.fff`fee:ddDcc,baaF`__^V]\[ZYXWVU6SRLPNMJHFD4A?0<97P42/-(*(&$"!:n>2Hz.:J$Tf*@`2 !"*#V$%'N(*X+-/~1\3L5L7Z9t;=?BD6FPHPJ4KMNPPQhQQ(PLOM.JHjEBz?f5232.140~0//x/V/B/8/2/0/./././././././././././././././././././././0/4/01235n7L9v;>ADGJMPSDUWY`Z[\\]"]\\\\R\\\\D\]]^_`bHcegjl`nqptvyJ{~.em=ч'C#ˊAU EψQɇ9c YY~}}|<{`zyxwvvu@tfsrqq(pjoontmmllllTlkkkkxk\k>kjjjvj"iiDhhg`fedcbba`,_T^]]d]\\\](]^n_j`b"ceh4jmptw{DɎ?š?saKݭQ-Us-󭩭Iͬ3us%ۢנWiMa ~{yvtPrLpznm\ljihzgdfReDd8c.b*a0`@_d^]]^\\\\\]]^,^_`ab|ctdheTf4gghliiijLjjjkk6kHkRkXkZkZkXkTkNkHkBk:k2k(kkkjjjjjjjjjjRj8jjiiiii|i`iFi,ihhhhhhhhphbhXhNhFh@h>h>h@hBhHhNhRhVhZhXhVhNh@h.hgggg`gfftfee(ddcxbb(ar`__$^R]x\[ZYXWVUT^SQPBNMK8INGFE B@>;9641/,*p(F&>$X" 6 Nt6F~V 0T( ! ""#L$%'8(*6+-/B12469;=B?jACEHJLMOQ RxSTTTTTSRPNLI,FB?<975n32f1b00///\/F/8/2/././././././././././././././././././././././0/2/8/D/Z//001F203Z468:=j@(C FIKNQ.ShUVVXVY\Z ZZ[[[["[,[H[[\t]]^`(acdfhkm\orVtwly|L~;񈻉S 鉱e +'iɄ!s M~~.}\|{zyyxe2d(c ba$`6_Z^]]Z\\\\\]]^4^_`abc|dpe\f0.~,4*'%$ "T P(|j`$ 8lBv|B "#B$~%'*(*"+-`/02468:<>AC@EfGIKMOQ\RTpUVW~WX WWUT6R$OLIFCF@=:H75421008///b/H/:/2/0/././././././././././././././././././././././0/4/>/P/p//0d11240579<0>ADPG(ILvNQRTtUVWX>XYY^YYZXZ[d\&]^_L`b,cegiknXps@BDGI"K6M>O6QRTV$WXYZfZZZYXW`U~S2PvMJ^FC@~=l:8264T2100R///h/J/:/4/0/././././././././././././././././././././././0/2/:/J/d//0201r2`3568:=X?BE*GJ(LpN~PPQSJTfURVVW\WXY6YZ[\^_rabdfxhjloNqtvx{}<< [a3׈KɈO=ˆOͅAwӂ'wH~}||"{Rz~yxww vHurtsrr4qrppoZnn.mmlkkkk~khkPk6kjjjrjii@hhg\fedcbaa `"_L^]]Z\\\\]]^6_`^z]]J\\\\\]"]^<^_`abcd~ehfHgghziiijRjjkk k8kJkVk^kbkdkdkdkbk`k^k\kZkVkRkLkHkBk:k4k,k"kkkjjjjjjjjjjxjhjZjLj>j0j$jj jiiiiiiiiiiiiizidiJi*ihhhLggg,ff&edd0cjba`_^]\[~ZXY.XVUTdS,QPOzN8LKJRHGF DBA2?n=;9753f1B/-*(&% #d! DD<>B| d:B< !#$\%'(*+-8.02v4P688*:&<*>6@HB^DvFHJLNPRTRVWY ZL[f\P\]V]p]8\[ZHXVfSQNJGpD@=;86v43(110l///n/N/>/4/0/0/././././././././././././././././././././././2/8/D/Z/~/00x1124J579;><@C(EGJ LMO~PRS0T&UUVWXY[\r]_~a4ceg2iZkmp8rtw>y|{}1! LJWӇC _ÂuŀX~}}|H{|zyyx4w`vuttsHrqqpLoonlmmnmll^l kkkkkxkdkNk4kjjjpjiiHGF8DCfA@d>=&;n975320 . ,* (<&f$"!pv`j,(t2(^@X !"$>%&(j)+-&.02`48689;=@BDF*H4J>L@N:P(R SUWBXZJ[\]^_4___t^^\[HYZWT|QN|K2GDAZ>H;9643j2.1<00//v/T/B/8/2/0/././././././././././././././././././././././0/6/@/P/l//0>012p3568n:r<>ACZEGIKfMNOQ@R|STV*WrXZD[]_haNcRezgjl\nq s^uwz |}EلمQ͇!SgaCφ}!IτOǃ7a X~}}$|`{zzy2xbwvuu"tTsrqqBpooz~ZӉIYguAϩ%E7#ۮGi٭3%ks+렭/wm/ًý~{yvtRrRpnm~l0kihgfedcba`__ ^J]] \\\l\~\]]^4^_`abcd~ejfHgghxi iijLjjjkk2kDkNkVk\k^k^k^k^k^k\k\kZkXkVkTkPkNkJkFk@kDA>;9b7(5>32^1`00///\/F/:/2/0/././././././././././././././././././././././0/4/:/F/\/~/0 01 124*57:9;=?&AbdhfRhvjmrpFsRvy}3툩]wəɟmϣ˧kϩϬysɮ =cg+?#ӦG}u+Ǒ+ˇo#}{xtv sqp"nm*kjihgfedcba`_^^ ]~\\\d\P\d\]]^&^_`abcdvebf@gghriiijFjjjkk*k:kFkNkRkVkVkVkVkVkTkTkRkPkNkLkJkHkDk@k]^_`ab"bbbbbza`_^&\XZ:WUR,OKHE\B.?$/N/l//0B01z2X3b4679v;R=\|\]f^ ^_`a|bvcpdfeRf0gghbhitij8j~jjkkk,k8k@kDkFkFkFkFkFkDkDkBk@k>kuVx|A񊟎?Ǖ)_]!妥'qo-ǭC)S3߬uGy}QMoQW}OE킩|yw6trpo0mlVkihgfedcba``_$^T]\\\*[[\\H\]6]^_z`daZbTcPdHe4ffghHhi\ij jhjjjkkk k(k,k.k.k.k.k,k*k*k(k&k$k kkkkkk kkkjjjjjjjjjjjjjjjjjjjjjjjjljRj4jiiijihhZggVffeSQON6LrJHG@ECBX@?D=*6zb^p !#$~%'x)*,j.,/13579~;v=n?hAbCXELG:I KLNPfRSUbVXnY[8\]^_`abcBcdZddddddclb~a\_^\\ZRWUDRlOlLPI EB?<:N754F2100V///l/N/k$kjjjRiii hxggfFehd~cba`_^^6]]\\\|\\]b^ ^_abtdegilXnqtx{`~}%ύqeeuCթ-OA+Kɬsy˩󧽦Q1o!a ~{xvxt*rphhhgg fbedcba`_8]\RZYWbUSQPN6LTJtHFDC6A?>6<; 98>654>210/N.,+*)N(&%$#R"*! BBDBLH<z4 !P"$%z'(*J,-/13j5Z7P9H;D=B?>A:C0E$GHJLNlP&QSvUVXYhZ\]2^R_^`Xa@bbczdddeBerezede(dd,c`bda6_^4\PZ*WU.RfOzLjI@FB?=:846,4v311 0h///p/P/>/6/0/0/./././././././././././././././././././././././0/4/oqt0v|xz|`}*=%w7kqMۂ;ہu~x}}F||{XzyyFxwwvbutt0sxrrq`ppoxnn`mmvmllrl4lkkkkkktkhk\kNk:k jjjjHiiihjggf2eRdhcrbza`_^^$]] \\\x\\]f^^_abjcegilnqXtLwpz~4Åe 9 矉姅ᬋӮC;m۪'KAۡ韷Gk[ }zxusVqLoxmlfkihgfedcba`__^(]\\\[[R[([$[H[\\]D^^_`abcdef|g:gh|hijij jFjrjjjjjjjjjjjjjjjjjjjjjjjjjjjjj~jzjzjxjvjtjrjpjnjljjjhjdj`jZjRjHj:j*jiiii|i@hhh@ggFfee4dTc\bJa_^t\[fYXV0TRRhPtN|L~JHFDB@?$=j;: 8754B210l/8.,+*)('n&Z%H$8#*" ! $4PxB,|8Zbh^R\~ "#j$&r()+-T/013568;=?ACDFHJLtN:OQS4TV:WYZN[\]^_`ab@bcdddeDeeeeeredccb`_][YWURJOlLfIDF C@=F:8^6T43(21 0x0//v/V/B/8/2/0/./././././././././././././././././././././././0/2/8/@/N/f//00~1123r457<8:v@CEH>KN Q"TXWZ^Zadhk"npsxuwy{}F~3!ic-큡K퀅(~~}||b{{"z|yy$xtww vVutt2s~rrqppp(oonzmmm(lllDlkkkkkkzkpkfkZkJk8kjjjj@iithhXgffe<;9b76$43*10v/2-,+*)('&%$#"! &Lz<jvl,&d|4 !P"$.%'`)*,.02468:<>@BDFHJnL@NOQ`RT~UWXXY[ \@]P^N_>``abTbccdjdeeVeeeeeve0ddLBI0FC@$=Z:8~6t43H21800///\/F/:/4/0/././././././././././././././././././././././././0/4/8/B/T/p//0201.12346(79Z;6=N?BDGJMQTTXR[_nbf:ivlorFtvyz|f}~gGo9U$~~6}}.||{xzz>yxxJwvv>utt*szrr qxpp6oonnmm:lllRlkkkkkk~ktklkbkXkHk4kjjjj6iidhhFgffe"d4c@bHaR`d_^^]j\\\x\x\\]v^ ^_abhceg\i`kmpsnvry|w CՒOћǞ91gS]5y;O5_UӘ)ы}!ǁ}~P{Hxnus^q,o2mpkjvi4h feddcba`&_0^@]\\[[ZZ(YYYYZRZ[j\$\]^_`abcdeflggh:hiiTiiiij jjjjjjjjj jiiiiiiiiiiiiiiiiiiiii~i~i|i|izixitipijibiViFi2ihhhh\hggNffFeddc"b`_^N\[:YWUSQOMKpIDGDB@><:87(5v32N0/t.",+*)~(v'x&%$#"" !N ,p d2(LZ ,n ^&: !#V$&(D*+-/1358:&<<>P@^BhDhF`HLJ.LMO~Q$RT>UWX^YZ[\]^_`ZaabRbcXcd(d|dde,eNe`edeXe:e ddHcbba_^p\[YVT^QNLIFC@*=n:8643b2:1N00///b/J/ATD$G2JtMQlUX\`.cg,jrmp|suvwyv{*|}~vUs;Z~~~*}}>||:{{ zyyXxxwnvvupttslrrqvppkfmpNsvy&|tm1 AAפݦ)ww7ѭK/+èAץk۠1qa#цw#|yvtNqomlji*gfedcba`_^^]\6[fZZYY"XXXYYnYZ[P\*]^_ `,a8b>c:d&eef~gghhvhii0iTiniiiiiiiii|itiji`iViLi@i2i&ii ihhhhhhhhhhhhhhhhhhhhhhh~hdhDhgggbgff"edd.cVbbaT`&^]t[ZJXVTRPNrL>JGECHA><:8653Z10&.-H+*)(x'n&r%$#""(!d 88bJP|F2x..T<@` "`#%'J)*,.135:7\9;=?ACEGIKM~O6PRvSUlVXYLZp[\]n^J__`a"ab8bcczcddTddddddddddbdcbb2aN`P_"]\&ZfXpVDSQNNKHEB@=p:86432X1j002///j/P/>/6/2/././././././././././././././././././././././././././0/6/@/P/j//0 0n012R3F4t57t9R;|=@CFJMQfUBY$\`dRgkn&psuwy{|V}\~4~Jn8~~~X}}},||B{{Bzz.yyxnww2vuuHtssTrrqnpp:oo nn&mmTlllhl0lkkkkkkzktklkfk^kRkBk,kjjjpjiiDhhgjfedccba`2_V^]]R\\\x\\]]^>_`a0bvcezg8i$k>mprux{\݆o}'{[EeU;'񡓟'ŗ9ua%Մ3}zwu rp6nl0j|hgfbeDd8c8bBaN`Z_h^t]\[ZZYRXX:WWWWWXPXYZH[(\]"^0_B`Ra\b\cNd.defPfgRghhDhvhhhhhhhhhhhhhhhhzhjhZhJh:h*hhhggggggggggggggggggggg|g^g6gfff(eeDddcPbva`n_>]\ZYHWUSQOfM.JHFRDA?r=:;8653(1f/.(,+J)('&%$#""!T DlJ<B^>f.8~:Bzlz!T"$r&*')+-/24H6x8:= ?6AXCpE|G|InKPM NPR&SUV~WXZ[,\&]]^_\``a ab bpbcc^cccdd6dJdVd\dVdJd0d cccDbb0al`_^X\[nYWUSRPN"KZHEB@ =n:86532z100H///r/T/B/8/2/0/./././././././././././././././././././././././././0/4/:/F/Z/t//0$01123568:=?BF*IMlQFUHY6]`dhkTnXqs|uwy6z{|}t~ ~d~~~~~`~,}}}P|||({{BzzFyy8xxwvvPuuttss4rqq\pp2oonn*mmZmllpl6lkkkkkk|ktknkhkbkZkNk>k(kjjjfjii2hhgRfedcbaa`_@^z]]F\\\z\\]]^R_(`"aBbcezg0ikm\orpuHxP{~Wy 7I%â!==5+!km砷Qיkے˅3~{xuspn4l jBhgedcrbhal`x_^]\[ZYY(XdWW$VV\V.V&VDVVWX6YYZ[]^_2`@aDb:ccdeNefVfggRgggggggggggggggggpg\gHg4g gfffffffffffffffffffff|flfVf:feeefedd0cbb@ah`t_b^0\[pYX2VdT|RxP^N.KIGHDB@:=;9n7J5:3B1b/-,V*)v(,&%$#""!J 4rdlRL|F<FT 6!#:$&(*,.035\79<">\@BDFHJLNrP&QSPTV&WrXYZ[\]^>^_``a atab"bjbbcc8cXcrcccccccc|c\c2bbb^aaT`_^]\(ZXWTRP32100`///z/Z/F/:/4/0/./././././././././././././././././././././././././0/2/6/>/L/`/~//0H01d24364v579<`?&B:EI2LPTX\`djgk*n psu2wxyz{|~} }V}z}~}l}H}|||D{{{"zz@yyJxx@ww(vvuntt`8aVbceg,ikm6or.tw{~l݅c wٜeͣ٧}笓ٮۢeӡA; IU= |Ly&v"sDpn kihf^dcbhaP`J_P^^]n\[ZYXXW4VxUUJTTTnTpTTUXUVW|XjYlZ|[\]^_`abcbd deeef$fZffffffffffffxfffPf:f$f eeeeeeene^ePeDe:e4e.e*e(e&e$e$e"e eeee ddddddLd ccTbbVa``&_6^(\[Z#8"H!j .b\r<.FR$@N` r!#%N'()+(-J/|146V8:=J?ACFH,J*LMOQPRT^UWXJYjZx[n\P]]^__```ajAzDHL`PRTVXb\N`.cg`jm|prjtxvqqppoonnmmXmllvl]^_X`Ranbdeg.hjmolqtwz~k{ MmY }IϬ {ѮßIəW˓UŌ|pyDv.s8pjmkbi.g2ehcb`a_^]\[[ZY2XLWhVUTT@SS$RRRhRrRRStTTUVWXY[\"]<^J_J`8aabccd ddddee2eFeReVeTeLeBe2e e ddddddrdTd8ddccccccczcpcjcfcbc`c^c^c\cZcVcRcJc>c.cbbbbdbaaJ``*_v^]\[ZDXWPUSQOMKIZGDB@?=r;86~4N220..D,v*),'&R%#"! P^Pf>Dn.V* DTl: ",#%')+-0"2t4749;>T@BE GFIVKRM8OPRZSUNVWYZ[ [\]t^^_2_` `d``a.a^aaaaaabbb bbb bbaaaaaaaRa``p__h^]\[ZrYW`USQ\OLJ*GDB`?=|;69"7B540221800$///l/R/B/8/4/0/0/././././././././././././././././././././././././0/0/4/8/D/V/v//0@01h2D3d46x8:=@CGKnO\SbWf[Z_0bfTil`nqHsZu&vwxyz6zz{zzzzhzyypyxx8wwLvvRuuJtt8ss rrqzppjoohnn|nmmPlllrl:l kkkkkkzkpkjkfkbk^kXkRkHk]]$\\\\\]P]^_r`labdeg2hjloFqttwVzh}  1iaϪ۫koǮ =WCߑݍA[W<|xurom.jhHf$d4bv`_^>]\ [ZY.XFWbV~UTSS RdQQ*PP^P(PP*PdPQHQRSTUVWYZ*[H\Z]^^R_0_`aHab@bbc(cVcvcccccccpcZcBc&c bbbbbdbBb"baaaaaarafa\aTaNaJaFaFaDaBa@aGECP@>< 97n5(20.,+)h'&Z$#"! ,X`2@z@vL&JZt&X "X$ %'),.X035|7:ba:a4a.a(a aa ``````^` __v_^l]\[ZYX$VTRPNL.IGRDBP?=;`9\7~54l36221d00D///x/Z/H//L/d//00~1124057: a"a````n`H` _____j_L_4__ ^^^^^^^^^^^^^^^^v^P^]]]0\\4[ZZYXVUzTRpPNLJHFDBA?=0:8v6&31/-+)(.&%(#"!r j|,t.6v@ ^:Pb|. n "z$4&(*.,f.1368; =?BdDFI,K@M:OPRT UzVXYZ [ [\]@]^V^_&_x__` `D```v`````````|`r`j```X`P`H`@`8`.`"``____n_0^^^ ]v\[ZYXWAEHLlPfTNX6\&_c:fziflntpr\suuvwwx8xVxPx*wwwPvvv.uuTtthsstrrxqqzpppoonnDmmm2lllbl,kkkkkkxkjk`kXkRkNkHkFk@khh"gvfeedc.b:aJ`b_^^]~] \\\\]]z^^_`abdHegHhjloqrt vy}OAˎQŕQQAI߭Yoˑ;S8|pyvspmjh ec.`^]*[ZXWVvUvTSRQQP*OXNMMLlKK^JJJJJKKLLMNOPQRTUHVlWXYZt[D\\]6]^^l^^___*_,_&__^^^^^^^6^ ]]]]V]*]\\\\x\^\H\6\*\\\\\ \\\[[[[[[[x[@ZZZG(DB@|>*;9~7,420.j,l*('%$"! ppN.D6n8bB" \l8.~ "$P&4(:*^,.1j36r9;>@C EjGIKMOQS2TVWZXYZ[^\\]`]^T^__H_~_____``_____________z_r_j_b_Z_P_D_6_"_^^^^H]]]\[ZZXWV`TS6QpOMKjI2FDB^@=;986x53211$00(///t/X/F/:/4/0/././././././././././././././././././././././././././0/2/6/>/L/b//001*234~6,8,:=6@0CxFJNRhVZZ4]abdgjxloprRstunvvvvvvvv@uuu,ttZssxsrrqq(pp<:n8&531v/V-J+T)v'&$#! 2~ Jn4^>"~.j|F 8!"$`&H(R*|,/(14(69V;>ACEH@JvLNPfR"SU6VWXYZ[\H\]l]^B^^_ _4_T_j_v_|_~_z_t_h_\_N_>_.__ ^^^^^^^^^^^^^^x^h^T^:^]]]p]\\>[ZZY$XVUT&RPOM0K&I FDB@\>><::J865l4&32&1d00R////d/N/>/6/2/0/././././././././././././././././././././././././././0/4/8/B/T/p//0L01235T7(9N;>AEHL|P^TLX [_nbehkLmvoJpr s.ttuuduuuhu,ttt,ssdrrr qq@pp`ooonnPmmmFllltlVVWFWX4XXY Y4YNYZY\YTYBY(YXXXXVX WWWzWBW VVVtVHV UUUUUUUU~UxUvUrUpUlUhU^UPUA\CFNHJLNPRT"UVXY*Z Z[\\\]d]^ ^d^^^^__ _ _^^^^^^^^~^l^Z^H^8^*^^^]]]]]]]]]]]]]Z],\\\R[[nZZ"YJXbW^V4TSR PvNLJHFDB@><:87Z543t2|1100///r/V/F/k,kkkjjjjjjjjjjjjjtjNjiii0hh8gff0e^dcba`__$^j]]H\\\\\]<]^d_*` a b$cTdfg~ijlnq"svJy,|<vцGɍMŔ%csOKgA۩9_S;πG~}|{z0xvtrpn0ki fca@^\8YWUSQP\NML|KnJvIHGGFVEDD&CzBBFAAT@@@@@@A^ABC>DEF GH>IfJKLMOPPQRS8STVTU"UlUUUUUUUUUUnU@U TTT^T"SSSlS4RRRRnRHR&R QQQQQQQQQQQQQQzQ\Q4QPPjPONNLMLKJIRGF~DC8An?=;97j5N321/-+")F'%$F"!v :*Vblb \8(\@,p: (T!"$r&X(b*,/F14Z69ADFHK"MBO@QRTdUWXHYRZ>[ [\Z\]J]]^*^X^x^^^^^^^|^j^V^B^.^^]]]]]]]]~]t]l]d]^]X]T]P]L]H]@]6](]\\\\\B[[[.ZZYlXWVUTbSQP*NLJIGE"CA?=$;L976j5322 1V00N////f/P/B/:/4/0/0/./././././././././././././././././././././././././0/2/6/@/R/r//0H012r3568;Z>A0DH*KOSW[J^b.e8gj6l8moPpzqNqr\rrrrr~r4qqq*pphpooDnnn,mmm4lllfl.kkkkk`kFk.kkjjjjjjjjjjjjjzjlj^jHj.jiiiNhhggbfee&dHcbbva`__^J]]4\\\\\]N]^_J`0a0bHcvdfgi*jlnqsv&x|:{ݗ3?!KC 3yyDnCBB.Az@@"?>>f===D=<==*=n=>V>?@AvBvCDEFH I,JBKLLHM2N NO|PPQQjQQRR4R@R@R6R RQQQ|QDQ PPPJPOOOLONNNzNRN.NMMMMMMMMMMMMMMvMXM.LLL^KKxJJ6InHGFnE4CBf@?,=l;97531/-+*(H&$#t" vxvnR jB J~ fPZ@Dj!&"$x&\(d*,/@14T69AD"FHK@MbObQ>RTUW6XZY^ZB[[\B\]"]t]]^ ^&^4^<^:^4^(^^]]]]]]]r]^]L]<].] ]]\\\\\\\\\\\\\\\\x\T\&[[[XZZZ YzXXW.V2U SRQjONfLK IDGfECA?=;:087 54r3^2t11 00$///x/\/J/>/6/2/0/././././././././././././././././././././././././././0/4/lllnl2kkkkvkTk4kkjjjjjjjjtjhjZjNjDj8j.j$jjiiiiiiFhhh2ggfnedd c&b>aV`t_^^*]] \\\\\]b]^_j`RaTblcdf8gi>jlnqsjvx{S;5ߙݟ 93-rXqq2pronmbljhg8eRcJa(^\ZRWUSrQHO8MFKxIHHFEDCzBA@@?\>==R<<;:::999Z9L9Z99:6:;Z<<=>?@ACD6ENF^GbHZI@JJKL LMMtMMN"N>NJNJN>N(NMMMzM>MLLzL6KKKlK,JJJJPJ&JIIIIIIIII~I|IxIrIhIXIBI"HHH|H&GG>FEE4DRCTB:A?>F<;$9t754 2*0H.j,*('J%$ "!T NP\2 Ft<jl!>"$&d(f*,/414B69<:>ADFHK@\><:9P76X53221d00`0///n/T/D/:/4/0/././././././././././././././././././././././././././0/2/8/B/R/l//0$01>23*4668::=Z@tCGzKXOPSBW2Z^zadgi@k lmnohop&pJpJp,ooopo nnzn(mmm> =<?.@BAPBXCVDFE&EFG`GH|HIJIIIJJJJIIII|IDIHHH<;:.87.53240x.,+>)'&J$#J! pXVn<,^ V*,Pz*zFX !f"$&v(p*,/(14*69l<>A`CFpHKMDOFQ$RTjUWX2Y,ZZ[`[\R\\](]N]j]z]]]|]p]b]P]<](]\\\\\\\\\\|\t\p\l\h\f\d\d\b\b\b\d\b\b\^\Z\R\F\6\"\[[[[R[ ZZbYYY X~WW(V\UzTSRvQFONM*KJHbFDCA0?^=;:.87543211000>////d/N/@/6/2/0/././././././././././././././././././././././././././0/4/:/F/X/t//0@01t2\3569;>AErIFMDQLUJY&\` c egikZlmn8nnooonnnRnmmrm(lllZlkkkvkFkjjjjjvjZjBj(jiiiiiiipiZiHi6i&ii ihhhhhhhRhgg\ffVeed@cpba``_<^]]^\\\\\]]^$^_`abce$fvgihklnpsHux{~MŌE%o}1٥ǧu﬙!bb`aa`N_`^T]&[ZjXW6UrSQOMKIGFDZBA0?>=T@?4@@ABxCCD2DDEFEEEEEEEEEZE(DDDlD(CCCPCBBB@BAAAnAFA$A@@@@@@@@@@@@@@d@:@??l?>==V<;:987v6*43V10H.-+z)(N&%D#"v!*2ZxX* &Df.v(T @!#"$&(*,/$1469H;>A.CF<;(9865X44322T1000 ///v/X/F/.>?\?@D@@AADA^AjAhAZA@A@@@@H@??x?.>>>Z>===d=2=<<<<d0*FfH*~~XNd !#j%&(*,/.1469&;>`@CEH^JLNPRfSU\VWXYZ@Z[Z[\\X\\\\\\\\\\\\\\x\l\`\V\L\F\B\@\@\@\D\F\L\P\X\^\d\j\r\x\|\\\\\\z\p\b\N\6\[[[[\[ZZ~Z"YYVXXfWWTVUU4TfSRQPxOLNLKVIH>FDC8Az?=nAEIMQVY]T`zc>egijZkRlllllllllFlkkkTkjjjjXj.jiiiiziZi:ihhhhhphLh(hgggggtgbgRgHg@g:g2g(ggffftf"eeDddcfbaa`H_^^&]] \\\\\]8]^\__`ac d4enfhik4lnps6uxb{H~\g]ǖ=3kSɪ ᬏSRRRdQQPHO`N\M@L JIZGF^DC.A?>\<;V987`6>544@3b211600/z..x---,,X,+++V+:+2+<+\++,6,-.-.t/0/0123t4\5B6"6789D9:; ;;<@<<<<==<<<<3210/.-n,4*)(T'%$j#(! $tLf x@0Ll:rFz>! "\#%d'(*-/L14 69;>4@CFEHJ\LNP`RSUVPWlXdY:YZ[ [t[\ \<\`\z\\\\\\\z\p\d\Z\P\H\B\<\:\8\:\<\B\H\P\Z\d\p\z\\\\\\\\\\\\\\\\\t\R\([[[[BZZZLYYYXX2WW0VUUBTSRQPONML0JIJGF$D|BA?D=;:687:543211600>////b/N/@/8/2/0/././././././././././././././././././././././././././0/2/6/@/N/f//001T2P35P7p:=@xDBHLLtPTX\2_nbDdfh$ijj\k kkkkkkkkJkjjjjj8jiii~iVi.ihhhhthNh&gggggTg*ffffflfRf>f.f$ffffffeeeeXeddcbb.at`__:^]]j]\\\\\]J]^|_@`abc4d^efh@ikJmnps2uxR{0~@wшA7աUGݬKKvJJnIIH:GPFNE6D BA|@>=H;:h976R532100/J.--\,,L++Z**~*))\) (((T(2(((((F(z()))*+(+,-P../01j2:334z5$56P67@77848f8888888`868777R7666@555x5<5444t4N4.4333333333333333\3.222V11v00P/.. -$,.+**('&%$Z#2"  8r 4V"4Rr@t.|00vf t!"$R%')Z+J-X/14&69;>@CE~GJL4N2PQSRTUWXXYZ]>]8].] ] \\\\z\F\ [[~[0ZZZ&YY\XXXWW"VVUrTTSJRtQPONtM6KJIGED6Bt@>=6;98\654d3T2n1100"///v/Z/H/ihhhhXh,hggggTg&ffff`f*eeeefebHcbdeghbikdmnps2uxF{ ~*]!ӘA;٬DD`CCpBB0Ar@?>=<;p::876v563210/.-,,*+~**R))R((p(''F&&&L&%%%l%R%B%D%R%r%%&2&''(()Z* *+,B--./:/01012D23$3~34464X4n4v4r4f4N4.4333h3*222f2$111f1.0000n0J0*0///////////////h/@BERGIKMOQtSTjUVWXYTYZtZ[8[~[[[\\"\,\2\4\4\4\4\4\6\8\<\B\J\T\^\l\|\\\\\\]]&]>]T]j]~]]]]]]]]]]]]]p]H]\\\h\[[|[$ZZhZYY:XXlXWW.VVBUU0TSS(RdQPONtM>KJIGzEDBP@><;>9865B43201v00d0///j/R/B/8/2/0/././././././././././././././././././././././././././0/0/4/8/D/T/t//01@2R358:>BB F"JdNRVZ]`cdfghi*iiiiiiiji2hhhhTh ggggVg&ffff\f(eee~eDedddPdccccfcNc>c8c:cDcRcdcxccccc`c,bbbaa`l__*^]]x] \\\n\|\]]v^ ^_`talbvcdeg0hik~m*nqs6ux@{~I i瞫1uu3׬>==X<<^;;:b9876543210j/X.P-T,d+*))>((''&&&%%b%$$`$###N#"""""""##H##$N$%B%&d''(R))*\++,L,-r-.p./(@BE:G|IKMOQ0RT"UbVWzXRYYZ2ZZ[F[[[[[\ \\\$\*\0\8\>\H\R\^\n\~\\\\\]]"]>]\]z]]]]^^^4^H^Z^h^r^z^|^x^p^`^J^,^]]]j]&\\\2[[v[ZZNYYY$XXfX WWTVVV*UU6TTSjRQPONML:JI4GEDB6@V><:9<76<43211@00@///~/^/H/013657P:&=zAFEhINR^VnZ]R`bhdLefgh(h|hhhhhnh2ggg~gDgfff\f$eeexe>edddBdcctc,bbb`b$aaaa~apalataaaabbb0b6b,baaaB``Z__D^^(]]4\\\j\`\z\]]^,^_`abcdfgZhjkmBoqs>ux<{ ~;mUכמ'km-լ777B66f55L43362l10/.-,,+&*F)n(''0&%%j$$x$##P"""\"!!!N! ~ l h l | !8!!"D"#2#$@$%j&&'6'(b()z)*p*+>++,,R,z,,,,,,,n,J, ++++R+***n*8*)))v)N)*) (((((((((((((((z(f(L(,('''B&&&%%$|##2"!! JNH "Rn66\P N6D. N!("#$<%t&(8)+l-2/13 5F7~9<>d@CEBGvIKMORPRSU(VDW>XXYvYZpZ[[Z[[[[[\\\&\2\>\L\Z\j\|\\\\\] ]*]J]l]]]]^^>^`^^^^^_ __,_8_@_@_<_0__^^^^D]]]\]\\<[[l[ZZ4YYrYXXtX(WWWXWVVlVUUTSS8RbQvPnOHNLKI`GECB@>4/P/r/0 012469<@DIPMR V Y\_zacdefgg^ggg~gJg fffFfee~e{ ~3aْG˛˞ei)Ӭ2N211f000 /|..@-,,+V*)((.'j&%%J$$## "".!!t!" F V"xljp&j  r !P!"H"#R#$^$%f%&Z&'4''(:(|(()) ).)4)2)&)(((((Z((''''Z'(&&&&l&D& &%%%%%%%%%%~%~%|%x%t%l%`%P%:%$$$$R$##N""l!!b :ZtD.<pN>j>|PD^0&X  !"d#T$X%t&')\*,z.201358":R<>AC@EpGIKMzO^^^<]]]v]L]0]$]*]@]d]]^^f^^_,_X_r_z_j_H_^^p^]]J\\\f\@\6\H\x\]:]^t_:`abcd*eLfzgij`kmzo>q2sVuxD{~/{Yђ?ÛŞae%Ӭ-R-,,,0++`**f))H(( 'h&&%l$$"#""`!!` &~4r8pF *\$x6 | !b!"H"#&##$L$$%0%j%%%%&& & &%%%%%p%F%$$$$d$6$ ####l#J#,#"""""""""""""""""~"d"F"!!!x!. :@6(&F.b.@pZ<DpN>Df  !^" "#$%&()T*,*-/d1$2468;=6?^ACEGIKMOHPR\STV WWXY@YZDZZ[B[|[[[\\4\L\d\|\\\\]]$]F]j]]]^^:^h^^^_"_P_~__``*`P`r`````````````t`<___P^^^]]$\\,[[@ZZjZ YYrY4YXXXXXXXXhX>XWWpVVfUTTRQPVNM8KtIGECA?j=n;976p53211000.///t/X/F/:/4/0/././././././././././././././././././././././././././././0/6/@/V//0J12B3669<@tDI"MQUX[^H`8abcddTd|ddhd*ccc2bbb2aaa4```6___.^^t^]]P\\\,[[[:ZZZZZZ[[J[[\V\]]p]]^^*^&^ ]]]b]\\\P\(\\\<\z\]R]^_h`JacJdbefgi,jlmoXqFshuxN{~ 1{Wϒ;Þ_c%Ѭ((((H'''L&&|&%% $$#t""\!!N Rr\H|N$|fVJDDLXn>~fx< ` !!h!""@"|"""##,#8#<#8#.## """""d">"!!!!v!P!,! v h ^ V P L L J J H F D > 6 *  t>n`$Fl:8r><l"j f(lZZj * !v"*"#$%h&\'b(z)*,@-/002|4B68:<>@$B6DFFLHHJ4L MOxQRxSUVW WXYHYZNZ[ [V[[[\ \D\d\\\\\]]<]`]]]^^4^d^^^_._b___`.`````aa>abaaaaaaaaaaaaaLa ``h`__$^^$]]\\[[ZZVZYYYhYPYDYFYPYbYvYYYYYYXYXX*WVUTSRNPO*MdKIGrEVC4A><;9(7t543h2j100l0///d/L/>/6/0/././././././././././././././././././././././././././././0/4/:644222.*$ X$h|&vlz2xH4d"p XFJ^ Z!!"\##$%n&L'6(,)4*L+v,./f02l4579\;@=.?$A CEGHJLN8OQRRTU.V>W2XXYjYZrZ[6[[[\0\\\\\\]]6]Z]]]]^*^Z^^^_(_^__``@`x``aaNaaab b4bXbzbbbbbbbbbbb`b$aaa(``D__:^^]\\l[[lZZZLZYYYYYYZ ZRZZZ[[&[ [ZZtZYnXWVUT8RQ OZMnKjIRG(DB@>j@nBPD4FGIKM2NPZQS"TbUVWzXLYYZ8Z[[x[\ \H\~\\]],]T]z]]]^"^P^^^__R__``:`v``a*afaabbDbxbbcc,cRcrccccccccccpcd.jBH~X<8 f!(!"#$P%"%&'()x*h+b,d-r./02*3|46R79f;<>f@&ACEGHI JLnN OQRnSTVWWXYhZ Z[[z[\&\l\\]]D]r]]]^"^N^|^^__H_~__`.`j``a$adaabbZbbcc\]]~]^&^\^t^n^B]]] \T[nZfY[j[f[@[ZZHYYPXXZWWjVV~VUUTT0SS@JACEPGHJXKMOPQS@TxUVWXvY:<986b432~100T///t/V/B/8/2/0/./././././././././././././././././././././././././././0/4/D/j/0P1J247:>]^_`azbzcdefghjk\ln>oqsv x{`~Pog㞩/su1׬jXD,jBpDhL0|rf^TNHFDDFJPX`lz:Zz @^z   rbTD6(nX@& rT6(Z(X`N  b!N">#2$*%&&$'"(") * + ,"-&.,/40@1R2j34578\9;^_n_`|`aDaaaata&``(_j^]\l[ YXVHThRbPDN KI;9 7254 2110~0 //~/Z/D/8/2/0/./././././././././././././././././././././././././././0/6/H/t/0|13(5N7;>B(EILNPRlSTUUhUUlU2TTxTSSR~QQzPP|POO NNMMLLKK&JJNIIIpIRINIjIJJK,KLMNOPRS"T UUVWPWXjXYJYZZZ[v\\]Z^^_`abcdefgijHkln`pqsv4x{p~`È% sŘힱ7yy5׬ ~bF(fH( vh\PF:0& "0@Rdz $>Vn   znbXND<4.($  jT>(H d6<~4 !"#$%&')*0+J,b-x./01245"6D7l89; @TAC*DFGIJL MNPTQRT2U\VrWvXdY>ZZ[X[\d\]6]]^^^^^__2_b___`,````aaBa~aab:bzbbcn< 976643T2:1X00"///^/F/8/2/0/./././././././././././././././././././././././././././0/8/P//01358l;x>BE:H0JMNPQQRR:4.& ~xrldZNB6( :nFP !"#%&4'j()+,N-./12>3f45679:H;t<=?@ZABDHEGHdIK.LMONPQS2TfUVWXYvZBZ[\<\]8]^^R^^__P___``J`|``aaLaaab4brbbc.cnccd.dldde&e`eeff>fpfffg"gHgjggggggggggggzg@fff.ee$dccbVa`__^V]]\v\[[x[b[l[[\D\]X]^_l`*`ab@bcVcddFd`dZd&cc`bb a2`:_$]\pZY:WlU~SbQ NLRIGDDB?=:865*321006///`/F/8/2/0/./././././././././././././././././././././././././././2/>/\/0"02:36&8;>ADxGI>K LrM|N4NNNNNxN"MMJLLLKKDJJFIIPHH\GGhFFvEEEDDPCCCCCCDDzEEFGHJKVLMODPQRSTUVW@WXYrtvXx{~zۈ;՘?}7լ4,"n\J8( (6DP^ht~~vphbZTLF@:60,(&"  .`,bxr^Z f!"#%&&p')*p+-".x/12f346$7Z89:<=<>h?@AC0DlEFH6IJLMfNOQ;9x7n542100D///`/F/8/2/0/././././././././././././././././././././././././././0/4/F/n/0T1<24J6l8;>@@C\EGNHIJK*KtKKnK2JJJII.HH.GG6FFFEEZDDnCCCBB:AA~A4@@@@AAhABCRDBETFGI&JKM^NPQRR~STUVjW-/202346H78:4;t<=?@BAnBCDFGFHvIJLMHN~OPRS@TbU|VWXYzZX[([\]8]^J^_$__``X```a$aRa~aabb4bdbbcc6cnccddVdde eFeeef.fdffgg6gfggghh:h^hhhhhhi iiiiihhhhVhgg4ffendccb>a^`~_^^]h\\Z\[[[[\D\]B]^_j`CCVBBvBAA(@@P???*>>>d>H>D>\>>?z@$@ACDJEG HJKLNlOQRRSxTUVWjXNY.ZZ[\]^_`abcdefghijl$mhnphr0t2vnx{~݈=Ϙ񞱡3uq-ͬ {HD@:60*$ ~~~|||||||~~,VX^!"8#$&N')N*,r. /1>24d57n8:R;=>`?@BCLDxEFGI J*KLLlMNOPRS(T>UPV\W^XXYFZ*[[\]:]^n^_j_`2``aaJa~aabb.bVbbbcc.c\cccd(d^ddee>eveef fXfffg*g\ggghh>hfhhhhii*iBiXili|iiiiiizi`i:ihhvhggf|eedFcnba`__ ^F]\\\$[[[\\h\]n^^_`a`b>ccdeLef^fgg>gTgPg4gff4edd c>b2a_^f\[ Y:W.URP4MJHEHB?=$:8b6Z43100N///\/B/6/0/././././././././././././././././././././././././././0/4/@/^/001246|8:<>@2ABCDJDDDDDD@CCCBBJAAh@@@$??R>>>==\=<=>?@B2CE FH"IKFLNJOQRRSTUVWXYZ[\]^_abcd"e&f$ghijk lDmnpxrx?ADBCEFRG~HIJKM NO0P>QLRXSbThUlVlWfXXYDZ([[\]L]^_(_`&``aHaabbFbtbbbcc4cXc~cccd$dPdddeeFezeeffNfffg gRgggh h8hbhhhhii:iXitiiiiiiiiiiiiiiihi&hhpggpff$eddcba``_>^t]]"\\B\[[\.\\]^<__`ab~c^d4defNfgHgghhhgggVffTeddca`_V]\ ZFXFVSQ@NKIF(CL@t=; 8643.100J///Z/B/6/0/././././././././././././././././././././././././././0/6/F/l/0&01346679;r<>V?t@ZAArAAAAALA@@J???&>>X===2<@>AC&DFTGIK8LNPOQ*R|STV WBX^YvZ[\]^`a0bFcVd`ebf^gVhJi>j:kDlbmnprBt:vlx{~lW˛Ş MM ˪٫ko    &Hn RjjpD.0 H!x"$%'(*f,"-/13f5<78:.;~86438100F///X/@/4/0/././././././././././././././././././././././././././2/:/P/z/0>0124L57:8:;T=>d>>>>>>J===R<<p?A^BDFLGIKRLN|OQlRT"UjVWYZN[~\]_ `2aVbtcdefghxihj^kblzmoprBt4vbx{t~Te_˒/{a+-oū]c((**,.000..*&" *Ff"dj\D!"T#%&(>)+-/f1P3@527$9:<>@jBCERFH@IJL*MZN|OPQRSTU|VdWHX(YYZ[|\B]]^l__`F`aNab.bbc2cvccdd>dbddddde e&eDedeeeeffDflfffggHgvgggh$hNhxhhhii2iRiriiiiijj(j;9$6438100>///V/@/4/0/./././././././././././././././././././././././././0/4/>/X//0J012356Z789:p;;;<<"<;;;;>:::Z: 99h988z8.777R7666l6J68686N6|67678|9X:Z;<>2?ANBDFjH&IKM0NPTQSBTVW^XY[F\]_ `Bapbcdefghij|kzlmo pr@BDF:GIlJLPMNPQ>RRSZTXULV6WWXYZl[2[\]l^^_p``a.ab,bccbcddFdddee0ePejeeeeeef f&fDfbffffgg6g\ggggh"hJhrhhhii*iLiliiiiijj(j>jRjdjvjjjjjjjjjjjjjjjbj.iii2hh0gffeFddcvba`_^^$]|\\\D\&\,\X\] ]^d_,``abcde~fHggh.hiiFiviiiitiFihh\ggZfeedba`2^\ZXVFSQN KH DA>;9<6432100://~/V/@/6/0/./././././././././././././././././././././././././0/6/D/^//0J012v3j4j5j6^7<7899j99999t9F9888N877z74666f6$555n5:5 4444455`56Z778:;F<>(?AjC"DFHlJ*KMO0PRVSUTVX4YZ\X]^`Ba|bcdefghijklmo pr.tv2x{*~5Q'%yŤѦ#ss1ɭC   xnbVJ>2&  "*4>LZl NR~,v !"$:%'4(*,f.L0D2L4`6|8:<>@BDFHJ@KMfNP6Q~RSTUVWXYZP[[\]D]^_B_`zaabbc cxcd4ddeeNeeeeff2fHf\fpfffffffgg,gJghgggghh0hThxhhhii$iDidiiiiij j$j:jNjbjvjjjjjjjjjjjjjjjjjjjjVjiiZhhZggfDepdcba`__^@]]\\R\0\4\^\] ]^b_(``abcdefXgghPhi0iiiiiiiiiXihhFgg fZe|dcvb,`_,]h[nY8VT>QNKHdE,A>;9@643,100:///V/@/6/2/0/././././././././././././././././././././././././2/8/F/b//0:01\2234t5256l6747n7777l7J7666z6B6555R5444n4:4 333333334*45 56789;B<>J?ACjE2FHJLLNOQZRTVWY"Z\]x^`,arbcdefghijklmoptrsv xbz}€7[Ӛӝ/aEcQ-|vpjhdbbbbdfhjlnppppnlhd`ZTLD:0&rbTF:.$  $*28>DJPVZ^`bdfhhhhhjjjjjjllnrtz~ *LtPL.J|` \!p"#%F&(V*+-/1358:6@BDFHJLzN&OQ4RSUV@WPXNY>Z Z[\]8]^_2_`h`abbc c~cdPdeeReeffDfpffffggg(g8gDgRg`gng~gggggghh6hRhphhhhii&iDibiiiiijjj6jJj`jrjjjjjjjjjjkk kkkkkkkkjjjjrj.iixihxgg*ffedcba`__^X]]\\^\8\8\`\]]^Z_ _`abcdef\gghbhiPiijj4j@j:j(jiiiThhhgfedcba8_][YW@TQNKHELB >;9@643*100@:642224688:::::840,& xdN8" zphb\XVVVXZ^djpx  .>PfBzN ~&n Z!^"z#$&f')+@-.035"7P9;>@@BxDFHJLNPhPhbhthhhhhiii6iRiliiiiijjj2jFj\jpjjjjjjjjjjkkkkk$k*k.k2k4k4k2k.k$kkjjjjBiiihgg@f~edcba``_4^j]](\\f\>\:\^\]]^N__`abcdefZgghlhidij j@jdjxj|jtj^j\:ZWTR(O"KHE^B>;9<643*100@///\/D/8/2/0/./././././././././././././././././././././././0/2/:/H/`//00^01>126233p3344&4*4$433333l3D32222x2P2*21111111112H23*345d6d78:(;=6>@B\D,FGIKMZO*PRTzV2WY[*\^@_abfcdefghijklmnp;96643.100J///`/H/:/4/0/./././././././././././././././././././././././0/2/8/F/Z/z//0*0|01411222p2222222222t2X26211111t1V1:1"1 0000011N112h234~5p679:n;=?<@BDFvHTJ6LMOQSUNWXZ\.]_J`bcfdefghijktlpmnpqs^uZwz |;=o{Ygy!êūCͭ9NXdp|r^H0~xvrrppnnljhfb^XRJ@6(vX6jL.~~.<HT^fntx|~:`8~*|J  !"#$&&'(*,(-/1357:0ACREGJ L,N:P2RSUWXY[\@]L^B_"_`aVabccddrde>eefJffg(gjgghh:hbhhhhhhiiii i&i,i0i4i:i@iFiNiVi`ilixiiiiiiijjj$j6jHjZjlj|jjjjjjjjjkkkkk&k,k2k8k>kBkFkJkLkPkRkRkRkPkLkDk:k(kjjjjPiii&hhgVfedccba`._P^]]<\\p\B\:\X\]]^2^_`abcdejfDgghhhirij,jljjjjjjjjj^j(iii6hh@gfedcb(`^\ZjWU@RTO6KHEPA>;9,6438110V///f/J/\\r\@\6\R\\]^&^_`abcdreZf6gghbhirij2jxjjjjjjjjjjzjFjiiXhhbgffdcb>`^\ZfWU$R.O KHzEA>;9"643B210b///l/N/>/6/2/0/././././././././././././././././././././././0/2/6/@/N/b/~///0&0T00000111100000000x0f0R0>0.000////00$0N001<12P334568<9;<>N@ACEGlIZKNMFO>Q4S(UVXZ\d^_a&bcef:gHhHi\\p\>\2\L\\]v^^_`abxcpdbeLf*fghZhipij6j~jjjk kkkjjjjj\jiiphhvggf,e cb<`^\Z@WTQNKH8DA>;9643N210p///p/R/@/6/2/0/./././././././././././././././././././././././0/4/000"00//////////////0*0p01<12h3&4467>89;n=>@hB4DEGIKMOQSUWY[x]8^`tacPdefghijklnoVprntJvbx{B~SGUߢ+7﫭E#####$$$ $&$$$$ #####P#"""p"8"!!!z!T!4!! ~ z t l b V H 6 n> ^ p8vP, 8Rl "6HVdntz~,XH X !B!"b##$%`&L'N(d)*,2-/.024Z6@88:D<^>@BE0GnIKN P(R4T,VWY[\]_*`LaTbBccdeef ffgFggh h\hhhi$iLiriiiijjj(j6jBjLjTjZj^jbjdjfjfjhjhjhjhjjjjjljnjrjvj|jjjjjjjjjjjjjjjkkkkk$k,k2k8k>kBkHkLkPkRkVkXkZk\k^k`kbkbkbkbkbk`k\kXkRkJk>k,kjjjjnj&iilhhpgg*fledcbaa `$_J^]]8\\j\8\,\F\\]n^^_`avblcddVe@ffghThilij6jjjkkk$k(k"kkjjjjnj,ii~i h~ggf0ecb$`h^z\TYWZTQNjK*GDAf>d;9643Z21.0~0//v/V/B/8/2/0/./././././././././././././././././././././././0/4/8/@/L/X/j/|////////////////////////x/r/n/l/l/r/~///00n01N123T48566P78:>;=X?@BDvFbH\J\LdNpP|RTVXZd\8]_a,bce@flghijklmoppr sux.z}fOa3Ö㜱G3u'0'D'X'n'''''''''^'4'&&&@%%%b%$$$T$####t#X#@#*##"""""""""""""""""j"N","!!!p!4 n (Xf2~j\RNPV`n @`.<HPVZ^^^^^^^^`bflv & X !!j!","##$>$%&d'>(*),*B+l,./t024F6 79;=?B$DPFHJM O*Q>SBU4WXZ~\]^`a8b>c*cdefeffg\ghhPhhii0i\iiiijj j8jLj`jpj~jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkk kkkk&k,k2k8k,;l8643`2(1800//z/X/D/8/2/0/./././././././././././././././././././././././0/2/6/:/B/J/T/`/n/z//////////////|/t/n/h/`/Z/T/P/L/H/F/H/L/V/h///0"0z01j2234n5r679:< =?TABDFHJLNQS"U.W2Y*[\^`Fac@defhi j&k.l@mdnpqshufwz|ωe#+9!ͨ9mm;߬a+J+`+v+++++++++~+P+***4))|)((^(''b'&&&j&>&%%%%%%%t%j%`%Z%V%R%N%L%J%F%@%8%,%%$$$$j$2###l# """4!!!J! | @ nVD824:DTh D h ! !$!$%.%&N&'(t)L*6+4,F-n./1b24r679;=r?pA|CEGIL N$P4R:T2VWY[H\^B_`abcdelffg(gghThhi iTiiiijj.jHj^jtjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkk kkkk"k&k,k2k6kShPfMFJFC@=;.8643Z2(1:00 //|/Z/D/8/2/0/./././././././././././././././././././././././0/0/2/6/:/>/F/L/R/X/^/d/h/l/n/l/j/h/f/b/^/X/R/P/J/F/B/>/:/6/4/0/0/0/4/E*G&I.K@MXOtQSUWY[]~_:`bdce"f^ghijkmn@oq.rtw yp|~ށ݅?ߒ'WiMucݩ)3000,0D0X0h0r0t0l0X060///(..\--t,,, ++0**p*)))T)"(((((r(\(J(<(2(*($("( ( ( ( (((('''''L'&&&8%%%4$$$(###0"""d",!!!!!~!p!h!h!n!z!!!!!" "F"n"""# #.#P#p####################$ $$0$J$l$$$%4%z%&&&&'x(()<)*+,n-h.t/023n46f89;j=:?ABDGI KM$O*Q(SUVXZP[]j^`"aXbrctd\e,efg ghhthiiRiiij j,jJjdjzjjjjjjjjjjkkkkkkkkkkkjjjjjjjjjjjjjjjkkkk kkkkk k&k*k0k4k8k>kBkFkJkNkRkTkXkZk\k^k`kbkdkdkfkfkdkbk`k\kXkPkHkk0kkjjjvj.iibhh4gpfexd0b`_ \ZXUbROLrITF:C,@:=n:86z43F21600 //|/X/D/8/2/0/././././././././././././././././././././././././0/0/2/4/6/://>/:/8/4/2/0/,/*/(/&/$/"/"/$/*/4/D/^///0D01 12R33456869:<>"?ACEvGxIKMOR T*VDXPZN\8^ _afbdTefh i,jFkdlmo.prjtRvpx{X~+eMQ٢#-ϩǫ{ 5P5f5~55555555V544h33~22j11@00//..--T-,,t,:,++++x+`+N+@+8+2+0+2+4+:+<+>+>+8+.++***~*@)))V(((:''r'&&T%%%\%$$$n$D$$$ ####$$$,$J$j$$$%%2%\%%%%&&<&V&l&~&&&&&&&&&&&&&&&&&&&'','X''( (X()))*++,d-"-./0134D568r9;=B>@BD|FfHTJHLkDkHkLkPkRkVkXk\k^k`k`kbkbkbk`k^kZkVkNkDk:k*kkjjjjvjBjiidihhgff\\\8\~\]p^^_`a|bpcfdVe@ffghRhilij:jjjkk2kDkPkTkVkTkLkBk2kkjjjhjii4hggfdca`.^*[YWTDQdNlKjHbE`Bj?<:f8*6643$21$0|0//x/V/B/8/2/0/./././././././././././././././././././././././././././0/0/2/2/4/4/4/6/6/4/4/2/4/2/0/./,/*/*/(/&/&/$/"/ / //// /&/4/F/b//00Z01<12t324 467"8`9;&<>P@ ACEGIKNPJRvTVXZ\^`Jacldf(gfhijlmXnp6qsuxz}ZCUύ!qՙӜ7!}K;4;J;b;v;;;;;f;8:::@99<877P65504~330221100X0//~/F/......|.v.v.z.........x.X..---p-,,b+++$**L))|)((h('''^'0' &&&&&&&''$'F'l'''((F(r((()).)H)`)r)~))))))))))))))))))****Z**++r+,:,-2-.Z//01Z2B3<4F5d679*:<=?$@B|D8FGIKzMTO.QRTVVXY[8\^_r`abcdefLfghhzhi4iiij&jPjrjjjjjjjkkkk k$k*k,k0k0k2k2k0k0k.k,k(k$k"kkkkkk kkkjjjjjjjjjjjjjjkkkk kkkk k$k*k0k4k:k@kDkHkLkPkTkVkZkZk\k\k\kZkVkRkJk@k4k&kjjjjjpj>jiipihh:gg(fee"d\cba``$_V^]]N\\p\.\\\:\\]~^&^_`abcvdfeNf*fghZhirij>jjjkk6kHkTkZk\kZkVkNkBk0kjjjjJiizhhBgvfepd(ba_(] ZXHURPM&J6G@DVAz><69754B2110h///r/R/@/6/2/0/./././././././././././././././././././././././././././,/,/,/,/,/,/,/,/,/,/*/*/(/&/&/&/&/$/$/$/"/"/ / ////// /(/6/L/j//00l01V123P4&567@8~9;D<>r@0BCEGJL@NrPRU W0YF[J]:_`bhceVfgi$jXkln4oqXs,u4wty|vCۖ 񞗡/è/_WAAAAAAAAAAbA@@$?>>*=b<;::9,8`766@5544033t3&222r2F2$2 1111112 22*262>2@282(2 111t1(00v0//2..H--b,,,$++p+"***j*@* *)))*****H*j***++B+p+++,,<,\,v,,,,,,,,,,,,,,,,,,,,--4-`--..d./"/001*12z38445678:(;j<>?ABD4EGI4JLNbPQSU8VXrY[z\^>_`abcde~f8fgrghjhi,iziij*jVjzjjjjjjk kkk$k*k.k2k4k6k6k6k6k4k2k0k,k(k$k kkkk kkjjjjjjjjjjjjjjjjjjjjjjjjjkk kkkk$k*k2k6kgghhhi|ijDjjjkk8kJkVk\k`k`k\kVkLk@JB$DFH0JVLNQS@UxWY[]_aNbdreg6h~iklPmo,prtvy6{~ӈg AWCui%HHHHHHHH|H@GGFF`EDCC BA@? >="<<;f:99H88.77L666T655555z5v5z55555566 665555b544d3332211(00@//n/..l.*----~-l-b-b-j-z----..H.v.../(/R/x/////0000000 00////000000J0j00016112023 3445V6678v9b:`;n<=>@>ABDpEGrIJL,MOfQRT2UWHXZ:[\^<_t`abcdte>efg0gh.hhiLiij j:jdjjjjjjkkkk k&k*k.k0k2k2k0k0k.k*k(k$k kkkk kjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkkkk&k,k4k:k>kBkDkFkDkBk/X/|//02001z223t4H566>7^89;b<>@^B>D4FBHdJLOQdSUXZB\P^D`aczefpgijnkm&np@rsv(x{ }CCa;GӫOOOOOOOOO0NN>MLLKJHGFElD@CB@@?>L=<9&999909H9d99999::9999z9488877(66*55(44233R222>111~1R1211 1111,1F1f1112202\222233:3R3f3v3333333~3x3r3n3l3l3n3v333334 4<4t455Z56&6778D89:^;,< <=>@ A0BbCDFBGIJxKMdNP\QSRTV8WYZ\[\^_@`Va\bRc8d def,fgLgh8hhiBiiij,jVjzjjjjjjkkkkkk k"k"k"k kkkkk kkjjjjjjjjjjjjjjjjjzjtjpjljjjjjjjjjljnjrjvj|jjjjjjjjjjjjjkkkk k(k,k0k2k0k.k&kk jjjjjxjJjiiiLhhh:ggVffFee d^cbb(ab`__ ^p]]B\\n\,\\\"\^\]8]^_J`$a abcdefxg/4/0/././././././././././././././././././././././././././,/,/,/*/*/*/*/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/&/&/$/"//////$/0/B/^///0<011223z4N5:6>7^89;d<>@pBVDXFpHJM&OzQT"VlXZ\^`brdeghtik0lnoqzsjuwzr}6'CӍ/ϖ՟oͣWͪkW`WhWlWhWXW8WVVRUU&TbS|RzQ\P(NML6JIH6FEDCBAA@^??,>><===B= <<<<<<<= =J=v===>>> ====f=<555l5:544444455"5B5d55566*6P6t666667777777 76666666777(7F7h7788D889L9:.:;>;<|=.=>?@pAbB`ClDEFH INJKM:NOQHRSUPVWY0Zj[\]^_`abc~d>def,fg6ghhrhii\iijj.jTjvjjjjjjjjkkkkkkkkjjjjjjjjjjjjjjj|jpjfj\jRjHj>j6j.j(j"jjjjjjjj"j(j.j6j@jJjTj`jnjzjjjjjjjjjkkkkkkkkjjjjjjhj:jiii6hhh$ggBffiiNhgfedcVa`^>\@BvDFHK2MORNTWYD[t]_a\cdfFgi.jlmo2prtwLy||ω!ݓ-csSgwY____^^^l^]\\[2Z&XWVLTSTQPDNMHKJIJH"GFE8DlCCBBAA2@@@x@\@N@P@^@|@@AA>AxAABBB"BBAAAXA@@(??,>> ==<<;;&::^:99z9D9888888889 9*9J9l9999::4:P:f:z:::::::::::~:x:t:t:v:|:::::;;N;;<8>?X?@A\B BCDEFGHIJLMJN~OPR(S`TUVX&YLZj[\]^_|`baj^jzjjjjjjjjjjjjjjjjjjjjjjjjtjfjZjLj>j0j"jjiiiiiiiiiiiiiiiiiiiiij jj,j>jNj`jrjjjjjjjjjjjjjjjjjjVj&iiijihhjhgg$ff$eedfccbjaa`R_^^V]]>\\t\2\ \\\H\]]^6^_`a~bjcXdBe&efgh.hiJijjpjjkk,kBkRk\kbkfkfkfk`kZkNkhgfedca_][YWU&RP,MKHFCA.><:865V32100X///j/L/@BDFI>KNPvRUPWY\*^@`:bcevghjkmnptr^txvyF{~3Iݘ㞙E9WKfffffnf,eePdcca`_^]\RZXWBUSR8PO,MLKRJ>IBH^GFF6EE*DDhD$CCCCCDD0DjDDE4ExEEFF&F.F"FEEE>DDpCCzBBlAAZ@@R??b>>>2===X=$<<<<<<<<<<=="=>=\=z=====>>>>> >>>>>=======>>>(>D>h>>??F??@J@A&AB(BCTCDE`F$FGHIJKLMNOPQRTU(V:WJXVY\Z\[V\H]4^^_`aPbbc\cdeefffg\ghhbhhi0ihiiijj6jRjhj|jjjjjjjjjjjjjjjxjlj`jRjBj4j$jjiiiiiiiiixiji`iViLiFiBi>i>i>i@iDiJiRi\ihiviiiiiiij j"j8jNjbjxjjjjjjjjjjjjfj>jiiiPihhLggxgffexddPccbjaa`j__^]]l\\\N\\\ \*\j\]<]^v_4``abcde`f2fghRhidij0j~jjkk0kDkTk\kbkfkfkfk`kXkLk8kjjj~j"ii hpgfe~d2ba_R]f[ZY0VTR8OM@JHJECvA0><:87>54<311"0|0//t/R/>/4/0/././././././././././././././././././././././././././././././././,/././,/,/,/./././././././././././,/,/*/(/&/"/ //// /(/6/L/h///0F011223d42567B89;n=>@BEGVIL$NQSVXrZ\_ abdfDgihjln4oqtvLx{~~dwe͒)oEǣ5qqAnrn`nDnmm~mlnkjihxgecb"`L^j\ZXVU>SRPObN2ML$KBJvII"HH$GGxGBG GGG4G\GGH&HxHIIjIIJ JJ JIIIfI HH2GG4FF$EEDDCC"BBVAAAhA,@@@@@@@@@@@@@@AAA0ADAVAdApAzAAAAA|AvAnAfA^AXARANALANAVA`ApAAAAB"B\BBCg`fZe(cbF`^\ZXrV*SQvOLJ*GEhC@><:97V54b3(21B00//z/T/@/4/0/./././././././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/././,/*/*/(/$/"///// /(/8/J/h///0B001t223T4"5 67<89;=:?AC:E|GJJLOXQTnVYR[]_ace~g*hjhl moq~suxd{} Ek͕A=դۦ]e9uuuuVutssDrbqTpnm"kjigecat_b]^[jYWV$TS4QPONMMLhKKPJJJ\J:J.J6JTJJKKnKL0LLM@MMMMMMMMdMLLFKKPJJDII4HH,GG8FF`FEE\EDDDDbDJD8D.D(D(D,D4D@DLDZDjDzDDDDDDDDDDDDDDDDDDDDDDDDDDE$ETEEFFbFGGGHjHIpJJK6KLM>MNOPPQ QRST|UTV*WWXYjZ.Z[\d]]^l__`H`anabccddzde\ef.ffgHggh4hxhhi$iRi|iiiiij jjjjjjj jiiiiiiiizifiNi8i i hhhhhhhth`hPh@h4h(h hhhhhhh$h0hRPxNKIRFDBz@\>Xuxz}M#٘ ՠe Q]5||||8{{@zyxw|vtrpnljhDfca_][YX>VU\TRQPP(OlNN@MMxM:MMMM8MpMNNxNOVOP2PPQ.QbQQQ|Q\Q&PPP$OO:NN4MM$LLKK JJ>IIzI&HHHXH&GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGHH&HRHHIIPIIJ\JK2KL$LM0MNTNOP8PQRHRSTrU.UVWXXXYnZZ[`[\].]^P^_d_`n`alabbbcPcd4de evefh^hhhhii8iZi|iiiiiiiiiiifi,hhhFggzgff eddfcckNkZk`kfkfkfkbk\kRkBk(kjjj@iiDhgfedTba(_P]R[0XVT8QO^LJHDECA?=;:8z654<321F00//|/V/@/4/0/./././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/././,/,/*/&/$/"/ ////"/*/8/J/f///02001\123:4567T8:@;=?BDTFIJKNQ2SVnX[\]_acegiLklnpruFwz}p]靹MwIW3S !{~}({ywusqXnlj&getc:a_]@[YXxW$UTSRR*Q|PPpPOOOOOPPfPQi@i>i:i2i(ii hhhhhhhfhHh,hggggg|g`gDg*gfffffffffffffffffgg.gNgnggghh2h\hhhhi i>iXijivizitidiHi"hhhlhggPffbeeVdd6cc braaD``__ ^^]]8\\\X\.\\\(\R\\]\]^z_(_`ab\c8ddef~g6ghxiixij8jjjkk.kDkRk\kbkfkfkfkbkZkNk<;9z765.3211.00//x/R/>/4/0/./././././././././././././././././././././././././././././././././././././0/0/0/0/0/0/0/0/0/0/0/0/0/0/./,/,/,/(/&/$/"/////"/*/8/H/b///0(0z01P12z3845647~8:P@nBEGJ>LORRTWZ\^`cdfhjlvnjpzru wzZ}HcmK՚۝CsGW3c+=͂G~|zNwutrpZmkJhfdJb2`@^p\[@YXWjV^UpTSSFRRdR QQRR,RpRS8ST8TUPUVZVW0WWWWWWWWVWVV4UU@TT:SS.RR(QQ4PPTOOO:NNNdN*MMMMMrM^MPMDM]^H^_`Za&abcd|eLffgh hi0ijjTjjjkk6kHkTk^kdkfkfkfk`kXkLk8kjjjpjihh.gBf(dcja_][YnWTROxLJHECA~?=;:B87N5432110p///p/N/A*CF HKVNPSV:X[T]_b&d8f4h&jl np.rptwtz<}2SiߑKךߝGuIY51ݎmݍ'G7}фۀ~0{yvXspnVkiZg db`_@]\8ZYXWVUUZTTlT$SSTT6TTUVUVlWWX2XY@YZZXZZZZZrZ8YYY.XXDWWBVV6UU.TT0SSDRRpRQQhQPPPjP>POOOOOOOOOOOOOOOO~O~O|OzOvOrOnOlOhOfOfOfOjOpOzOOOOOPPBPrPPQ&QlQRRVRSSbST$TTU\UV4VWWWX`XY6YZZbZ[[v[\ \t\]]j]^^b^__h_`"``aNab bbcdcd:deedeffbffg*g^gggghhhhhhhgggggggfgFg$gffffrfNf,feeeeelePe8e"eedddddddde ee4eNeleeeff4fdffgg6gjgggh h@hZhhhphjhZh^^H]]t]\\\V\2\\\*\L\\]*]^"^_b``abvcJddefpg$gh`hi`ij"jnjjkk&kFDBT@F>\<:9Z765Z4<382P100R///h/H/8/2/./././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/(/$/"/ ////"/(/4/F/\/z//00j01H123\4P5j68"9;=?BDG ILOXR TWZ \^a>cjegikmor8twVz*}(Qw]àUO]77Ï-w }~| yd@CEHVKMPSV>X[x]`Lbdfik$mToqtwdccccctcZcDc0c ccccccccc*c>cVcrcccdd@dtdde$ebeeffTffffgggg ffff8eexeddcrbbHaa`__h^^l]]]8\\\p\F\,\\ \2\V\\]"]^^_"_`va2abcdLeefg0gh`hiZijjdjjjkk6kHkTk^kdkfkhkfkdk^kTkDk,kjjj543&2T100v0 //|/V/@/4/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/*/(/&/"/ / ///"/&/0/@/V/r//00p01h22346*79F;=$?\ADDFILzOPR$TWZN\_Nacf2hjjloHqt^w"z}*eÇ5315٤ߦ!ck?s˒ˎyCo}~z|wtqoLljhdfjdba^_^]x\f[rZYYPXXX\XRXjXXYfYZ[,[\]@]^___`N``````X`__^^^|^]~\\n[[\ZZLYYLXX^WWW*VVV__`^`a,aabdbc*ccd.dxdde.eZeeeeeeeeeeeeteVe4eddddpdFdccccrcJc$bbbbb~bdbNb:b*bbb b b bbb$b4bHb`b|bbbccPcccd>ddeeBeeeff6fNfZfXfJf,eeetedd>cc6bba``V__>^^D]]r]\\\^\:\$\\$\:\^\\],]^^__`\aabcNddefDfgh$hi$iij@jjjkk*k>kNkXk`kdkhkhkfkdk\kRk@k(kjjj.iih\grfVeca_][VXV6S|PMK"HlECV@><;9f765p4`3r211B00B///n/N//T/r//0 0012D3 4$5V68F:;>"@tBEHFKMPSVbY[^D`cergjlvnqzt,wz},uۇWێ_ӕ+__)3osC7㚏;9%~{xus&pnkigedba_^]z\[ZZPYYYTYHY`YYZ`Z[\.\]^N^_`6`a(aaaaaaaara$``^__p^^h]]T\\@[[0ZZ2YYJXX~X$WWWJWVVVVVrVfV^V\V\V^VdVlVvVVVVVVVVVVVVVVVVVVVVVVWW"W:WTWpWWWWX$XNXxXXXY&YTYYYZZav_t]>ZXFUROMJBGDB\@=;:8|7543221x00t0///`/F/8/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/$/"//// /$/./>/T/t//0201 123|457\9 :\N\`\v\\\\]*]`]]^*^z^_(__`B`aa\ab b\bbc&c\ccccccdccccccczcXc2c bbbb\b0baaaa`a8a``````j`Z`J`@`6`2`0`0`4`<`F`T`f`~```aa6ahaabb^bbc.crccd(dXd~ddddddVdcctcbbaa`__n^^l]]].\\\b\:\ \\\*\J\v\\]P]^"^_&_`V`abZccd~e2efg*ghJhi:iijFjjjk k(kk"jjjzjihh(g0fdca0_"\ZhWUR.OFL^I~FDA?"<:9:76J543 2V11008///v/T/@/4/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/$/"/ ////$/./>/X/|//0N01V2 235$689;>@lBEHTK&NPSVYN[^a2cfBhk^npsvy}+3?5WIˣ?/ekIooQ!逳}zxwtr omBk i&gTedbaV`_^] \^[[>ZZZZZ[8[\2\]x^,^_`L`abbbc2cdccctcNcbbzbaa0``.__^^]|\\t[[[ZZHYYY^Y$XXXXXXXXXXXXXXXYY*Y>YRYbYrY~YYYYYYYYYYYYYYYYYYYYYZZ&Z>ZVZpZZZZZ[[.[L[h[[[[[[\ \\"\,\2\6\8\:\:\:\8\8\:\>\D\L\X\j\\\\]]R]]^ ^p^__t_`&`~`a$araab6bjbbbbcc c cbbbbbbbbb^^B]]h] \\|\J\&\\ \\,\P\\]]h]^<^_>_`faabXccdjeefhggh$hii~ij(jljjjkk2kDkRk\kbkfkhkjkjkhkbkZkNkb<4:<8~654r3r211B00X0///d/J/:/2/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/$/"/ /// /&/0/B/^//00v012f3X4x57F8:ADFFILO|RZU4XZ]v` be`hjmxpTsNvjy}Ka+cUkKeE՛mߔ-뇫g'}zwurzpmkigf*dc0a`_^]\\6[[V[[[[J[\\]$]^~_2_`akLkVk^kdkhkjkjkjkhkbkZkNk:kjjjpjihhged\b`^\NYWT.QK@HLErB@&=;976Z5322"1x00v0///p/T/@/4/./,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/$/"/ /// /&/4/J/j//0601>12356~89;>@xBEH^K0N PSVYr\8^adhg(ilorvyl|m c١Ss}M٤ᣳI#Gk~8{ x,u`rpLnkih4fecbFa_^^]<\\ [[l[T[^[[\@\]T]^_R``aLabfbc6ccccccczc6bbbaa.``,__"^^]]"\\@[[~[,ZZZpZHZ(ZZZZZZ"Z8ZRZpZZZZ[ [B[d[[[[[[[\\ \ \ \\[[[[[[[[[[[[[\ \\"\0\>\N\\\l\|\\\\\\\]]]]"]&](](]$]]]\\\\\\\~\j\Z\L\D\@\@\H\V\l\\\] ]D]]^ ^P^^_*_p__`,``````a aa a"aaa``````\`8`____r_L_(_^^^^^j^P^:^&^^]]]]]]]]]]]^^^&^>^Z^|^^^_0_h__`"`b``aaVaaaaaaaaapa,```__:^^T]]z]\\z\>\[[[[\ \R\\]6]^^|^_``a; 97\543t211 008///~/\/F/8/0/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/"/ / //"/*/:/T/|/00h012\3P4r57H8:=?FADHFILOtRVU4XZ]`cXf2ilo,r\uy|KqGEy1O}MQË{'Ӂ~V{>xLurpznhxfePcba^`@_:^P]\\N[[[[[[\X\]^]^_H_`a.ab^l^^__H___`4`j``````````J`__J^^|^]]H\\\R\[[[[[\\H\\]@]^^__`4`ababc:cdzeefHfgdghbhi8iij0jpjjjkk.k@kNkXk`kdkhkjkjkjkjkfkbkZkLk8kjjjhjivhgfed.bx`^V[YPVSPMJ~G~DA?<<:865r4*32,1p00`0///d/J/:/0/,/*/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/,/*/(/&/"/ / / /$/0/D/d//0.018123568 9;>@tBEHLKMPSVY|\^_Db.e"h(k@nrqu.x|^߇s'-ii%ǥIQ1]Sǟw/=!勓9ၕ~b{Lx\uspn`lRjnhged$ba`~_x^]] \~\[[[[\\Z\]N]^z__`V`apabRbbcc6c>c2cbbbZbaa2``H__T^^d]]]\\\\ [[[Z[4[[[[[[$[B[d[[[\\L\\\]]L]x]]]^^ ^2^@^J^P^R^R^L^F^<^2^(^^^ ^]]]]]]]]^^^^^ ^*^4^>^J^V^b^n^z^^^^^^^^^~^l^X^@^"^]]]]h]>]\\\\\d\P\B\:\:\B\P\h\\\\],]^]]]^0^`^^^___4_F_R_X_Z_V_N_B_2__^^^^^t^T^2^]]]]]]l]V]@].]]]\\\\\\\\\\\\\\\]]]"]:]T]t]]]^^L^^^_"_V____```____p_*^^^&]]h] \\h\&[[[[[[[\2\~\]>]^*^_6_`X`ab$bc^cde.efTfgdghZhi.iij$jbjjjk k&k:kJkTk^kbkfkhkjkjkjkjkfkbkZkLk8kjjjfiirhgfedbd`l^8[Y(VZShP`MLJ8G4DHA><~:J8V65 32110000///p/P/>/2/*/(/(/*/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/"/ //"/*/8/R/z//0f012^3T4v57L9:{Ѓe'˖ACŧ]ǪQӦåw ']a;A灙~f{Txhuspn~lvjhg>edXc a`_^]]4\\0[[[[[\F\]&]^>^_h_`aatab&bdbbbbbbZbaa~a ``L__j^^^]]J\\\L\[[[[j[\[Z[b[t[[[\\<\t\\](]f]]^^L^~^^^__6_J_Z_d_l_n_l_h_`_V_L_>_2_&____^^^^^^^^___ ___&_0_:_F_P_Z_b_j_p_r_r_n_h_\_L_8__^^^^b^0]]]]`],\\\\\h\R\B\<\<\B\P\d\~\\\]]:]f]]]^^$^B^Z^n^~^^^^^^|^n^\^H^2^]]]]]]v]\]B],]]\\\\\\\\\\\\\\\\\\\\\\\\\\\\]].]R]x]]]^,^\^^^^__(_._(_^^^^\^]]r]\\z\2[[[[[z[[[\\`\],]^&^_D_`taabLbcddeJefhfgngh\hi(iijjZjjjkk k4kDkPkZk`kfkhkjklklkjkjkfkbkXkLk8kjjjdiinhgfedbR`V^[YV0S><::86Z432100t0///\/B/2/*/(/&/&/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/"/ / /&/0/D/d//0001:1235689;>@PBEXHJMPSvVnYn\x_beiHlpBsw{vk_IɖI[ѣ٧oѪS'ä3]EQ}S M~r{`xvus,pnljigjedc:b`_^^]V\\F[[[[[\&\\]j]^x__``|`a>aaabbaaaaxa2```&__Z^^^ ]]^]\\p\4\[[[[[[[[\\B\x\\]6]z]^^L^^__L___` `,`H`^`p`z````~`v`l```R`D`6`*``` `_________``` ```(`2`<`F`N`T`X`Z`X`T`J`>`,`_____T_ ^^^n^0]]]v]<]\\\\j\T\F\>\>\B\N\`\v\\\\] ],]J]h]]]]]]]]]]]]]]]]|]f]P]:]"] \\\\\\\\\~\x\r\n\j\j\h\j\j\l\n\n\n\n\l\j\f\d\b\b\b\f\l\v\\\\\\]]8]\]]]]^^2^H^V^\^V^F^*^]]]X]\\~\6[[[[b[L[F[R[n[[\2\]]^^_@_`a$ablc cdDdelefggghdhi*iijjTjjjkkk0k@kNkXk^kdkfkjkjklklklkjkfkbkXkLk8kjjjbiijhgfedb@`@^[XV SPLIFCA>l<976&43l2`100R///p/L/8/,/&/$/$/&/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/$/"/ /"/*/:/R/z/00h012`3T4t57>8:]6]*]]\\\\\\\\\\t\j\b\\\X\T\T\T\T\V\Z\^\b\f\j\l\n\n\l\j\f\`\Z\T\P\L\H\H\J\N\T\^\l\|\\\\\]]0]L]f]|]]]]]]h]D]\\\l\,[[[x[L[([[ [[2[`[[\Z\]T]^_$_`za&ab|c$cdddeffgghhthi2iijjRjjjjkk,k>kJkTk\kbkfkhkjklklklklkjkfkbkXkLk8kjjj`iifhgfetcb,`*][pXUROLIFC@><;97543F2>1f008///b/B/0/&/"/"/$/&/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/*/&/$/ /"/&/2/F/d//0201<1235 6l79;=?BdDGJVM0PSV4Y\\_cbfjndrLvLzb~ϊՒ9sש㪷Y{1àGӕ˒Q5~{xv s~q$nlkifgfRdcbda@`0_8^Z]\\h\[[[[[\ \`\]*]^ ^v^_>__``F`f`v`z`n`T`.___~_2^^^:]]]H]\\\T\,\[[[\ \&\J\x\\]2]~]^"^x^_&_~_`&`v`a aNaaabbBb`bxbbbbbbbbb~bpb`bPbBb2b&bbbaaaaaaaaaaabbbb b*b2b:b@bDbDbBb\<\<\>\D\L\X\f\v\\\\\\\\\\\\\\n\>\ [[[f[6[ ZZZZZ[[V[\\] ]^B^_`Vaabzc*cdxeef8fg:gh hhi>iijjRjjjjkk*k:kHkRkZk`kdkhkjkjklklklklkjkfkbkXkLk8kjjj^ii`hgfefcb`][PXUROLItFhCv@>;9~754b3(2"1N00&///X/:/*/"/"/"/$/&/(/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/./,/,/*/(/&/"/ /$/,/:/T/|/00h012X3H4`578:<~>@CdEHKzNdQhTW[^taeinmVq\u|y}1myu#ߩ못[ɧaϢݞ ߏ9م}1{y vNsqho:m6k\ih fe(cbav`b_f^]] \|\ [[[r[x[[\\d\]"]]^@^^_ _V_~______h_<_^^^B]]]j]&\\\~\T\4\\\\\4\T\\\]8]]^.^^_H_``d`aalabbLbbbc cDcbczcccccccccctcdcVcFc6c(cccbbbbbbbbbbbccccc$c,c4c:c>c>c\6\0\.\,\.\2\8\>\H\P\V\\\^\\\T\H\4\[[[[|[L[ZZZZZZZZ[[R[\(\]D]^_V``abZccdxeefLfgRgh6hhiLiij jXjjjjkk(k8kFkRkZk`kdkhkjkjklklklklklkjkfkbkXkLk6kjjjZiiZhgfeTca_][,XxUROLbIFF:CJ@=;9Z7j54F32 1:00//~/R/8/*/"/ /"/$/(/*/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/$/"/"/&/2/F/f//0001412346>79n;L=T?AD`GILORV Yj\`dLh2l8p\tx}J9WEmm%謹]Ө妕5ǜ1cc;;႕d|TyjvtqomkihTfeldba`_^]],\\[[~[\[V[f[[\\V\\]R]]^.^f^^^^^^^^^^T^ ]]]r]6\\\\p\N\6\(\$\*\<\X\\\]0]~]^*^^_R_` ``aNab bbbccFcccdd>d\dtddddddddd|dpd`dRdBd2d$dd dccccccccccccddddd"d*d0d4d4d0d*dd ccccc^c(bbb\b aa^a``D___,^^^2]]]f]0\\\\\z\f\X\N\F\B\@\@\B\D\H\L\P\R\V\X\Z\\\\\\\\\Z\Z\X\X\X\Z\Z\^\b\h\p\x\\\\\\\\]]] ],]8]D]J]P]P]N]H]>]2]"]\\\\\\\x\d\R\B\2\&\\\ \\[[[[[[[[[[t[N[(ZZZZZhZRZFZHZXZxZZ[L[\>\]z^,^_`~aLbbcd^eefNfgbghJhi i^iij(j^jjjjkk(k8kFkPkXk^kdkfkhkjklklklklklklkjkfkbkXkJk6kjjjTiiPhgfe>ca_][XLUjRhOPL0IF C@T=;Z947J54,211,00//x/N/4/(/"/"/"/&/(/*/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/./,/,/*/(/&/"/"/$/,/:/T/z//0b012B3(465p68f:$<>$@fBE`HJMQT\W[X_bfkoPsx|}ӎəI}]!񪿫]'ϥG{mɖѓoe|yw$tr,omljFhg&edfc$a`_^^]R\\,[[z[J[6[:[R[z[[\6\~\] ]J]]]]^^^"^^ ]]]]]Z],\\\\~\^\F\6\0\2\@\X\|\\]"]l]^^z^_H_`"``ajab:bbcRccd6dvddee,eJe`ereeeeeeevele^ePeBe2e$eeddddddddddddddddeeeeee e eee dddddzdLdcccHbbbDaaa ``X___:^^^@]]]z]F]\\\\\~\n\b\X\R\N\J\J\J\L\N\P\R\V\X\\\^\b\d\h\l\r\x\~\\\\\\\\\]](]>]T]j]]]]]]]]]]]]]]]]|]b]F](] \\\\\v\Z\B\*\\[[[[[[[[t[\[B["[ZZZZlZJZ*ZZZZZ(ZRZZ[H[\R\]^f_2``abcZd"def:fg`ghRhiiliij4jhjjjjkk(k8kFkPkXk^kbkfkhkjklklklklklklklkjkfkbkXkJk4kjjjNiiFhgf|e"ca_]ZZXU4R0OKHEB@$=;097*5421100//r/L/4/(/"/"/$/&/(/*/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/"/"/"/&/2/D/d//0(01"123457j9 :<>ALCFrIDL@ObRV&Y]aein]"]\\\\\d\N\>\8\8\B\X\v\\]]X]^^`^_2_```anabPbc$ccdfPf\fdfffffdf^fTfJf>f0f"ffeeeeeeeeeeeeeeeeeeeeeeeffeeeeeeee`e0dddzd0ccc,bbhbaa2``f`__J^^^V^]]]f]8]\\\\\\\~\v\r\n\n\n\p\t\v\|\\\\\\\\\\\\] ] ]6]N]f]]]]]^^ ^6^L^`^p^|^^^^^^v^f^P^8^]]]]]j]B]\\\\\\\8\[[[[[[h[L[.[ZZZZZ\Z8ZYYYYYYYZ0ZvZ[B[\`] ]^_l`Ha*b bcdePffgFghLhiitijj>jpjjjkkk*k:kFkPkXk^kbkfkhkjkjklklklklklklklkjkfk`kXkHk2kjjjFii8hvgfbecja_z]&ZWTQNKHEB?=^;875b32110v0//p/L/4/(/$/$/&/(/*/*/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/./,/,/*/(/$/"/ /$/*/8/P/v//0T01d2235(6~89;=?BFDGJMQ TX8\`dNhm"qvb{ĄcEkQ7+Ť [_Y-5ח味ku=~"{*xZusBpnlk ivgftecbav`f_l^]]\h[[[<[ ZZZ[[:[f[[[\&\P\v\\\\\\\\\\\\\n\\\L\@\:\:\D\V\p\\]]B]]^B^___`n`a`abNbc4cddldeeneef4fhffffg gg&g.g2g2g.g*g"gg gffffffffffffffffffffffffffffffffff~f^f8f eeeZeddldccNbb~baaB``v`__`_ ^^x^6]]]]j]F]&] \\\\\\\\\\\\\\\\\]]]"]6]J]`]v]]]]^^"^B^b^^^^^_ _"_4_B_L_R_T_P_H_:_(_^^^^^`^4^]]]t]B]\\\\P\$[[[[z[R[*[ZZZZbZ:ZYYYYYYYYYZZ^Z[8[\f]]^_`|afbPc6ddefdg gh.hiipijjDjxjjjkkk,kii(hbglfBdc@ab_F\Z\WTQNKtH\EVBp?=(:865B32110j///l/J/4/(/$/$/&/(/*/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/"/ /"/&/0/B/^//00112n3X4j57 8:f~@C\FIL$OxRVZ^cgvl puzNψkݑ 秇٩窹YϨק=yy9鈕I ~{yvfsqopmtkihZfe~d2ba`_^]]8\\ [[B[ZZZZZ[[4[\[[[[\\&\<\L\V\^\`\^\Z\T\L\D\<\6\6\:\B\T\n\\\].]v]^"^^_\_`J`aBab:bc.cdddeFeef@fffg,gVgzggggggggggggggggggggzgpghgbg^gZgXgXgXgXgZg^gbghgngtgzggggggggggpg\gDg$gffflf,eeeHddd0ccbbbb$aaR```0___4^^^l^6^]]]]v]^]J]:].]&]"] ] ]"](]0]8]D]P]`]p]]]]]]^^2^R^t^^^__&_J_l_____` ``&`,`.`*` `_____|_R_$^^^^L^]]]^]"\\\p\6[[[[\[(ZZZZbZ4ZYYYYYlYbYbYnYYYZHZ[,[\f]"]^_`abcpdTe,efgZgh|hiZijjBjxjjjkkk0k>kJkRkZk^kbkfkhkjkjklklklklklklklklkjkhkfk`kVkFk,k jjj2iihJgPf dca,_ \ZWRTfQ^NDK&HEB,?t<:86532100`///l/H/4/(/&/&/&/*/,/,/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/./,/,/*/(/$/ / /"/(/6/L/n//0>01B12346,79P;,=:?~ADGJMQUHY@]lafPjoty~l;qy۞㡏ߥէyϩߪU˪ !+)cmQω1|yw(tr>p nl(jnhgTedc^b2a`_^@]x\\2[[R[ZZZZZZZZ[ [B[b[[[[[[[\\\\\\"\(\0\>\R\j\\\] ]d]^^d^_6_` `aabbccd d~deTeffjfggDg~gghh(hDhZhlhzhhhhhhhhzhphfh\hRhFhh8h.h hgggggbg.fffhfeeje ddDccrcbb6aala ``V`__n_,^^^^\^6^]]]]]]]]]]]]]]]^ ^ ^8^R^n^^^^__<_b___``&`L`n`````aaaaaa``````Z`,____J_ ^^^>]]]h] \\\L\[[[B[ZZZTZYYYYvYZYHY>Y@YNYlYYZ0Z[[\^] ]^_`abcde\f*fgh0hi.iij4jrjjjk k k2k@kJkTkZk`kdkfkhkjkjklklklklklklklklklkjkhkdk^kTkBk*kjjj$ihh0g.edb`^\dYWTQMJGDA?0<:f8Z6432100V///h/F/2/(/&/&/(/*/,/,/./0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/"/ / /$/,/B@CLF(IBLP&SW\0`e:insx}Ȃq cy=oťiéתOOkU{e-E5Êu'倷}zwu\rpnljiTgfdecba~`p_v^]]\d[[l[ZZZZ|Z~ZZZZZ[[&[B[\[v[[[[[[[\ \\2\J\f\\\]]V]]^H^___`p`anabrbctcdjdeNeff~fg&gpggh&hVhhhhhhi iiiiiiii ihhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh|h\h8hggghg&fff8eeeddRcccbbPaaa6```D____L_^^^^^~^n^`^X^T^T^X^^^h^t^^^^^^__2_R_v___``@`l```aa8a\a~aaaaabbbbaaaaaaraFa```d`"___F^^^X^]]^] \\d\[[v[,ZZZ\Z YYYYbYDY0Y$Y&Y4YRYYZZ[[\P]]^_`abcdezfNgghZhiXijjZjjjkk k2k@kLkTk\k`kdkfkhkjkjklklklklklklklklklklkjkhkdk\kRk@k$jjjzjihhg edVb`^\YxVSPMJvGfDlA>i@iDiHiNiRiVi\i^ibibibi^iXiPiDi6i"i hhhh|hJhgggFfffJeee,ddbccc6bbxbaata&```^`$____|_`_H_4_&_____"_,_8_J_^_t____` `.`V`~``aa,aZaaabb.bRbtbbbbbbbbbbbbbbbdb6baaaLa``n`__p_^^\]]]<\\~\"[[n[ZZ~Z6YYYY^Y<&976,43`2P1r00:///`/B/0/(/$/$/&/*/,/././0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/./,/,/*/(/$/ /// /(/6/P/v//0T01h2$345J68P:$<2>~A CFJ:MQUZ^cXh>mDr^w|EɛIk-GAyժ ٦mǢÞgљw)߂|~yvtfromljdhg^fdcbZaB`<_H^f]\\B[[HZZZtZRZ@Z:Z@ZLZ^ZxZZZZ[[:[`[[[[\ \J\v\\]]L]]^(^^_D_`"`aabbccd deeffjfg0ggh&hjhhii>ifiiiiiiiijjjjiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiniPi.ihhhph2gggXgffVeee`$``_____```$`:`P`j````aa@alaaab bNb|bbbc$cJclcccccccccccccccXc*bbbbH;9754~3<221\000///\/>/./&/$/$/&/*/,/././0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/"/ ///"/,/@/^//0011234679`;b=@&BEIJLPTY8]bglqv|&;1wGw7;Sc?Qq%鐹u'كk}^ztwu"rpnljiXgf~e2cba`_^]],\[[p[ZZzZPZ4Z(Z&Z0Z@ZXZvZZZ[ [8[f[[[\*\^\\] ]J]]^$^x^_2_``z`alablbcpcdrdehefNfgg|gh&hphhi*i\iiiijjj,j:jDjNjRjVjXjZjXjVjTjPjLjFj@jd^d|dddddddddddddpdJdcccpc,bbb@aaa&``T__v_^^]]&\\>[[f[ZZPZYYYXY4YYYY0YVYYZFZ[V\\]^_x`xa~bcdepfNgghzi iijFjjjkk.k@kNkXk^kdkfkhkjkjklklklklklklklklklklklklkjkhkdk^kTkFk0kjjjHii@hgf|e(ca_]~[XRUxR~OnLVIBFef(fggdghhhhhi2ijiiijj,jFjZjljzjjjjjjjjjjjjjjjjjj|jxjtjrjnjnjljjjjjjjljljnjpjrjvjxjzj~jjjjjjj|jvjpjfjXjJj6j jiiiitiBihhhPh ggpgffxf"eexe$ddd4cccbc&bbbb`b97854$211,00//|/T/:/,/&/$/$/(/*/,/./0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/"//// /,/@/^//0*0141235 68J::ADGKOvSX\afkpv6{vy SEٞ ݣM_- MM_#|y,vtqomkj\hgxf(dcba`_^]]\j[[ZZZZfZYYYzYTYA@DHGK6OSFW\\a:fFkrpv{Ds}U7+ˣ=Q u{'Qͫ#SS#9Ŝ1isUˉw%|yw trNp0n>lxjiVgfebd4ca`__ ^.]d\\[[ZZ~ZNZ0Z&Z*ZYYYY`YPYPYbYYZZ[[\T]]^_`abcdefgxh,hiPij&jtjjkk*k@kNkZk`kfkhkjklklklklklklklklklklklkjkjkhkfk`kZkPk@k,k jjjViifhgfed8b`^\(YVSPMJGDB?V<:865"32100h///p/L/4/*/$/$/&/(/*/,/./0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/0/./,/*/(/$/ ////$/0/J/p//0b012p3t4679;>RADGjKNSW\:af(kXpu{0_kCۓ'렿1Emu!]wU˚ ˍ'Ӄ[}Lzfwu$rpnlkLihdgedcbnab``_n^]\\T[[JZZZfZFZ8Zjiiii^i(hhhvh8gggxg6fff~fDfeee~eVe2edddddddddddddeee:eXezeeef f4f\ffffgg``_j^^.]]\r[[p[ZZBYYYYvYlYvYYZZrZ[\,\]^_`abcdefzgFghi.ij j`jjkk"k:kJkVk^kdkhkjklklklklklklklklklklkjkjkhkfkbk\kTkHk6kjjjj.ii.hzgfeJcb`*][YV@S\P\MRJDGBDTA>JA DGlK NS&W\Da&f4kbpu{6coEۓ%堹+?go+˩ۨkݤ˝K_c}zx"usde efflfgk>kg fff~fVf0feeeeeeeeeeeeeeeeff4fRfrfffgg$gHglgggghh*hBhZhnhhhhhhhhhhhhvh^hBh ggggdg(fffLeee0ddJccBbba~``8_^^J]]\[[z[ZZNZYYYYYYZZhZ[d\\]^r_d``adbjcldheZfl<976*43f2X1z00D///d/D/0/(/$/$/&/(/,/,/./0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/././,/*/&/$/ ///"/./D/h//0T012b3j4679;>jA0D>GK>O*S\W\zaZffkpv{XY/!砹)=emǬM #ac'ώ)фK~4{Dxusqro|mlji6gfedfcLbkDkFkJkLkLkNkNkNkNkNkNkLkLkLkJkJkHkHkFkFkDkDkDkBkBkBkBkBkBkBkDkDkDkFkFkHkHkHkJkJkJkHkHkFkFkBk@kkNkXk`kfkhkjklklklklklklklkjkjkhkfkbk\kTkJkhgfedVb`^\ZDWTQNKHFC.@x=;9t754l322.1Z000///^/@/./&/$/$/&/*/,/././0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././0/././,/*/(/$/ ///$/0/H/l//0\012x346>79<,>AzDGKOSX,\afkqvZ{ I3Ý񠿣-?ek߬gϫ-ѦQc?]M͋ú~|{xvkFkJkNkRkTkVkXkXkZkZkZkZkZkZkXkXkXkXkVkVkVkTkTkTkRkRkRkRkRkRkRkRkRkRkRkTkTkTkVkVkVkVkXkXkVkVkVkTkRkPkLkJkFk@k8k0k&kkjjjjjjjnjNj*jiiiibi8i hhhhdhg:g8g:g>gDgNgZgjgzgggggh h&hBh`h~hhhhiii6iLi^ipiiiiiiiiiiiiiiri\i@i"hhhhvh>hggpgff\eevddhcc4baa6`__$^x]]2\\[[$ZZrZ2ZYYYZ&ZhZ[8[\l]*]^_`abcdefgNhhi,ijjZjjjkk6kHkTk^kdkhkjklklklklklklkjkjkhkdkbk\kTkJkX]Vb0g0lNqv{󊵏7mQٞͣ7Egmu߫#A-iao=󋙈A~{xvltqpnFlk:ihgrfLe0dc a``_^:]p\\"[[@ZZZZZ[[b[\$\]]^,^_N_`taabbc"cdddefef4ffgRghhThhi2itiijjHjrjjjjkkk"k.k8kBkHkNkRkVkZk\k^k`k`k`kbkbkbkbkbk`k`k`k`k`k`k`k^k^k^k^k\k\k\k\k\k\k\k\k\k\k\k^k^k^k^k`k`k`k`k`k`k`k^k^k\kZkXkVkTkPkJkDkiViniiiiiiiijj jjjjjjjiiiiiiiziXi0ihhh\hggtgffZtZ[*[\H\]^_`abc~dte`f>g ghjhixij_`zaabFbcbcdfdeRef(ffgFgghBhhii^iijj6jbjjjjjkkk,k8kBkJkPkTkXk\k`kbkbkdkdkfkfkfkfkfkfkfkfkfkfkfkfkfkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkfkfkfkfkfkdkdkdkdkbk`k^k\kZkVkRkNkFk@k6k,k kkjjjjjj~jdjFj*j iiiiiriVi:i ihhhhhhhhhhhhhhhhhhhhi ii2iHi^itiiiiiijjj j.j<<:8&6n432100f///r/L/6/*/$/$/&/(/*/,/./0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/$/"/"/$/,/j$jiiiidi,hhhZhgg0ff2eeddccbNa``_b^^]d\\F[[d[ZZZZZZ["[\ \]\^$__`abcdefzg>ghiiijJjjjkk2kFkRk\kbkfkjkjkjkjkjkhkfkbk\kTkJk@CGJN>R:VpZ_xd>i&n&s4xF}N= ߛMaqs!{%լ['ca! Îy%ӄg~b{xvlt.r(pRnm0kjijhNg:f*edcba`_^D]~\\B[[z[F[2[<[d[\\r\]^&^_|`.`abBbcd,deJefDfgg|gh(hvhiiBi|iijjDjljjjjjkk"k0kkNkZk`kfkhkjkjkjkhkfkbk^kVkLk>k,kjjjjdjiiThh:gfedcDa`$^L\DZWU&ROLJ&GZDA?v=:87*54<321R000///`/B/0/&/$/$/&/(/,/,/./0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/$/"/"/(/2/H/l//0\012z346P8 :ADGKTOSWP[`Reinsx}} Yc71+=٩ɧsǝEQ k/ ~{Bxv>trpLnmBkjihgvfnefd^cVbNaL`R_d^]] \v[[[n[X[b[[\.\].]^n_ _`aPb bctddeTefdfgJgh h`hhi6iriij j8j`jjjjjk kk,k8kBkLkRkXk\k`kdkfkfkhkjkjkjklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkjkhkhkfkfkdk`k^kZkVkPkJkBk:k0k&kkkjjjjjjjjjvjfjXjJj>j2j(j jjjj jjjjj jjjj"j,j6j@jLjVjbjnj|jjjjjjjjjjjjjjkkk k k k k k kkjjjjjjjjjjjjLj(iiii\ihhfhggfeeLdcc8b|a``<_^^"]\\j[[[J[ZZ[[6[[\h]]^_Z`Da6b.c&deefgnhhi6ij j\jjjkk8kJkVk^kdkhkhkjkjkhkdk`kXkNk@k.kjjjjfjiiZhhFgfedcb0`^]ZXVJSQ"NlKHF2C@>kHkPkVk\k`kbkfkfkhkjkjkjklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkhkfkfkdk`k^kZkVkPkJkDkhhh$gg.ffefddcJbaa`H_^^,]\\x\ [[h[:[$[([H[[\N\]^D__`abcdefhg,gh|iiij@jjjkk0kDkRk\kbkfkhkhkhkfk`kZkRkDk2kjjjjjj ii^hhLgfedcbp`_V][YtW.TRBOLJHGDBf?=;x9~76432z100f///t/N/8/*/$/"/$/&/*/,/././0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/$/"/$/*/:/V//0014124578;=r@BFIpM PTY]bfkpjuRz8ӈqߑ硃ɥY9m?mm;ѥ+I)͜5ioQωC }(ztwusqpnmBl jihgfedcba`__^2]x\\X[[[[[\\v\]^*^_`da0abcdFdef>fgRgh6hhi8i|iij jJjpjjjjjkk k.k:kDkLkTkZk^kbkdkfkhkjkjkjklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkhkfkfkdkbk^kZkVkRkLkFk@k:k2k*k kkkjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkkkkk"k&k,k0k4k8k:kk@kBkBkBkBk@k>k:k6k2k,k&kkk jjjjjjjrjJjiii^i hhBggHffexddcVbaa`N_^^2]]\\[[[^[R[`[[\:\]X^ ^_`abctddeHf fghDhiXij"jpjjk k(k>kNkZk`kdkfkhkfkbk^kTkHk8k"kjjjrj(iifhhTgffecba._]\ZWUS"PNKpHF4CA4><:8754@3 2,1d00B///h/F/2/(/$/"/$/(/*/,/././0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/&/$/"/$/,/>/\//0201Z2*3.4d579n;>@CFJkBkDkHkJkLkNkNkPkRkRkRkPkPkNkLkJkFkBk>k8k0k(kkkjjjjjjfj8jiizi&hhZgg\ff.eddc^baa`L_^^0]]\\$[[[[~[[\*\].]^_l`Nak*kjjj~j6iirhh`gffecbaP_^ \RZbXNVSQbNL^IGBDBN?=;976d53211&00///\/>/./&/"/"/$/(/*/,/./0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/&/$/"/&/0/B/d//0F01|2X3d46&79<>APDLGJNRVZ_onZm ljjih$g4fBeJdNcNbNaR`\_t^]]6\\B[[[[\<\]]^X__`abVc*cdexf(fg^gh\hi&ixijj6jdjjjjjkk"k0kkBkFkHkLkNkPkRkTkVkXkZkZk\k\k\k\k\kZkZkXkVkTkPkNkJkDk>k6k.k$kkjjjjj~jPjiii:hhjggjff8eddc\baa`D_^^&]]\\*[[[[[\\]]^\_(``abcdefbg$ghvii|ij>jjjkk0kDkRk\kbkdkdk`k\kRkDk2kjjjjHiiihtggf e"dbah_^F\ZXV|T@QOMJHEC>@><:87054p3R2^100d///v/P/8/*/$/"/"/&/(/,/,/./0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/&/$/"/&/2/F/j//0X012346p88:>k:k8k4k2k0k.k,k*k(k(k(k&k&k(k(k(k*k,k.k0k2k6k8kkBkDkHkJkLkPkRkTkVkXkZk\k\k^k`k`kbkbkbkdkdkdkbkbkbk`k`k^k\kZkVkRkNkHkBk:k0k&kkjjjjjdj,iiiJhhxggpff:eddcRba``0_p^^]x\\\*[[[[\\n\]x^$^_`abcvddeHffghDhiXij$jrjjk k*k@kNkXk`kbkbk^kVkLk:k$kjjj^j ii&hgg finsDx|aYM㟳-U+ë] CI- GO1s;}@zx,usr4po>nlkjji8hZgzfedcba`__^:]\\\2\[\\J\]]^R_ _`ab\c4ddefHfghhhiZiij6jjjjjjkk"k2k>kJkRkXk\k`kdkfkhkjkjklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkhkhkfkdkbkbk`k^kZkXkVkTkRkNkLkJkHkFkDkDkBk@k@k@k>k>k>k>k@k@k@kBkDkFkFkHkJkLkNkPkRkTkVkXkZk\k^k`k`kbkbkdkdkfkfkfkfkhkhkhkhkhkfkfkfkdkdkbk`k^k\kZkVkPkLkDkbpa``_N^]]\\\t\$[[[\\\\]N]^_|`\aHb8c*deefgfhhi2ij j\jjkk"k:kJkVk\k`k^kZkPkBk.kjjjxj(iiJhhgJffeddDca`$^\ZXVTRPHMKI>FDBT@&><:D8754j3V2j100t0 ///V/ccdezf0fgthhhiRiij4jljjjjkk(k6kDkNkTkZk`kdkfkhkjkjklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkhkhkhkfkdkdkbk`k`k^k\kZkXkXkVkTkTkRkRkPkPkPkPkPkNkPkPkPkPkRkRkTkTkVkXkXkZk\k\k^k`k`kbkbkdkdkfkfkfkhkhkhkhkjkjkjkjkjkjkjkjkjkhkhkhkfkfkdkbk`k^kZkVkRkLkDk:k.kk jjjj|jDjiiXhh|ggjff$endccbJax`__^l]]8\\`\[[\\L\]&]^r_<``abcdeflg.ghi iijFjjjkk2kFkRkZk\kZkTkJk8k jjjjJiivhhDgfed~c:a`T^\[YWTRP~N4KIGHEB@><:9"76*43211H00@///l/J/4/(/"/ /"/$/(/*/,/./0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/(/&/$/$/*/8/P/z/0 011245n78;=@2CFFIMBQUY.]vaffkot^y}WՋ+S?IYeݫqKa٤˝Ki'߇o]~v{y8vtsqjonmlkjj iVhgfee dc b(a2`D_d^]]B\\d\&\ \\@\\]|^^_`\a2b bcdeJffgJghZhi4iij j\jjjjkk$k4kBkLkTkZk`kdkfkhkjkjklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkjkhkhkhkfkfkdkdkbkbk`k`k^k^k\k\k\k\k\k\kZkZkZkZkZk\k\k\k\k^k^k`k`k`kbkbkdkdkfkfkfkfkhkhkhkhkjkjkjkjkjkjklklklklklklklkjkjkjkjkjkhkhkfkfkdkbk`k\kXkRkJk@k4k&kjjjjjHjiiVhhtggXffeLdcbba>`l_^^2]] \\L\\\\B\]]^>__`abcdveXf0fghRhidij.jzjjkk,k@kNkVkXkVkNkBk,kjjjnjii$hgfedcb$`^]0[NYRWBURPNdLIGEPC"A?=;D9865R4.3,2P100t0///Z/>/./$/ / /"/&/(/,/,/./0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/(/&/$/$/*/8/R/|/001(1245729;H=@jC\FIMQhUjY]bNfkrpty~*71I1)}cy[m-ӖݓA}zxvRtVrqonmvlkjj&idhggf"e:dJcVb^ah`z_^^ ]h\\|\6\\\6\x\]X]^_T``abcpdfFe,cba_V][YWU\S"PNLJJGEC`AJ?J=b;98^6543~2110008///l/J/4/(/"/ /"/$/&/*/,/././0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/(/&/$/$/*/8/R/~/0010124*57F94;d=@CFJ*MQUY^0bg.kpzu.y~ݏחsŝǠwդ㦡G;+9cق|zHwusr"pobnDmHljkjj*ithgg&fNejd~cba`_^^:]]\\H\\\*\b\],]^\__`apbBccde\f fgFghJhiivij jFjzjjjkkk.kk.kkjjjjBiii:hhBggf`eddc,bNap`_^^H]]\\\\,\ \4\n\]D]^_X`4ab bcdefgHghiiijNjjjkk.k>kFkJkFk/./$/ / /"/$/(/*/,/././0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/(/&/$/$/*/8/R/~/0012124057N9>;r=@CFJHMQUZ ^dbgllpuxz,~փi݌)A/]M æQsMiW%ߋC~|,ywHu2sXqpRon m lPkjj2ihhgLfzedcba`` _2^n]]*\\\\&\\\J\\]^^_|`@a abcld0def@fghgh`hi*i~ij jFjzjjjkkk,kk:k.kjjjjDii`hhg&f dcb`r^\ZXzV;r=@CFJNMQUZ$^bgl@puzj!k[5-ӣ')ݨKuc{;9oiLJ{A)~:{~xvtrqXpnmll8kjj:ihh6gvfeddcb a2`J_p^]]V\\v\4\\\4\r\]B]^l__`a^b&bcdfeef^fgvghdhi(i|ijjBjtjjjkkk*k8kFkNkVk\k`kbkfkfkhkhkjkjkjkjkjkjklklklklklklklklklklklklklklklklklklklkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkhkfkdk`k\kTkLk>k,kjjjjfjiifhhpgg:feddc:bTap`_^^4]]\\\\6\4\V\]]^,^_`abxcjdVe:ffgh8hiJijj`jjjkk k*k.k(kkjjjnjiihngfed@ba,_d]v[dY4VTR(OMJJHF8DA?=<(:876J5"4322f11 00:///t/R/:/*/"/ / /"/$/(/*/,/././0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/&/$/"/"/(/6/P/|/001.124*57D94;f=@CFJ@MQUZ&^cgl\quzL[%i]MKgy3e5ߡϟ}!e w}zxhv0t8r~ponmll"k|jjDiihXgffe*dDcVbfax`_^^*]]\\H\\\ \P\]]^^_d``ab\ccde.efdfgtgh\hiipiij8jljjjjkk&k6kBkJkRkXk\k`kbkdkfkfkhkhkhkhkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkjkjkjkjkjkjkjkjkjkjklklklklklklklkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkhkhkhkhkhkhkhkhkhkhkjkjkjkjkjkjkjkjkjkjklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklklkjkjkjkhkhkfkdk`kZkTkHk:k&k jjjjLiii6hh.gff$eXdcba`` _8^x]]<\\t\D\6\L\\]b]^_`^aFb6c&ddefgZhhiiij>j~jjjkkkkkjjjjDiihhhg2f(dca`@^Z\JZWUhRPrMKvIFD\B,@>&]^_H`aabcdef^gghbhi^ijjVjjjjjjjjjjjbjii&hgfedXba2_X]T[(XVpSQfNLBIGFDB@z>v<:9B765X4N3d211N00`0///d/F/4/(/"// /"/$/(/*/,/././0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/$/ / //&/4/N/x/001&1245~7&9 ;8=@ZCPFIMQUY^jbgllq:v z; '˞U?Ūg-7 я#Dž{I@|hywhuHsjqpfo8n8m`llkrjj`iiDhggFfedccba0`N_z^^]j\\\@\\ \\H\\]`]^x__`pa"abc4cde"efJfgRgh8hhiPiij jVjjjjkkk(k6k@kHkNkRkVkXkZk\k^k`k`kbkbkdkdkdkdkdkfkfkfkfkdkdkdkdkdkdkdkbkbkbk`k`k`k`k`k^k^k^k\k\k\k\k\k\k\k\k\k\k\k\k\k\k^k^k^k`k`k`k`kbkbkdkdkdkdkdkfkfkfkfkfkfkfkfkfkfkfkfkfkdkdkdkdkdkdkbkbkbkbkbkbkbkbkbkbk`k`k`k`k`k`k`k`k`kbkbkbkbkdkdkdkdkfkfkfkhkhkhkhkhkjkjkjkjkjkjkjklklklklklklklklklklklklklklklklkjkjkjkjkjkjkhkhkhkfkfkdkbk`k^kZkTkLkBk4k kjjjjBiii$hhgnfee dBcZbna`_^^4]] \\^\<\>\f\]]^P__`abcdjeHffgh"hi$iij$j\jjjjjjjjjnj.iihhh*gRfNecb,`h^v\XZWU&ROMLJH ECFA><;&9865v4h3x211\00n0///l/L/8/*/"/ / / /$/&/(/*/,/././0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/(/&/"////$/4/N/x/001&1245r78;=@8C*F^IMQnUY^Nbglfq>vz_;U/å_ͫߦ}٢IQ;~{yTvtsqp(onmBlkkpjjpiidhh.g~fee d@cZbpa`__^P]]$\\`\(\\\(\^\] ]^^_2_`~a(abc*cdpe ef2fg:gh"hhi>iijjHjxjjjjkkk,k6k>kDkHkLkPkRkTkVkXkZk\k\k^k^k^k`k`k`k`k`k`k^k^k^k\k\k\k\kZkZkZkXkXkVkVkVkTkTkTkRkRkRkRkRkRkRkRkRkRkRkRkTkTkTkVkVkXkXkZkZk\k\k\k^k^k`k`k`k`k`k`kbkbkbk`k`k`k`k`k^k^k^k\k\k\k\k\kZkZkZkZkZkXkXkXkXkXkXkXkXkXkXkXkXkZkZkZk\k\k^k^k^k`k`kbkbkdkdkfkfkfkfkhkhkhkhkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkjkhkhkhkhkfkfkdkdkbkbk`k^k\kXkTkNkHk>k0kkjjjjRjiiBhh:gff,eZd~cba`__ ^`]](\\j\@\8\V\\]|^^_`|a`bLc6ddefg:ghdhiFiij jNjpjjjjjjbj2iiihgfedc$a~_][fYVSQFNKIonmm(lkkrjjjihh`ggf@epdcbaa `0_d^]]j\\\H\\ \\8\r\]"]^^_<_`|a abnccdTdeffggh hrhi,i|ijj8jhjjjjkkkk&k0k6kF<@:f87:543221x000&///t/T/kk@kBkDkDkFkHkJkJkLkLkLkLkLkLkLkLkJkJkHkFkFkDkDkBk@k@k>k>kk@kBkDkFkHkJkLkNkPkRkTkVkXkZk\k\k^k`k`kbkbkdkdkdkdkdkdkfkfkfkdkdkdkdkdkbkbk`k`k^k\k\kZkVkTkRkNkLkHkBk>k8k2k(kkkjjjjjHjiiRhh^gg"fjedcbba&`B_j^]]T\\z\>\&\2\`\]"]^X__`abcbd/./$/ /// /"/&/(/*/,/././0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/&/$/ ////"/./B/d//0401L234$578;=\?BF IvM"Q U.Y^bg|l`qPvD{2 ͉aÑMm9%ǩ#A)qi;9ekQ񃧀}zxDvtrNponmmllkk|kjj@iiRhh4gffePd|cbaa `:_v^^]]\\b\0\\\&\N\\]8]^^_,_`V`ab2bcrddeDefbfgbghBhhiPiij jkBkDkFkJkLkNkPkRkTkVkXkZk\k\k^k^k^k`k`k`k`k`k`k`k^k^k\k\kZkXkVkTkRkPkNkJkFkBk>k:k4k.k(k kkkjjjjjjdj0iiiBhhVgg"fnedccb(a>`Z_^]]`\\z\8\\\B\\]v^^_`da>bbcdeXffg8gh"h~hii:i`i|iiiixiVi hhrggFfvexdLbaP_]|[DXVPSPNK:HnEC@>L<*:68v654V3R2t1100kBkDkHkJkLkNkPkRkTkTkVkVkVkVkVkVkVkVkTkTkRkPkNkLkJkHkDk@kQ$UDY^ bglqv{g/ˎ/S-͢Uo a}css7埑#ߐ#W|zBwusqpoZn`mllbkkk.jjxjii4hhg~ffePdcbba6`l_^^Z]]N\\\V\.\\\2\Z\\]0]^^z^_``aLabc,cdjeef&fg(ghhhhiiRiiijj:jVjnjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkk kkkk"k&k,k0k4k6k:k>k@kBkDkFkHkHkHkJkJkJkHkHkFkDkBk@k>k:k6k4k.k*k$kkkkjjjjjjjjjjjjjLj*jiiiDhhhgff@edccb&a@``_^^]b\\l\[[[\,\\]~^ ^_`ba2bbcdFdeffgg\gghhBh^hphvhph^hhhi"i^iiijjj6jJj\jjjvjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj|jxjtjpjnjljjjjjhjhjhjjjjjljnjpjtjxj|jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkk kkkk k$k(k,k.k2k2k4k6k6k6k6k4k4k2k0k,k*k&k kkkk kjjjjjjjjjjjzjfjRj:j jiiiiBhhh@ggFff eVdcbb a,`N_z^]]V\\Z\[[[[\D\],]^l_$_`atb8bcdNdenefPffg6ghggggggggVg ff evdcbna_d][zY8VT,QtNKHF(Cr@>n<,:8D6503221N00D///r/N/8/(/ //// /"/&/(/*/,/././0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/*/&/$/$/"/"/&/./rACFJBMQUZ"^cPh"mr w |Sז1]5ߦOMݩc]K˖{!I那|ywtuFs`qpXo2n@m|ll^kkkLjjj^jii,hh gff.erdccbRa``_b^^0]]@\\\`\<\*\(\:\Z\\]]n]^F^_H_`laabFbcd&dePef^fgFgh h\hhiiPiziiiijjj&j4j@jJjTj\jdjjjpjtjvjxjzjzjzjxjvjrjnjjjfjbj\jVjPjJjDj>j6j0j*j&j"jjjjjjjjjjjjjj"j&j,j2j:jBjHjPjXj^jfjljrjxj|jjjjjjjjjjjjj~jzjtjpjjjfj`j\jVjRjNjHjDj@jjDjJjRjXjbjjjtj~jjjjjjjjjjjjjjjkkkkkkkkkkkkkkkkk kjjjjjjjjjjjjjxjfjTj@j,jiiiiiiTi hhhFggtffbeedVcbaa`0_^^]]@\\@[[[[[\\^\]`]^_b` `abNbcd,de&eef.flffffffffffFee^dcba`R^\ZXV&SPNK>HjEB@`=;976B4321100///^/@/,/"//// /"/&/(/*/,/././0/0/0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/$/"/$/(/0/j@jBjBj@j>jbcdcdRde eReeefffffeeele dccb `_]\0Z,WUSPTMJGE6B@=;h9d7643n2n100h0//x/P/6/&/////"/$/(/*/,/././0/0/0/0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/$/$/$/*/2/@/T/r//00P0112 23456849;=?B|EDHNKO&RV[8_dLimrw|ҁq]s=נ5٪ŬwaU {!y};݌q_D|\yw@us6qpihhhhhXh"gggLfff eddNcbb"aX`_^^B]\\l[[[^[8[0[B[p[\\]]^F^_`:`avbbccpcdddddde ee"e eddd~d ccb>aL`(^]D[YWXTRzOM J^GDB>?=^;.907h54v3L2P100T///n/H/0/$//// /$/&/(/,/,/././0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/$/$/*/2/B/X/v//00`01$12.234h5b6~796:<>ACFJILLPSW[`fdinstxd}P'ߋi˗ۣGa-٬cUu{kk)ˌ]񅑂M2|Jyw2u s,qp4on*mnllblkktk8jjjzj.iixi hh gzff:edd cfbaa@`__R^^@]]d] \\\\\@\4\8\J\l\\].]]^l^_x` `ai:i4i,i$iii hhhhhhhhhhhhhhhhhhhhhhhhhhhhi ii"i.i8iBiLiTi\ibihilinipipipilihidi^iXiPiHi@i8i.i&iii ihhhhhhhhhhhhhhhii ii*i:iJiZili~iiiiiiij jj*j6jDjPjZjdjljtjzjjjjjjjjj|jtjljdjZjNj@j2j"jiiiiiiiriTi8ihhhhhlhFhggggFgffTeezddjcc(bva``:_x^^]^\\<[[n[,[Z[[&[d[\ \] ]^J^_``a,abbbc$cfcccddddd cccc&bbaV`l_R^\ZXVTrQOjLJGPDB?=6; 97P54d3<2B1t00L///h/D/./"////"/$/(/*/,/././0/0/0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/&/&/*/2/@/X/z//00n01:12J234v5b6n78:l<=@BFDGJ|MQ(TX\aBejtobc\cd`deFeff\ffg$gZgggghh.hFhZhlh|hhhhhhhhhhhhhhhhhhhhthjh\hPhFh:h0h&hhhh hhhhhhhh hhhh(h4h@hLhZhjhxhhhhhhhhhhhhhhhhhhhhhhhhhhhhhvhlhbhXhNhFh>h8h4h2h2h4h8h>hFhPh\hjhxhhhhhhhii(ibaaF`__ ^l]]\\[[iii4hhLgg8ffe\ddcTbaaN``_z^^n]]]4\\\r\N\8\2\<\V\\]]\]^4^_6_`N`apabccddtde:eef$fbfffg gBgbg~ggggggghhhhhhhhhhh hggggggggggg~gtgjg`gZgTgNgLgJgHgHgJgNgTgZgbglgvgggggggggh hh"h,h6h>hDhJhLhPhPhNhLhFh@h:h2h(hhhggggggggggggggggggggggggghh$h:hRhhhhhhhhii*i@iVihi|iiiiiiiiiiiiiiiiiiiiiti`iJi2ihhhhh~h\h6hggggjg>gfff~fHfeee445679:d;=n?,AC(ElGJMpPSWl[2_0c`glBpuz` ψaǐ嘉ݞۡۥߧ AA9m] {mo-όcU<|TywiJiTi^idihijijihidi^iTiJiZ6ZDZdZZ[,[[\`\]D]^"^^_>__` `>`j``````````R`__^z]\[Zmllzl kkkvkLk"jjjjXjiijihh$ggfeeXddclbb"a``J__,^^2]]`] \\\V\8\*\,\@\d\\].]]^h^_`_`b`a`abLbc ccd&dndde"eRe|eeefff6fLf^fnf|fffffffffffffxflf^fPfBf2f"ffeeeeeeeeeeeeeeeeeeeeeff f4fFfXfjf|ffffffffffffffffffffff~fpfbfRfDf4f&ff feeeeeeeefff f4fJf`fzffffgg$gBgbggggghh4hNhfh|hhhhhhhhhhhhhhhhhhhth\hBh$hggggvgLg"ffffjf8feeele8edddVdcccZvZ[ [f[\*\\]R]^^P^^__6_\_|________x_D^^^"]\[ZYX VfTRPfNKIBFDLA?=T;B9Z7643211 0~0///V/:/(/ /// /$/&/(/,/,/./0/0/0/0/0/0/0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/*/(/(/,/4/F/d//00r01j223x4P5:687L8r9:ccdd:djdddee$e>eXeneeeeeeeeeeeeeeeeeeetedeTeDe2e"eedddddddddddddddddeee,e@eTehe|eeeeeeeeeffff fffeeeeeeeeeeevefeVeFe6e(eeeeeeee ee e.e@eVeleeeeeff8fXfzfffgg&gHgfggggghhh$h2hN?ACTE0G(I@KxMPZS UX\>_cbg@kLosxF|? ?A#aQ]y=ۭWu-ӡ]ߖϓ=Չk |zwulsqpxoPn`mmll4kkkkhkHk&kjjjzj>iiiThhhgg"ff exddBccbdaa*`__n^^h]]]&\\\X\2\\\(\F\r\\]J]^ ^t^_P_`*``aVabbPbbccHczcccdd6dRdldddddddddddddddddddddzdhdXdFd6d$ddcccccccccccccccddd*d>dRdhd|dddddddeeeee"e$e&e$e"eee edddddddddzdjdZdJd:d.d"ddddddd$d2dBdTdjdddddee6eZe~eeeff8f\ffffggg6gLgbgtgggggggggggng\gFg.gfffffbf8f eee~eJedddtdaaava,```$__T^^l]]v\\~\[[*ZZpZ&YYYYY~YYYYZ&ZfZZ[@[[\\Z\\\]$]H]f]~]]]]]]]]v]J]\\P[[ZNYVX2VUdSQOMKI8FDB2?=;98&6584221^00J///p/L/4/&/ /// /"/&/(/*/,/././0/0/0/0/0/0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/(/(/./:/P/t//0F01>123l4Z5`6z78:F;=.>@XBCEGzIvKMPRUWZ^aZdhlpty2}S]ϜˢQssI_Aݟѐ}O |zHwusrpolnvmmll@kkkkvkVk:kjjjjrj6iiiRhhh"gg0ff"eddbcc(baaP``__^~^]]0\\\X\0\\\\6\^\\]$]z]^6^^_^_``v`aadaab bTbbbbc c@c\cvcccccccccccccccccccccctcdcRcBc0c ccbbbbbbbbbbbbbccc"c4cHc\crcccccccdddd&d,d2d6d6d6d2d.d&dddcccccccccvcdcTcFc8c,c$ccccc$c.c><:88654P3@2X100r0 ///Z/>/,/"//// /$/&/(/*/,/./././0/0/0/0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/*/(/(/,/4/F/d//0&0112t3J4>5N6t79:r;=~?@B~DBFGIKMPRXTW>Y\_cfnj mquz~`- 1}-UgY٤ #QKɍg[;}Hzxusr2ponmm(llLlkkkkdkJk.kjjjjlj2iiiVhhh0ggDffc@c>c<:87V543211.004///l/J/4/&/ ////"/$/&/(/*/,/,/./././0/0/0/0/0/0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/(/*/0/>/V/~/00h012@34 5 6P79:|< =?`ABDFHtJ^LPNLPXRtTVYb[^adgklorvz&WiWi-ͦC_mu?;eq%Ŋ_}zx^vt rhponmm>llZlkkkkpkXk@k(k jjjjlj2iii\ihh@gg\ffZee@ddctbb4a``X__,^^ ]]>\\\X\,\\\\\6\`\\]]^]]^D^^_ _d__``H`x```aa2aPalaaaaaaaaabbbbaaaaaaaaaaavadaTaDa4a&aa a``````````aaa"a2aDaValaaaaaaabbb b,b4ba6a0a,a,a.a6a>aLa\anaaaaabb:b^bbbbc(cTc~cccd dFdjdddddeee"e*e,e,e(e eeddddd~dXd2dccc~cLcbbbvb>baaaZa"````N`____X_&^^^^D^]]n]\\t\[[j[ZZpZ&YYYrYFY"YXXXXYY(YHYlYYYZZBZjZZZZZ[[[*[4[:[>[<[4[&[ZZZ~Z(YY2XWVUTlRQfOMKIGE`C4A>=;"9f76`5322(1t00f0///\/@/./$/////"/$/&/(/*/,/,/,/./././0/0/0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/(/,/6/J/j//0<01J123467d8:`<=?ATC4EGHJLNPRTVY,[~]`cRfFijlpJsw{GUŤèWǫisè˧)sw7Ց1͇q)~{@xvnthrq&onnmVllhlkkkkzkdkNk:k"kjjjjlj6iiihihhVggvffzeebdd4cbbTaa`n__>^^,]]F\\\Z\,\[[\ \$\H\t\\]"]b]]^&^d^^__@_n___``(`F`b`|```````aa aaaa aa``````````v`f`X`H`:`.`"`` `_____`````&`4`D`V`h`z``````aaaa*a6a>aDaJaNaNaNaJaFa@a8a,a"aa`````````v`h`\`P`H`D`@`@`B`H`P`\`l`~````aa"aDahaaabb2b\bbbcc*cRcvccccddd(d4dd:d2d&ddcccccfc>cbbbbTb aaaaHa```l`6`___n_B_^^^^h^:^ ]]]j].\\\^\[[v[(ZZZHZYYY\Y2YXXXXXXXYY$YDYfYYYYZZ,ZDZZZlZ|ZZZZZZZZZxZZZ.YYY>XX"WdVUxTFRQjOMLJGECA?=;98Z654j3f211&008///t/R/:/*/"/////"/$/&/(/(/*/,/,/,/././././0/0/0/0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/(/*/0/>/X//00|1123p457 8:;=?rA^CTERGRIRKRMNOFQjiivi&hhlhggffeddVccbpaa$`__L^^6]]P\\\b\2\[[\\\2\X\\\]]R]]]^"^P^|^^^__0_L_h_______`````"`$`$`"````__________x_l_^_R_H_>_4_,_(_$_"_"_$_(_._6_@_J_X_f_t_______```$`2`>`H`P`X`\`^`````\`X`R`J`@`4`(`` __________|_r_j_d_b_b_d_h_p_|______``6`X`z```aacFcJcJcFc>c0c c bbbbbnbFbaaaa^a,````Z`$____X_(^^^^z^R^.^ ]]]]t]J]\\\\F\[[[>ZZZrZ0YYYYVY,Y XXXXXXXXXYY"Y>YZYvYYYYYYZZZZZ Z"Z ZZYYYYY:XXhWW&VRUXT:RQON6L^JnHjFZDFB4@.>8<\:87|6"4322&1z00v0///j/L/8/*/"///// /"/$/&/(/*/*/,/,/,/././././0/0/0/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/*/(/(/,/6/J/j//0F01d2$3 45D689;l=B?2A4CBEZGtIKMOQSUWYp[h]n_adfiHl(o\\[\\\$\@\b\\\]]4]^]]]]^^4^R^l^^^^^^____*_4_<_B_F_H_H_F_B_<_4_*_ __^^^^^^^^^^^^z^r^l^f^d^b^b^d^f^l^r^z^^^^^^^^^_ __,_:_H_T_`_j_r_x_|_~___|_x_r_j_b_X_L_@_2_$__^^^^^^^^^^^^^^^^^^^^__"_<_Z_x___``*`P`v```aa`___x_H_^^^^`^8^]]]]]p]R]6]\\\\\`\2\[[[V[ZZZfZ,YYYY^Y6YXXXXXXXXXXXYYY4YJY^YpYYYYYYYYYYYYYYY^Y.XXX,WWV:URTDSQP4NLJHFDB@>=;V98*654j3r211B00V0///d/J/6/*/"///// /"/$/&/&/(/(/*/*/,/,/,/././././0/./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/(/*/0/>/X//0011234679$:<>@BE(G\IKMPR T UWY[]|_hafc~ehjmdpXs~vzX~m;󔉗 %˪ìy }'C)ѥ7Y7Ӝ/SEŌi ~|ywupsqpodnrmmllDlkkkk|klk^kRkBk2k kjjjjjRjiiiNhhh8ggTffNee(dccBbaaH``_j^^V]]t]\\\T\0\\ \\\\0\H\f\\\\]]&]D]b]|]]]]]^^^$^4^B^N^Z^d^l^t^x^|^~^~^~^z^t^n^f^\^R^H^>^2^(^^^]]]]]]]]]]]]]]]]]]]]]^^^^,^:^J^X^f^t^^^^^^^^^^^^^^^^^^x^n^`^T^H^<^0^$^^^]]]]]]]]]]^^^"^4^H^^^x^^^^_ _,_N_p___``(`N`r````a a"a6aFaRaZa^a^aZaRaDa4a a`````d`<`____`_2_^^^~^R^(]]]]]r]T]8] ] \\\\\\\h\H\&\[[[z[H[ZZZrZ@>BtDGIXKMPR>TLVHX2Z []_pa@c"eg6ivknqZtbw{~Cɍ1;#ţ3ӪǬ} }OsaAזӓ_Y! }(zxxusr8ponmm2llTlkkkkktkfk\kPkBk4k"k jjjjj^j*iiibihhPgglfffee>dccVbbaZ``_^^p]]]6\\\t\N\2\ \\\ \*\:\N\d\|\\\\\]]](]:]J]Z]j]x]]]]]]]]]]]]]]]]]]]]]]]]]x]p]h]`]Z]R]L]F]@]<]:]8]6]6]8]:]<]@]D]J]P]X]`]j]t]~]]]]]]]]]]]]]^^^]]]]]]]]]]]]]]]]|]t]l]f]`]Z]V]T]R]R]V]Z]`]j]v]]]]]]]^^.^J^h^^^^__*_L_n____` `"`8`J`Z`f`n`r`r`n`f`Z`J`8` `_____^_8_^^^^l^D^]]]]]b]B]$]\\\\\\\\\r\d\R\@\(\[[[[[V[(ZZZZfZ4ZYYYY\Y:YYXXXXXXXXXXXYYYY$Y,Y4Y:Y>YBYFYHYHYFYBY8Y,YXXXXXWWWVVUTSRZQOML.J\HzFDB@>=;b98T654322&11006////f/N/tBrqonmmNllflkkkkkxknkdkZkPkDk6k&kjjjjjjj8iiiti$hhfgggfzeePddcfbban``2__^^"]]b]\\\x\Z\D\6\0\0\4\<\F\T\b\p\\\\\\\\\\\]]]]]&]*]0]4]8]:]<]>]<]<]8]4]0]*]$]]]] ]]\\\\\\\\\\\\\\\\\\\\\\\\]] ]]](]2]<]D]N]V]\]b]f]j]l]l]l]h]f]`]\]T]N]F]>]6].]&]]]]]\\\\\\\\\\\\\\]]]].]@]R]f]z]]]]]^^*^F^d^^^^^__0_H_\_n_|_______~_p_^_H_0_^^^^^r^P^,^]]]]z]Z]:]\\\\\\\\z\p\j\d\`\Z\V\N\F\:\*\\[[[[[\[2[ZZZzZLZYYYYzYXY:Y Y XXXXXXXXXYY YYY Y&Y*Y.Y0Y2Y4Y4Y2Y.Y&YY XXXX^X WW$VUTSRQP NLK0I\GzECA?>@C4EH(JM&OQT:VdXtZd\:]_aDbd~f(giknpns ux|([UmI5C ٪ˬרէ#ik+ᑣQ_=~F{xvtrqTp nnmjllvl&kkkkk~krkjkbkXkPkFk8k*kkjjjjvjFjiii4hhxh ggfee`ddcxbb,a``V__B^^X]]]R]\\\\v\d\V\P\L\N\P\V\\\b\j\r\x\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\]]]"]4]H]\]r]]]]]^^$^>^V^n^^^^^^^^^^^^^^^n^V^:^ ^]]]]]l]N]2]\\\\\\\x\l\`\X\T\P\P\R\T\X\Z\^\^\\\X\R\F\8\$\[[[[[`[6[ZZZ~ZPZ$YYYYYlYRY////z/b/P/B/8/0/,/(/&/$/"/"/"/"/"/"/$/$/&/(/*/*/,/,/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/&/&/,/:/P/v//0j01234679v;f=?B*DG4ILbNQlSVXFZP\8^_aJbdXegpijlnq8sv~yv|i-%kU=I۪ˬ˪ߦsŢՠ-}II~|ypwus,qpDo(nBmlll4kkkkkkvknkfk`kZkRkHk=;x987P6&54*3X211v100P0////v/b/R/F/>/6/2/,/*/&/$/$/"/"/"/"/$/&/&/(/(/*/*/,/,/,/./././././././././././././././././././././././././././././././././././././././././././././././././,/,/*/(/&/&/(/2/B/^//0(01>2245R68|:X@C|FHK`NPS(UWZ\]_a>bd:eghj kmoqtZwy}G5ŎWٕ?aCMݪˬ3G!!= +돟E텡of|ywu`s~qp~oXnhmmll@kkkkkkzkrklkfk`kZkRkJk>k2k k jjjjj^j(iiiPhhh&gg0ffeddLccbvaaN``@__V^^^B]]]]T],] \\\\\\\\\\\\~\z\v\r\p\l\h\d\b\`\\\\\Z\Z\Z\\\\\^\`\`\b\b\d\d\f\h\j\l\n\r\v\x\|\~\\\\\\\\\\\\\\\\\z\v\r\n\l\j\h\f\f\h\j\l\n\p\t\v\z\|\~\~\\~\~\z\x\t\r\n\l\j\h\h\h\h\h\j\l\n\p\r\t\t\t\r\r\p\n\l\j\h\h\h\h\h\j\l\n\p\r\v\z\\\\\\\\\\\]]],]>]N]\]j]t]|]]]]]~]v]l]^]P]>],]]\\\\\\\\z\n\b\X\P\J\F\D\D\H\P\Z\d\r\\\\\\\\]] ] ] ]\\\\\\r\J\[[[[\[*ZZZZtZLZ(ZYYYYYYYYYYYYYYYYYYYYYYYYY|YlYTY2YXX~XWWVfUTSRtQ&ON2LJIGJEvCA@>b<;898p74654,3`221100p0./////z/h/Z/N/F/>/6/2/,/*/&/$/$/"/"/$/$/&/&/&/(/*/*/,/,/,/,/././././././././././././././././././././././././././././././././././././././././././././././,/*/(/&/&/&/*/6/N/r//0Z012`3^4579H;@=f?B0DGrJ*LORff*eedlcc@bbaa`` __R^^^d^&]]]]r]R]8]"]\\\\\\\\\\\\\\z\t\n\h\d\b\`\`\`\`\b\d\f\h\j\l\p\t\x\|\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\|\x\v\t\r\t\t\v\v\x\z\|\|\|\|\z\x\x\t\t\r\p\p\r\r\v\z\~\\\\\\\\\\\\\\\\\\\~\z\x\t\p\n\j\h\f\f\f\h\j\p\v\~\\\\\\\\\\]] ]]]]]]\\\\\\\\\\\z\n\f\^\V\R\N\L\L\P\T\\\f\r\\\\\\]] ]:]P]f]z]]]]]]]]|]d]F]$\\\\p\<\[[[n[<[ZZZZtZVZ>Z(ZZ ZYYYYYYYYYYYYYYYYYYYYYYrY.<;98f766 5$4D3~22:11J000\0&//////v/f/Z/N/F/>/6/0/,/(/&/$/$/$/$/$/&/&/&/(/(/*/*/,/,/,/,/,/./././././././././././././././././././././././././././././././././././././././././,/*/(/&/&/$/(/0/@/\//001&1235 68@:<.>l@CdFHKNXQSVHXZ]^`b\ce8fgijbkmPopruPwz}ׄ+oyQWߪˬ/Qɣ񟟝EE׍!̓s}zxNvtrbponmm:llZlkkkkk~kvkpklkhkdkbk\kVkNkFk:k*kkjjjjnj:iiidi hh>ggNffBee(ddczbbfaaj```"__r_$^^^l^<^]]]]]z]d]P]>].]]]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\]] ]]]]"]$]&]$]"] ]]] ]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\~\t\n\f\b\^\^\^\`\d\h\p\x\\\\\\\\\\\\\\\\\\\\\x\p\h\b\^\Z\X\X\Z\\\`\h\p\|\\\\\\]],]J]j]]]]^^^0^D^P^Z^^^Z^R^B^.^]]]]l]:]\\\`\*[[[[d[:[ZZZZZZZzZrZlZjZhZfZfZhZhZhZjZjZhZhZfZbZ\ZTZHZ4ZYYYY>XXdWW(V^UvTpSJRPO,MKJ>H~FDC,Ap?> <;98~7T6D5P4v33 2v111*000`000//////v/f/Z/N/D/bbFaaf```H___l_0^^^^v^R^2^]]]]]]]x]f]T]D]4]$]]\\\\\\\\\\\\\\\]] ]]"].]8]D]P]\]h]r]|]]]]]]]]]]]]]]z]n]b]V]H]<]0]$]]]\\\\\\\\\\\\\\\\\\\\\\]]]]"].]8]B]J]R]X]\]^]^]\]X]T]L]F]<]2](]]]\\\\\\\\\\z\r\l\h\f\f\h\l\p\v\~\\\\\\\\\\\\\\\~\v\p\l\h\f\f\h\l\r\x\\\\\\\\]]2]R]t]]]^^*^P^t^^^^___(_0_2_,_ _ ^^^^~^N^]]]p]6\\\\X\([[[[[h[L[6[$[[ [[ZZZZZZZZZZZZZZZZZZZrZ6<;D98765443Z22H11|1*000v0H0"0//////t/d/X/L/B/:/4/./*/(/&/&/&/&/&/&/&/(/(/(/*/*/*/,/,/,/,/,/,/./././././././././././././././././././././././././././././././,/,/*/(/&/&/"/$/(/2/B/^//00112346`89;>@CEHKdN>QSVxX[X]_aZbdzegh^B^D^D^B^<^4^,^ ^^]]]]]]]]]]x]p]h]b]^]\]Z]X]X]X]X]X]Z]Z]Z]\]^]`]d]j]r]z]]]]]]]]]]]]]]]]]]]]]]]]~]j]V]B],]]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\]]&]B]`]]]]^^<^h^^^__:_b_____` ````_____r_B_ ^^^^^ ]]]p]8]\\\v\P\.\[[[[[[[[[[[[[[[[[[[[[[[t[Z[6[ZZzZYYXjWVUTSvR"PO2MKJ@HFE CRA@>r<;:<97655&4j33222D111F1000n0F0 0//////p/`/T/H/@/8/2/./*/(/&/&/&/&/&/&/&/(/(/(/*/*/*/,/,/,/,/,/,/./././././././././././././././././././././././././././,/,/*/(/&/$/"/"/&/,/8/R/t//0R01r263(4F578:^N^\^l^z^^^^^^^^^^^^v^h^V^D^.^^]]]]]]h]P]8]"]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\]]]*]B]\]v]]]]^"^J^v^^^_._\___``@`h`````a aaa`````t`B`___\_^^^d^*]]]]\]2] \\\\\\\|\x\t\t\r\t\t\v\v\v\x\x\v\r\n\f\\\J\4\[[[l[ZZ(YXXW$VTSRdPOnML0J~HG EPCA@Z>=X;:9z8b7b6z544L33:22d2 11v160000l0B0//////z/h/Z/N/D/>/8/2/./*/(/(/(/&/&/&/&/&/&/(/(/*/*/*/,/,/,/,/,/./././././././././././././././././././././././,/,/,/*/(/&/$/"/"/$/(/4/H/f//0(01$12346B79;=@2BEhH0KMPSVNX[T]_ac_L_X_b_j_n_p_n_j_b_X_L_<_*__^^^^^z^Z^<^^]]]]]|]h]V]F]8].]$]]]]]]]]]]]]]]]]]]]"]*]6]D]V]j]]]]]^^:^`^^^__>_p__``:`l```a,aVa~aaaabbbb aaaaa|aLa```f`&___j_,^^^^V^(^]]]]]z]l]b]\]X]V]V]V]X]Z]Z]\]\]^]\]Z]X]R]H]:]&] \\\v\([[TZZ&YjXWVUjT&RQVON6LJI(GrEDBl@?P=<;>:8876P544^33f222H111p120000f0<0//////v/f/X/N/D/APCFIlLHO(RTWxZ\d^`bhdexfghijkm n:oqrtvyn| _#3QAoOéݬIaCGe=ќ'C-񏙌5ӅE6|VywHu&sFqpNo.nDmlll2kkkkkk|ktkpknklklklkjkjkhkfkbk^kXkPkFk8k&kjjjjjVjiiiPhhhRggg6ffpfeeNddd@cccVcbbbXb"aaaaha@a`````r`T`6``_______~_v_p_l_l_l_p_v_|________```.`B`T`f`v``````````````z`h`V`B`,``________v_l_f_b_^_\_\_\_\_^_`_d_h_n_v_~________```(`4`>`F`L`N`L`H`@`4`(``______`_>_^^^^^r^T^6^^]]]]]]]]]]]]]]]]]]]]]]]]]]]]^^ ^@^`^^^^_&_T___``P```a&a\aaab bLbvbbbbcccccbbbbbZb&aaava8```x`<`___^_0_^^^^^v^f^\^T^P^N^N^N^P^R^V^X^X^Z^Z^Z^X^R^J^>^.^]]]]N\\\[ZZY4X:W&UTSPQPPNMKdIGFLDCAt?>=4;:98776^55"44 33J222B111l1,0000X0.0//////t/d/X/N/D//T/x//0B01D12346N79;=@B~E GJMPhSs\qp\o:nLmlll6kkkkkk|ktkpknknklklklkjkjkhkfkbk^kXkPkFk8k(kjjjjj^j(iiihihhh,gg~g$fftfeere"dddDdcccLcbbbb\b4b aaaa~a^a@a"a``````z`l```V`P`L`J`L`P`V`^`f`r```````aaa,a@aRadataaaaaaaaaaaaxahaVaBa.aa```````p`b`V`L`D`>`:`8`6`6`8`:`>`B`H`N`V```l`z```````aaa a*a2a8a:a8a4a,a aa````````<`_____\_8_^^^^^^p^^^L^>^4^*^$^ ^^^^^^^^^^"^(^0^:^H^X^l^^^^^_$_L_v__``0`d``aa>avaabbPbbbccDcnccccdd dddcccccfc4bbbbJb aaaRa```t`D`______t_h_`_Z_X_X_X_\_^_b_d_f_h_j_j_h_d_^_T_F_0_^^^^6]]j\\L[ZYXWVUTSRzPOXMLJXHFEXCB8@?Z> <;:9887H665x44~433B222:111^1000x0L0$0//////r/d/X/N/D/A6CFhI*KNQTtW$Y\^Z`fb@cebfghijklmnp*qslufwz|ӆkϐ3Ӝ]ɣۧ񬛭!_}ewymy=猃łr|ywtuLsfqpdo@nRmlll8kkkkkk|ktkpknknklklklklkjkjkhkfkbk^kXkRkFk:k*kjjjjjjj8jiiiDhhhhhgg|g,fffBeeele*dddtd>d ccc~cRc*cbbbbtbTb4baaaaaa~ala\aPaFa>a:a8a:aaFaRa^ala|aaaaaaabbb b(b,b.b,b(b bbaaaaaapaLa(a````b`:`_____j_N_6_ _ ^^^^^^^^^^^^^^^^^^___0_L_j____`(`V```aaRaaab2bjbbccHc|ccdd:dbdddddeeeddddddld>d ccc\c bbbjb.aaaa^a4a ``````~`v`p`n`n`p`r`v`z`~```````~`v`h`X`>`___|_*^^P]]&\n[ZYXW^VTS4QPNrLKItGF0DCA@P?=<;:998V776r55f44v433822~2(111J1000l0B0///////r/d/X/L/B/b2b*b"bbbbbbb b&b.b6b@bLbXbhbxbbbbbbbcccc c$c&c$c cc bbbbbbbfbBbaaaazaPa&`````j`J`,`______________________` `(`H`l```aaBataabbFb~bbc*cbccdd=<;;:F988*766f55\44f333 22d211x160000f0>0///////p/b/T/J/@/:/4/0/,/(/&/(/&/&/&/&/&/&/&/&/(/(/(/(/(/(/(/(/(/(/&/&/&/&/&/$/$/$/$/$/$/$/*/2/>/P/l//0 0b01\2234679:VYr[^`(bce2fghijkdlBm2n:ofprJtvx^z}M SSC[3ͩ)OE 3 ]{c ss eo3݌w}h|ywluDs`qp`oc4c,c(c&c&c*c0c8cBcPc^cpcccccccdd"d6dHdXdfdrd|dddddddvdld^dPd>d,ddcccccccnc\cLc>c2c(c cccccccc$c,c4c>cJcXcfcvccccccccdddddddddcccccc~c^c:cbbbbpbFbaaaa~aZa8a````````z`r`l`h`f`f`f`j`n`v`~``````aa4aZaaabb8bjbbcc>cvccddTddde&eXeeeff.fPfpfffffffffffvfRf*eeeefe0ddddTd ccccjcFc$cbbbbbbbbbbbbbbbbbbbbbbbbbbdb<=L/:/4/0/./*/(/(/(/(/(/&/&/&/&/&/&/&/&/&/&/&/&/&/&/&/&/&/&/&/&/&/(/*/0/8/D/V/p//00Z01D123|4578:B<$>4@nBEPGJMbP$RUX$Z\_abd`eghiijklmrnzoqrtlvzx{R~5yю/ɗ靯=iOm]!?SoS]}WC_K Q텗[H|fywTu0sNqpTo2nFmlll4kkkkkk|ktkpknknklklklklklklklkjkjkhkfkdk`kZkRkJk>k0k k jjjjjtjLj"iiiibi.hhhhZh&gggg^g.gffff\f6feeeeeheJe,eddddddxdddRdBd4d*d"ddddd$d.d8dDdTdddtdddddddee$e6eFeTe`ehepeteveverenedeZeNe@e0e eddddddddnd\dLd>d2d(d dddddddd$d*d4d>dJdVdfdtdddddddddee e ee eddddddddrdRd0d cccchc>cbbbbtbPb.baaaaaa~apada\aTaPaNaLaNaRaXa^ahavaaaaabb*bPbxbbbc.c`cccd2dhdde e>ereeff4f`ffffgg:gTgjg|ggggggzgdgJg,gffffTf"eeeeXe(dddd|dXd:ddccccccccccccccccccccccccccpcFcbbb aa.`__(^N]\\R[0YXWFUTTRQ:ONLJI~H FEVDBA@?>==f4f&ff eeeeeeeezeheXeJeeddddd\d4d ccccncJc(cbbbbbbtbdbXbNbFb@b>bbBbHbPb\bjb|bbbbcc"cHcpcccd$dTdddeePeeeffLf|ffgg*gRgvggggh hh0h=<<.;h:998877:66 5~44~4 33<2226111`1$0000\000 //////z/l/`/V/N/F/@//B/H/R/`/t///00f01812l3445,6b79L;<>A CvEHzKMPvSUX:Z\^`bdfNf`frffffffffgggg"g&g*g*g(g$ggggfffffffff~fnf^fPfBf6f*f"ffffffffff"f*f4f>fJfTfbfnfzfffffffffffffffffffpfXfdddddee>eneeef.f^fffggBglggghh&hFhbh|hhhhhhhhhhhhhhhbh@hggggzgRg(gffffrfTf:f"feeeeeeeeeeeeeeeeefeeeeeeeeeehe8dddddccbna``_,^"][ZY6WVdTSvQPOMLLJIHvGJF*EDCBA,@F?d>=<< ;B:|998V77 6v55`44l33362222111Z1000~0P0*0//////~/r/f/^/X/R/L/H/D/B/@/>//@/B/D/H/L/R/X/`/l/|////060~01F12l3*45 6278:`@~BE"GJ.LOnRTW*Y[^`acvdf8g\h^iBjjkl^m4n&o:p|qsuwz&|5-_kG[u#Ϫ׫egq۪#󦇤ע堭3yk)ыm~{y"vtrqZp nnmflltl$kkkkkkzktkpknklklklklklklklklklklklkjkjkhkhkdkbk^kXkPkHk>k2k$kkjjjjjjnjRj2jiiiiitiVi6ihhhhhhhhLh2hgggggggrg^gJg6g$ggfffffffffffffffg gg,gg&gfffffpfLf(feeeerePe.eddddddpd^dNd@d4d,d&d"d"d$d(d.d8dDdRdddxddddee*eNeveeeffHftfffg&gRg~ggghhBhdhhhhhii$i8iHiVibijininilidiXiHi4iihhhhh^h:hggggglgPg6ggfffffffffffffffffffffffffffffpfJfeeeBddjccJba`` _]\[Z4XW~VTSHQPO.MLKbJ2IGFEDCBAA@(?B>^=<;;:D988(766\55R44f333022z2(111P1000v0L0(0////////x/r/j/d/`/\/Z/X/V/V/V/V/V/X/\/^/b/f/l/r/|//////0&0^001d12|324467X8:R<=?B*DxFIbKNQ SV2XZ]_$abd:efghij\kklmln^oxpr@sux*z}T9Mэ)ŖşaçeͩӬ wͫaũǦO[ٛ%c[1~4{hxvtrq2onnmVlljlkkkkkkzktkpknknklklklklklklklklklklklklkjkjkhkfkbk`kZkTkLkDk8k,kkjjjjjjj|jdjJj0jiiiiiizi`iFi.ihhhhhhhth`hLh8h$hhggggggggggggggggggggggghhh$h4hBhRh`hlhxhhhhhhhhhhhhhhh~hvhnhfh^hThJhBh8h0h&hhhhhhggghhhh hhhh$h*h2h8h@hFhLhRhXh\h`hbhbhbhbh^hXhRhHhi ihhhhhfhJh0hhggggggggggggggggggggggggggggggxg`g@gfffdfee6ddchba`_^]\x[8YXWNUTSTR PONTM(LJIHGFEDCBA@??>"=Bacdf8gPhHi$ijkRllmnoqrtRvVx{}؀ǃoǑ[}yAӢ';/'󬙭٫QۨէQIuE늉1}{xvDtBrqonmmDll`lkkkkkkxktkpknknknklklknknknknknknknknklklklkjkjkhkfkbk^kXkRkJk@k6k*kkkjjjjjjj|jhjRj>j(jiiiiiii|ihiTi@i.iihhhhhhhhhvhjh^hRhJhBhg`gggghh:h^hhhhii&iDi`iziiiiiijjj$j.j8j>jBjDjBj@j8j.j"jjiiiiiiriVi==<6;n:99J887l66L55B44P33t322^2111D1 0000l0N0400 //////////////////000&0>0\0001(1z12T234H5*6,7R8:;=j?PA\CEH.JMOR TWYP[]_aPbdbefghi~j6jkl:lmnoqJrtvy{~\Su a C_?_M1?[Ѥ񟝝 ;9 ÍgqU}fzx2utrJponmm2llTlkkkkkkxktkpkpknknknknknknkpkpkpkpkpkpknknknknklklkjkhkdk`k\kVkPkHk@k6k,k kkjjjjjjjjjxjfjTjDj2j jiiiiiiiiixihiZiLi>i2i$ii ihhhhhhhhhhhhhhii ii$i0ij,jjiiiiiiini\iLi=<<;Z:99B877`66:55,44833b322X2111X1(000000n0\0N0@060.0&0"0 0 0 0"0(0.080B0P0`0t000011N112@238345h6`7x8:;=R?(A C:ErGJ$LO QSVVXZ\^`bZce,fZgdhNiij|kkljm&nnp*qs$twyp|~؁مGE}}3릩-ws1˭E)uu5;߉-|zHwusrpoxnmmllJlkkkkkkxktkrkpkpkpkpkpkpkrkrkrkrkrkrkrkrkrkrkrkpkpknklkjkhkfkbk\kXkRkJkBk:k2k(kkkjjjjjjjjjjjrjdjTjFj8j*jjjiiiiiiiiiiiizirilifibi`i^i^i`idijipivi~iiiiiiiiiiij jj&j4j@jLjXjdjnjxjjjjjjjjjjjjjjjjjjjkkkjjjjjjjjjjjjjjjjjjjjjjjjj|jrjfjXjLj>j.j jiiiiiiiiliRi:i ihhhhhhlhThiZiviiiiijjj2jDjVjfjtjjjjjjjjjjjjjjjjjjjjjjtjdjRj@j.jj iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiipi\iDi$hhhhLggg&fferdcc*bJa\`f_f^^]R\B[0ZY WVUTSRQPONMLzKhJVIBH.GFECCBA@.?N>t=<<;T:994877H665544(33^322l2(1111d1@1"1000000000000000001 1(1H1p1122d23034J45678:D;=\? ACE4GtIL*NQSjUXZF\\^T`&acXdefghizj"jkTklmRn,o.p`qsjuLwpy|vPWь)ϖG;iOWUgCA[3˜#C3Qqd|ywzuTstqptoPn`mm ll@lkkkkkkzkvktktktktktktktkvkvkvkxkxkxkxkxkxkxkvkvkvktktkrkpknkjkhkdk`kZkTkNkHk@k8k0k&kkk kjjjjjjjjjjjjzjpjdjXjNjDj8j0j&jjj jiiiiiiiiiiiiiiiiijjjj$j.j:jHjTjbjpj~jjjjjjjjkkk(k8kFkVkfkxkkkkkkkkkkll llllllllll lkkkkkkkkkkkkzkjk\kLk:k*kkjjjjjjjjrj^jJj4jjiiiiiizibiJi2iihhhhhhhhthfhZhPhFh@hhFhNhXhdhrhhhhhhhi i$il=<<;D:998l77*6655 44033|3,222n2>211111~1l1^1T1L1H1F1H1N1V1`1n1111122J2233h34P456P70809P:;=?:ACEGDIKN:PRUNWY[]_aZbdJefghpi,ijljkllmznVo\prsuwz2|͆QOe s3۪᫹iiî3=Ӟ_ŕs!Èi~|yzwus.qpDo(n@mlll6kkkkkkk|kzkxkxkxkxkzkzk|k|k~k~k~kkkkkkkk~k~k|k|kzkzkxktkrkpklkhkdk`kZkTkNkHkBk:k4k,k$kkk kjjjjjjjjjjjjjjjjxjrjjjdj^jVjRjLjHjDj@j>j>j>j>jBjDjHjNjTj\jbjljtj~jjjjjjjjjk kk2kFkZknkkkkkkll(lBlZlrllllllmmm&m0m:m@mDmHmJmHmFmBm>m6m,m"mmllllllllllVl>l&lkkkkkkkjkRkj(jiiiiiii|ihiViFi6i&ii ihhhhhhhhhhhhhhiii"i2iBiTifiziiiiiijjj0jDjVjjjzjjjjjjjjjjkk kkkk$k*k.k0k2k4k4k2k0k,k(k"kkk kjjjjjjjjjjjjj~jzjvjrjpjnjnjnjnjnjpjpjrjtjtjvjxjxjzjzjzjzjzjzjxjtjrjljfj^jRjDj2jiiiili*hh~hggfee@dccb4a^`_^]\\[&Z:YNX\WjVrUvTvSpRfQXPDO0NMKJIHGFEDCBA@@?8>^=<;;$:b988N7766 55$44d4333J32222|2b2L2:2.2$222 2&2.2<2L2d2~22233T33484556D7789;CEG8IjKMPPRTW0Y\[p]f_>`bce.fNgJh&hij&jk2klFlmn~opr6suxz}<#9sō!yÖɟgǣ˧mժ׬ {Ϯ۪٦cs9I+뎗9߄o~r{yvtrq`pon$mrll~l.kkkkkkkkk~kkkkkkkkkkkkkkkkkkkkkkkkkkk|kzkvkrkpklkfkbk^kXkRkLkFk@k:k4k.k(k"kkk kjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjk kk,k>kRkfk|kkkkkll6lTltllllmmBmdmmmmnn n:nPndntnnnnnnnnnnnvnfnTn@n*nmmmmmmfmFm&mllllldlFl&lkkkkkzk`kFk,kjjjjjjjnjXjDj.jjiiiiiiiiii~ivipijifibibibidifijipixiiiiiiiiiij jj.j@jRjbjtjjjjjjjjjjkkkk"k(k.k4kk6k.k&kkk kjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhjJj&iiii4hhxh ggfvee8dccbZa``_0^^]\[ZZY&X6WBVFUDT>S2R"QONMLKJIHGFEDCBA@@? >B=f<;;:D988L77.66>55v5"444R43333|3d3N3>323,3*3*323>3N3b3~33344V44585667.789:;<>d?ACbELGRInKMP"RhTVY[] ^`b*cdfgghiXijtjkhklnm mnoprjt"vxZz}ي-)SU#--'󬙭ۮ姥%c]ɗєi]~{>xvptlrq,onnm^lltl*kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk|kxktkpklkhkbk^kXkTkNkJkDk@k:k6k0k*k$k kkkk kkjjjjjjjjjjjjjjjjjjjjjkkkkk$k0kjLjXjhjvjjjjjjjjjjk kkk(k0k8k>kFkLkPkVk\k`kdkjknkrkvkxkzk|k|k|k|k|kzkxktkpklkfkbkZkTkLkFk>k6k.k(k kkkkkkjjjjjjjjjjjjjjjkkkkkkkkkjjjjjjjjjjjj>jiii0hhngggfteeFdccRbaa4`x_^^,]^\[ZYXXW V USRQPONMLKJIHGFEDCBA@?>>=DkFkNkVk\kbkhknktkxk|kkkkkkkkkkkkkkkkkkkkkkkkk|kvknkhk`kXkRkJkDk@k:k6k2k.k*k(k&k&k&k&k&k&k(k*k*k,k.k0k2k4k6k6k6k8k8k8k6k4k0k*k$kk jjjjjzjHjiii,hhhggg feenddBccb^aa`P_^^]>\j[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>> =@<;;":99t888,777>7666l6J6.66555666&6B6d666767~78.899:<:;<=>@AbBD|F4H IKNP,RPTtVXZ\^b`acdjefghXiij$jkklklDlm\nnpqLrtvx{f~*!Eߎ;՗񝷠AiOo]!?)Aߡǟm՚ϐ)ˆw=%}k,kjjjjjNjiii.hhth gg,ff4ee,ddczbb@a``8_~^]]\B[bZ|YXWVUTSRQPONMLKJIHG|FrElDhCjBtA@?>>2=|<<6;;"::>9994888z8J8"87777777788<8j889$9t9:6:;.;>?A(BnCEVFHJLlNfPlRzTVXZ\v^@_abdDerfgnh>hijjjkNkl lxlmnDo&p8qstvy"{~rkՋ+ݕ;1wɦms3ϭK/ck's'ˉm|zHwusr"ponmmFllxl8l kkkkkkkkkkkkkkll lllllllllllll llkkkkkkkkkkkkkkkkkkkkkkkkk|kzkvktkrkpkpkpkpkpkrkrktkxkzk~kkkkkkkkkkkkkkkkllll0lDlZlrllllmmJmzmmn&nhnnoDoop>== <<*;;t;&:::p:D: :999999::0:Z::; ;X;<<~<=>$>?@|AvBCEFlGIKFMNPRTVXZ\v^8_anbd.e^fng^h0hijjjkFkklNlm0mnobptqsHuwyj{~ۈuϒ!]yi%靈9CݭW5IeIUwSIm_+݌%ׂ|zwusrponmmPlllNl$lkkkkkkll ll l,l6l@lJlRlXl^ldlfljljljlhlflbl^lXlRlLlFl>l6l.l&lllllkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkllll(l6lFlTlflxlllllmm@mjmmnn>nnoodoppnpq4qrrnrsDstttuJuvvVvvw.wjwwwxxx&x(x"xwwwww\w$vvvXv uudu ttRsss2rrprqqVpppJoooTonnzn8mmmmRm llll|lZl:llkkkkkkkkzkpkfk^kVkPkJkDk@kkDkJkPkVk^khkpkzkkkkkkkkkkkkkkkkklll llll"l(l.l4l:l@lFlJlPlTlXl\l`lbldlflflfldl`l\lVlPlFl>Z===^=<<<,>??@@AzBHC,D*E@FrGI&JL@MOQ|SVU8WXZ\^J_arbd*eZfjg^h4hijjjkTkklDlmmznnoprsubwny|H +meWӣѨSQ_93M/ѥ3Q+;+M󅩂yr|ywusrponmmhlllplJl0l"lll"l*l4lBlPl^lnl|lllllllllllllllllllllllxlllblVlLlBl6l,l ll lkkkkkkkkkkkkkkkkkkkkkkkkkkkllll*l8lFlTlblrlllllllmm0mNmrmmmn&n^nno,o|op,ppq^qr@rs0st*tu$uvvwwxwxLxyyZyyz"zTz~zzzzzzzzpzFzyyyTyxx\www6vvbuuutt2ssRrrxrqqBppp&oozo*nnnRnmmmjm:m llllzl^lDl,llkkkkkkkkkkkkkk|kzkxkxkzk|kkkkkkkkkkkkkkkkllll l(l0l6l>lDlJlPlVl\lbljlplxl~llllllllllllllllllllllllllnl^lJl8l&llkkkkkkkkkkkkkkkkkkkkkklll lllllll llkkkkkkkxkVk.kjjjfj(iiiXi hhdh ggLffzfeeddcrbb>>>??$?H?v??@:@@AXABXBCDRE"F GH IPJKMtOPRTTUWYb["\^~`abd>ejf|gphHiij8jkkvkllZllm^mnno(p q"rpsuwz|pgÌcݘ՞5/i]gî =!;9 ُ5݅kj|zwusr&ponn mm*lllljl`l^lblllxlllllllmmm.m:mFmNmTmXmZmZmXmRmLmDmrrTqqxqppJoooFnnnln,mmmmXm.mlllllvl`lLl:l*lllkkkkkkkkkkkkkkkkkkkkllll*l4l>lJlTl^lhlrl|lllllllllllllllmm mmm(m0m8m@mHmNmTmXm\m^m^mZmVmNmDm8m*mmllllllzlblLl6l"llkkkkkkkkkkll ll l*l4l>lFlNlTlZl`lblflhlhlfldl`l\lTlLl>l0llkkkkkhk>kjjjlj.iii`ihhthggdgff&ee8dd4ccbaaN`__N^]] \<[dZYXWVUTSrRZQBP*ONMLK J$IHHzGGFdEEFDDVCCC@BBBBRB,BAAAABB"BFBtBBC8CCD\DE^EFG\H,IJK"LLMNPTQSbTVXPY[]D^`\ac*dlefghpi0ijjjkTkllLllmmrmnNnopqrtxvBxNz}"Յ'o%/ '[OêѫgmǮ ?/- ׏9煣}|z wusrXqoon^mmlm"lllllllllmm&m@m\mvmmmmmmmnnn n nnmmmmmmmmmmpm\mJm6m$mllllllllxlflVlHl:l.l$llllllllll$l.l8lFlTldltllllllmmm4mLmfmmmmmnn8n^nnnooPoop ptpq0qr rssttu:uvrwwxVxyz:z{n||}}~ ~|~>؀Ek}_76~~~}}<||D{{8zz yyxnwwLvv,uuttssrrqq2pphp oobonnnNnmmmm^m:mlllllllzljl\lNl@l4l*l"lllllllll"l*l4l@lJlXldlrlllllllllllmmmm$m.m8mBmLmVm`mjmvmmmmmmmmmmmmnn nnnn nmmmmmmmmdmDm$mlllllrl\lHl:l.l$l ll l$l*l4l>lJlXldlrllllllllllllllllllllllltl^lBl$lkkkk\k*jjjjHjiii8hhhLggg>ffvf ee(dd2cc&bbab``_L^]\[[Z YWVUTSRQPONMLKK2J~II@HH4GGXFFFZFEEEEfEPEBE@EFETEnEEEF2F|FG.GHHI0IJK\LO`PQS@TV(WY8Z\T]_\`b2cdefghitj jk6kllZllm*mlmnnlnopn`nnnno"oPooop0ptpqqlqr8rs$st2tu^uvwLwxy`zz{~|0|}~2~l S;qǃ˃a+낡M񁋁+ ~}}d||*{zzHyyxbww$vuuZtt:ss,rr4qqTppp.ooo>nnnnLnmmmmmbmFm,mllllllllllxlrlplplrlvl|lllllllllm mm*m:mJmXmhmvmmmmmmmmmmnnn n.nhhhdhggrgff^eeeddcbbVa`` _J^j]|\[ZYrXdWRVDU8T0S2Riijkkllxlmmdmmn&npno*opBqqstTuwy{~l! 1eŖۙϜ/AɬyyϮE1#E%Ŝ'SQ+a+}\zxvxts"qpoo6nnNnmmmmmmmnnm*mm llllllllmmm m0mBmVmjm~mmmmmmn nn.n@nRnbntnnnnnnnnooo(o:oLo`oroooooooooppppoooooopoFonnnnJnmmmm\m6mlllllllllm m"m8mPmhmmmmmmmmnnnnnnnnnn nmmmmmmmmjmJm*mllll^l0lkkknkmlllldl:lkkkkkbkDk&k jjjjjfj:jiii.hh^ggRffeHd|cba`_^]\[ZZY$XPWVV"UTTnSSS(RR~R6QQQQ`QoooVonnnjnDn&nnnn nn*nDnbnnnnooBofoooooopppppppppooooooooroTo2o nnnnfn:nmmmmjmFm$mllllllllllllllxl\l4kkkhkjjinhh gBfnedcba`_^^]B\v[[Z`YY@XXRWWW](^ _$`2aDb\ctdefghij`k*klm*mn4noolop pTppq$qnqr rssturvwy\{} 8+ÌIG{u77+!ݮKQyo+埧-kG13W}.zxw$utRs@rdqq2ppprpfpnpppq qHqqrrjrrsFsstt0tZtzttttttt|t`t@tsssshs6srrr`r(qqqtq6ppp~pBpooojo>onnnnnnnnnnoo$oJovooppHppqqFqqrrZrrs2s|sttbtuu`uvvvwlwxvy yzT{{|}`~:ق˃mO-͋K3?m!ASWO9琫cI׎Yэ?W+eͅ%Kq"~H}p|{{z@yxxwrvv8uu tt*ssTrrrHqqqpq0ppppXp(oooooroZoHonTnlnnnnnnnnnnn|n2mmfllNkjj.i\hgfeddc$bLa~``_`^^8]]F\\\,[[[^[&ZZZZxZXZlmn4noDop$ppq6qqrr^rrsPst,tu^v(wx2y|z|~ 7ݐœQwǢͦE]G -Mqg=MUieUA9Iy~`|$z$xbvutsrrtrqqqqqr rDrrssrst txtu"upuuv4vdvvvvvvvvvlvFvuuuuNuttt\tsssLsrrpr&qqqPqppp`p0poooooooooppBppppqq\qqr0r|rsslsttbtu u`uvvjvw$wwxZxyJyzZz{|>|}~Z9 ݈ӉŊ{S#珣Qk Esk;g 1-_C=aу1Kh~}|| {Dzyyxnww6vv uu.ttZsssNsrrpr.qqq~qJqppppprpdpZpXp\phpxppppqqHqtqqqr,rXrrrrs$sJsnsssstt>t^ttttuu(uLunuuuuv"vDvfvvvvvvvvvvvXvuuu(tt\ss|s rr*qq`qppvp>poooopp pHpvppqqRqqqr,rXrrrrrrss s s srrrrrrrrprPr,rqqqxqFqpppvpFpoooooooooooppHp~ppq(qZqqqqqqqpq,pphooTnmm```t`>` ____j_H_(_ ^^^^^^^^^^^^_$_f_``aab.bcd^e0ffghijfkqqqqTq.qppppqq qBqlqqrrRrrs6sst8ttuLuvvhvw(wwxNxyyyzbz{X{|l}}~T ΀sS=/'!!###!ɐo3퓙;ϕYӖC?yŗחۗӗq7󖣖IuuOSՏ =iɉ '5AQau~}}$|Z{zz0yxxXwwJvv\uuu,tt~t,sssTsrrrjrstssttFtxttuu,uXuuuuvvFvlvvvww*wRwxwwwxxBxjxxxxyy(y4y8y2y yxxxZxww@vvTuuPttHssPrrvrqqq^qsst,tltttttttTsssr~qq*pnonnmDlzkjjDihhpggzgffffeeeteFeddddd`ddeef8fghBiijkZl"lmnboopZpq|rrzrsXsttztu(uzuv vvvw6wx&xyhz4{"|8}z~쀍_ciU-륧1?ӭI)SǪ MKUՉUǁi>}J{zxwvv4uu\u(uuu.u\uuv>vwwtwxVxy8yzzdz{{@{r{{{{{{{x{P{"zzzrz0yyyRyxxZxwwJvvv&uu`tttFsssXsrrrrzrnrlrtrrrrs4ststtZtuunuv6vwwnwxDxyyyz`z{>{|"|}}~~D怑GӃse][[_cgiicWE+ ߔiǗcwWK˚ۚٚŚ{EaAݓWݎ/AO[eksy$~V}||{rzz8yy xx*wwNvvv,uuu4tttdt*sssssnsbs^sdstsssst2thttuu\uuvvNvvvw$wVwwwxxyhyyyzzDzpzzz{"{J{r{{{{{{{{{h{(zz|zyyxwwdvv8uutt$ssdsrrrrrrrs2srsttVttuDuuvvJvzvvvvww ww wvvvvvvvbv:vuuutu6tttrt.sssps8srrrrrrrs s`sttftu>uvvvwNwwxx x$xwwwHvvZuu&tzssrJqppohnn(mmll@kkkRkjjjjjjHj&jiiiiriFihhhhXh(gggggxgngpg~gghhVhi"ij,jkdl lmnn"nop2pq|rrs2st0tuu~uvFvwwZwx xdxy$yzz{{|}~ԁ=ӄCCї[ٜA'뫷_Y/WGiWݝy-e ?4}|zyxx4wwbw2w w(wJwwxx~xy^yzTz{P{|B|}}v}~ ~B~l~~~~~p~N~"}}}t}0|||F{{{>zz|zyyBxxdwwwvvDuuu6ttt~tVt|n|||}.}`}}}~~F~l~~~~~~~l~4}}}*||.{{z^yyxfww&vvuu:ttttltjtzttu uRuuvVvwwhwx xTxxxy$yByZyjytyvytyly^yLy6yxxxxxVx www`wvvv6uuu`u"ttttttttu&utuvvuu.tssNrrDqqlqpppPp ooooooloPo0onnnnRnmmmTmlllNlkkkkkkkllXlmmn no*opdqqrDrszttu"uv vwwvwxFxyynyz,zz{N{|&|}&}~p<%1eÅKيݍEkϛ'ks' =E%㬃mî7]/#1wǏ{󇉅I7W~8|{{zvyyy~ypyyyz4z{{v{|z}}~~i Gs{W)󀳀o#(~~l~}}4||P{{`zzhyypxxxwwZwvvv^vBv2v0vxyyzzzz{x{|z|}|}~;م}+ᇣmAߔՕŖg5e /%?3AG?/EE۝kmKUߗIs͑ߐ #;W}!k~|}}Z||T{{fzzz$yyfyxxrx0wwwwwvwrwzwwwxx>x~xyyZyyzFzz{({n{{|2|p||}}R}}}~$~X~~~$V%Y%QyÁq3倃~~Z}||D{zzypxx>wwPvvvvnvlvvvw$wvwx4xyyjyz.zz{ {`{{{|||| |||{{{{{r{D{zzz^zyy|y(xx~x,wwwLwvvvvvvwwbwx,xy2yzd{{|F|}j}~X~~$:4~~~4}}>||{xzz4yxxhwwbvvv6uuuzuRu0uutttttttbt8tsssLsrrXrqqNppp`p"oooooop pJppqhqr`rsvttu(uvDvwPwxJxy4yzz|z{N{||~|}H}~~~vI'wS=Ee٘YAէAc!Ӯ?ciͪ 5ao l~j}|||4| |||D||}H}~<~Ty %9yɄلۄ̈́[#თG󂙂;فq!,~~&}}||{{zz"yyfyxxxxzxxxxxyyFyyzRz{.{|&|}.}~@~Xm )9ņU釃!ɉy1󋽌oS?3)#ə}I ŝuAà;_!OqmK!kŠesל1ϚMՕ%3?EIKKKMQWcuՅ=˂y݀G0~~0}}D||j|{{Nzzzvz@zyyyyzz"zNzz{ {V{{|R||}R}}~@~~XրK+cς;q߃M'Yӄф_ #I~>}t|{{HzzyyFxxxxxxy2yyz@z{ {||t|}@}}~2~l~~~~~~~~~~p~D~}}}`}||v|{{d{zzRzyytyByy y yyFyyz>z{F{|}6}~T5%}߂݂y'ÁMˀA~}}l||n|{{HzzzzjzNz:z*z zzzyyyyyyPyxxzx wwXvv~vuu}}}0||J{{LzzFyyRxxx0wwwwwwwxx`xyyyzjz{^{|R|}B}~*~ zUÁ3}YɄ;)7ч{;EE ͙o7{Aqm;a+Qo_禡/͟՛w3풭{_c݇[ 1/́́#sՃḮ[񅏆/Ӈs3)-aqIيE3͈c{kلEw݁G/@~~~<~}}}}}~,~l~|gs-DŽc3͇cAϋ]{ =ۏ-ߑ]'ϕoS7ל}GqGѣQŤ1;C_s}}q]AťMg =ˢO͡CqǞ[ӛ1Usɒӑݐ #AgNJG?sWуQӂ]m%5}́%E kDŽ#yͅi?=y+eىM7qGsQ/WDž-Mqۀ)~~J~}}~~J~~XЀMӁY߂aۃMg7O]a]Q?%߄I ǃy'͂k/ÀW:~~~~t~t~~b܀i MņO'3YeW1Qw '_ ÄW3  !)--#ǃE񂍂n~~J}}>||`| {{{v{l{t{{{|B||}^}~:~ wYɂ7gׅI+uuC)+IۓOۖ1񛵝y5境 wɧ ׫/%ͮ 9[w#_Y)GK;!אݎ=7߆?K U 9ۉ%ɋiMˎݎEY3ŋSي[ՉK#I m׃IłMぇ=݀ɀɀـ/qÂ# 3ˆiI鉇#W팁1Mݐm1ѓw%וQ㘳]1۝w=e CϤSϥA a3iݧݧo=ɦ;륓3ͤao]ɡ/1y'Syϖ 5Ok[=YÈ/G烑GׂYUMqˈ#uʼnY%eYό E/kߎQ'%펵gYۊ'AWo1? Ec߃g󄁅 a?o_7 Շ[k ;˄Yu Iwu o냁)兯_;銳m#͍ Í1ӌo)]g+ӈӈψiÇ[_х7S!`HDRr+߁Caτ=eՇG+kWьQٍk }UEMqoyAӢW˥+q?sQGe}cq˪ݥ o'=e'i㈅M5?caيa5ۍ%ŏ_sS)OceY?呩aa+=7}ߊ=Ok1 )]YdžAŇQ}]E千Mq/Iەo KWϛUߞe%ݡ?壅/#O3qը!;Qaimi_Q;!ۨKѧ=릑1˥[iYǢ-7Þ7g٘9Y{˒/kESqgq1نMۅ)_EmՉ?sӋ/݌-{Í OюOǏ=w%_ՑICe}oI[ߐO'OkY'_'1k3ňWk[gً)-)ɋs=sʼne+E݅}+鄻7c#ˊmEӏOm5A㏁ÎkӍe=# )?WmmA]sQYY'/σG#/Ǘqͅ/gч;YNJ7u]ώC11SyUKUwO!c Acm_97!{ŭ/SoCɫ5y#!{Ü1gOˑe#G)ӋU9S폏3ّ{?7;qc1eW񒅒sَ;Kk׉Mшc}UA?QuG=ٌw_Aݑw3KՕ]iuI盉1۝;Uc E٥gkߧOkE -KcuucK/éc+鶴eŧk 5Eä9wѡ'u9oњ+Y%c?K_ӍMɌKы_󊑊9뉫wS?9C]Oiь;uێ;G-s9w+eדI+eӕ 9gŕ͕ɕQ!3iō׌%We󇟇gOSui߉e󊇋CˍK)яEmw[7ߎk'ۍ+Ɍ_w/͈y73go?ݏg'Փo]  픽7瓓;璕GőiK9//9I_yɑۑّY ?1Aً%wω3)i'߆ 9u aMYō3gِK/{'ϖS1#)?g٠c7KI3 ǫqUAay嬍!Ckwc3wݝ=qG7{s#a?ݓ}Wseǘa˘јŘ[!ߗE햑-ŕUߔcߓUÒ+IaǍ3/c݊׋ Q {{5ѐqS񓍔'Oߖky}{y}=՟o O񢑣/ˤc U _-eê +CYisy}ysgWC-Ϫ}O婧eѨ}#ŧ_󦁦 yM[3u+i-wŗmɕ)cђC1)5ÎYSጽnj'i kϏ5 qّ=Q?˔Oɕ=wS-eј7eӘӘq#Eaǒ-GmAE񊻊ˋY9Oy)1sْ͒qA ϑ?됏+Oَao+׋cIE[׌=ScA!Ք_ '%KYS;ݗW u-땯{Q1 3MiՕٕ]CÓ5Aӏi ?ÊYMgˎ-]Ő/qO/ {UŖ7'9ә{1ќɠ9MWUC!M߬aӭ3ɮ/Sm#լsqͪ5A3 ϣ}5M㙋G OmG;Mu mߔ_{GߘsgǛYśU᚛OEw gϔ3Q#ǎ{C =q kِSՑ_񒇓W󕏖'Qm{{q]ӝI7-/=ɢUs)'yݩ;1w%S}ū!/7=?=7-˫iC骵}Akèg-=7{ۢ5ߠ-{ɞe _wݘG# y{WyI% 1Yϑo˒+]Ŕ)A5ŗG1iә =qך ?sכ 7eɛۛٛÛcAkߖ'Ca1I)e9͒aykѕ-y/?CA5!㕻Wٔ;1AːY폋7Ŏ3KɓsK#󗹘q-)QcaO-ǚGÙK˘͘ )GcygAcyQIے)ݐKǏUuSEG[1}ϐ'ݑ;[!U'iӗ=wߙI)!C睗W%Ӣǣ]+몙9ɬGkCay]ì[߫O%! ߣcɞ=ט S=ᕣ{A #Gכaaӝ9ߞKk}yeE靯m'ٜ-ϛkY%aדUy!ّ}ki{ϒc+1S}9ǚSۛ_ߜ]՝K/ sߠI%yi_ۥYզQɧA#UU%_ū;[uìͬլ۬۬٬լͬ{cI+ g5;񩣩M1ǧYg]Ϥ= oϡ-KySÛ9'!!)=͕cS ϓkgq#kqӖ5[iQٚUǚ3g˛+]M}מ+Oo}W!ם{ Mљ-S{۔mӒQ瑛iU] oe} ''Sݙ5O_caUC) ᘵGmQs=ߒM=W㔁3񖹗U!隥Ug/1#ߝyA͜g;ݛٛݛ3QqÜϜӜ˜YSٚQq×_ mۓ[钋? ӑӑ/g;;Ia#M}E k˜-g۞U۟ka壳[/ϨO79Yۮ 5WoW Eǫ5թ#/+ۡucasۚ5?љ W sѠ%kϠˠwAß{/ݞ)ŝ[soWř3cɔǔYeӗKɘOיa{#uKuע7YW+oר?giAKsӬ)7CMSWWWSKC7) ߬ǬoM'ϫg-節eɩsUy qUǢ7}uw1S阅)їA ۖɖY=M ca=1g͝-[;gAkנՠ]#Mӛ =q5!ٔÔI+9-Mќ%=MSQE3ٛ}E Úw#Ǚe#Cٖu͕_E?Q{Aq5a#E{Q#񟿟a7ߞўɞɞϞݞ %CcO Wc՜=K[×9M󕩕sM;9Gc=ӗ#uɘsə!{՚/EauϞ)۟7[ǡ=Aѣk gϧ7婋)GǬ9MϮ+Mg}ŭO5'թ=]oy}}'wћ=WǞ;1' uբ+w-=A;)Ţ]#ᡛQQ)# /ӘEA{ÙwߚOśAAŝGɞIǟA- sע9MMMQasϩ'ժ)wë Qͬ7gݬ5McuyiWE/yQ%O˪7穑7רq'9AäCţIˢQ١ay'Iݝq9כ{#ӚMәÙəߚ-e979۞%m-gѠ3a 3[ӡ#Kqߣ5GQSK7㢣S󡁠oϟ%q;Ϛ'9͗ŗe+iÞUݞ מqC՝KK雃G㙅1瘫gaqә#'͜{-ន?}Kɢ Ѣ[1ߡuiego}áߡ1EQUO;롭a! w۝=kݚY}%ᘫus#a5ϛoa ] _ c [MGcϤCA˦YI۪gg۬EIǭ#EawíG-'3sӥEoݡ'u YGGY{7Q)uߣCE-;?9+Ѥu?ǣ=E硁1;AǝOߜuy?;sY!sc٠Qš7{CQCۦ%oK-yǩaEի]׬Euͬ7Sm˭٭ۭϭímW=!ᬽm?۫g'媝OQ󨑨+ç[女9ˤa%Y󡏡-ɠgE鞏;띡_%ќÜ =wK9ՠ!i+eѢ1_ۣ'Mo٣!Cgͤ!5EMOE1夫a +{נ-Ӟ)_{)ŚߛW{eߞW˟9Q١7Wm{wgS9ˠe)矝O?ߝ}g՛u]WecѝO۞sW+5 ]Ѥ  ä}Y5ߣˣˣݣ 'A[s{]1]wSÞ9=Ϝqߛ{yQѝ[3}ǟ]C/{ɢ_9Ǥ[O sS˨GũC=)]Mŭ?[qA񬕬-7m Sߥ)yӣ7/šm'ՠǠɠ۠'_C]!9٦YզצwK饳w9󤩤[M}/M{Şy9۝۞3o]Wâ/iˤ-;ݦ)q?;y7w7w5qM}׬#Eeŭ׭!'-3577751-'!խŭqW9ӬS#﫷{;gũocI릍1եyŤka [[ w3şyaUS[mݠKϡ]3u/gˣ'QyŤ +Kkǥ#Aa}Ϧ Ѧs1᥃!i͡1{/㝭Ӟacѡ;SMsw[9碷CigaɞY5#Aqi٠Wߡm#5%/k˦ӦϦæwY9ӥť˥ۥ7Maq{yiM'󥳥e =ţIǢC?Kݟ{%۞sUECKaӟ?y7y?Ǣ Oۣ!e3u5s/qKM s۪CsѬ+ϭYǭ=Wm9ﭿA󬛬9˫UժK#O!3ۣW- 9aϤ[OQ9{=Ymy{wm]E) 㧻_+󦷦w1祗A礉'ţ_7ۡ9iQEEQi/uâoɣ'EYY;=wQ#W+_ǫ+[ݭ)Mkӭ#-7AGOSW[]___][WSOIC;3+! ٭ǭgI)㬻c3ǫO ɪ9Qcçu'٦=񥣥W o#ףES%͡áɡ١;kףSѤOŤ/_ /QsѦ #=Wsݧ)AUgw}kQ-{)˦asiߣSˢIϡ_g5 1]ݡ-G mɤiImqY;Ǥ_#ᣛOcǡ?٠%mŢ) sק3ç#?QWUK9% קwoiimu˧! ѧi%զ}CѤ[s;㡗U!ߠѠ͠ՠ%O}Sǣ=y+i!]զK%[ŧ7s;Ӫ#w˫sŬc1kϭ=Wk}S9ﭿEO뫁 #UwI' 7Y1uO)kEk{_?ͨq=ɧAWQMo3עע-e3ѥ!uɦm Y-oUEqǪIs˫Isì 1Qq٭!/9EOW_ekosuy{{{{ywusokga[UME;1% ӭsW7ɬqA٫g+k)穣aۨUӧO ɦEAͤkC# 5YM+_Aeͧ#?Wo˨ %;Qg}ǩɩɩyOݨA姁+9äQ壅-墫g_g٣_[ _?{ߧ%;KW[YUK=+ݦi7ɥGu/uC'Y9oߦQ/OMqwcM7!ߨߨ#5GYiu}}ykU7 ۨY [/ɥeSţ_=%-Eeݤ ;mӥ;oצ AuߧI}?oɨ!QUϫS٬_ݭOۮ#?Wm}iS9íQ oUCߨ'קS!Ѧ˦Ϧݦ7cɨ?}9u?gŪϪѪϪǪeG'ߩY%q-秝Qk#ݥc/ߤäŤߥ-]ϦQݧ%m?ũA{Guɪ;_ɫ1Uwݬ=[yŭݭ'5AMW_gouy}wsmgaYQG;/!ݭɭ}aAլS%󫿫W!骱yC өc-K٧i1ǦkC!ߥץץݥ5Wק7gǧGoը-Gay˩ߩ);OauŪϪת٪תϪk=ɩ1ۨ}M}k!㤱wqyݥQ-{ǧWը 9aɨϨͨɨ{aE#ѧq9ŦI ѥi=!K _w٨9CӪCkq_M=/%!+5CQaq{a=ݩ]èqçks+饱[=)#1GaǥEq˦%S٨3a;e٩#IoAq׬ Aw߭Esǭ +E[o}{iS9ɭa#ᬗKOKc#騹s]QMS_sѨ'W'Y7WsoY?%ŪwK驳y;{9IæwwŦCu[թM-a=cɫ#?[wˬ9Smͭ)7EQ[emu{{woi_WMC7) ѭkK+ 嬿mCe7 ۪Q!ée5ըwK!ۧϧ3[ը'Mqө %?Wm˪۪ '5EWguwW1ͪK]U]צwYICI[yϧAèGè/]ũݩթéuU/ۨ{GݧwI٦ææۦ-c3թ){ɪ]׫ 5YuqaSE7-%#)3?KYgs}mU7㪯w7eѨAç]55Ssߨ+Qwè5[ͩ=_ê?]}+S{Ϭ!Ks7Maq{kU=խwAǬAo+骫q=ɩͩ)MuɪKs3GUagigc[QC3! ݫëeA]'񩹩M稷iI/  1Kiߩ =mӪ9kͪ'Qyū'C_y׬1G[qí׭ +9GS]gow{ume]SG;/׭uY;٬oI%۫iCϪY1᩹sS7 /Gcũ -OoǪߪ%9M_qǫӫ߫+9EO[cimoke[K5ѫq7o%۩GQ%ۧקݧ%M{Wũ)U{ժ ӪuW3穽e7 ᨹsYG;59EYwɨ9wE˫ G۫5EQUUQI?3' !-7AIMMI?1㫻_+󪷪{=éS!ͨ}qiimwǨ;[{ݩ;[{٪5So׫ !;Uoì!Ac߭-CWgw}mYC'孽c1ŬW髳U+ѪǪ٪ %Cc˫3SqϬ߬ݬϬu]C' ūwM!Ūk?˩}ka[]coͩ7_۫/Yϫ7Wuì۬-?Qcsɭ٭#1?IU_iqywqiaWKA3%߭ɭkO5߬gI+ ͫkK) Ǫs[G7+#!)5CUkӪ )Eayѫ%5CO[gq{ˬլ߬Ϭ{U)ūS٪_%奔oS?3/5AWqAqϪ#Giëѫ٫߫۫իͫ}eK/ɪ[5ѩթ%U3k׬ 7_Ϭݬ٬ѬŬìͬլݬ۬ϬkGūa/˪qG#թũ˩۩-Ga{ͪ5Oiѫ1G]qլ)?Umϭ+?Qao}o_I1խ_3 ۬[5իɫݫ %A[yˬ);KYcimoomgaWMA3%ݬŬuU5ɫY5תy{٪/Qq٫=]}Ѭ/AUeu˭׭ #/;EOYcksy{sme[QE7+ խímU?'߬Ǭ{aG-۫wcO?1'!!'/;K[oɫ%;M_qǬӬݬ '-7?IQYagmqssqkcWI5m?ݫyGŪo_USWasŪ5]ϫ+CWiuuk]O=)ūkM-۪Ū٪Cmɫ'Sͬ %9KW]ac_[UME;5-)%!!%)-5;CKQW]__]UK=)۬oIͫ]=!תϪ˪˪ͪӪݪ+?Ukë٫+AWkͬ߬!/?O_oíխ 1AQ_myueS=% ϭmI'ɬ}k]QKGIMU_kyì٬1G[oŭɭɭɭǭíueUC/ͬwY;˫}qkggmu˫1Miլ7K_sͭ٭ !+3=GOW_gou}}wog]SI=1#խŭ{iUC/ݬɬs]I7% !1ASgyŬլ %1;EOWagou{íǭ˭ͭͭɭŭqW9ѬY/ 㫿m[MGEIQ_q߫?]{Ǭ۬  ׬Ǭu]E-˫}}˫)Ms'E_wiQ5۬yY=!ݫϫǫѫݫ /AQcuɬ۬ +;IWesǭӭ߭!/=IWcmyym]K7! ׭oW?)߬ݬ߬!1AQasǭխ ׭ͭs_I3ӬyeUE91+))-5=KYi{ͬ%9Ocw˭׭!)17?GMU[ciou{yqiaYOE9-!߭ѭíueUE3#Ѭìͬ٬'5CQ]gs}íɭͭѭխ٭ݭ  ׭ŭcE'ŬmS=+ !1CWoլ1CSamu}}wqg]SE7'ݬɬyiYMC;99=EScwì߬9Uqͭݭ߭ݭݭݭݭ߭ѭiQ7Ӭwokiikos{ˬ٬-9GSam{˭ӭݭ %/9CMWais{ugYI7%խíqg_YUUUY_emwɭ׭ '/59=?AA?=;71-'׭ɭs_M9'ݬӬˬǬŬŬɬϬ׬'7IYk{ۭͭ !+3;AIOSY_eiosw}}uog_WME;1'٭˭qeWMA91)%#!!#%)/7?IS_kwí˭ӭ٭ #'+/37;=AACCA=93+!ѭqW=% ӬŬˬ٬%9Mauŭͭӭխ٭ۭۭۭ٭׭ӭϭɭíscUE5%٬ӬѬѬӬ۬'=Skǭۭ %-379;9731-)%!!#%)-/3799975/'ӭq_M=/#  )3=IU_iuǭѭۭ #)17=CKQY_ems{}sg[M?/!ݭѭǭǭͭխݭ !+3=EMSW]aceeeeca_[WSMGA;3+! ׭ɭui]UMGCACEIQYakwíѭݭ#-7?GOU[aekosw{{umgaYQKC;1)!ݭӭɭŭϭ׭ %)-37;=ACEGIKMQSUY[_acegggec_[UME9-٭ŭygYKA93//15=EQ]m{˭٭  խ˭ui_WQKIIKQYco}íխ%3=GOW[_aa__[YWSQOMKKKKKKMMOQUWY[]_aa_]YSKA7-׭ɭ{wussuwy}ŭͭխݭ !)/5;AEKOUY]cgmqu{}ukaWKA7-#  #)17?EMU[agmquy{}}}{yuqmiea[UOG?5+! ߭խ˭ŭͭ׭%/7AIQW]ciosy}{wqke_YSMG?91+# ߭߭߭߭ %-37=AEIMQUW[_acegikkmoqsuwy{}}{wsmg_UK?1#٭˭ŭѭݭ !+17=AEGIIIIIGECA=73-% ߭խ˭íŭѭݭ-9EOYaiouw{{}{{ywusqoommmmmmmooqsuwy{{}{{yuqke]UKA7+! ۭ߭խӭѭϭϭϭϭϭѭӭ׭ۭ߭ !'-39?CIOSY]aeimoswy}yskc]UMGA;731111379=AEKOSY_cimsw}}ysoic]UME?7-%  %-3;CIQW_ekquy{wsmie_YUOIE?93/+'#!!#%)-37=CGMQW[_ceikoqsuy{}yskaYOC9-! #-7?GOUY_cegikkkkkkigec_[WQKE?91+#  #-9CKU_gou{yske]UME=5/)#!%+/39=AGKOSW[_cgkoswy} ================================================ FILE: Assets/terrain/terrainRAW.raw.meta ================================================ fileFormatVersion: 2 guid: 3f665c87e015d4c718dbcd03a61578eb DefaultImporter: userData: ================================================ FILE: Assets/terrain.meta ================================================ fileFormatVersion: 2 guid: d969d63c2f129465389f09bac84d9f0f folderAsset: yes DefaultImporter: userData: ================================================ FILE: ProjectSettings/AudioManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!11 &1 AudioManager: m_ObjectHideFlags: 0 m_Volume: 1 Rolloff Scale: 1 m_SpeedOfSound: 347 Doppler Factor: 1 Default Speaker Mode: 2 m_DSPBufferSize: 0 m_DisableAudio: 0 ================================================ FILE: ProjectSettings/DynamicsManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!55 &1 PhysicsManager: m_ObjectHideFlags: 0 m_Gravity: {x: 0, y: -9.81000042, z: 0} m_DefaultMaterial: {fileID: 0} m_BounceThreshold: 2 m_SleepVelocity: .150000006 m_SleepAngularVelocity: .140000001 m_MaxAngularVelocity: 7 m_MinPenetrationForPenalty: .00999999978 m_SolverIterationCount: 6 m_RaycastsHitTriggers: 1 m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ================================================ FILE: ProjectSettings/EditorBuildSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1045 &1 EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_Scenes: - enabled: 1 path: Assets/Main.unity ================================================ FILE: ProjectSettings/EditorSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!159 &1 EditorSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_ExternalVersionControlSupport: Meta Files m_SerializationMode: 2 m_WebSecurityEmulationEnabled: 0 m_WebSecurityEmulationHostUrl: http://www.mydomain.com/mygame.unity3d ================================================ FILE: ProjectSettings/GraphicsSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!30 &1 GraphicsSettings: m_ObjectHideFlags: 0 m_AlwaysIncludedShaders: - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} ================================================ FILE: ProjectSettings/InputManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!13 &1 InputManager: m_ObjectHideFlags: 0 m_Axes: - serializedVersion: 3 m_Name: Horizontal descriptiveName: descriptiveNegativeName: negativeButton: left positiveButton: right altNegativeButton: a altPositiveButton: d gravity: 3 dead: .00100000005 sensitivity: 3 snap: 1 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Vertical descriptiveName: descriptiveNegativeName: negativeButton: down positiveButton: up altNegativeButton: s altPositiveButton: w gravity: 3 dead: .00100000005 sensitivity: 3 snap: 1 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Fire1 descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: left ctrl altNegativeButton: altPositiveButton: mouse 0 gravity: 1000 dead: .00100000005 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Fire2 descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: left alt altNegativeButton: altPositiveButton: mouse 1 gravity: 1000 dead: .00100000005 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Fire3 descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: left cmd altNegativeButton: altPositiveButton: mouse 2 gravity: 1000 dead: .00100000005 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Jump descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: space altNegativeButton: altPositiveButton: gravity: 1000 dead: .00100000005 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Mouse X descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: 0 sensitivity: .100000001 snap: 0 invert: 0 type: 1 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Mouse Y descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: 0 sensitivity: .100000001 snap: 0 invert: 0 type: 1 axis: 1 joyNum: 0 - serializedVersion: 3 m_Name: Mouse ScrollWheel descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: 0 sensitivity: .100000001 snap: 0 invert: 0 type: 1 axis: 2 joyNum: 0 - serializedVersion: 3 m_Name: Horizontal descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: .189999998 sensitivity: 1 snap: 0 invert: 0 type: 2 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Vertical descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: .189999998 sensitivity: 1 snap: 0 invert: 1 type: 2 axis: 1 joyNum: 0 - serializedVersion: 3 m_Name: Fire1 descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: joystick button 0 altNegativeButton: altPositiveButton: gravity: 1000 dead: .00100000005 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Fire2 descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: joystick button 1 altNegativeButton: altPositiveButton: gravity: 1000 dead: .00100000005 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Fire3 descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: joystick button 2 altNegativeButton: altPositiveButton: gravity: 1000 dead: .00100000005 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Jump descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: joystick button 3 altNegativeButton: altPositiveButton: gravity: 1000 dead: .00100000005 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 ================================================ FILE: ProjectSettings/NavMeshLayers.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!126 &1 NavMeshLayers: m_ObjectHideFlags: 0 Built-in Layer 0: name: Default cost: 1 editType: 2 Built-in Layer 1: name: Not Walkable cost: 1 editType: 0 Built-in Layer 2: name: Jump cost: 2 editType: 2 User Layer 0: name: cost: 1 editType: 3 User Layer 1: name: cost: 1 editType: 3 User Layer 2: name: cost: 1 editType: 3 User Layer 3: name: cost: 1 editType: 3 User Layer 4: name: cost: 1 editType: 3 User Layer 5: name: cost: 1 editType: 3 User Layer 6: name: cost: 1 editType: 3 User Layer 7: name: cost: 1 editType: 3 User Layer 8: name: cost: 1 editType: 3 User Layer 9: name: cost: 1 editType: 3 User Layer 10: name: cost: 1 editType: 3 User Layer 11: name: cost: 1 editType: 3 User Layer 12: name: cost: 1 editType: 3 User Layer 13: name: cost: 1 editType: 3 User Layer 14: name: cost: 1 editType: 3 User Layer 15: name: cost: 1 editType: 3 User Layer 16: name: cost: 1 editType: 3 User Layer 17: name: cost: 1 editType: 3 User Layer 18: name: cost: 1 editType: 3 User Layer 19: name: cost: 1 editType: 3 User Layer 20: name: cost: 1 editType: 3 User Layer 21: name: cost: 1 editType: 3 User Layer 22: name: cost: 1 editType: 3 User Layer 23: name: cost: 1 editType: 3 User Layer 24: name: cost: 1 editType: 3 User Layer 25: name: cost: 1 editType: 3 User Layer 26: name: cost: 1 editType: 3 User Layer 27: name: cost: 1 editType: 3 User Layer 28: name: cost: 1 editType: 3 ================================================ FILE: ProjectSettings/NetworkManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!149 &1 NetworkManager: m_ObjectHideFlags: 0 m_DebugLevel: 0 m_Sendrate: 15 m_AssetToPrefab: {} ================================================ FILE: ProjectSettings/ProjectSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!129 &1 PlayerSettings: m_ObjectHideFlags: 0 serializedVersion: 2 AndroidProfiler: 0 defaultScreenOrientation: 0 targetDevice: 2 targetGlesGraphics: 1 targetResolution: 0 accelerometerFrequency: 60 companyName: DefaultCompany productName: MiniMOBA defaultCursor: {fileID: 0} cursorHotspot: {x: 0, y: 0} defaultScreenWidth: 1024 defaultScreenHeight: 768 defaultScreenWidthWeb: 960 defaultScreenHeightWeb: 600 m_RenderingPath: 1 m_ActiveColorSpace: 0 m_MTRendering: 1 m_UseDX11: 0 iosShowActivityIndicatorOnLoading: -1 androidShowActivityIndicatorOnLoading: -1 displayResolutionDialog: 1 allowedAutorotateToPortrait: 1 allowedAutorotateToPortraitUpsideDown: 1 allowedAutorotateToLandscapeRight: 1 allowedAutorotateToLandscapeLeft: 1 useOSAutorotation: 1 use32BitDisplayBuffer: 1 use24BitDepthBuffer: 0 defaultIsFullScreen: 1 defaultIsNativeResolution: 1 runInBackground: 1 captureSingleScreen: 0 Override IPod Music: 0 Prepare IOS For Recording: 0 enableHWStatistics: 1 usePlayerLog: 1 stripPhysics: 0 forceSingleInstance: 0 resizableWindow: 0 useMacAppStoreValidation: 0 gpuSkinning: 1 xboxEnableAvatar: 0 xboxEnableKinect: 0 xboxEnableKinectAutoTracking: 0 xboxEnableFitness: 0 macFullscreenMode: 2 xboxSpeechDB: 0 xboxEnableHeadOrientation: 0 wiiHio2Usage: -1 wiiLoadingScreenRectPlacement: 0 wiiLoadingScreenBackground: {r: 1, g: 1, b: 1, a: 1} wiiLoadingScreenPeriod: 1000 wiiLoadingScreenFileName: wiiLoadingScreenRect: serializedVersion: 2 x: 0 y: 0 width: 0 height: 0 m_SupportedAspectRatios: 4:3: 1 5:4: 1 16:10: 1 16:9: 1 Others: 1 iPhoneBundleIdentifier: com.Company.ProductName productGUID: be104ef8370b94dac880b89c147840f0 iPhoneBundleVersion: 1.0 AndroidBundleVersionCode: 1 AndroidMinSdkVersion: 6 AndroidPreferredInstallLocation: 1 aotOptions: apiCompatibilityLevel: 2 iPhoneStrippingLevel: 0 iPhoneScriptCallOptimization: 0 ForceInternetPermission: 0 ForceSDCardPermission: 0 CreateWallpaper: 0 APKExpansionFiles: 0 StripUnusedMeshComponents: 0 iPhoneSdkVersion: 988 iPhoneTargetOSVersion: 10 uIPrerenderedIcon: 0 uIRequiresPersistentWiFi: 0 uIStatusBarHidden: 1 uIExitOnSuspend: 0 uIStatusBarStyle: 0 iPhoneSplashScreen: {fileID: 0} iPhoneHighResSplashScreen: {fileID: 0} iPhoneTallHighResSplashScreen: {fileID: 0} iPadPortraitSplashScreen: {fileID: 0} iPadHighResPortraitSplashScreen: {fileID: 0} iPadLandscapeSplashScreen: {fileID: 0} iPadHighResLandscapeSplashScreen: {fileID: 0} AndroidTargetDevice: 0 AndroidSplashScreenScale: 0 AndroidKeystoreName: AndroidKeyaliasName: resolutionDialogBanner: {fileID: 0} m_BuildTargetIcons: - m_BuildTarget: m_Icons: - m_Icon: {fileID: 0} m_Size: 128 m_BuildTargetBatching: [] webPlayerTemplate: APPLICATION:Default m_TemplateCustomTags: {} wiiRegion: 1 wiiGameCode: RABA wiiGameVersion: wiiCompanyCode: ZZ wiiSupportsNunchuk: 0 wiiSupportsClassicController: 0 wiiSupportsBalanceBoard: 0 wiiSupportsMotionPlus: 0 wiiControllerCount: 1 wiiFloatingPointExceptions: 0 wiiScreenCrashDumps: 1 XboxTitleId: XboxImageXexPath: XboxSpaPath: XboxGenerateSpa: 0 XboxDeployKinectResources: 0 XboxSplashScreen: {fileID: 0} xboxEnableSpeech: 0 xboxAdditionalTitleMemorySize: 0 xboxDeployKinectHeadOrientation: 0 xboxDeployKinectHeadPosition: 0 ps3TitleConfigPath: ps3DLCConfigPath: ps3ThumbnailPath: ps3BackgroundPath: ps3SoundPath: ps3TrophyCommId: ps3NpCommunicationPassphrase: ps3TrophyPackagePath: ps3BootCheckMaxSaveGameSizeKB: 128 ps3TrophyCommSig: ps3SaveGameSlots: 1 ps3TrialMode: 0 flashStrippingLevel: 2 scriptingDefineSymbols: {} metroPackageName: MiniMOBA metroPackageLogo: metroPackageVersion: metroCertificatePath: metroCertificatePassword: metroCertificateSubject: metroCertificateIssuer: metroCertificateNotAfter: 0000000000000000 metroApplicationDescription: MiniMOBA metroTileLogo: metroTileWideLogo: metroTileSmallLogo: metroTileShortName: metroCommandLineArgsFile: metroTileShowName: 0 metroTileForegroundText: 1 metroTileBackgroundColor: {r: 0, g: 0, b: 0, a: 1} metroSplashScreenImage: metroSplashScreenBackgroundColor: {r: 0, g: 0, b: 0, a: 1} metroSplashScreenUseBackgroundColor: 0 metroCapabilities: {} metroCompilationOverrides: 1 blackberryDeviceAddress: blackberryDevicePassword: blackberryTokenPath: blackberryTokenExires: blackberryTokenAuthor: blackberryTokenAuthorId: blackberryAuthorId: blackberryCskPassword: blackberrySaveLogPath: blackberryAuthorIdOveride: 0 blackberrySharedPermissions: 0 blackberryCameraPermissions: 0 blackberryGPSPermissions: 0 blackberryDeviceIDPermissions: 0 blackberryMicrophonePermissions: 0 blackberryBuildId: 0 blackberryLandscapeSplashScreen: {fileID: 0} blackberryPortraitSplashScreen: {fileID: 0} blackberrySquareSplashScreen: {fileID: 0} firstStreamedLevelWithResources: 0 unityRebuildLibraryVersion: 9 unityForwardCompatibleVersion: 38 unityStandardAssetsVersion: 0 ================================================ FILE: ProjectSettings/QualitySettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!47 &1 QualitySettings: m_ObjectHideFlags: 0 serializedVersion: 5 m_CurrentQuality: 3 m_QualitySettings: - serializedVersion: 2 name: Fastest pixelLightCount: 0 shadows: 0 shadowResolution: 0 shadowProjection: 1 shadowCascades: 1 shadowDistance: 15 blendWeights: 1 textureQuality: 1 anisotropicTextures: 0 antiAliasing: 0 softParticles: 0 softVegetation: 0 vSyncCount: 0 lodBias: .300000012 maximumLODLevel: 0 particleRaycastBudget: 4 excludedTargetPlatforms: [] - serializedVersion: 2 name: Fast pixelLightCount: 0 shadows: 0 shadowResolution: 0 shadowProjection: 1 shadowCascades: 1 shadowDistance: 20 blendWeights: 2 textureQuality: 0 anisotropicTextures: 0 antiAliasing: 0 softParticles: 0 softVegetation: 0 vSyncCount: 0 lodBias: .400000006 maximumLODLevel: 0 particleRaycastBudget: 16 excludedTargetPlatforms: [] - serializedVersion: 2 name: Simple pixelLightCount: 1 shadows: 1 shadowResolution: 0 shadowProjection: 1 shadowCascades: 1 shadowDistance: 20 blendWeights: 2 textureQuality: 0 anisotropicTextures: 1 antiAliasing: 0 softParticles: 0 softVegetation: 0 vSyncCount: 0 lodBias: .699999988 maximumLODLevel: 0 particleRaycastBudget: 64 excludedTargetPlatforms: [] - serializedVersion: 2 name: Good pixelLightCount: 2 shadows: 2 shadowResolution: 1 shadowProjection: 1 shadowCascades: 2 shadowDistance: 40 blendWeights: 2 textureQuality: 0 anisotropicTextures: 1 antiAliasing: 0 softParticles: 0 softVegetation: 1 vSyncCount: 1 lodBias: 1 maximumLODLevel: 0 particleRaycastBudget: 256 excludedTargetPlatforms: [] - serializedVersion: 2 name: Beautiful pixelLightCount: 3 shadows: 2 shadowResolution: 2 shadowProjection: 1 shadowCascades: 2 shadowDistance: 70 blendWeights: 4 textureQuality: 0 anisotropicTextures: 2 antiAliasing: 2 softParticles: 1 softVegetation: 1 vSyncCount: 1 lodBias: 1.5 maximumLODLevel: 0 particleRaycastBudget: 1024 excludedTargetPlatforms: [] - serializedVersion: 2 name: Fantastic pixelLightCount: 4 shadows: 2 shadowResolution: 2 shadowProjection: 1 shadowCascades: 4 shadowDistance: 150 blendWeights: 4 textureQuality: 0 anisotropicTextures: 2 antiAliasing: 2 softParticles: 1 softVegetation: 1 vSyncCount: 1 lodBias: 2 maximumLODLevel: 0 particleRaycastBudget: 4096 excludedTargetPlatforms: [] m_PerPlatformDefaultQuality: Android: 2 BlackBerry: 2 FlashPlayer: 3 GLES Emulation: 3 PS3: 3 Standalone: 3 WP8: 3 Web: 3 Wii: 3 Windows Store Apps: 3 XBOX360: 3 iPhone: 2 ================================================ FILE: ProjectSettings/TagManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!78 &1 TagManager: tags: - teamA - teamB - Builtin Layer 0: Default Builtin Layer 1: TransparentFX Builtin Layer 2: Ignore Raycast Builtin Layer 3: Builtin Layer 4: Water Builtin Layer 5: Builtin Layer 6: Builtin Layer 7: User Layer 8: User Layer 9: User Layer 10: User Layer 11: User Layer 12: User Layer 13: User Layer 14: User Layer 15: User Layer 16: User Layer 17: User Layer 18: User Layer 19: User Layer 20: User Layer 21: User Layer 22: User Layer 23: User Layer 24: User Layer 25: User Layer 26: User Layer 27: User Layer 28: User Layer 29: User Layer 30: User Layer 31: ================================================ FILE: ProjectSettings/TimeManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!5 &1 TimeManager: m_ObjectHideFlags: 0 Fixed Timestep: .0199999996 Maximum Allowed Timestep: .333333343 m_TimeScale: 1