랜스 추가

This commit is contained in:
Cocopomel 2022-01-02 18:57:11 +09:00
parent 3f61b31d3f
commit cbff28bc39

View File

@ -206,7 +206,7 @@
</li>
</tools>
<comps>
<li Class="CompProperties_GeneratedName">
<li Class="CompProperties_GeneratedName">
<nameMaker>PN_NamerChainSword</nameMaker>
</li>
</comps>
@ -277,10 +277,95 @@
<extraMeleeDamages>
<li>
<def>EMP</def>
<amount>9</amount>
<amount>10</amount>
</li>
</extraMeleeDamages>
</li>
</tools>
</ThingDef>
<!--==================================== 로열랜스 ====================================-->
<ThingDef ParentName="PN_BaseWeapon_Bladelink">
<defName>PN_RoyalLance_Bladelink</defName>
<label>PnL royal lance</label>
<description>...</description>
<statBases>
<MarketValue>3000</MarketValue>
<Mass>2</Mass>
</statBases>
<equippedAngleOffset>45</equippedAngleOffset>
<graphicData>
<graphicClass>Graphic_Single</graphicClass>
<texPath>Things/Weapons/PNRoyalLance</texPath>
<color>(255,255,255)</color>
</graphicData>
<soundInteract>Interact_BladelinkZeusHammer</soundInteract>
<meleeHitSound>MeleeHit_BladelinkZeusHammer</meleeHitSound>
<weaponClasses>
<li>Melee</li>
<li>MeleeBlunt</li>
<li>MeleePiercer</li>
</weaponClasses>
<tools>
<li>
<label>handle</label>
<capacities>
<li>Poke</li>
</capacities>
<power>15</power>
<cooldownTime>1.6</cooldownTime>
</li>
<li>
<label>side</label>
<labelUsedInLogging>false</labelUsedInLogging>
<capacities>
<li>Blunt</li>
</capacities>
<power>32</power>
<cooldownTime>2.2</cooldownTime>
<extraMeleeDamages>
<li>
<def>EMP</def>
<amount>10</amount>
</li>
</extraMeleeDamages>
</li>
<li>
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>32</power>
<cooldownTime>2.2</cooldownTime>
<extraMeleeDamages>
<li>
<def>EMP</def>
<amount>10</amount>
</li>
</extraMeleeDamages>
</li>
</tools>
<comps>
<li Class="SYS.CompProperties_WeaponExtention">
<littleDown>True</littleDown>
<northOffset>
<position>(0.2,0,0.25)</position>
<angle>-45</angle>
</northOffset>
<southOffset>
<position>(-0.25,0.3,0.2)</position>
<angle>45</angle>
</southOffset>
<eastOffset>
<position>(0.15,0.3,0.2)</position>
<angle>-45</angle>
</eastOffset>
<westOffset>
<position>(-0.15,-0.3,0.2)</position>
<angle>45</angle>
</westOffset>
</li>
</comps>
</ThingDef>
</Defs>