Files
Server-Datasheets/Datasheet/S1ActionScripts_Teleport.xml
2025-03-03 20:30:53 -05:00

41 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- type은 사용하지 않습니다. 그냥 구별용임 -->
<S1ActionScripts type="Teleport">
<!-- default teleport 연출: 40000번 -->
<Script id="40000" playingTime="5000">
<InitState unmount="true"/>
<Action type="actionScript" shapeId="600920" scriptId="40001"/>
<Action type="actionScript" shapeId="600922" scriptId="40001"/>
<Action time="600" type="effect" effectId="80015"/>
<Action time="4200" type="visible" visibility="false"/>
</Script>
<!-- 차원의 마법석 연출 -->
<Script id="40001" playingTime="0" enableInput="true">
<Action time="0" type="removeEffect" effectId="80013"/>
<Action time="0" type="effect" effectId="80014"/>
<Action time="0" type="animation" animName="OnStart" rate="1.0" duration="0" blendInTime="0.2"/>
<Action time="2700" type="animation" animName="On" rate="1.0" duration="0" blendInTime="0.2"/>
<Action time="4733" type="animation" animName="OffStart" rate="1.0" duration="0" blendInTime="0.0"/>
<Action time="2700" type="effect" effectId="80013"/>
<Action time="2700" type="effect" effectId="80016"/>
<Action time="5200" type="removeEffect" effectId="80013"/>
</Script>
<!-- 포탈 생성, 걸어가면서 포탈 안으로 진입 2-->
<Script id="40002" playingTime="6000">
<InitState unmount="true"/>
<Action time="500" type="defaultAnim" waitAnim="" moveAnim="walk">
<Action type="rotate" dir="0" duration="300">
<Action type="effect" effectId="50299"/>
<Action time="500" type="relativemove" pos="1000,0,0" speed="50"/>
<Action time="1100" type="visible" visibility="false">
<Action type="defaultAnim" waitAnim="" moveAnim=""/>
<Action type="relativemove" pos="0,0,0" speed="0"/>
</Action>
</Action>
</Action>
</Script>
</S1ActionScripts>