스톰랜스 프레임 애니메이션 추가

This commit is contained in:
Cocopomel 2022-01-04 21:24:31 +09:00
parent 9ecf6e60cf
commit e19a48fc77
4 changed files with 29 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -284,21 +284,44 @@
</tools> </tools>
</ThingDef> </ThingDef>
<!--==================================== 로열랜스 ====================================--> <!--==================================== 스톰랜스 ====================================-->
<ThingDef ParentName="PN_BaseWeapon_Bladelink"> <ThingDef ParentName="PN_BaseWeapon_Bladelink">
<defName>PN_RoyalLance_Bladelink</defName> <defName>PN_StormLance_Bladelink</defName>
<label>PnL royal lance</label> <label>PnL storm lance</label>
<description>...</description> <description>...</description>
<statBases> <statBases>
<MarketValue>3000</MarketValue> <MarketValue>3000</MarketValue>
<Mass>4</Mass> <Mass>4</Mass>
</statBases> </statBases>
<equippedAngleOffset>45</equippedAngleOffset> <equippedAngleOffset>45</equippedAngleOffset>
<graphicData> <graphicData Class="AutomataRace.GraphicData_Sprite">
<graphicClass>Graphic_Single</graphicClass> <texPath>Things/Weapons/PNStormLance</texPath>
<texPath>Things/Weapons/PNRoyalLance</texPath> <graphicClass>AutomataRace.Graphic_Sprite</graphicClass>
<color>(255,255,255)</color> <color>(255,255,255)</color>
<totalFrameLength>170</totalFrameLength>
<keyFrames>
<li>
<frame>0</frame>
<index>0</index>
</li>
<li>
<frame>120</frame>
<index>1</index>
</li>
<li>
<frame>125</frame>
<index>2</index>
</li>
<li>
<frame>130</frame>
<index>0</index>
</li>
<li>
<frame>165</frame>
<index>1</index>
</li>
</keyFrames>
</graphicData> </graphicData>
<soundInteract>Interact_BladelinkZeusHammer</soundInteract> <soundInteract>Interact_BladelinkZeusHammer</soundInteract>
<meleeHitSound>MeleeHit_BladelinkZeusHammer</meleeHitSound> <meleeHitSound>MeleeHit_BladelinkZeusHammer</meleeHitSound>