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

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>
</ThingDef>
<!--==================================== 로열랜스 ====================================-->
<!--==================================== 스톰랜스 ====================================-->
<ThingDef ParentName="PN_BaseWeapon_Bladelink">
<defName>PN_RoyalLance_Bladelink</defName>
<label>PnL royal lance</label>
<defName>PN_StormLance_Bladelink</defName>
<label>PnL storm lance</label>
<description>...</description>
<statBases>
<MarketValue>3000</MarketValue>
<Mass>4</Mass>
</statBases>
<equippedAngleOffset>45</equippedAngleOffset>
<graphicData>
<graphicClass>Graphic_Single</graphicClass>
<texPath>Things/Weapons/PNRoyalLance</texPath>
<graphicData Class="AutomataRace.GraphicData_Sprite">
<texPath>Things/Weapons/PNStormLance</texPath>
<graphicClass>AutomataRace.Graphic_Sprite</graphicClass>
<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>
<soundInteract>Interact_BladelinkZeusHammer</soundInteract>
<meleeHitSound>MeleeHit_BladelinkZeusHammer</meleeHitSound>