给奥洛克加上传送和动画

(效果在楼上)
在hero_oloch_animations.plist里面加上下面这段
<key>hero_oloch_teleportIn</key>
<dict>
<key>prefix</key>
<string>hero_oloch</string>
<key>fromIndex</key>
<integer>199</integer>
<key>toIndex</key>
<integer>204</integer>
</dict>
<key>hero_oloch_teleportOut</key>
<dict>
<key>prefix</key>
<string>hero_oloch</string>
<key>fromIndex</key>
<integer>180</integer>
<key>toIndex</key>
<integer>198</integer>
</dict>
然后在units_settings.plist的oloch那段代码里面加上下面这段

<dict>
<key>key</key>
<string>teleport_rally</string>
<key>id</key>
<string>oloch_self_teleport</string>
<key>type</key>
<integer>2</integer>
<key>sound_start</key>
<dict>
<key>id</key>
<string>hero_oloch_duplication</string>
<key>delay</key>
<real>0.3</real>
</dict>
<key>teleport_duration</key>
<real>0.05</real>
<key>facing</key>
<true/>
<key>prevent_moving</key>
<true/>
<key>min_distance</key>
<integer>120</integer>
<key>do_zeroing</key>
<false/>
<key>object_out</key>
<dict>
<key>key</key>
<string>fx_with_animation</string>
<key>layer</key>
<string>decals</string>
<key>anchor</key>
<dict>
<key>x</key>
<real>0.5</real>
<key>y</key>
<real>0.33</real>
</dict>
<key>animations</key>
<dict>
<key>animations_file</key>
<string>hero_oloch_teleport_decal_animations.plist</string>
</dict>
</dict>
<key>object_in</key>
<dict>
<key>key</key>
<string>fx_with_animation</string>
<key>layer</key>
<string>decals</string>
<key>anchor</key>
<dict>
<key>x</key>
<real>0.5</real>
<key>y</key>
<real>0.33</real>
</dict>
<key>animations</key>
<dict>
<key>animations_file</key>
<string>hero_oloch_teleport_decal_animations.plist</string>
</dict>
</dict>
</dict>